ui/motif/container.h

changeset 91
c13e344fa55f
parent 76
3782827378ab
child 92
d56175dd931e
equal deleted inserted replaced
90:2019fdbaadfd 91:c13e344fa55f
102 struct MotifTabbedPane { 102 struct MotifTabbedPane {
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 }; 108 };
108 109
109 struct UiTab { 110 struct UiTab {
110 MotifTabbedPane *tabbedpane; 111 MotifTabbedPane *tabbedpane;
111 UiObject *content; 112 UiObject *content;

mercurial