Move the statusbar back to GimpDisplayShell
Keeping it in GimpImageWindow was a bad idea because - it wasted space - it produced evil code because - it conceptually didn't belong there
This commit is contained in:
@ -46,7 +46,6 @@ struct _GimpImageWindowClass
|
||||
GType gimp_image_window_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpUIManager * gimp_image_window_get_ui_manager (GimpImageWindow *window);
|
||||
GimpStatusbar * gimp_image_window_get_statusbar (GimpImageWindow *window);
|
||||
GimpDockColumns * gimp_image_window_get_left_docks (GimpImageWindow *window);
|
||||
GimpDockColumns * gimp_image_window_get_right_docks (GimpImageWindow *window);
|
||||
|
||||
|
Reference in New Issue
Block a user