| 845:f3ab28ed22e5 | 846:ffa983c223c1 |
|---|---|
| 51 .rowspan = args->rowspan } | 51 .rowspan = args->rowspan } |
| 52 | 52 |
| 53 | 53 |
| 54 @protocol Container | 54 @protocol Container |
| 55 | 55 |
| 56 @property UiLayout uilayout; | |
| 57 @property UiContainerX *container; | 56 @property UiContainerX *container; |
| 58 | 57 |
| 59 - (void) addView:(NSView*)view margin:(NSEdgeInsets)margin; | 58 - (void) addView:(NSView*)view layout:(UiLayout*)layout; |
| 59 | |
| 60 @end | |
| 61 | |
| 62 | |
| 63 @interface FrameContainer : NSBox<Container> | |
| 64 | |
| 65 - (id)init:(NSString*)title; | |
| 60 | 66 |
| 61 @end | 67 @end |
| 62 | 68 |
| 63 | 69 |
| 64 | 70 |