Add some more shell management API to GimpImageWindow
- gimp_image_window_remove_shell() - gimp_image_window_get_n_shells()
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user