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:
CDT 1998 Shawn T. Amundson
1998-06-15 02:25:27 +00:00
committed by Shawn Amundson
parent b0e08ede22
commit 127e98b5f7
40 changed files with 1181 additions and 226 deletions

View File

@ -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 */