removed the recently added utility functions again.
2004-10-12 Michael Natterer <mitch@gimp.org> * app/tools/gimptooloptions-gui.[ch]: removed the recently added utility functions again. * app/widgets/Makefile.am * app/widgets/gimpviewablebox.[ch] * app/widgets/gimpwidgets-utils.[ch]: and added cleaned up versions here. * app/tools/gimpbucketfilloptions.c * app/tools/gimpclonetool.c * app/tools/gimppaintoptions-gui.c * app/tools/gimptextoptions.c: changed accordingly. * app/dialogs/convert-dialog.c: use gimp_palette_box_new() instead of reinventing the wheel.
This commit is contained in:
committed by
Michael Natterer
parent
b09225b1a1
commit
eb8ef9fe90
@ -39,6 +39,9 @@ void gimp_table_attach_stock (GtkTable *table,
|
||||
GtkWidget *widget,
|
||||
gint colspan,
|
||||
const gchar *stock_id);
|
||||
void gimp_enum_radio_frame_add (GtkFrame *frame,
|
||||
GtkWidget *widget,
|
||||
gint enum_value);
|
||||
|
||||
GtkIconSize gimp_get_icon_size (GtkWidget *widget,
|
||||
const gchar *stock_id,
|
||||
|
||||
Reference in New Issue
Block a user