app/gdisplay.c app/gdisplay.h app/interface.c app/plug_in.c app/plug_in.h
Sun Jun 14 21:16:42 CDT 1998 Shawn T. Amundson <amundson@gimp.org> * app/gdisplay.c * app/gdisplay.h * app/interface.c * app/plug_in.c * app/plug_in.h * libgimp/gimp.c: added statusbar and progressbar, which the plugins now use if they have a gdisp. Unfortunately this introduces a resize bug I wasn't able to fix immediately. ;-(
This commit is contained in:

committed by
Shawn Amundson

parent
b0e08ede22
commit
127e98b5f7
@ -58,6 +58,9 @@ struct _GDisplay
|
||||
GtkWidget *hrule, *vrule; /* widgets for rulers */
|
||||
GtkWidget *origin; /* widgets for rulers */
|
||||
GtkWidget *popup; /* widget for popup menu */
|
||||
GtkWidget *statusbar; /* widget for statusbar */
|
||||
GtkWidget *progressbar; /* widget for progressbar */
|
||||
guint progressid; /* id of statusbar message for progress */
|
||||
|
||||
InfoDialog *window_info_dialog; /* dialog box for image information */
|
||||
|
||||
|
Reference in New Issue
Block a user