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:
Michael Natterer
2004-10-12 12:06:50 +00:00
committed by Michael Natterer
parent b09225b1a1
commit eb8ef9fe90
14 changed files with 439 additions and 302 deletions

View File

@ -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,