app/widgets/Makefile.am app/widgets/widgets-types.h
2004-05-08 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpunitcombobox.[ch] * app/widgets/gimpunitstore.[ch]: added a prototype of a unit menu based on GtkComboBox. Will move this to libgimpwidgets later... * app/display/gimpstatusbar.[ch]: use the new GimpUnitComboBox and GimpUnitStore. * themes/Default/gtkrc * themes/Small/gtkrc: hardcode the appearance of the GimpUnitComboBox. It uses a hack that doesn't work in list mode.
This commit is contained in:

committed by
Sven Neumann

parent
8e6d919ca9
commit
ebdd4fb738
@ -47,6 +47,7 @@ struct _GimpStatusbar
|
||||
GtkWidget *cursor_frame;
|
||||
GtkWidget *cursor_label;
|
||||
gchar cursor_format_str[CURSOR_FORMAT_LENGTH];
|
||||
GtkWidget *combo;
|
||||
|
||||
GtkWidget *progressbar;
|
||||
guint progressid;
|
||||
|
Reference in New Issue
Block a user