libgimpwidgets/Makefile.am new files. Moved gimp_widgets_init() here and

2003-05-23  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/gimpwidgets-private.[ch]: new files. Moved
	gimp_widgets_init() here and added a vtable parameter. The vtable
	has entries for all the symbols that are either provided by libgimp
	or gimp itself depending on who is using the library.

	* libgimpwidgets/libgimp-glue.c: removed this file that uses to
	provide a Win32 only hack that is now not needed any longer.

	* libgimpwidgets/gimpcolorbutton.c
	* libgimpwidgets/gimphelpui.c
	* libgimpwidgets/gimpsizeentry.c
	* libgimpwidgets/gimpunitmenu.c
	* libgimpwidgets/gimpwidgets.[ch]: don't call the offending
	functions directly, but use the vtable entries. This is ugly but
	the ugliness is restricted to our code. There are plans to clean
	this up further... (Fixes #113410 once more.)

	* app/gui/gui.c (gui_libs_init)
	* libgimp/gimpui.c (gimp_ui_init): initialize libgimpwidgets with
	the proper vtable.
This commit is contained in:
Sven Neumann
2003-05-23 18:27:05 +00:00
committed by Sven Neumann
parent 31ad051308
commit 62dffea661
18 changed files with 1163 additions and 964 deletions

View File

@ -26,8 +26,8 @@ HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
# Header files to ignore when scanning
IGNORE_HFILES =
IGNORE_HFILES = \
gimpwidgets-private.h
# Images to copy into HTML directory
IMAGES_DIR = $(top_srcdir)/themes/Default/images

View File

@ -414,7 +414,6 @@ GIMP_STOCK_WILBER_EEK
<SECTION>
<FILE>gimpwidgets</FILE>
<TITLE>GimpWidgets</TITLE>
gimp_widgets_init
gimp_option_menu_new
gimp_option_menu_new2
gimp_option_menu_set_history

View File

@ -15,13 +15,6 @@ helper functions.
</para>
<!-- ##### FUNCTION gimp_widgets_init ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_option_menu_new ##### -->
<para>