po/POTFILES.in app/Makefile.am removed.

2000-02-13  Michael Natterer  <mitch@gimp.org>

	* po/POTFILES.in
	* app/Makefile.am
	* app/buildmenu.[ch]: removed.

	* app/blend.c
	* app/brush_select.c
	* app/curves.c
	* app/histogram_tool.c
	* app/layers_dialog.c
	* app/lc_dialog.c
	* app/levels.c
	* app/paint_options.h
	* app/paintbrush.c
	* app/tool_options.c: use the libgimp option menu
	constructor. Removed paint_mode_menu_set_history().

	* app/colormap_dialog.i.c
	* app/colormap_dialog.p.h: use a popup menu as in the palette
	dialog instead of a pulldown menu.

	* app/channels_dialog.c: made color dnd to a channel widget work
	again.

	* libgimp/gimpwidgets.[ch]: new function
	gimp_option_menu_set_history() which sets the history according to
	user_data as passed to gimp_option_menu_new().
This commit is contained in:
Michael Natterer
2000-02-13 22:26:41 +00:00
committed by Michael Natterer
parent 263998e07b
commit 2b92a59e64
40 changed files with 1166 additions and 2212 deletions

View File

@ -60,6 +60,9 @@ GtkWidget * gimp_option_menu_new2 (gboolean menu_only,
...);
void gimp_option_menu_set_history (GtkOptionMenu *option_menu,
gpointer user_data);
GtkWidget * gimp_radio_group_new (gboolean in_frame,
gchar *frame_title,