guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
guit.hpp
1 //
2 // Includes most useful headers.
3 // Guit GUI Toolkit
4 // Copyright © 2019/2920 Eric Lecolinet. All rights reserved.
5 // http://www.telecom-paris.fr/~elc
6 //
7 
8 #ifndef GuitAll_hpp
9 #define GuitAll_hpp
10 
11 #include <gapp.hpp>
12 #include <gadget.hpp>
13 #include <gadd.hpp>
14 #include <gtrigger.hpp>
15 #include <gevent.hpp>
16 #include <gfile.hpp>
17 
18 #include <gcond.hpp>
19 #include <gcall.hpp>
20 #include <gbind.hpp>
21 #include <gexpr.hpp>
22 #include <gbool.hpp>
23 #include <gint.hpp>
24 #include <gchoice.hpp>
25 #include <gfloat.hpp>
26 #include <gtext.hpp>
27 
28 #include <gfont.hpp>
29 #include <gcolor.hpp>
30 #include <gicon.hpp>
31 #include <galign.hpp>
32 #include <gborder.hpp>
33 #include <gflow.hpp>
34 #include <gflex.hpp>
35 #include <gformat.hpp>
36 #include <ggap.hpp>
37 #include <gmargin.hpp>
38 #include <gpos.hpp>
39 #include <gsize.hpp>
40 #include <gstates.hpp>
41 #include <ganim.hpp>
42 
43 #include <gtextitem.hpp>
44 #include <gspinitem.hpp>
45 #include <gslider.hpp>
46 #include <gscrollbox.hpp>
47 #include <gbar.hpp>
48 #include <gcombobox.hpp>
49 #include <gstackbox.hpp>
50 #include <gtable.hpp>
51 #include <gchart.hpp>
52 #include <gmenu.hpp>
53 #include <gfiledialog.hpp>
54 
55 #endif