mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00

2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpmemsizeentry.[ch]: made GimpMemsizeEntry a widget which doesn't use a GtkAdjustment to store the value. The latter caused problems on 64bit machines since a gdouble doesn't provide enough precision for G_MAXULONG. * libgimpwidgets/gimpwidgets.[ch] * libgimpwidgets/gimpwidgetstypes.h * app/widgets/gimppropwidgets.c: changed accordingly.
22 lines
559 B
Text
22 lines
559 B
Text
#include <gtk/gtk.h>
|
|
#include <libgimp/gimp.h>
|
|
#include <libgimp/gimpui.h>
|
|
|
|
#include "devel-docs/libgimpwidgets/libgimpwidgets-include.c"
|
|
|
|
gimp_chain_button_get_type
|
|
gimp_color_button_get_type
|
|
gimp_color_display_get_type
|
|
gimp_color_notebook_get_type
|
|
gimp_color_scale_get_type
|
|
gimp_color_scales_get_type
|
|
gimp_color_selector_get_type
|
|
gimp_color_select_get_type
|
|
gimp_dialog_get_type
|
|
gimp_file_selection_get_type
|
|
gimp_memsize_entry_get_type
|
|
gimp_path_editor_get_type
|
|
gimp_pick_button_get_type
|
|
gimp_pixmap_get_type
|
|
gimp_size_entry_get_type
|
|
gimp_unit_menu_get_type
|