ui/ui/button.h

changeset 670
d676b2c5e93b
parent 594
fc854e0ab924
child 702
71d62990b016
equal deleted inserted replaced
669:5b930e8c3a87 670:d676b2c5e93b
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 typedef struct UiButtonArgs { 38 typedef struct UiButtonArgs {
39 UiTri fill; 39 UiBool fill;
40 UiBool hexpand; 40 UiBool hexpand;
41 UiBool vexpand; 41 UiBool vexpand;
42 UiBool hfill; 42 UiBool hfill;
43 UiBool vfill; 43 UiBool vfill;
44 UiBool override_defaults; 44 UiBool override_defaults;
56 56
57 const int* groups; 57 const int* groups;
58 } UiButtonArgs; 58 } UiButtonArgs;
59 59
60 typedef struct UiToggleArgs { 60 typedef struct UiToggleArgs {
61 UiTri fill; 61 UiBool fill;
62 UiBool hexpand; 62 UiBool hexpand;
63 UiBool vexpand; 63 UiBool vexpand;
64 UiBool hfill; 64 UiBool hfill;
65 UiBool vfill; 65 UiBool vfill;
66 UiBool override_defaults; 66 UiBool override_defaults;

mercurial