ui/motif/container.h

changeset 76
3782827378ab
parent 64
6ef2c7f73a30
child 91
c13e344fa55f
--- a/ui/motif/container.h	Wed Jan 21 12:29:03 2015 +0100
+++ b/ui/motif/container.h	Wed Jan 21 20:22:27 2015 +0100
@@ -74,6 +74,8 @@
     Widget   (*prepare)(UiContainer*, Arg *, int*, UiBool);
     void     (*add)(UiContainer*, Widget);
     UiLayout layout;
+    Widget   current;
+    Widget   menu;
 };
 
 struct UiBoxContainer {

mercurial