app: Update image window side docks visiblity from the image window

Update image window side docks visiblity from the image window itself
instead of from the ui configurer. The image window has a dependency
to the config object anyway, so no need to complicate things.
This commit is contained in:
Martin Nordholts
2010-02-22 19:24:23 +01:00
parent 82b2e2cff5
commit 82a0b95147
3 changed files with 22 additions and 41 deletions

View File

@ -80,10 +80,6 @@ void gimp_image_window_set_show_statusbar (GimpImageWindow *windo
gboolean show);
gboolean gimp_image_window_get_show_statusbar (GimpImageWindow *window);
void gimp_image_window_set_show_docks (GimpImageWindow *window,
gboolean show);
gboolean gimp_image_window_get_show_docks (GimpImageWindow *window);
gboolean gimp_image_window_is_iconified (GimpImageWindow *window);
void gimp_image_window_shrink_wrap (GimpImageWindow *window,