]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
change the menu plugin interface, no need for the create/destroy functions any more.
[chaz/openbox] / openbox / menuframe.h
index f73914443ae9bda885a53dc97b6fe6b9b0a9e00e..8cfc837b27085caeed7a315b4b19fe36eff10ad6 100644 (file)
@@ -31,6 +31,12 @@ struct _ObMenuFrame
     ObMenuFrame *parent;
     ObMenuFrame *child;
 
+    GList *entries;
+    ObMenuEntryFrame *selected;
+
+    /* If a titlebar is displayed for the menu or not (for top-level menus) */
+    gboolean show_title;
+
     /* On-screen area (including borders!) */
     Rect area;
     gint inner_w; /* inside the borders */
@@ -39,9 +45,6 @@ struct _ObMenuFrame
     gint text_x;  /* offset at which the text appears in the items */
     gint text_w;  /* width of the text area in the items */
 
-    GList *entries;
-    ObMenuEntryFrame *selected;
-
     Window title;
     Window items;
 
@@ -82,6 +85,7 @@ void menu_frame_show(ObMenuFrame *self, ObMenuFrame *parent);
 void menu_frame_hide(ObMenuFrame *self);
 
 void menu_frame_hide_all();
+void menu_frame_hide_all_client(struct _ObClient *client);
 
 void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry);
 
This page took 0.021101 seconds and 4 git commands to generate.