ui/motif/container.h

changeset 92
d56175dd931e
parent 91
c13e344fa55f
child 99
ea1a2d5de765
equal deleted inserted replaced
91:c13e344fa55f 92:d56175dd931e
103 UiTabbedPane view; 103 UiTabbedPane view;
104 Widget tabbar; 104 Widget tabbar;
105 UcxList *tabs; 105 UcxList *tabs;
106 UiTab *current; 106 UiTab *current;
107 int index; 107 int index;
108 Pixel bg1;
109 Pixel bg2;
110 int height;
108 }; 111 };
109 112
110 struct UiTab { 113 struct UiTab {
111 MotifTabbedPane *tabbedpane; 114 MotifTabbedPane *tabbedpane;
112 UiObject *content; 115 UiObject *content;

mercurial