ui/motif/container.h

changeset 901
884d70e847a3
parent 886
6f5e02fcb7b9
equal deleted inserted replaced
900:6e1485d5451a 901:884d70e847a3
127 UiMotifTabView *tabview; 127 UiMotifTabView *tabview;
128 } UiTabViewContainer; 128 } UiTabViewContainer;
129 129
130 Widget ui_container_prepare(UiContainerPrivate *container, UiLayout *layout, Arg *args, int *n); 130 Widget ui_container_prepare(UiContainerPrivate *container, UiLayout *layout, Arg *args, int *n);
131 void ui_container_add(UiContainerPrivate *container, Widget widget); 131 void ui_container_add(UiContainerPrivate *container, Widget widget);
132 void ui_container_apply_grid_margin(
133 Arg *args,
134 int *n,
135 int margin_left, int margin_right, int margin_top, int margin_bottom);
132 136
133 void ui_motif_tabview_select(UiMotifTabView *tabview, int tab); 137 void ui_motif_tabview_select(UiMotifTabView *tabview, int tab);
134 void ui_motif_tabview_add_tab(UiMotifTabView *tabview, int index, const char *name, Widget child); 138 void ui_motif_tabview_add_tab(UiMotifTabView *tabview, int index, const char *name, Widget child);
135 void ui_motif_tabview_remove(UiMotifTabView *tabview, int index); 139 void ui_motif_tabview_remove(UiMotifTabView *tabview, int index);
136 void ui_motif_tabview_change_tab(UiMotifTabView *tabview, UiTab *tab); 140 void ui_motif_tabview_change_tab(UiMotifTabView *tabview, UiTab *tab);

mercurial