ui/cocoa/container.h

changeset 109
c3dfcb8f0be7
parent 108
77254bd6dccb
child 110
c00e968d018b
equal deleted inserted replaced
108:77254bd6dccb 109:c3dfcb8f0be7
69 69
70 @property UiLayout uilayout; 70 @property UiLayout uilayout;
71 @property const char *label; 71 @property const char *label;
72 @property UiBool newline; 72 @property UiBool newline;
73 73
74 - (void) addView:(NSView*)view fill:(BOOL)fill; 74 - (void) addView:(NSView*)view;
75 75
76 @end 76 @end
77 77
78 @interface BoxContainer : NSStackView<Container> 78 @interface BoxContainer : NSStackView<Container>
79 79
85 85
86 86
87 87
88 UiContainerX* ui_create_container(UiObject *obj, id<Container> container); 88 UiContainerX* ui_create_container(UiObject *obj, id<Container> container);
89 89
90 void ui_container_add(UiObject *obj, NSView *view, UiLayout *layout, UiBool fill); 90 void ui_container_add(UiObject *obj, NSView *view, UiLayout *layout);

mercurial