Move the menubar and the menubar_manager to GimpImageWindow

Also move some of their related code and update other code to
go via gtk_widget_get_toplevel(), but also add some horrid temp
/* FIXME image window */ hacks.
This commit is contained in:
Michael Natterer
2009-09-23 16:58:03 +02:00
parent 44f9fcbf6f
commit 6793d68769
11 changed files with 122 additions and 86 deletions

View File

@ -39,6 +39,7 @@ struct _GimpImageWindow
GimpUIManager *menubar_manager;
GtkWidget *main_vbox;
GtkWidget *menubar;
GdkWindowState window_state;
};