mCtrl  0.11.3
mctrl.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011-2015 Martin Mitas
3  *
4  * This library is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation; either version 2.1 of the License, or
7  * (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this library; if not, write to the Free Software Foundation,
16  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #ifndef MCTRL_H
20 #define MCTRL_H
21 
22 #include <mCtrl/_defs.h>
23 #include <mCtrl/_common.h>
24 #include <mCtrl/button.h>
25 #include <mCtrl/chart.h>
26 #include <mCtrl/dialog.h>
27 #include <mCtrl/expand.h>
28 #include <mCtrl/grid.h>
29 #include <mCtrl/html.h>
30 #include <mCtrl/imgview.h>
31 #include <mCtrl/menubar.h>
32 #include <mCtrl/mditab.h>
33 #include <mCtrl/table.h>
34 #include <mCtrl/version.h>
35 #include <mCtrl/theme.h>
36 #include <mCtrl/treelist.h>
37 
38 
48 #endif /* MCTRL_H */
HTML control (MC_WC_HTML).
Theme wrapper functions.
Enhanced button control (MC_WC_BUTTON).
Expand control (MC_WC_EXPAND).
MDI tab control (MC_WC_MDITAB).
Chart control (MC_WC_CHART).
Retrieving mCtrl version.
Grid control (MC_WC_GRID).
Dialog functions.
Table (data model for grid control)
Image view control (MC_WC_IMGVIEW).
Tree-list view control (MC_WC_TREELIST).
Common definitions.
Common constants and types.