Add some more shell management API to GimpImageWindow

- gimp_image_window_remove_shell()
- gimp_image_window_get_n_shells()
This commit is contained in:
Michael Natterer
2009-09-29 22:59:48 +02:00
parent 3189b8f45f
commit d1dc70fbdf
2 changed files with 38 additions and 0 deletions

View File

@ -50,6 +50,10 @@ GimpStatusbar * gimp_image_window_get_statusbar (GimpImageWindow *windo
void gimp_image_window_add_shell (GimpImageWindow *window,
GimpDisplayShell *shell);
void gimp_image_window_remove_shell (GimpImageWindow *window,
GimpDisplayShell *shell);
gint gimp_image_window_get_n_shells (GimpImageWindow *window);
void gimp_image_window_set_active_shell (GimpImageWindow *window,
GimpDisplayShell *shell);