summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Menu.h')
-rw-r--r--tikzit/src/gtk/Menu.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/tikzit/src/gtk/Menu.h b/tikzit/src/gtk/Menu.h
index f195765..e0f78d4 100644
--- a/tikzit/src/gtk/Menu.h
+++ b/tikzit/src/gtk/Menu.h
@@ -25,14 +25,12 @@
* Manages the menu
*/
@interface Menu: NSObject {
- Window *window;
- GtkUIManager *ui;
- GtkActionGroup *staticActions;
- GtkActionGroup *documentActions;
-// GtkActionGroup *documents_list_menu_actions;
- GtkAction *undoAction;
- GtkAction *redoAction;
- GtkAction *pasteAction;
+ GtkWidget *menubar;
+ GtkActionGroup *appActions;
+ GtkActionGroup *windowActions;
+ GtkAction *undoAction; // no ref
+ GtkAction *redoAction; // no ref
+ GtkAction *pasteAction; // no ref
GtkAction **nodeSelBasedActions;
guint nodeSelBasedActionCount;
GtkAction **edgeSelBasedActions;
@@ -45,10 +43,6 @@
* The menubar widget, to be inserted into the window
*/
@property (readonly) GtkWidget *menubar;
-/**
- * The window object passed to initForWindow
- */
-@property (readonly) Window *window;
/**
* Constructs the menu for @p window