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

2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpintcombobox.[ch]: added new widget GimpIntComboBox, a GtkComboBox with a simple list store to hold a label and an associated integer value. This is going to replace gimp_int_option_menu. * plug-ins/common/jpeg.c * plug-ins/print/gimp_main_window.c: ported these two plug-ins to the newly added widget. 2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpintcombobox.sgml: added docs for the new GimpIntComboBox widget.
28 lines
719 B
Text
28 lines
719 B
Text
#include <gtk/gtk.h>
|
|
#include <libgimp/gimp.h>
|
|
#include <libgimp/gimpui.h>
|
|
|
|
#include "devel-docs/libgimpwidgets/libgimpwidgets-include.c"
|
|
|
|
gimp_button_get_type
|
|
gimp_chain_button_get_type
|
|
gimp_color_area_get_type
|
|
gimp_color_button_get_type
|
|
gimp_color_display_get_type
|
|
gimp_color_display_stack_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_color_selection_get_type
|
|
gimp_dialog_get_type
|
|
gimp_file_entry_get_type
|
|
gimp_int_combo_box_get_type
|
|
gimp_memsize_entry_get_type
|
|
gimp_offset_area_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
|