| 26 * POSSIBILITY OF SUCH DAMAGE. |
26 * POSSIBILITY OF SUCH DAMAGE. |
| 27 */ |
27 */ |
| 28 |
28 |
| 29 #import "Container.h" |
29 #import "Container.h" |
| 30 #import "GridLayout.h" |
30 #import "GridLayout.h" |
| |
31 #import "BoxContainer.h" |
| 31 |
32 |
| 32 /* ------------------------- container classes ------------------------- */ |
33 /* ------------------------- container classes ------------------------- */ |
| 33 |
34 |
| |
35 /* |
| 34 @implementation BoxContainer |
36 @implementation BoxContainer |
| 35 |
37 |
| 36 @synthesize label=_label; |
38 @synthesize label=_label; |
| 37 @synthesize uilayout=_uilayout; |
39 @synthesize uilayout=_uilayout; |
| 38 @synthesize newline=_newline; |
40 @synthesize newline=_newline; |
| 86 // at the moment, only the fill layout option needs to be reset |
88 // at the moment, only the fill layout option needs to be reset |
| 87 _uilayout.fill = UI_DEFAULT; |
89 _uilayout.fill = UI_DEFAULT; |
| 88 } |
90 } |
| 89 |
91 |
| 90 @end |
92 @end |
| 91 |
93 */ |
| 92 |
94 |
| 93 |
95 |
| 94 /* -------------------- public container functions --------------------- */ |
96 /* -------------------- public container functions --------------------- */ |
| 95 |
97 |
| 96 static UIWIDGET ui_box_create(UiObject *obj, UiContainerArgs *args, NSUserInterfaceLayoutOrientation orientation) { |
98 static UIWIDGET ui_box_create(UiObject *obj, UiContainerArgs *args, NSUserInterfaceLayoutOrientation orientation) { |