made gimp_display_shell_update_icon() public, removed the update_icon
2002-02-17 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.[ch]: made gimp_display_shell_update_icon() public, removed the update_icon signal handler and idle function. * app/display/gimpdisplayshell-handlers.c: added the update_icon stuff here so it get's properly dis- and reconnected.
This commit is contained in:

committed by
Michael Natterer

parent
2ccbf2a43d
commit
91ada34484
@ -116,7 +116,7 @@ struct _GimpDisplayShellClass
|
||||
|
||||
GType gimp_display_shell_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_display_shell_new (GimpDisplay *gdisp);
|
||||
GtkWidget * gimp_display_shell_new (GimpDisplay *gdisp);
|
||||
|
||||
void gimp_display_shell_close (GimpDisplayShell *shell,
|
||||
gboolean kill_it);
|
||||
@ -180,6 +180,7 @@ void gimp_display_shell_update_cursor (GimpDisplayShell *shell,
|
||||
gint x,
|
||||
gint y);
|
||||
void gimp_display_shell_update_title (GimpDisplayShell *shell);
|
||||
void gimp_display_shell_update_icon (GimpDisplayShell *shell);
|
||||
|
||||
void gimp_display_shell_draw_guide (GimpDisplayShell *shell,
|
||||
GimpGuide *guide,
|
||||
|
Reference in New Issue
Block a user