ui/motif/container.h

changeset 670
d676b2c5e93b
parent 595
e62047c59658
child 808
2b0ecad00872
equal deleted inserted replaced
669:5b930e8c3a87 670:d676b2c5e93b
63 #define ui_obj_container(obj) (UiContainerPrivate*)obj->container_end 63 #define ui_obj_container(obj) (UiContainerPrivate*)obj->container_end
64 64
65 typedef struct UiLayout UiLayout; 65 typedef struct UiLayout UiLayout;
66 66
67 struct UiLayout { 67 struct UiLayout {
68 UiTri fill; 68 UiBool fill;
69 UiBool newline; 69 UiBool newline;
70 char *label; 70 char *label;
71 UiBool hexpand; 71 UiBool hexpand;
72 UiBool vexpand; 72 UiBool vexpand;
73 UiBool hfill; 73 UiBool hfill;

mercurial