ui/gtk/container.h

branch
newapi
changeset 330
d615aa36c98e
parent 328
059cba080ab4
equal deleted inserted replaced
329:08ce6680d1cf 330:d615aa36c98e
92 int width; 92 int width;
93 int height; 93 int height;
94 #endif 94 #endif
95 } UiGridContainer; 95 } UiGridContainer;
96 96
97 /*
97 typedef struct UiPanedContainer { 98 typedef struct UiPanedContainer {
98 UiContainer container; 99 UiContainer container;
99 GtkWidget *current_pane; 100 GtkWidget *current_pane;
100 int orientation; 101 int orientation;
101 int max; 102 int max;
102 int cur; 103 int cur;
103 } UiPanedContainer; 104 } UiPanedContainer;
105 */
104 106
105 typedef struct UiTabViewContainer { 107 typedef struct UiTabViewContainer {
106 UiContainer container; 108 UiContainer container;
107 } UiTabViewContainer; 109 } UiTabViewContainer;
108 110

mercurial