comparison: ui/cocoa/container.h
ui/cocoa/container.h
- changeset 670
- d676b2c5e93b
- parent 603
- 8d2b7b934230
- child 718
- 06eec75a6fd5
equal
deleted
inserted
replaced
| 41 UI_LAYOUT_TRUE, |
41 UI_LAYOUT_TRUE, |
| 42 UI_LAYOUT_FALSE, |
42 UI_LAYOUT_FALSE, |
| 43 }; |
43 }; |
| 44 |
44 |
| 45 struct UiLayout { |
45 struct UiLayout { |
| 46 UiTri fill; |
46 UiBool fill; |
| 47 //UiBool newline; |
47 //UiBool newline; |
| 48 //char *label; |
48 //char *label; |
| 49 UiBool hexpand; |
49 UiBool hexpand; |
| 50 UiBool vexpand; |
50 UiBool vexpand; |
| 51 UiBool hfill; |
51 UiBool hfill; |