From 6ef4d95fdb8ef0c12071df49af3a524201f4b797 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 9 Aug 2003 16:46:02 +0000 Subject: [PATCH] added devel-docs/app. 2003-08-09 Sven Neumann * configure.in: added devel-docs/app. * app/core/gimpitem.c * app/widgets/gimpdialogfactory.c: more documentation fixes. 2003-08-09 Sven Neumann * Makefile.am * app: added a first version of docs for the application. The templates are not yet in CVS and it's not built by default (and probably never will be). --- ChangeLog | 7 + app/core/gimpitem.c | 1 + app/widgets/gimpdialogfactory.c | 4 +- configure.in | 2 + devel-docs/ChangeLog | 7 + devel-docs/Makefile.am | 1 + devel-docs/app/.cvsignore | 15 + devel-docs/app/Makefile.am | 229 + devel-docs/app/app-docs.sgml | 553 +++ devel-docs/app/app-sections.txt | 6864 ++++++++++++++++++++++++++++++ devel-docs/app/app.interfaces | 131 + devel-docs/app/app.prerequisites | 1 + devel-docs/app/app.types | 198 + devel-docs/app/version.xml.in | 1 + 14 files changed, 8012 insertions(+), 2 deletions(-) create mode 100644 devel-docs/app/.cvsignore create mode 100644 devel-docs/app/Makefile.am create mode 100644 devel-docs/app/app-docs.sgml create mode 100644 devel-docs/app/app-sections.txt create mode 100644 devel-docs/app/app.interfaces create mode 100644 devel-docs/app/app.prerequisites create mode 100644 devel-docs/app/app.types create mode 100644 devel-docs/app/version.xml.in diff --git a/ChangeLog b/ChangeLog index 9cf29aac03..2f39d6abea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-09 Sven Neumann + + * configure.in: added devel-docs/app. + + * app/core/gimpitem.c + * app/widgets/gimpdialogfactory.c: more documentation fixes. + 2003-08-09 Sven Neumann * app/app_procs.c diff --git a/app/core/gimpitem.c b/app/core/gimpitem.c index f0246e714c..9cf0face5a 100644 --- a/app/core/gimpitem.c +++ b/app/core/gimpitem.c @@ -576,6 +576,7 @@ gimp_item_scale_by_factors (GimpItem *item, * @item: The item to be transformed by width & height scale factors * @new_width: The width that item will acquire * @new_height: The height that the item will acquire + * @interpolation: * @local_origin: sets fixed point of the scaling transform. See below. * * Sets item dimensions to new_width and diff --git a/app/widgets/gimpdialogfactory.c b/app/widgets/gimpdialogfactory.c index 54c84fba19..716b718d43 100644 --- a/app/widgets/gimpdialogfactory.c +++ b/app/widgets/gimpdialogfactory.c @@ -561,7 +561,7 @@ gimp_dialog_factory_dialog_new_internal (GimpDialogFactory *factory, * @factory: a #GimpDialogFactory * @identifier: the identifier of the dialog as registered with * gimp_dialog_factory_register_entry() - * preview_size: + * @preview_size: * * Creates a new toplevel dialog or a #GimpDockable, depending on whether * %factory is a toplevel of dockable factory. @@ -621,7 +621,7 @@ gimp_dialog_factory_dialog_raise (GimpDialogFactory *factory, * @dock : a #GimpDock crated by this %factory. * @identifier: the identifier of the dialog as registered with * gimp_dialog_factory_register_entry() - * preview_size: + * @preview_size: * * Creates a new #GimpDockable in the context of the #GimpDock it will be * added to. diff --git a/configure.in b/configure.in index bd67765fa9..eefc4ca8bc 100644 --- a/configure.in +++ b/configure.in @@ -1245,6 +1245,8 @@ plug-ins/twain/Makefile plug-ins/winsnap/Makefile modules/Makefile devel-docs/Makefile +devel-docs/app/Makefile +devel-docs/app/version.xml devel-docs/libgimp/Makefile devel-docs/libgimp/version.xml devel-docs/libgimpbase/Makefile diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 08248b572b..d81d98701c 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,10 @@ +2003-08-09 Sven Neumann + + * Makefile.am + * app: added a first version of docs for the application. The + templates are not yet in CVS and it's not built by default (and + probably never will be). + 2003-07-28 Sven Neumann * libgimpbase/Makefile.am: exclude libgimbase/gimpwin32-io.h. diff --git a/devel-docs/Makefile.am b/devel-docs/Makefile.am index 3b4e6110ca..0c792e0e59 100644 --- a/devel-docs/Makefile.am +++ b/devel-docs/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = \ ChangeLog \ README \ README.gtkdoc \ + app \ debug-plug-ins.txt \ gbr.txt \ gih.txt \ diff --git a/devel-docs/app/.cvsignore b/devel-docs/app/.cvsignore new file mode 100644 index 0000000000..bd7dfb2276 --- /dev/null +++ b/devel-docs/app/.cvsignore @@ -0,0 +1,15 @@ +Makefile +Makefile.in +deprecated +app.args +app.hierarchy +app.signals +app-decl.txt +app-decl-list.txt +app-unused.txt +app-undocumented.txt +html +tmpl +xml +version.xml +*.stamp diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am new file mode 100644 index 0000000000..6c76da86ba --- /dev/null +++ b/devel-docs/app/Makefile.am @@ -0,0 +1,229 @@ +## Process this file with automake to produce Makefile.in + +# The name of the module. +DOC_MODULE = app + +# The top-level SGML file. +DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml + +# The directory containing the source code. +DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE) + +# Extra options to pass to gtkdoc-scangobj +SCANGOBJ_OPTIONS = + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS = + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS = --sgml-mode --output-format=xml + +# Extra options to supply to gtkdoc-fixref +FIXXREF_OPTIONS = + +# Used for dependencies +HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h +CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c + +# Header files to ignore when scanning +IGNORE_HFILES = \ + gimp-composite-dispatch.h \ + gimp-composite-regression.h \ + gimp-composite-mmx.h \ + gimp-composite-sse.h + +# Images to copy into HTML directory +HTML_IMAGES= + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE) +content_files = + +# Other files to distribute +extra_files = + +# CFLAGS and LDFLAGS for compiling scan program. Only needed +# if $(DOC_MODULE).types is non-empty. + +GTKDOC_CFLAGS = \ + -g \ + -I$(top_srcdir) \ + $(GTK_CFLAGS) \ + -I$(includedir) + +GTKDOC_LIBS = \ + $(top_builddir)/app/app_procs.o \ + $(top_builddir)/app/batch.o \ + $(top_builddir)/app/errors.o \ + $(top_builddir)/app/libgimp_glue.o \ + $(top_builddir)/app/config/libappconfig.a \ + $(top_builddir)/app/gui/libappgui.a \ + $(top_builddir)/app/display/libappdisplay.a \ + $(top_builddir)/app/tools/libapptools.a \ + $(top_builddir)/app/widgets/libappwidgets.a \ + $(top_builddir)/app/core/libappcore.a \ + $(top_builddir)/app/pdb/libapppdb.a \ + $(top_builddir)/app/paint/libapppaint.a \ + $(top_builddir)/app/xcf/libappxcf.a \ + $(top_builddir)/app/text/libapptext.a \ + $(top_builddir)/app/vectors/libappvectors.a \ + $(top_builddir)/app/file/libappfile.a \ + $(top_builddir)/app/plug-in/libappplug-in.a \ + $(top_builddir)/app/paint-funcs/libapppaint-funcs.a \ + $(top_builddir)/app/base/libappbase.a \ + $(top_builddir)/app/composite/libappcomposite.a \ + $(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \ + $(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \ + $(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \ + $(top_builddir)/libgimpmodule/libgimpmodule-$(LT_RELEASE).la \ + $(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \ + $(GTK_LIBS) \ + $(LIBART_LIBS) \ + $(PANGOFT2_LIBS) \ + $(FONTCONFIG_LIBS) \ + $(FREETYPE_LIBS) \ + $(GIMP_THREAD_LIBS) \ + $(GIMP_MP_LIBS) \ + $(INTLLIBS) \ + $(REGEXREPL) + +GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) +GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) + + +#################################### +# Everything below here is generic # +#################################### + +# We set GPATH here; this gives us semantics for GNU make +# which are more like other make's VPATH, when it comes to +# whether a source that is a target of one rule is then +# searched for in VPATH/GPATH. +# +GPATH = $(srcdir) + +TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) + +EXTRA_DIST = \ + $(content_files) \ + $(extra_files) \ + $(HTML_IMAGES) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE).types \ + $(DOC_MODULE)-sections.txt + +DOC_STAMPS=scan-build.stamp tmpl-build.stamp xml-build.stamp html-build.stamp \ + $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp + +SCANOBJ_FILES = \ + $(DOC_MODULE).args \ + $(DOC_MODULE).hierarchy \ + $(DOC_MODULE).signals + +if ENABLE_GTK_DOC +all-local: html-build.stamp + +#### scan #### + +scan-build.stamp: $(HFILE_GLOB) + @echo '*** Scanning header files ***' + if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null ; then \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + else \ + cd $(srcdir) ; \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ + fi + cd $(srcdir) && \ + gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES) + touch scan-build.stamp + +$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp + @true + +#### templates #### + +tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt + @echo '*** Rebuilding template files ***' + cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) + touch tmpl-build.stamp + +tmpl.stamp: tmpl-build.stamp + @true + +#### xml #### + +xml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml + @echo '*** Building XML ***' + cd $(srcdir) && \ + gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS) + touch xml-build.stamp + +sgml.stamp: xml-build.stamp + @true + +#### html #### + +html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) + @echo '*** Building HTML ***' + rm -rf $(srcdir)/html + mkdir $(srcdir)/html + cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) + @echo '-- Fixing Crossreferences' + cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + touch html-build.stamp +else +all-local: +endif + +############## + +clean-local: + rm -f *~ *.bak $(SCANOBJ_FILES) *-unused.txt $(DOC_STAMPS) + +maintainer-clean-local: clean + cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) + (installfiles=`echo $(srcdir)/html/*`; \ + if test "$$installfiles" = '$(srcdir)/html/*'; \ + then echo '-- Nothing to install' ; \ + else \ + for i in $$installfiles; do \ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ + echo '-- Installing $(srcdir)/html/index.sgml' ; \ + $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ + fi) + +uninstall-local: + (installfiles=`echo $(srcdir)/html/*`; \ + for i in $$installfiles; do \ + rm -f $(DESTDIR)$(TARGET_DIR)/`basename $$i`; \ + done; \ + rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml) + + +# +# Require gtk-doc when making dist +# +if ENABLE_GTK_DOC +dist-check-gtkdoc: +else +dist-check-gtkdoc: + @echo "*** gtk-doc must be installed and enabled in order to make dist" + @false +endif + +dist-hook: dist-check-gtkdoc dist-hook-local + mkdir $(distdir)/tmpl + mkdir $(distdir)/xml + mkdir $(distdir)/html + -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl + -cp $(srcdir)/xml/*.xml $(distdir)/xml + -cp $(srcdir)/html/* $(distdir)/html + +.PHONY : dist-hook-local diff --git a/devel-docs/app/app-docs.sgml b/devel-docs/app/app-docs.sgml new file mode 100644 index 0000000000..ef9ff23982 --- /dev/null +++ b/devel-docs/app/app-docs.sgml @@ -0,0 +1,553 @@ + + +]> + + + + GIMP Application Reference Manual + for GIMP &version; + + + + Object Hierarchy + + + + + Paint Functions + + + + + + + Compositing + + + + + + Base + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Config + + + + + + + + + + + + + + + + + + + + + + Core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + File + + + + + + + Vectors + + + + + + + + + + + XCF + + + + + + + + + + + Procedural Database + + + + + + + + Plug-Ins + + + + + + + + + + + + + + + + Paint + + + + + + + + + + + + + + + + + + + + + + + + + + + Text + + + + + + + + + + + + + + + + + Application Glue + + + + + + + + + + Display + + + + + + + + + + + + + + + + + + + + + + + + + Tools + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Widgets + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GUI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel-docs/app/app-sections.txt b/devel-docs/app/app-sections.txt new file mode 100644 index 0000000000..58c1f3d39f --- /dev/null +++ b/devel-docs/app/app-sections.txt @@ -0,0 +1,6864 @@ +
+gimpbaseconfig +GimpBaseConfig +GimpBaseConfig + +GIMP_BASE_CONFIG +GIMP_IS_BASE_CONFIG +GIMP_TYPE_BASE_CONFIG +gimp_base_config_get_type +GIMP_BASE_CONFIG_CLASS +GIMP_IS_BASE_CONFIG_CLASS +
+ +
+gimpconfig-params +GIMP_PARAM_SERIALIZE +GIMP_PARAM_AGGREGATE +GIMP_PARAM_RESTART +GIMP_PARAM_CONFIRM +GIMP_CONFIG_PARAM_FLAGS +GIMP_TYPE_PARAM_COLOR +gimp_param_spec_color +GIMP_TYPE_PARAM_MATRIX2 +GIMP_IS_PARAM_SPEC_MATRIX2 +gimp_param_matrix2_get_type +gimp_param_spec_matrix2 +GIMP_TYPE_PARAM_MEMSIZE +GIMP_IS_PARAM_SPEC_MEMSIZE +gimp_param_memsize_get_type +gimp_param_spec_memsize +GimpParamPathType +GIMP_TYPE_PARAM_PATH +GIMP_IS_PARAM_SPEC_PATH +gimp_param_path_get_type +gimp_param_spec_path +gimp_param_spec_path_type +GIMP_TYPE_PARAM_UNIT +GIMP_IS_PARAM_SPEC_UNIT +gimp_param_unit_get_type +gimp_param_spec_unit +GIMP_CONFIG_INSTALL_PROP_BOOLEAN +GIMP_CONFIG_INSTALL_PROP_COLOR +GIMP_CONFIG_INSTALL_PROP_DOUBLE +GIMP_CONFIG_INSTALL_PROP_ENUM +GIMP_CONFIG_INSTALL_PROP_INT +GIMP_CONFIG_INSTALL_PROP_MATRIX2 +GIMP_CONFIG_INSTALL_PROP_MEMSIZE +GIMP_CONFIG_INSTALL_PROP_PATH +GIMP_CONFIG_INSTALL_PROP_STRING +GIMP_CONFIG_INSTALL_PROP_UINT +GIMP_CONFIG_INSTALL_PROP_UNIT +GIMP_CONFIG_INSTALL_PROP_OBJECT + +GIMP_IS_PARAM_SPEC_COLOR +gimp_param_color_get_type +
+ +
+gimpcoreconfig +GimpCoreConfig +GimpCoreConfig + +GIMP_CORE_CONFIG +GIMP_IS_CORE_CONFIG +GIMP_TYPE_CORE_CONFIG +gimp_core_config_get_type +GIMP_CORE_CONFIG_CLASS +GIMP_IS_CORE_CONFIG_CLASS +
+ +
+gimpdisplayconfig +GimpDisplayConfig +GimpDisplayConfig + +GIMP_DISPLAY_CONFIG +GIMP_IS_DISPLAY_CONFIG +GIMP_TYPE_DISPLAY_CONFIG +gimp_display_config_get_type +GIMP_DISPLAY_CONFIG_CLASS +GIMP_IS_DISPLAY_CONFIG_CLASS +
+ +
+gimpguiconfig +GimpGuiConfig +GimpGuiConfig + +GIMP_GUI_CONFIG +GIMP_IS_GUI_CONFIG +GIMP_TYPE_GUI_CONFIG +gimp_gui_config_get_type +GIMP_GUI_CONFIG_CLASS +GIMP_IS_GUI_CONFIG_CLASS +
+ +
+gimppluginconfig +GimpPluginConfig +GimpPluginConfig + +GIMP_PLUGIN_CONFIG +GIMP_IS_PLUGIN_CONFIG +GIMP_TYPE_PLUGIN_CONFIG +gimp_plugin_config_get_type +GIMP_PLUGIN_CONFIG_CLASS +GIMP_IS_PLUGIN_CONFIG_CLASS +
+ +
+gimprc +GimpRc +GimpRc +gimp_rc_new +gimp_rc_set_autosave +gimp_rc_save +gimp_rc_query + +GIMP_RC +GIMP_IS_RC +GIMP_TYPE_RC +gimp_rc_get_type +GIMP_RC_CLASS +GIMP_IS_RC_CLASS +
+ +
+gimp +GimpThreadEnterFunc +GimpThreadLeaveFunc +GimpCreateDisplayFunc +GimpSetBusyFunc +GimpUnsetBusyFunc +GimpMessageFunc +GIMP +GIMP_CLASS +Gimp +Gimp +gimp_get_type +gimp_new +gimp_set_config +gimp_initialize +gimp_restore +gimp_exit +gimp_threads_enter +gimp_threads_leave +gimp_set_busy +gimp_set_busy_until_idle +gimp_unset_busy +gimp_message +gimp_create_image +gimp_create_display +gimp_get_standard_context +gimp_set_default_context +gimp_get_default_context +gimp_set_user_context +gimp_get_user_context +gimp_set_current_context +gimp_get_current_context + +GIMP_IS_GIMP +GIMP_TYPE_GIMP +GIMP_IS_GIMP_CLASS +
+ +
+gimpbrush +GIMP_BRUSH_FILE_EXTENSION +GIMP_BRUSH_PIXMAP_FILE_EXTENSION +GimpBrush +GimpBrush +gimp_brush_new +gimp_brush_get_standard +gimp_brush_load +gimp_brush_load_brush +gimp_brush_select_brush +gimp_brush_want_null_motion +gimp_brush_get_mask +gimp_brush_get_pixmap +gimp_brush_get_spacing +gimp_brush_set_spacing +gimp_brush_spacing_changed + +GIMP_BRUSH +GIMP_IS_BRUSH +GIMP_TYPE_BRUSH +gimp_brush_get_type +GIMP_BRUSH_CLASS +GIMP_IS_BRUSH_CLASS +GIMP_BRUSH_GET_CLASS +
+ +
+gimpbrushgenerated +GIMP_BRUSH_GENERATED_FILE_EXTENSION +GimpBrushGenerated +GimpBrushGenerated +gimp_brush_generated_new +gimp_brush_generated_load +gimp_brush_generated_freeze +gimp_brush_generated_thaw +gimp_brush_generated_set_radius +gimp_brush_generated_set_hardness +gimp_brush_generated_set_angle +gimp_brush_generated_set_aspect_ratio +gimp_brush_generated_get_radius +gimp_brush_generated_get_hardness +gimp_brush_generated_get_angle +gimp_brush_generated_get_aspect_ratio + +GIMP_BRUSH_GENERATED +GIMP_IS_BRUSH_GENERATED +GIMP_TYPE_BRUSH_GENERATED +gimp_brush_generated_get_type +GIMP_BRUSH_GENERATED_CLASS +GIMP_IS_BRUSH_GENERATED_CLASS +GIMP_BRUSH_GENERATED_GET_CLASS +
+ +
+gimpbrushpipe +GIMP_BRUSH_PIPE_FILE_EXTENSION +PipeSelectModes +GimpBrushPipe +GimpBrushPipe +gimp_brush_pipe_load + +GIMP_BRUSH_PIPE +GIMP_IS_BRUSH_PIPE +GIMP_TYPE_BRUSH_PIPE +gimp_brush_pipe_get_type +GIMP_BRUSH_PIPE_CLASS +GIMP_IS_BRUSH_PIPE_CLASS +GIMP_BRUSH_PIPE_GET_CLASS +
+ +
+gimpbuffer +GimpBuffer +GimpBuffer +gimp_buffer_new +gimp_buffer_get_width +gimp_buffer_get_height + +GIMP_BUFFER +GIMP_IS_BUFFER +GIMP_TYPE_BUFFER +gimp_buffer_get_type +GIMP_BUFFER_CLASS +GIMP_IS_BUFFER_CLASS +GIMP_BUFFER_GET_CLASS +
+ +
+gimpchannel +HALF_WAY +GimpChannel +GimpChannel +gimp_channel_new +gimp_channel_new_from_component +gimp_channel_get_opacity +gimp_channel_set_opacity +gimp_channel_get_color +gimp_channel_set_color +gimp_channel_get_show_masked +gimp_channel_set_show_masked +gimp_channel_new_mask +gimp_channel_boundary +gimp_channel_bounds +gimp_channel_value +gimp_channel_is_empty +gimp_channel_add_segment +gimp_channel_sub_segment +gimp_channel_combine_rect +gimp_channel_combine_ellipse +gimp_channel_combine_mask +gimp_channel_feather +gimp_channel_sharpen +gimp_channel_clear +gimp_channel_all +gimp_channel_invert +gimp_channel_border +gimp_channel_grow +gimp_channel_shrink +gimp_channel_load +gimp_channel_layer_alpha +gimp_channel_layer_mask +gimp_channel_invalidate_bounds + +GIMP_CHANNEL +GIMP_IS_CHANNEL +GIMP_TYPE_CHANNEL +gimp_channel_get_type +GIMP_CHANNEL_CLASS +GIMP_IS_CHANNEL_CLASS +GIMP_CHANNEL_GET_CLASS +
+ +
+gimpcontainer +GimpContainerPolicy +GIMP_TYPE_CONTAINER_POLICY +GimpContainer +GimpContainer +gimp_container_get_type +gimp_container_children_type +gimp_container_policy +gimp_container_num_children +gimp_container_add +gimp_container_remove +gimp_container_insert +gimp_container_reorder +gimp_container_freeze +gimp_container_thaw +gimp_container_frozen +gimp_container_have +gimp_container_foreach +gimp_container_get_child_by_name +gimp_container_get_child_by_index +gimp_container_get_child_index +gimp_container_add_handler +gimp_container_remove_handler + +GIMP_CONTAINER +GIMP_IS_CONTAINER +GIMP_TYPE_CONTAINER +gimp_container_policy_get_type +GIMP_CONTAINER_CLASS +GIMP_IS_CONTAINER_CLASS +GIMP_CONTAINER_GET_CLASS +
+ +
+gimpcontext +GimpContext +GimpContext +gimp_context_new +gimp_context_get_name +gimp_context_set_name +gimp_context_get_parent +gimp_context_set_parent +gimp_context_define_property +gimp_context_property_defined +gimp_context_define_properties +gimp_context_copy_property +gimp_context_copy_properties +gimp_context_type_to_property +gimp_context_type_to_prop_name +gimp_context_type_to_signal_name +gimp_context_get_by_type +gimp_context_set_by_type +gimp_context_changed_by_type +gimp_context_get_image +gimp_context_set_image +gimp_context_image_changed +gimp_context_get_display +gimp_context_set_display +gimp_context_display_changed +gimp_context_get_tool +gimp_context_set_tool +gimp_context_tool_changed +gimp_context_get_foreground +gimp_context_set_foreground +gimp_context_foreground_changed +gimp_context_get_background +gimp_context_set_background +gimp_context_background_changed +gimp_context_set_default_colors +gimp_context_swap_colors +gimp_context_get_opacity +gimp_context_set_opacity +gimp_context_opacity_changed +gimp_context_get_paint_mode +gimp_context_set_paint_mode +gimp_context_paint_mode_changed +gimp_context_get_brush +gimp_context_set_brush +gimp_context_brush_changed +gimp_context_get_pattern +gimp_context_set_pattern +gimp_context_pattern_changed +gimp_context_get_gradient +gimp_context_set_gradient +gimp_context_gradient_changed +gimp_context_get_palette +gimp_context_set_palette +gimp_context_palette_changed +gimp_context_get_font +gimp_context_set_font +gimp_context_font_changed +gimp_context_get_buffer +gimp_context_set_buffer +gimp_context_buffer_changed +gimp_context_get_imagefile +gimp_context_set_imagefile +gimp_context_imagefile_changed +gimp_context_get_template +gimp_context_set_template +gimp_context_template_changed + +GIMP_CONTEXT +GIMP_IS_CONTEXT +GIMP_TYPE_CONTEXT +gimp_context_get_type +GIMP_CONTEXT_CLASS +GIMP_IS_CONTEXT_CLASS +GIMP_CONTEXT_GET_CLASS +
+ +
+gimpdata +GimpData +GimpDataError +GimpData +gimp_data_save +gimp_data_dirty +gimp_data_delete_from_disk +gimp_data_get_extension +gimp_data_set_filename +gimp_data_create_filename +gimp_data_duplicate +GIMP_DATA_ERROR +gimp_data_error_quark + +GIMP_DATA +GIMP_IS_DATA +GIMP_TYPE_DATA +gimp_data_get_type +GIMP_DATA_CLASS +GIMP_IS_DATA_CLASS +GIMP_DATA_GET_CLASS +
+ +
+gimpdatafactory +GimpDataNewFunc +GimpDataLoadFunc +GimpDataGetStandardFunc +GimpDataFactoryLoaderEntry +GimpDataFactory +GimpDataFactory +gimp_data_factory_new +gimp_data_factory_data_init +gimp_data_factory_data_save +gimp_data_factory_data_free +gimp_data_factory_data_new +gimp_data_factory_data_duplicate +gimp_data_factory_data_get_standard + +GIMP_DATA_FACTORY +GIMP_IS_DATA_FACTORY +GIMP_TYPE_DATA_FACTORY +gimp_data_factory_get_type +GIMP_DATA_FACTORY_CLASS +GIMP_IS_DATA_FACTORY_CLASS +GIMP_DATA_FACTORY_GET_CLASS +
+ +
+gimpdatalist +GimpDataList +GimpDataList +gimp_data_list_new + +GIMP_DATA_LIST +GIMP_IS_DATA_LIST +GIMP_TYPE_DATA_LIST +gimp_data_list_get_type +GIMP_DATA_LIST_CLASS +GIMP_IS_DATA_LIST_CLASS +GIMP_DATA_LIST_GET_CLASS +
+ +
+gimpdocumentlist +GimpDocumentList +GimpDocumentList +gimp_document_list_new +gimp_document_list_add_uri + +GIMP_DOCUMENT_LIST +GIMP_IS_DOCUMENT_LIST +GIMP_TYPE_DOCUMENT_LIST +gimp_document_list_get_type +GIMP_DOCUMENT_LIST_CLASS +GIMP_IS_DOCUMENT_LIST_CLASS +
+ +
+gimpdrawable +GimpDrawable +GimpDrawable +gimp_drawable_configure +gimp_drawable_update +gimp_drawable_push_undo +gimp_drawable_merge_shadow +gimp_drawable_fill +gimp_drawable_fill_by_type +gimp_drawable_mask_bounds +gimp_drawable_has_alpha +gimp_drawable_type +gimp_drawable_type_with_alpha +gimp_drawable_is_rgb +gimp_drawable_is_gray +gimp_drawable_is_indexed +gimp_drawable_data +gimp_drawable_shadow +gimp_drawable_bytes +gimp_drawable_bytes_with_alpha +gimp_drawable_get_visible +gimp_drawable_set_visible +gimp_drawable_alpha_changed +gimp_drawable_cmap +gimp_drawable_get_color_at + +GIMP_DRAWABLE +GIMP_IS_DRAWABLE +GIMP_TYPE_DRAWABLE +gimp_drawable_get_type +GIMP_DRAWABLE_CLASS +GIMP_IS_DRAWABLE_CLASS +GIMP_DRAWABLE_GET_CLASS +
+ +
+gimpenvirontable +GimpEnvironTable +GimpEnvironTable +gimp_environ_table_new +gimp_environ_table_load +gimp_environ_table_add +gimp_environ_table_remove +gimp_environ_table_clear +gimp_environ_table_clear_all +gimp_environ_table_get_envp + +GIMP_ENVIRON_TABLE +GIMP_IS_ENVIRON_TABLE +GIMP_TYPE_ENVIRON_TABLE +gimp_environ_table_get_type +GIMP_ENVIRON_TABLE_CLASS +GIMP_IS_ENVIRON_TABLE_CLASS +GIMP_ENVIRON_TABLE_GET_CLASS +
+ +
+gimpgradient +GIMP_GRADIENT_FILE_EXTENSION +GIMP_GRADIENT_DEFAULT_SAMPLE_SIZE +GimpGradientSegment +GimpGradient +GimpGradient +gimp_gradient_new +gimp_gradient_get_standard +gimp_gradient_load +gimp_gradient_save_as_pov +gimp_gradient_get_color_at +gimp_gradient_get_segment_at +gimp_gradient_segment_new +gimp_gradient_segment_get_last +gimp_gradient_segment_get_first +gimp_gradient_segment_free +gimp_gradient_segments_free +gimp_gradient_segment_split_midpoint +gimp_gradient_segment_split_uniform +gimp_gradient_segments_compress_range +gimp_gradient_segments_blend_endpoints + +GIMP_GRADIENT +GIMP_IS_GRADIENT +GIMP_TYPE_GRADIENT +gimp_gradient_get_type +GIMP_GRADIENT_CLASS +GIMP_IS_GRADIENT_CLASS +GIMP_GRADIENT_GET_CLASS +
+ +
+gimpgrid +GimpGrid +GimpGrid + +GIMP_GRID +GIMP_IS_GRID +GIMP_TYPE_GRID +gimp_grid_get_type +GIMP_GRID_CLASS +GIMP_IS_GRID_CLASS +GIMP_GRID_GET_CLASS +
+ +
+gimpimage +GIMP_IMAGE_TYPE_IS_RGB +GIMP_IMAGE_TYPE_IS_GRAY +GIMP_IMAGE_TYPE_IS_INDEXED +GIMP_IMAGE_TYPE_HAS_ALPHA +GIMP_IMAGE_TYPE_WITH_ALPHA +GIMP_IMAGE_TYPE_BYTES +GIMP_IMAGE_TYPE_BASE_TYPE +GIMP_IMAGE_TYPE_FROM_BASE_TYPE +GimpGuide +GimpImage +GimpImage +gimp_image_new +gimp_image_base_type +gimp_image_base_type_with_alpha +gimp_image_get_combination_mode +gimp_image_get_ID +gimp_image_get_by_ID +gimp_image_set_uri +gimp_image_get_uri +gimp_image_set_filename +gimp_image_get_filename +gimp_image_set_save_proc +gimp_image_get_save_proc +gimp_image_set_resolution +gimp_image_get_resolution +gimp_image_resolution_changed +gimp_image_set_unit +gimp_image_get_unit +gimp_image_unit_changed +gimp_image_get_width +gimp_image_get_height +gimp_image_has_alpha +gimp_image_is_empty +gimp_image_floating_sel +gimp_image_floating_selection_changed +gimp_image_get_mask +gimp_image_mask_changed +gimp_image_get_component_index +gimp_image_set_component_active +gimp_image_get_component_active +gimp_image_set_component_visible +gimp_image_get_component_visible +gimp_image_grid_changed +gimp_image_mode_changed +gimp_image_alpha_changed +gimp_image_update +gimp_image_update_guide +gimp_image_colormap_changed +gimp_image_selection_control +gimp_image_qmask_changed +gimp_image_undo_is_enabled +gimp_image_undo_enable +gimp_image_undo_disable +gimp_image_undo_freeze +gimp_image_undo_thaw +gimp_image_undo_start +gimp_image_undo_event +gimp_image_dirty +gimp_image_clean +gimp_image_clean_all +gimp_image_flush +gimp_image_get_foreground +gimp_image_get_background +gimp_image_get_color +gimp_image_transform_color +gimp_image_shadow +gimp_image_free_shadow +gimp_image_apply_image +gimp_image_replace_image +gimp_image_parasite_find +gimp_image_parasite_list +gimp_image_parasite_attach +gimp_image_parasite_detach +gimp_image_get_new_tattoo +gimp_image_set_tattoo_state +gimp_image_get_tattoo_state +gimp_image_get_layers +gimp_image_get_channels +gimp_image_get_vectors +gimp_image_active_drawable +gimp_image_get_active_layer +gimp_image_get_active_channel +gimp_image_get_active_vectors +gimp_image_set_active_layer +gimp_image_set_active_channel +gimp_image_unset_active_channel +gimp_image_set_active_vectors +gimp_image_active_layer_changed +gimp_image_active_channel_changed +gimp_image_active_vectors_changed +gimp_image_get_layer_index +gimp_image_get_channel_index +gimp_image_get_vectors_index +gimp_image_get_layer_by_tattoo +gimp_image_get_channel_by_tattoo +gimp_image_get_vectors_by_tattoo +gimp_image_get_layer_by_name +gimp_image_get_channel_by_name +gimp_image_get_vectors_by_name +gimp_image_add_layer +gimp_image_remove_layer +gimp_image_raise_layer +gimp_image_lower_layer +gimp_image_raise_layer_to_top +gimp_image_lower_layer_to_bottom +gimp_image_position_layer +gimp_image_add_channel +gimp_image_remove_channel +gimp_image_raise_channel +gimp_image_lower_channel +gimp_image_position_channel +gimp_image_add_vectors +gimp_image_remove_vectors +gimp_image_raise_vectors +gimp_image_lower_vectors +gimp_image_position_vectors +gimp_image_layer_boundary +gimp_image_pick_correlate_layer +gimp_image_invalidate_layer_previews +gimp_image_invalidate_channel_previews + +GIMP_IMAGE +GIMP_IS_IMAGE +GIMP_TYPE_IMAGE +gimp_image_get_type +GIMP_IMAGE_CLASS +GIMP_IS_IMAGE_CLASS +GIMP_IMAGE_GET_CLASS +
+ +
+gimpimagefile +GimpImagefileState +GimpImagefile +GimpImagefile +gimp_imagefile_new +gimp_imagefile_update +gimp_imagefile_create_thumbnail +gimp_imagefile_save_thumbnail +gimp_imagefile_get_desc_string + +GIMP_IMAGEFILE +GIMP_IS_IMAGEFILE +GIMP_TYPE_IMAGEFILE +gimp_imagefile_get_type +GIMP_IMAGEFILE_CLASS +GIMP_IS_IMAGEFILE_CLASS +GIMP_IMAGEFILE_GET_CLASS +
+ +
+gimpimagemap +GimpImageMapApplyFunc +GimpImageMap +GimpImageMap +gimp_image_map_new +gimp_image_map_apply +gimp_image_map_commit +gimp_image_map_clear +gimp_image_map_abort +gimp_image_map_get_color_at + +GIMP_IMAGE_MAP +GIMP_IS_IMAGE_MAP +GIMP_TYPE_IMAGE_MAP +gimp_image_map_get_type +GIMP_IMAGE_MAP_CLASS +GIMP_IS_IMAGE_MAP_CLASS +GIMP_IMAGE_MAP_GET_CLASS +
+ +
+gimpitem +GimpItem +GimpItem +gimp_item_removed +gimp_item_configure +gimp_item_duplicate +gimp_item_rename +gimp_item_width +gimp_item_height +gimp_item_offsets +gimp_item_translate +gimp_item_check_scaling +gimp_item_scale +gimp_item_scale_by_factors +gimp_item_scale_by_origin +gimp_item_resize +gimp_item_resize_to_image +gimp_item_flip +gimp_item_rotate +gimp_item_transform +gimp_item_get_ID +gimp_item_get_by_ID +gimp_item_get_tattoo +gimp_item_set_tattoo +gimp_item_get_image +gimp_item_set_image +gimp_item_parasite_attach +gimp_item_parasite_detach +gimp_item_parasite_find +gimp_item_parasite_list +gimp_item_set_linked +gimp_item_get_linked + +GIMP_ITEM +GIMP_IS_ITEM +GIMP_TYPE_ITEM +gimp_item_get_type +GIMP_ITEM_CLASS +GIMP_IS_ITEM_CLASS +GIMP_ITEM_GET_CLASS +
+ +
+gimpitemundo +GimpItemUndo +GimpItemUndo +gimp_item_undo_new + +GIMP_ITEM_UNDO +GIMP_IS_ITEM_UNDO +GIMP_TYPE_ITEM_UNDO +gimp_item_undo_get_type +GIMP_ITEM_UNDO_CLASS +GIMP_IS_ITEM_UNDO_CLASS +GIMP_ITEM_UNDO_GET_CLASS +
+ +
+gimplayer +GimpLayer +GimpLayer +gimp_layer_new +gimp_layer_new_from_tiles +gimp_layer_new_from_drawable +gimp_layer_create_mask +gimp_layer_add_mask +gimp_layer_apply_mask +gimp_layer_add_alpha +gimp_layer_resize_to_image +gimp_layer_boundary +gimp_layer_invalidate_boundary +gimp_layer_pick_correlate +gimp_layer_get_mask +gimp_layer_is_floating_sel +gimp_layer_set_opacity +gimp_layer_get_opacity +gimp_layer_set_mode +gimp_layer_get_mode +gimp_layer_set_preserve_trans +gimp_layer_get_preserve_trans + +GIMP_LAYER +GIMP_IS_LAYER +GIMP_TYPE_LAYER +gimp_layer_get_type +GIMP_LAYER_CLASS +GIMP_IS_LAYER_CLASS +GIMP_LAYER_GET_CLASS +
+ +
+gimplayermask +GimpLayerMask +GimpLayerMask +gimp_layer_mask_new +gimp_layer_mask_set_layer +gimp_layer_mask_get_layer +gimp_layer_mask_set_apply +gimp_layer_mask_get_apply +gimp_layer_mask_set_edit +gimp_layer_mask_get_edit +gimp_layer_mask_set_show +gimp_layer_mask_get_show + +GIMP_LAYER_MASK +GIMP_IS_LAYER_MASK +GIMP_TYPE_LAYER_MASK +gimp_layer_mask_get_type +GIMP_LAYER_MASK_CLASS +GIMP_IS_LAYER_MASK_CLASS +GIMP_LAYER_MASK_GET_CLASS +
+ +
+gimplist +GimpList +GimpList +gimp_list_new +gimp_list_reverse +gimp_list_sort +gimp_list_uniquefy_name + +GIMP_LIST +GIMP_IS_LIST +GIMP_TYPE_LIST +gimp_list_get_type +GIMP_LIST_CLASS +GIMP_IS_LIST_CLASS +GIMP_LIST_GET_CLASS +
+ +
+gimpobject +GimpObject +GimpObject +gimp_object_set_name +gimp_object_get_name +gimp_object_set_name_safe +gimp_object_name_changed +gimp_object_get_memsize +gimp_g_object_get_memsize + +GIMP_OBJECT +GIMP_IS_OBJECT +GIMP_TYPE_OBJECT +gimp_object_get_type +GIMP_OBJECT_CLASS +GIMP_IS_OBJECT_CLASS +GIMP_OBJECT_GET_CLASS +
+ +
+gimppaintinfo +GimpPaintInfo +GimpPaintInfo +gimp_paint_info_new + +GIMP_PAINT_INFO +GIMP_IS_PAINT_INFO +GIMP_TYPE_PAINT_INFO +gimp_paint_info_get_type +GIMP_PAINT_INFO_CLASS +GIMP_IS_PAINT_INFO_CLASS +GIMP_PAINT_INFO_GET_CLASS +
+ +
+gimppalette +GIMP_PALETTE_FILE_EXTENSION +GimpPaletteEntry +GimpPalette +GimpPalette +gimp_palette_new +gimp_palette_get_standard +gimp_palette_load +gimp_palette_add_entry +gimp_palette_delete_entry +gimp_palette_set_n_columns +gimp_palette_get_n_columns + +GIMP_PALETTE +GIMP_IS_PALETTE +GIMP_TYPE_PALETTE +gimp_palette_get_type +GIMP_PALETTE_CLASS +GIMP_IS_PALETTE_CLASS +GIMP_PALETTE_GET_CLASS +
+ +
+gimpparasitelist +GimpParasiteList +GimpParasiteList +gimp_parasite_list_new +gimp_parasite_list_copy +gimp_parasite_list_add +gimp_parasite_list_remove +gimp_parasite_list_length +gimp_parasite_list_persistent_length +gimp_parasite_list_foreach +gimp_parasite_list_find + +GIMP_PARASITE_LIST +GIMP_IS_PARASITE_LIST +GIMP_TYPE_PARASITE_LIST +gimp_parasite_list_get_type +GIMP_PARASITE_LIST_CLASS +GIMP_IS_PARASITE_LIST_CLASS +GIMP_PARASITE_LIST_GET_CLASS +
+ +
+gimppattern +GIMP_PATTERN_FILE_EXTENSION +GimpPattern +GimpPattern +gimp_pattern_new +gimp_pattern_get_standard +gimp_pattern_load +gimp_pattern_get_mask + +GIMP_PATTERN +GIMP_IS_PATTERN +GIMP_TYPE_PATTERN +gimp_pattern_get_type +GIMP_PATTERN_CLASS +GIMP_IS_PATTERN_CLASS +GIMP_PATTERN_GET_CLASS +
+ +
+gimptemplate +GimpTemplate +GimpTemplate +gimp_template_new +gimp_template_set_from_config +gimp_template_set_from_image +gimp_template_create_image + +GIMP_TEMPLATE +GIMP_IS_TEMPLATE +GIMP_TYPE_TEMPLATE +gimp_template_get_type +GIMP_TEMPLATE_CLASS +GIMP_IS_TEMPLATE_CLASS +GIMP_TEMPLATE_GET_CLASS +
+ +
+gimptoolinfo +GimpToolInfo +GimpToolInfo +gimp_tool_info_new +gimp_tool_info_set_standard +gimp_tool_info_get_standard + +GIMP_TOOL_INFO +GIMP_IS_TOOL_INFO +GIMP_TYPE_TOOL_INFO +gimp_tool_info_get_type +GIMP_TOOL_INFO_CLASS +GIMP_IS_TOOL_INFO_CLASS +GIMP_TOOL_INFO_GET_CLASS +
+ +
+gimptooloptions +GimpToolOptions +GimpToolOptions +gimp_tool_options_reset +gimp_tool_options_serialize +gimp_tool_options_deserialize + +GIMP_TOOL_OPTIONS +GIMP_IS_TOOL_OPTIONS +GIMP_TYPE_TOOL_OPTIONS +gimp_tool_options_get_type +GIMP_TOOL_OPTIONS_CLASS +GIMP_IS_TOOL_OPTIONS_CLASS +GIMP_TOOL_OPTIONS_GET_CLASS +
+ +
+gimpundo +GIMP_UNDO_PREVIEW_SIZE +GimpUndoAccumulator +GimpUndo +GimpUndo +gimp_undo_new +gimp_undo_pop +gimp_undo_free +gimp_undo_create_preview + +GIMP_UNDO +GIMP_IS_UNDO +GIMP_TYPE_UNDO +gimp_undo_get_type +GIMP_UNDO_CLASS +GIMP_IS_UNDO_CLASS +GIMP_UNDO_GET_CLASS +
+ +
+gimpundostack +GimpUndoStack +GimpUndoStack +gimp_undo_stack_new +gimp_undo_stack_push_undo +gimp_undo_stack_pop_undo +gimp_undo_stack_free_bottom +gimp_undo_stack_peek + +GIMP_UNDO_STACK +GIMP_IS_UNDO_STACK +GIMP_TYPE_UNDO_STACK +gimp_undo_stack_get_type +GIMP_UNDO_STACK_CLASS +GIMP_IS_UNDO_STACK_CLASS +GIMP_UNDO_STACK_GET_CLASS +
+ +
+gimpviewable +GIMP_VIEWABLE_MAX_PREVIEW_SIZE +GIMP_VIEWABLE_MAX_POPUP_SIZE +GimpViewable +GimpViewable +gimp_viewable_invalidate_preview +gimp_viewable_size_changed +gimp_viewable_calc_preview_size +gimp_viewable_get_preview_size +gimp_viewable_get_popup_size +gimp_viewable_get_preview +gimp_viewable_get_new_preview +gimp_viewable_get_preview_pixbuf +gimp_viewable_get_new_preview_pixbuf +gimp_viewable_get_description +gimp_viewable_get_stock_id +gimp_viewable_set_stock_id + +GIMP_VIEWABLE +GIMP_IS_VIEWABLE +GIMP_TYPE_VIEWABLE +gimp_viewable_get_type +GIMP_VIEWABLE_CLASS +GIMP_IS_VIEWABLE_CLASS +GIMP_VIEWABLE_GET_CLASS +
+ +
+gimpdisplay +IdleRenderStruct +GimpDisplay +GimpDisplay +gimp_display_new +gimp_display_delete +gimp_display_get_ID +gimp_display_get_by_ID +gimp_display_reconnect +gimp_display_add_update_area +gimp_display_flush +gimp_display_flush_now +gimp_display_finish_draw +gimp_display_coords_in_active_drawable + +GIMP_DISPLAY +GIMP_IS_DISPLAY +GIMP_TYPE_DISPLAY +gimp_display_get_type +GIMP_DISPLAY_CLASS +GIMP_IS_DISPLAY_CLASS +GIMP_DISPLAY_GET_CLASS +
+ +
+gimpdisplayshell +GimpDisplayShellAppearance +SCREEN_XRES +SCREEN_YRES +SCALESRC +SCALEDEST +SCALEFACTOR_X +SCALEFACTOR_Y +SCALEX +SCALEY +UNSCALEX +UNSCALEY +FUNSCALEX +FUNSCALEY +GimpDisplayShell +GimpDisplayShell +gimp_display_shell_new +gimp_display_shell_close +gimp_display_shell_reconnect +gimp_display_shell_scaled +gimp_display_shell_scrolled +gimp_display_shell_snap_coords +gimp_display_shell_mask_value +gimp_display_shell_mask_bounds +gimp_display_shell_expose_area +gimp_display_shell_expose_guide +gimp_display_shell_expose_full +gimp_display_shell_flush +gimp_display_shell_draw_area +gimp_display_shell_draw_cursor +gimp_display_shell_draw_guide +gimp_display_shell_draw_guides +gimp_display_shell_draw_grid +gimp_display_shell_update_icon +gimp_display_shell_shrink_wrap +gimp_display_shell_selection_visibility + +GIMP_DISPLAY_SHELL +GIMP_IS_DISPLAY_SHELL +GIMP_TYPE_DISPLAY_SHELL +gimp_display_shell_get_type +GIMP_DISPLAY_SHELL_CLASS +GIMP_IS_DISPLAY_SHELL_CLASS +GIMP_DISPLAY_SHELL_GET_CLASS +
+ +
+gimpnavigationview +GimpNavigationView +GimpNavigationView +gimp_navigation_view_new +gimp_navigation_view_set_shell +gimp_navigation_view_popup + +GIMP_NAVIGATION_VIEW +GIMP_IS_NAVIGATION_VIEW +GIMP_TYPE_NAVIGATION_VIEW +gimp_navigation_view_get_type +GIMP_NAVIGATION_VIEW_CLASS +GIMP_IS_NAVIGATION_VIEW_CLASS +GIMP_NAVIGATION_VIEW_GET_CLASS +
+ +
+gimpstatusbar +CURSOR_FORMAT_LENGTH +GimpStatusbar +GimpStatusbar +gimp_statusbar_new +gimp_statusbar_push +gimp_statusbar_push_coords +gimp_statusbar_pop +gimp_statusbar_update_cursor +gimp_statusbar_resize_cursor + +GIMP_STATUSBAR +GIMP_IS_STATUSBAR +GIMP_TYPE_STATUSBAR +gimp_statusbar_get_type +GIMP_STATUSBAR_CLASS +GIMP_IS_STATUSBAR_CLASS +GIMP_STATUSBAR_GET_CLASS +
+ +
+gimpairbrush +GimpAirbrush +GimpAirbrush +gimp_airbrush_register + +GIMP_AIRBRUSH +GIMP_IS_AIRBRUSH +GIMP_TYPE_AIRBRUSH +gimp_airbrush_get_type +GIMP_AIRBRUSH_CLASS +GIMP_IS_AIRBRUSH_CLASS +GIMP_AIRBRUSH_GET_CLASS +
+ +
+gimpairbrushoptions +GimpAirbrushOptions + +GIMP_AIRBRUSH_OPTIONS +GIMP_IS_AIRBRUSH_OPTIONS +GIMP_TYPE_AIRBRUSH_OPTIONS +gimp_airbrush_options_get_type +GIMP_AIRBRUSH_OPTIONS_CLASS +GIMP_IS_AIRBRUSH_OPTIONS_CLASS +GIMP_AIRBRUSH_OPTIONS_GET_CLASS +
+ +
+gimpclone +GimpClone +GimpClone +gimp_clone_register + +GIMP_CLONE +GIMP_IS_CLONE +GIMP_TYPE_CLONE +gimp_clone_get_type +GIMP_CLONE_CLASS +GIMP_IS_CLONE_CLASS +GIMP_CLONE_GET_CLASS +
+ +
+gimpcloneoptions +GimpCloneOptions + +GIMP_CLONE_OPTIONS +GIMP_IS_CLONE_OPTIONS +GIMP_TYPE_CLONE_OPTIONS +gimp_clone_options_get_type +GIMP_CLONE_OPTIONS_CLASS +GIMP_IS_CLONE_OPTIONS_CLASS +GIMP_CLONE_OPTIONS_GET_CLASS +
+ +
+gimpconvolve +GimpConvolve +GimpConvolve +gimp_convolve_register + +GIMP_CONVOLVE +GIMP_IS_CONVOLVE +GIMP_TYPE_CONVOLVE +gimp_convolve_get_type +GIMP_CONVOLVE_CLASS +GIMP_IS_CONVOLVE_CLASS +GIMP_CONVOLVE_GET_CLASS +
+ +
+gimpconvolveoptions +GimpConvolveOptions + +GIMP_CONVOLVE_OPTIONS +GIMP_IS_CONVOLVE_OPTIONS +GIMP_TYPE_CONVOLVE_OPTIONS +gimp_convolve_options_get_type +GIMP_CONVOLVE_OPTIONS_CLASS +GIMP_IS_CONVOLVE_OPTIONS_CLASS +GIMP_CONVOLVE_OPTIONS_GET_CLASS +
+ +
+gimpdodgeburn +GimpDodgeBurn +GimpDodgeBurn +gimp_dodge_burn_register + +GIMP_DODGE_BURN +GIMP_IS_DODGE_BURN +GIMP_TYPE_DODGE_BURN +gimp_dodge_burn_get_type +GIMP_DODGE_BURN_CLASS +GIMP_IS_DODGE_BURN_CLASS +
+ +
+gimpdodgeburnoptions +GimpDodgeBurnOptions + +GIMP_DODGE_BURN_OPTIONS +GIMP_IS_DODGE_BURN_OPTIONS +GIMP_TYPE_DODGE_BURN_OPTIONS +gimp_dodge_burn_options_get_type +GIMP_DODGE_BURN_OPTIONS_CLASS +GIMP_IS_DODGE_BURN_OPTIONS_CLASS +GIMP_DODGE_BURN_OPTIONS_GET_CLASS +
+ +
+gimperaser +GimpEraser +GimpEraser +gimp_eraser_register + +GIMP_ERASER +GIMP_IS_ERASER +GIMP_TYPE_ERASER +gimp_eraser_get_type +GIMP_ERASER_CLASS +GIMP_IS_ERASER_CLASS +GIMP_ERASER_GET_CLASS +
+ +
+gimperaseroptions +GimpEraserOptions + +GIMP_ERASER_OPTIONS +GIMP_IS_ERASER_OPTIONS +GIMP_TYPE_ERASER_OPTIONS +gimp_eraser_options_get_type +GIMP_ERASER_OPTIONS_CLASS +GIMP_IS_ERASER_OPTIONS_CLASS +GIMP_ERASER_OPTIONS_GET_CLASS +
+ +
+gimppaintbrush +GimpPaintbrush +GimpPaintbrush +gimp_paintbrush_register + +GIMP_PAINTBRUSH +GIMP_IS_PAINTBRUSH +GIMP_TYPE_PAINTBRUSH +gimp_paintbrush_get_type +GIMP_PAINTBRUSH_CLASS +GIMP_IS_PAINTBRUSH_CLASS +GIMP_PAINTBRUSH_GET_CLASS +
+ +
+gimppaintcore +PAINT_CORE_SUBSAMPLE +PAINT_CORE_SOLID_SUBSAMPLE +GimpPaintCoreState +GimpPaintCoreFlags +GimpPaintCore +GimpPaintCore +gimp_paint_core_paint +gimp_paint_core_start +gimp_paint_core_finish +gimp_paint_core_cleanup +gimp_paint_core_constrain +gimp_paint_core_interpolate +gimp_paint_core_get_paint_area +gimp_paint_core_get_orig_image +gimp_paint_core_paste_canvas +gimp_paint_core_replace_canvas +gimp_paint_core_color_area_with_pixmap + +GIMP_PAINT_CORE +GIMP_IS_PAINT_CORE +GIMP_TYPE_PAINT_CORE +gimp_paint_core_get_type +GIMP_PAINT_CORE_CLASS +GIMP_IS_PAINT_CORE_CLASS +GIMP_PAINT_CORE_GET_CLASS +
+ +
+gimppaintoptions +GIMP_PAINT_OPTIONS_CONTEXT_MASK +GimpPressureOptions +GimpFadeOptions +GimpGradientOptions +GimpPaintOptions +GimpPaintOptions +gimp_paint_options_new +gimp_paint_options_get_fade +gimp_paint_options_get_gradient_color +gimp_paint_options_get_brush_mode + +GIMP_PAINT_OPTIONS +GIMP_IS_PAINT_OPTIONS +GIMP_TYPE_PAINT_OPTIONS +gimp_paint_options_get_type +GIMP_PAINT_OPTIONS_CLASS +GIMP_IS_PAINT_OPTIONS_CLASS +GIMP_PAINT_OPTIONS_GET_CLASS +
+ +
+gimppencil +gimp_pencil_register + +GIMP_PENCIL +GIMP_IS_PENCIL +GIMP_TYPE_PENCIL +gimp_pencil_get_type +GIMP_PENCIL_CLASS +GIMP_IS_PENCIL_CLASS +GIMP_PENCIL_GET_CLASS +
+ +
+gimppenciloptions + +GIMP_PENCIL_OPTIONS +GIMP_IS_PENCIL_OPTIONS +GIMP_TYPE_PENCIL_OPTIONS +gimp_pencil_options_get_type +GIMP_PENCIL_OPTIONS_CLASS +GIMP_IS_PENCIL_OPTIONS_CLASS +GIMP_PENCIL_OPTIONS_GET_CLASS +
+ +
+gimpsmudge +GimpSmudge +gimp_smudge_register + +GIMP_SMUDGE +GIMP_IS_SMUDGE +GIMP_TYPE_SMUDGE +gimp_smudge_get_type +GIMP_SMUDGE_CLASS +GIMP_IS_SMUDGE_CLASS +GIMP_SMUDGE_GET_CLASS +
+ +
+gimpsmudgeoptions +GimpSmudgeOptions + +GIMP_SMUDGE_OPTIONS +GIMP_IS_SMUDGE_OPTIONS +GIMP_TYPE_SMUDGE_OPTIONS +gimp_smudge_options_get_type +GIMP_SMUDGE_OPTIONS_CLASS +GIMP_IS_SMUDGE_OPTIONS_CLASS +GIMP_SMUDGE_OPTIONS_GET_CLASS +
+ +
+gimpfont +GimpFont +gimp_font_get_standard + +GimpFontClass +GIMP_FONT +GIMP_IS_FONT +GIMP_TYPE_FONT +gimp_font_get_type +GIMP_FONT_CLASS +GIMP_IS_FONT_CLASS +GIMP_FONT_GET_CLASS +
+ +
+gimpfontlist +GimpFontList +GimpFontList +gimp_font_list_new +gimp_font_list_restore + +GIMP_FONT_LIST +GIMP_IS_FONT_LIST +GIMP_TYPE_FONT_LIST +gimp_font_list_get_type +GIMP_FONT_LIST_CLASS +GIMP_IS_FONT_LIST_CLASS +GIMP_FONT_LIST_GET_CLASS +
+ +
+gimptext +GimpText +GimpText + +GIMP_TEXT +GIMP_IS_TEXT +GIMP_TYPE_TEXT +gimp_text_get_type +GIMP_TEXT_CLASS +GIMP_IS_TEXT_CLASS +GIMP_TEXT_GET_CLASS +
+ +
+gimptextlayer +GimpTextLayer +GimpTextLayer +gimp_text_layer_new +gimp_text_layer_from_layer +gimp_text_layer_get_text + +GIMP_TEXT_LAYER +GIMP_IS_TEXT_LAYER +GIMP_TYPE_TEXT_LAYER +gimp_text_layer_get_type +GIMP_TEXT_LAYER_CLASS +GIMP_IS_TEXT_LAYER_CLASS +GIMP_TEXT_LAYER_GET_CLASS +
+ +
+gimptextlayout +GimpTextLayout +GimpTextLayout +gimp_text_layout_new +gimp_text_layout_get_size +gimp_text_layout_get_offsets + +GimpTextLayoutClass +GIMP_TEXT_LAYOUT +GIMP_IS_TEXT_LAYOUT +GIMP_TYPE_TEXT_LAYOUT +gimp_text_layout_get_type +
+ +
+gimpairbrushtool +GimpAirbrushTool +GimpAirbrushTool +gimp_airbrush_tool_register + +GIMP_AIRBRUSH_TOOL +GIMP_IS_AIRBRUSH_TOOL +GIMP_TYPE_AIRBRUSH_TOOL +gimp_airbrush_tool_get_type +GIMP_AIRBRUSH_TOOL_CLASS +GIMP_IS_AIRBRUSH_TOOL_CLASS +GIMP_AIRBRUSH_TOOL_GET_CLASS +
+ +
+gimpblendoptions +GimpBlendOptions +gimp_blend_options_gui + +GIMP_BLEND_OPTIONS +GIMP_IS_BLEND_OPTIONS +GIMP_TYPE_BLEND_OPTIONS +gimp_blend_options_get_type +GIMP_BLEND_OPTIONS_CLASS +GIMP_IS_BLEND_OPTIONS_CLASS +GIMP_BLEND_OPTIONS_GET_CLASS +
+ +
+gimpblendtool +GimpBlendTool +GimpBlendTool +gimp_blend_tool_register + +GIMP_BLEND_TOOL +GIMP_IS_BLEND_TOOL +GIMP_TYPE_BLEND_TOOL +gimp_blend_tool_get_type +GIMP_BLEND_TOOL_CLASS +GIMP_IS_BLEND_TOOL_CLASS +GIMP_BLEND_TOOL_GET_CLASS +
+ +
+gimpbrightnesscontrasttool +GimpBrightnessContrastTool +GimpBrightnessContrastTool +gimp_brightness_contrast_tool_register + +GIMP_BRIGHTNESS_CONTRAST_TOOL +GIMP_IS_BRIGHTNESS_CONTRAST_TOOL +GIMP_TYPE_BRIGHTNESS_CONTRAST_TOOL +gimp_brightness_contrast_tool_get_type +GIMP_BRIGHTNESS_CONTRAST_TOOL_CLASS +GIMP_IS_BRIGHTNESS_CONTRAST_TOOL_CLASS +GIMP_BRIGHTNESS_CONTRAST_TOOL_GET_CLASS +
+ +
+gimpbucketfilloptions +GimpBucketFillOptions +gimp_bucket_fill_options_gui + +GIMP_BUCKET_FILL_OPTIONS +GIMP_IS_BUCKET_FILL_OPTIONS +GIMP_TYPE_BUCKET_FILL_OPTIONS +gimp_bucket_fill_options_get_type +GIMP_BUCKET_FILL_OPTIONS_CLASS +GIMP_IS_BUCKET_FILL_OPTIONS_CLASS +GIMP_BUCKET_FILL_OPTIONS_GET_CLASS +
+ +
+gimpbucketfilltool +GimpBucketFillTool +GimpBucketFillTool +gimp_bucket_fill_tool_register + +GIMP_BUCKET_FILL_TOOL +GIMP_IS_BUCKET_FILL_TOOL +GIMP_TYPE_BUCKET_FILL_TOOL +gimp_bucket_fill_tool_get_type +GIMP_BUCKET_FILL_TOOL_CLASS +GIMP_IS_BUCKET_FILL_TOOL_CLASS +GIMP_BUCKET_FILL_TOOL_GET_CLASS +
+ +
+gimpbycolorselecttool +GimpByColorSelectTool +GimpByColorSelectTool +gimp_by_color_select_tool_register + +GIMP_BY_COLOR_SELECT_TOOL +GIMP_IS_BY_COLOR_SELECT_TOOL +GIMP_TYPE_BY_COLOR_SELECT_TOOL +gimp_by_color_select_tool_get_type +GIMP_BY_COLOR_SELECT_TOOL_CLASS +GIMP_IS_BY_COLOR_SELECT_TOOL_CLASS +GIMP_BY_COLOR_SELECT_TOOL_GET_CLASS +
+ +
+gimpclonetool +GimpCloneTool +GimpCloneTool +gimp_clone_tool_register + +GIMP_CLONE_TOOL +GIMP_IS_CLONE_TOOL +GIMP_TYPE_CLONE_TOOL +gimp_clone_tool_get_type +GIMP_CLONE_TOOL_CLASS +GIMP_IS_CLONE_TOOL_CLASS +GIMP_CLONE_TOOL_GET_CLASS +
+ +
+gimpcolorbalancetool +GimpColorBalanceTool +GimpColorBalanceTool +gimp_color_balance_tool_register + +GIMP_COLOR_BALANCE_TOOL +GIMP_IS_COLOR_BALANCE_TOOL +GIMP_TYPE_COLOR_BALANCE_TOOL +gimp_color_balance_tool_get_type +GIMP_COLOR_BALANCE_TOOL_CLASS +GIMP_IS_COLOR_BALANCE_TOOL_CLASS +GIMP_COLOR_BALANCE_TOOL_GET_CLASS +
+ +
+gimpcolorizetool +GimpColorizeTool +GimpColorizeTool +gimp_colorize_tool_register + +GIMP_COLORIZE_TOOL +GIMP_IS_COLORIZE_TOOL +GIMP_TYPE_COLORIZE_TOOL +gimp_colorize_tool_get_type +GIMP_COLORIZE_TOOL_CLASS +GIMP_IS_COLORIZE_TOOL_CLASS +GIMP_COLORIZE_TOOL_GET_CLASS +
+ +
+gimpcoloroptions +GimpColorOptions +gimp_color_options_gui + +GIMP_COLOR_OPTIONS +GIMP_IS_COLOR_OPTIONS +GIMP_TYPE_COLOR_OPTIONS +gimp_color_options_get_type +GIMP_COLOR_OPTIONS_CLASS +GIMP_IS_COLOR_OPTIONS_CLASS +GIMP_COLOR_OPTIONS_GET_CLASS +
+ +
+gimpcolorpickeroptions +GimpColorPickerOptions +gimp_color_picker_options_gui + +GIMP_COLOR_PICKER_OPTIONS +GIMP_IS_COLOR_PICKER_OPTIONS +GIMP_TYPE_COLOR_PICKER_OPTIONS +gimp_color_picker_options_get_type +GIMP_COLOR_PICKER_OPTIONS_CLASS +GIMP_IS_COLOR_PICKER_OPTIONS_CLASS +GIMP_COLOR_PICKER_OPTIONS_GET_CLASS +
+ +
+gimpcolorpickertool +GimpColorPickerTool +GimpColorPickerTool +gimp_color_picker_tool_register + +GIMP_COLOR_PICKER_TOOL +GIMP_IS_COLOR_PICKER_TOOL +GIMP_TYPE_COLOR_PICKER_TOOL +gimp_color_picker_tool_get_type +GIMP_COLOR_PICKER_TOOL_CLASS +GIMP_IS_COLOR_PICKER_TOOL_CLASS +GIMP_COLOR_PICKER_TOOL_GET_CLASS +
+ +
+gimpcolortool +GimpColorTool +GimpColorTool +gimp_color_tool_enable +gimp_color_tool_disable +gimp_color_tool_is_enabled + +GIMP_COLOR_TOOL +GIMP_IS_COLOR_TOOL +GIMP_TYPE_COLOR_TOOL +gimp_color_tool_get_type +GIMP_COLOR_TOOL_CLASS +GIMP_IS_COLOR_TOOL_CLASS +GIMP_COLOR_TOOL_GET_CLASS +
+ +
+gimpconvolvetool +GimpConvolveTool +GimpConvolveTool +gimp_convolve_tool_register + +GIMP_CONVOLVE_TOOL +GIMP_IS_CONVOLVE_TOOL +GIMP_TYPE_CONVOLVE_TOOL +gimp_convolve_tool_get_type +GIMP_CONVOLVE_TOOL_CLASS +GIMP_IS_CONVOLVE_TOOL_CLASS +GIMP_CONVOLVE_TOOL_GET_CLASS +
+ +
+gimpcropoptions +GimpCropOptions +gimp_crop_options_gui + +GIMP_CROP_OPTIONS +GIMP_IS_CROP_OPTIONS +GIMP_TYPE_CROP_OPTIONS +gimp_crop_options_get_type +GIMP_CROP_OPTIONS_CLASS +GIMP_IS_CROP_OPTIONS_CLASS +GIMP_CROP_OPTIONS_GET_CLASS +
+ +
+gimpcroptool +GimpCropTool +GimpCropTool +gimp_crop_tool_register + +GIMP_CROP_TOOL +GIMP_IS_CROP_TOOL +GIMP_TYPE_CROP_TOOL +gimp_crop_tool_get_type +GIMP_CROP_TOOL_CLASS +
+ +
+gimpcurvestool +GimpCurvesTool +GimpCurvesTool +gimp_curves_tool_register + +GIMP_CURVES_TOOL +GIMP_IS_CURVES_TOOL +GIMP_TYPE_CURVES_TOOL +gimp_curves_tool_get_type +GIMP_CURVES_TOOL_CLASS +GIMP_IS_CURVES_TOOL_CLASS +
+ +
+gimpdodgeburntool +GimpDodgeBurnTool +GimpDodgeBurnTool +gimp_dodgeburn_tool_register + +GIMP_DODGEBURN_TOOL +GIMP_IS_DODGEBURN_TOOL +GIMP_TYPE_DODGEBURN_TOOL +gimp_dodgeburn_tool_get_type +GIMP_DODGEBURN_TOOL_CLASS +GIMP_IS_DODGEBURN_TOOL_CLASS +
+ +
+gimpdrawtool +GimpHandleType +GimpDrawTool +GimpDrawTool +gimp_draw_tool_start +gimp_draw_tool_stop +gimp_draw_tool_is_active +gimp_draw_tool_pause +gimp_draw_tool_resume +gimp_draw_tool_calc_distance +gimp_draw_tool_in_radius +gimp_draw_tool_draw_line +gimp_draw_tool_draw_rectangle +gimp_draw_tool_draw_arc +gimp_draw_tool_draw_rectangle_by_anchor +gimp_draw_tool_draw_arc_by_anchor +gimp_draw_tool_draw_cross_by_anchor +gimp_draw_tool_draw_handle +gimp_draw_tool_on_handle +gimp_draw_tool_draw_lines +gimp_draw_tool_draw_strokes +gimp_draw_tool_draw_boundary + +GIMP_DRAW_TOOL +GIMP_IS_DRAW_TOOL +GIMP_TYPE_DRAW_TOOL +gimp_draw_tool_get_type +GIMP_DRAW_TOOL_CLASS +GIMP_IS_DRAW_TOOL_CLASS +GIMP_DRAW_TOOL_GET_CLASS +
+ +
+gimpellipseselecttool +GimpEllipseSelectTool +GimpEllipseSelectTool +gimp_ellipse_select_tool_register + +GIMP_ELLIPSE_SELECT_TOOL +GIMP_IS_ELLIPSE_SELECT_TOOL +GIMP_TYPE_ELLIPSE_SELECT_TOOL +gimp_ellipse_select_tool_get_type +GIMP_ELLIPSE_SELECT_TOOL_CLASS +GIMP_IS_ELLIPSE_SELECT_TOOL_CLASS +GIMP_ELLIPSE_SELECT_TOOL_GET_CLASS +
+ +
+gimperasertool +GimpEraserTool +GimpEraserTool +gimp_eraser_tool_register + +GIMP_ERASER_TOOL +GIMP_IS_ERASER_TOOL +GIMP_TYPE_ERASER_TOOL +gimp_eraser_tool_get_type +GIMP_ERASER_TOOL_CLASS +GIMP_IS_ERASER_TOOL_CLASS +GIMP_ERASER_TOOL_GET_CLASS +
+ +
+gimpflipoptions +GimpFlipOptions +gimp_flip_options_gui + +GIMP_FLIP_OPTIONS +GIMP_IS_FLIP_OPTIONS +GIMP_TYPE_FLIP_OPTIONS +gimp_flip_options_get_type +GIMP_FLIP_OPTIONS_CLASS +GIMP_IS_FLIP_OPTIONS_CLASS +GIMP_FLIP_OPTIONS_GET_CLASS +
+ +
+gimpfliptool +GimpFlipTool +GimpFlipTool +gimp_flip_tool_register + +GIMP_FLIP_TOOL +GIMP_IS_FLIP_TOOL +GIMP_TYPE_FLIP_TOOL +gimp_flip_tool_get_type +GIMP_FLIP_TOOL_CLASS +GIMP_IS_FLIP_TOOL_CLASS +GIMP_FLIP_TOOL_GET_CLASS +
+ +
+gimpfreeselecttool +GimpFreeSelectTool +GimpFreeSelectTool +gimp_free_select_tool_register + +GIMP_FREE_SELECT_TOOL +GIMP_IS_FREE_SELECT_TOOL +GIMP_TYPE_FREE_SELECT_TOOL +gimp_free_select_tool_get_type +GIMP_FREE_SELECT_TOOL_CLASS +GIMP_IS_FREE_SELECT_TOOL_CLASS +GIMP_FREE_SELECT_TOOL_GET_CLASS +
+ +
+gimpfuzzyselecttool +GimpFuzzySelectTool +GimpFuzzySelectTool +gimp_fuzzy_select_tool_register + +GIMP_FUZZY_SELECT_TOOL +GIMP_IS_FUZZY_SELECT_TOOL +GIMP_TYPE_FUZZY_SELECT_TOOL +gimp_fuzzy_select_tool_get_type +GIMP_FUZZY_SELECT_TOOL_CLASS +GIMP_IS_FUZZY_SELECT_TOOL_CLASS +GIMP_FUZZY_SELECT_TOOL_GET_CLASS +
+ +
+gimphistogramtool +GimpHistogramTool +GimpHistogramTool +gimp_histogram_tool_register + +GIMP_HISTOGRAM_TOOL +GIMP_IS_HISTOGRAM_TOOL +GIMP_TYPE_HISTOGRAM_TOOL +gimp_histogram_tool_get_type +GIMP_HISTOGRAM_TOOL_CLASS +GIMP_IS_HISTOGRAM_TOOL_CLASS +GIMP_HISTOGRAM_TOOL_GET_CLASS +
+ +
+gimphuesaturationtool +GimpHueSaturationTool +GimpHueSaturationTool +gimp_hue_saturation_tool_register + +GIMP_HUE_SATURATION_TOOL +GIMP_IS_HUE_SATURATION_TOOL +GIMP_TYPE_HUE_SATURATION_TOOL +gimp_hue_saturation_tool_get_type +GIMP_HUE_SATURATION_TOOL_CLASS +GIMP_IS_HUE_SATURATION_TOOL_CLASS +GIMP_HUE_SATURATION_TOOL_GET_CLASS +
+ +
+gimpimagemaptool +GimpImageMapTool +GimpImageMapTool +gimp_image_map_tool_preview + +GIMP_IMAGE_MAP_TOOL +GIMP_IS_IMAGE_MAP_TOOL +GIMP_TYPE_IMAGE_MAP_TOOL +gimp_image_map_tool_get_type +GIMP_IMAGE_MAP_TOOL_CLASS +GIMP_IS_IMAGE_MAP_TOOL_CLASS +GIMP_IMAGE_MAP_TOOL_GET_CLASS +
+ +
+gimpinkoptions +GimpInkOptions +gimp_ink_options_gui + +GIMP_INK_OPTIONS +GIMP_IS_INK_OPTIONS +GIMP_TYPE_INK_OPTIONS +gimp_ink_options_get_type +GIMP_INK_OPTIONS_CLASS +GIMP_IS_INK_OPTIONS_CLASS +GIMP_INK_OPTIONS_GET_CLASS +
+ +
+gimpinktool +DIST_SMOOTHER_BUFFER +TIME_SMOOTHER_BUFFER +GimpInkTool +GimpInkTool +gimp_ink_tool_register + +GIMP_INK_TOOL +GIMP_IS_INK_TOOL +GIMP_TYPE_INK_TOOL +gimp_ink_tool_get_type +GIMP_INK_TOOL_CLASS +GIMP_IS_INK_TOOL_CLASS +GIMP_INK_TOOL_GET_CLASS +
+ +
+gimpiscissorstool +IscissorsState +IscissorsDraw +IscissorsOps +ICurve +GimpIscissorsTool +GimpIscissorsTool +gimp_iscissors_tool_register + +GIMP_ISCISSORS_TOOL +GIMP_IS_ISCISSORS_TOOL +GIMP_TYPE_ISCISSORS_TOOL +gimp_iscissors_tool_get_type +GIMP_ISCISSORS_TOOL_CLASS +GIMP_IS_ISCISSORS_TOOL_CLASS +GIMP_ISCISSORS_TOOL_GET_CLASS +
+ +
+gimplevelstool +GimpLevelsTool +GimpLevelsTool +gimp_levels_tool_register + +GIMP_LEVELS_TOOL +GIMP_IS_LEVELS_TOOL +GIMP_TYPE_LEVELS_TOOL +gimp_levels_tool_get_type +GIMP_LEVELS_TOOL_CLASS +GIMP_IS_LEVELS_TOOL_CLASS +GIMP_LEVELS_TOOL_GET_CLASS +
+ +
+gimpmagnifyoptions +GimpMagnifyOptions +gimp_magnify_options_gui + +GIMP_MAGNIFY_OPTIONS +GIMP_IS_MAGNIFY_OPTIONS +GIMP_TYPE_MAGNIFY_OPTIONS +gimp_magnify_options_get_type +GIMP_MAGNIFY_OPTIONS_CLASS +GIMP_IS_MAGNIFY_OPTIONS_CLASS +GIMP_MAGNIFY_OPTIONS_GET_CLASS +
+ +
+gimpmagnifytool +GimpMagnifyTool +GimpMagnifyTool +gimp_magnify_tool_register + +GIMP_MAGNIFY_TOOL +GIMP_IS_MAGNIFY_TOOL +GIMP_TYPE_MAGNIFY_TOOL +gimp_magnify_tool_get_type +GIMP_MAGNIFY_TOOL_CLASS +GIMP_IS_MAGNIFY_TOOL_CLASS +GIMP_MAGNIFY_TOOL_GET_CLASS +
+ +
+gimpmeasureoptions +GimpMeasureOptions +gimp_measure_options_gui + +GIMP_MEASURE_OPTIONS +GIMP_IS_MEASURE_OPTIONS +GIMP_TYPE_MEASURE_OPTIONS +gimp_measure_options_get_type +GIMP_MEASURE_OPTIONS_CLASS +GIMP_IS_MEASURE_OPTIONS_CLASS +GIMP_MEASURE_OPTIONS_GET_CLASS +
+ +
+gimpmeasuretool +MeasureFunction +GimpMeasureTool +GimpMeasureTool +gimp_measure_tool_register + +GIMP_MEASURE_TOOL +GIMP_IS_MEASURE_TOOL +GIMP_TYPE_MEASURE_TOOL +gimp_measure_tool_get_type +GIMP_MEASURE_TOOL_CLASS +GIMP_IS_MEASURE_TOOL_CLASS +GIMP_MEASURE_TOOL_GET_CLASS +
+ +
+gimpmoveoptions +GimpMoveOptions +gimp_move_options_gui + +GIMP_MOVE_OPTIONS +GIMP_IS_MOVE_OPTIONS +GIMP_TYPE_MOVE_OPTIONS +gimp_move_options_get_type +GIMP_MOVE_OPTIONS_CLASS +GIMP_IS_MOVE_OPTIONS_CLASS +GIMP_MOVE_OPTIONS_GET_CLASS +
+ +
+gimpmovetool +GimpMoveTool +GimpMoveTool +gimp_move_tool_register +gimp_move_tool_start_hguide +gimp_move_tool_start_vguide + +GIMP_MOVE_TOOL +GIMP_IS_MOVE_TOOL +GIMP_TYPE_MOVE_TOOL +gimp_move_tool_get_type +GIMP_MOVE_TOOL_CLASS +GIMP_IS_MOVE_TOOL_CLASS +GIMP_MOVE_TOOL_GET_CLASS +
+ +
+gimppaintbrushtool +GimpPaintbrushTool +GimpPaintbrushTool +gimp_paintbrush_tool_register + +GIMP_PAINTBRUSH_TOOL +GIMP_IS_PAINTBRUSH_TOOL +GIMP_TYPE_PAINTBRUSH_TOOL +gimp_paintbrush_tool_get_type +GIMP_PAINTBRUSH_TOOL_CLASS +GIMP_IS_PAINTBRUSH_TOOL_CLASS +GIMP_PAINTBRUSH_TOOL_GET_CLASS +
+ +
+gimppainttool +GimpPaintTool +GimpPaintTool + +GIMP_PAINT_TOOL +GIMP_IS_PAINT_TOOL +GIMP_TYPE_PAINT_TOOL +gimp_paint_tool_get_type +GIMP_PAINT_TOOL_CLASS +GIMP_IS_PAINT_TOOL_CLASS +GIMP_PAINT_TOOL_GET_CLASS +
+ +
+gimppenciltool +GimpPencilTool +GimpPencilTool +gimp_pencil_tool_register + +GIMP_PENCIL_TOOL +GIMP_IS_PENCIL_TOOL +GIMP_TYPE_PENCIL_TOOL +gimp_pencil_tool_get_type +GIMP_PENCIL_TOOL_CLASS +GIMP_IS_PENCIL_TOOL_CLASS +GIMP_PENCIL_TOOL_GET_CLASS +
+ +
+gimpperspectivetool +GimpPerspectiveTool +GimpPerspectiveTool +gimp_perspective_tool_register + +GIMP_PERSPECTIVE_TOOL +GIMP_IS_PERSPECTIVE_TOOL +GIMP_TYPE_PERSPECTIVE_TOOL +gimp_perspective_tool_get_type +GIMP_PERSPECTIVE_TOOL_CLASS +GIMP_IS_PERSPECTIVE_TOOL_CLASS +GIMP_PERSPECTIVE_TOOL_GET_CLASS +
+ +
+gimpposterizetool +GimpPosterizeTool +GimpPosterizeTool +gimp_posterize_tool_register + +GIMP_POSTERIZE_TOOL +GIMP_IS_POSTERIZE_TOOL +GIMP_TYPE_POSTERIZE_TOOL +gimp_posterize_tool_get_type +GIMP_POSTERIZE_TOOL_CLASS +GIMP_IS_POSTERIZE_TOOL_CLASS +GIMP_POSTERIZE_TOOL_GET_CLASS +
+ +
+gimprectselecttool +GimpRectSelectTool +GimpRectSelectTool +gimp_rect_select_tool_register +gimp_rect_select_tool_rect_select + +GIMP_RECT_SELECT_TOOL +GIMP_IS_RECT_SELECT_TOOL +GIMP_TYPE_RECT_SELECT_TOOL +gimp_rect_select_tool_get_type +GIMP_RECT_SELECT_TOOL_CLASS +GIMP_IS_RECT_SELECT_TOOL_CLASS +GIMP_RECT_SELECT_TOOL_GET_CLASS +
+ +
+gimprotatetool +GimpRotateTool +GimpRotateTool +gimp_rotate_tool_register + +GIMP_ROTATE_TOOL +GIMP_IS_ROTATE_TOOL +GIMP_TYPE_ROTATE_TOOL +gimp_rotate_tool_get_type +GIMP_ROTATE_TOOL_CLASS +GIMP_IS_ROTATE_TOOL_CLASS +GIMP_ROTATE_TOOL_GET_CLASS +
+ +
+gimpscaletool +GimpScaleTool +GimpScaleTool +gimp_scale_tool_register + +GIMP_SCALE_TOOL +GIMP_IS_SCALE_TOOL +GIMP_TYPE_SCALE_TOOL +gimp_scale_tool_get_type +GIMP_SCALE_TOOL_CLASS +GIMP_SCALE_TOOL_GET_CLASS +
+ +
+gimpselectionoptions +GimpSelectionOptions +gimp_selection_options_gui + +GIMP_SELECTION_OPTIONS +GIMP_IS_SELECTION_OPTIONS +GIMP_TYPE_SELECTION_OPTIONS +gimp_selection_options_get_type +GIMP_SELECTION_OPTIONS_CLASS +GIMP_IS_SELECTION_OPTIONS_CLASS +GIMP_SELECTION_OPTIONS_GET_CLASS +
+ +
+gimpselectiontool +GimpSelectionTool +GimpSelectionTool + +GIMP_SELECTION_TOOL +GIMP_IS_SELECTION_TOOL +GIMP_TYPE_SELECTION_TOOL +gimp_selection_tool_get_type +GIMP_SELECTION_TOOL_CLASS +GIMP_IS_SELECTION_TOOL_CLASS +GIMP_SELECTION_TOOL_GET_CLASS +
+ +
+gimpsheartool +GimpShearTool +GimpShearTool +gimp_shear_tool_register + +GIMP_SHEAR_TOOL +GIMP_IS_SHEAR_TOOL +GIMP_TYPE_SHEAR_TOOL +gimp_shear_tool_get_type +GIMP_SHEAR_TOOL_CLASS +GIMP_IS_SHEAR_TOOL_CLASS +GIMP_SHEAR_TOOL_GET_CLASS +
+ +
+gimpsmudgetool +GimpSmudgeTool +GimpSmudgeTool +gimp_smudge_tool_register + +GIMP_SMUDGE_TOOL +GIMP_IS_SMUDGE_TOOL +GIMP_TYPE_SMUDGE_TOOL +gimp_smudge_tool_get_type +GIMP_SMUDGE_TOOL_CLASS +GIMP_IS_SMUDGE_TOOL_CLASS +GIMP_SMUDGE_TOOL_GET_CLASS +
+ +
+gimptextoptions +GimpTextOptions +gimp_text_options_gui +gimp_text_options_editor_new + +GIMP_TEXT_OPTIONS +GIMP_IS_TEXT_OPTIONS +GIMP_TYPE_TEXT_OPTIONS +gimp_text_options_get_type +GIMP_TEXT_OPTIONS_CLASS +GIMP_IS_TEXT_OPTIONS_CLASS +GIMP_TEXT_OPTIONS_GET_CLASS +
+ +
+gimptexttool +GimpTextTool +GimpTextTool +gimp_text_tool_register + +GIMP_TEXT_TOOL +GIMP_IS_TEXT_TOOL +GIMP_TYPE_TEXT_TOOL +gimp_text_tool_get_type +GIMP_TEXT_TOOL_CLASS +GIMP_IS_TEXT_TOOL_CLASS +
+ +
+gimpthresholdtool +GimpThresholdTool +GimpThresholdTool +gimp_threshold_tool_register + +GIMP_THRESHOLD_TOOL +GIMP_IS_THRESHOLD_TOOL +GIMP_TYPE_THRESHOLD_TOOL +gimp_threshold_tool_get_type +GIMP_THRESHOLD_TOOL_CLASS +GIMP_IS_THRESHOLD_TOOL_CLASS +GIMP_THRESHOLD_TOOL_GET_CLASS +
+ +
+gimptool +GimpTool +gimp_tool_initialize +gimp_tool_control +gimp_tool_button_press +gimp_tool_button_release +gimp_tool_motion +gimp_tool_arrow_key +gimp_tool_modifier_key +gimp_tool_oper_update +gimp_tool_cursor_update +gimp_tool_push_status +gimp_tool_push_status_coords +gimp_tool_pop_status +gimp_tool_set_cursor + +GIMP_TOOL +GIMP_IS_TOOL +GIMP_TYPE_TOOL +gimp_tool_get_type +GIMP_TOOL_CLASS +GIMP_IS_TOOL_CLASS +GIMP_TOOL_GET_CLASS +
+ +
+gimptoolcontrol +GimpToolControl +GimpToolControl +gimp_tool_control_pause +gimp_tool_control_resume +gimp_tool_control_is_paused +gimp_tool_control_activate +gimp_tool_control_halt +gimp_tool_control_is_active +gimp_tool_control_set_toggle +gimp_tool_control_is_toggled +gimp_tool_control_set_preserve +gimp_tool_control_preserve +gimp_tool_control_set_scroll_lock +gimp_tool_control_scroll_lock +gimp_tool_control_set_motion_mode +gimp_tool_control_motion_mode +gimp_tool_control_set_handles_empty_image +gimp_tool_control_handles_empty_image +gimp_tool_control_set_snap_to +gimp_tool_control_auto_snap_to +gimp_tool_control_set_snap_offsets +gimp_tool_control_snap_offsets +gimp_tool_control_get_cursor +gimp_tool_control_set_cursor +gimp_tool_control_get_tool_cursor +gimp_tool_control_set_tool_cursor +gimp_tool_control_get_cursor_modifier +gimp_tool_control_set_cursor_modifier +gimp_tool_control_get_toggle_cursor +gimp_tool_control_set_toggle_cursor +gimp_tool_control_get_toggle_tool_cursor +gimp_tool_control_set_toggle_tool_cursor +gimp_tool_control_get_toggle_cursor_modifier +gimp_tool_control_set_toggle_cursor_modifier + +GIMP_TOOL_CONTROL +GIMP_IS_TOOL_CONTROL +GIMP_TYPE_TOOL_CONTROL +gimp_tool_control_get_type +GIMP_TOOL_CONTROL_CLASS +GIMP_IS_TOOL_CONTROL_CLASS +GIMP_TOOL_CONTROL_GET_CLASS +
+ +
+gimptransformoptions +GimpTransformOptions +gimp_transform_options_gui + +GIMP_TRANSFORM_OPTIONS +GIMP_IS_TRANSFORM_OPTIONS +GIMP_TYPE_TRANSFORM_OPTIONS +gimp_transform_options_get_type +GIMP_TRANSFORM_OPTIONS_CLASS +GIMP_IS_TRANSFORM_OPTIONS_CLASS +GIMP_TRANSFORM_OPTIONS_GET_CLASS +
+ +
+gimptransformtool +MAX_INFO_BUF +TRAN_INFO_SIZE +TransInfo[TRAN_INFO_SIZE] +GimpTransformTool +GimpTransformTool +gimp_transform_tool_transform_bounding_box + +GIMP_TRANSFORM_TOOL +GIMP_IS_TRANSFORM_TOOL +GIMP_TYPE_TRANSFORM_TOOL +gimp_transform_tool_get_type +GIMP_TRANSFORM_TOOL_CLASS +GIMP_IS_TRANSFORM_TOOL_CLASS +GIMP_TRANSFORM_TOOL_GET_CLASS +
+ +
+gimpvectoroptions +GimpVectorOptions +gimp_vector_options_gui + +GIMP_VECTOR_OPTIONS +GIMP_IS_VECTOR_OPTIONS +GIMP_TYPE_VECTOR_OPTIONS +gimp_vector_options_get_type +GIMP_VECTOR_OPTIONS_CLASS +GIMP_IS_VECTOR_OPTIONS_CLASS +GIMP_VECTOR_OPTIONS_GET_CLASS +
+ +
+gimpvectortool +VectorFunction +GimpVectorTool +GimpVectorTool +gimp_vector_tool_register +gimp_vector_tool_set_vectors + +GIMP_VECTOR_TOOL +GIMP_IS_VECTOR_TOOL +GIMP_TYPE_VECTOR_TOOL +gimp_vector_tool_get_type +GIMP_VECTOR_TOOL_CLASS +GIMP_IS_VECTOR_TOOL_CLASS +GIMP_VECTOR_TOOL_GET_CLASS +
+ +
+gimpbezierstroke +GimpBezierStroke +GimpBezierStroke +gimp_bezier_stroke_new +gimp_bezier_stroke_new_from_coords +gimp_bezier_stroke_extend + +GIMP_BEZIER_STROKE +GIMP_IS_BEZIER_STROKE +GIMP_TYPE_BEZIER_STROKE +gimp_bezier_stroke_get_type +GIMP_BEZIER_STROKE_CLASS +GIMP_IS_BEZIER_STROKE_CLASS +GIMP_BEZIER_STROKE_GET_CLASS +
+ +
+gimpstroke +GimpStroke +GimpStroke +gimp_stroke_anchor_get +gimp_stroke_anchor_get_next +gimp_stroke_anchor_select +gimp_stroke_anchor_move_relative +gimp_stroke_anchor_move_absolute +gimp_stroke_close +gimp_stroke_anchor_convert +gimp_stroke_anchor_delete +gimp_stroke_get_length +gimp_stroke_get_distance +gimp_stroke_interpolate +gimp_stroke_temp_anchor_get +gimp_stroke_temp_anchor_set +gimp_stroke_temp_anchor_fix +gimp_stroke_duplicate +gimp_stroke_make_bezier +gimp_stroke_translate +gimp_stroke_scale +gimp_stroke_resize +gimp_stroke_flip +gimp_stroke_rotate +gimp_stroke_transform +gimp_stroke_get_draw_anchors +gimp_stroke_get_draw_controls +gimp_stroke_get_draw_lines + +GIMP_STROKE +GIMP_IS_STROKE +GIMP_TYPE_STROKE +gimp_stroke_get_type +GIMP_STROKE_CLASS +GIMP_IS_STROKE_CLASS +GIMP_STROKE_GET_CLASS +
+ +
+gimpvectors +GimpVectors +GimpVectors +gimp_vectors_new +gimp_vectors_convert +gimp_vectors_freeze +gimp_vectors_thaw +gimp_vectors_copy_strokes +gimp_vectors_anchor_get +gimp_vectors_anchor_get_next +gimp_vectors_anchor_move_relative +gimp_vectors_anchor_move_absolute +gimp_vectors_anchor_delete +gimp_vectors_stroke_add +gimp_vectors_stroke_get +gimp_vectors_stroke_get_next +gimp_vectors_stroke_get_length +gimp_vectors_get_length +gimp_vectors_get_distance +gimp_vectors_interpolate +gimp_vectors_temp_anchor_get +gimp_vectors_temp_anchor_set +gimp_vectors_temp_anchor_fix +gimp_vectors_make_bezier + +GIMP_VECTORS +GIMP_IS_VECTORS +GIMP_TYPE_VECTORS +gimp_vectors_get_type +GIMP_VECTORS_CLASS +GIMP_IS_VECTORS_CLASS +GIMP_VECTORS_GET_CLASS +
+ +
+gimpbrusheditor +GimpBrushEditor +GimpBrushEditor +gimp_brush_editor_new + +GIMP_BRUSH_EDITOR +GIMP_IS_BRUSH_EDITOR +GIMP_TYPE_BRUSH_EDITOR +gimp_brush_editor_get_type +GIMP_BRUSH_EDITOR_CLASS +GIMP_IS_BRUSH_EDITOR_CLASS +GIMP_BRUSH_EDITOR_GET_CLASS +
+ +
+gimpbrushfactoryview +GimpBrushFactoryView +GimpBrushFactoryView +gimp_brush_factory_view_new + +GIMP_BRUSH_FACTORY_VIEW +GIMP_IS_BRUSH_FACTORY_VIEW +GIMP_TYPE_BRUSH_FACTORY_VIEW +gimp_brush_factory_view_get_type +GIMP_BRUSH_FACTORY_VIEW_CLASS +GIMP_IS_BRUSH_FACTORY_VIEW_CLASS +GIMP_BRUSH_FACTORY_VIEW_GET_CLASS +
+ +
+gimpbufferview +GimpBufferView +GimpBufferView +gimp_buffer_view_new + +GIMP_BUFFER_VIEW +GIMP_IS_BUFFER_VIEW +GIMP_TYPE_BUFFER_VIEW +gimp_buffer_view_get_type +GIMP_BUFFER_VIEW_CLASS +GIMP_IS_BUFFER_VIEW_CLASS +GIMP_BUFFER_VIEW_GET_CLASS +
+ +
+gimpcellrenderertoggle +GimpCellRendererToggle +GimpCellRendererToggle +gimp_cell_renderer_toggle_new +gimp_cell_renderer_toggle_clicked + +GIMP_CELL_RENDERER_TOGGLE +GIMP_IS_CELL_RENDERER_TOGGLE +GIMP_TYPE_CELL_RENDERER_TOGGLE +gimp_cell_renderer_toggle_get_type +GIMP_CELL_RENDERER_TOGGLE_CLASS +GIMP_IS_CELL_RENDERER_TOGGLE_CLASS +GIMP_CELL_RENDERER_TOGGLE_GET_CLASS +
+ +
+gimpcellrendererviewable +GimpCellRendererViewable +GimpCellRendererViewable +gimp_cell_renderer_viewable_new +gimp_cell_renderer_viewable_clicked + +GIMP_CELL_RENDERER_VIEWABLE +GIMP_IS_CELL_RENDERER_VIEWABLE +GIMP_TYPE_CELL_RENDERER_VIEWABLE +gimp_cell_renderer_viewable_get_type +GIMP_CELL_RENDERER_VIEWABLE_CLASS +GIMP_IS_CELL_RENDERER_VIEWABLE_CLASS +GIMP_CELL_RENDERER_VIEWABLE_GET_CLASS +
+ +
+gimpchanneltreeview +GimpChannelTreeView +GimpChannelTreeView + +GIMP_CHANNEL_TREE_VIEW +GIMP_IS_CHANNEL_TREE_VIEW +GIMP_TYPE_CHANNEL_TREE_VIEW +gimp_channel_tree_view_get_type +GIMP_CHANNEL_TREE_VIEW_CLASS +GIMP_IS_CHANNEL_TREE_VIEW_CLASS +GIMP_CHANNEL_TREE_VIEW_GET_CLASS +
+ +
+gimpcoloreditor +GimpColorEditor +GimpColorEditor +gimp_color_editor_new +gimp_color_editor_set_context + +GIMP_COLOR_EDITOR +GIMP_IS_COLOR_EDITOR +GIMP_TYPE_COLOR_EDITOR +gimp_color_editor_get_type +GIMP_COLOR_EDITOR_CLASS +GIMP_IS_COLOR_EDITOR_CLASS +GIMP_COLOR_EDITOR_GET_CLASS +
+ +
+gimpcolormapeditor +GimpColormapEditor +GimpColormapEditor +gimp_colormap_editor_new +gimp_colormap_editor_selected +gimp_colormap_editor_col_index + +GIMP_COLORMAP_EDITOR +GIMP_IS_COLORMAP_EDITOR +GIMP_TYPE_COLORMAP_EDITOR +gimp_colormap_editor_get_type +GIMP_COLORMAP_EDITOR_CLASS +GIMP_IS_COLORMAP_EDITOR_CLASS +GIMP_COLORMAP_EDITOR_GET_CLASS +
+ +
+gimpcolorpanel +GimpColorPanel +GimpColorPanel +gimp_color_panel_new +gimp_color_panel_set_context + +GIMP_COLOR_PANEL +GIMP_IS_COLOR_PANEL +GIMP_TYPE_COLOR_PANEL +gimp_color_panel_get_type +GIMP_COLOR_PANEL_CLASS +GIMP_IS_COLOR_PANEL_CLASS +GIMP_COLOR_PANEL_GET_CLASS +
+ +
+gimpcomponenteditor +GimpComponentEditor +GimpComponentEditor +gimp_component_editor_new +gimp_component_editor_set_preview_size + +GIMP_COMPONENT_EDITOR +GIMP_IS_COMPONENT_EDITOR +GIMP_TYPE_COMPONENT_EDITOR +gimp_component_editor_get_type +GIMP_COMPONENT_EDITOR_CLASS +GIMP_IS_COMPONENT_EDITOR_CLASS +GIMP_COMPONENT_EDITOR_GET_CLASS +
+ +
+gimpcontainereditor +GimpContainerEditor +GimpContainerEditor +gimp_container_editor_construct + +GIMP_CONTAINER_EDITOR +GIMP_IS_CONTAINER_EDITOR +GIMP_TYPE_CONTAINER_EDITOR +gimp_container_editor_get_type +GIMP_CONTAINER_EDITOR_CLASS +GIMP_IS_CONTAINER_EDITOR_CLASS +GIMP_CONTAINER_EDITOR_GET_CLASS +
+ +
+gimpcontainergridview +GimpContainerGridView +GimpContainerGridView +gimp_container_grid_view_new + +GIMP_CONTAINER_GRID_VIEW +GIMP_IS_CONTAINER_GRID_VIEW +GIMP_TYPE_CONTAINER_GRID_VIEW +gimp_container_grid_view_get_type +GIMP_CONTAINER_GRID_VIEW_CLASS +GIMP_IS_CONTAINER_GRID_VIEW_CLASS +GIMP_CONTAINER_GRID_VIEW_GET_CLASS +
+ +
+gimpcontainermenu +GimpContainerMenu +GimpContainerMenu +gimp_container_menu_set_container +gimp_container_menu_set_context +gimp_container_menu_set_preview_size +gimp_container_menu_select_item +gimp_container_menu_activate_item +gimp_container_menu_context_item +gimp_container_menu_item_selected +gimp_container_menu_item_activated +gimp_container_menu_item_context + +GIMP_CONTAINER_MENU +GIMP_IS_CONTAINER_MENU +GIMP_TYPE_CONTAINER_MENU +gimp_container_menu_get_type +GIMP_CONTAINER_MENU_CLASS +GIMP_IS_CONTAINER_MENU_CLASS +GIMP_CONTAINER_MENU_GET_CLASS +
+ +
+gimpcontainermenuimpl +GimpContainerMenuImpl +gimp_container_menu_new + +GIMP_CONTAINER_MENU_IMPL +GIMP_IS_CONTAINER_MENU_IMPL +GIMP_TYPE_CONTAINER_MENU_IMPL +gimp_container_menu_impl_get_type +GIMP_CONTAINER_MENU_IMPL_CLASS +GIMP_IS_CONTAINER_MENU_IMPL_CLASS +GIMP_CONTAINER_MENU_IMPL_GET_CLASS +
+ +
+gimpcontainerpopup +GimpContainerPopup +GimpContainerPopup +gimp_container_popup_new +gimp_container_popup_show + +GIMP_CONTAINER_POPUP +GIMP_IS_CONTAINER_POPUP +GIMP_TYPE_CONTAINER_POPUP +gimp_container_popup_get_type +GIMP_CONTAINER_POPUP_CLASS +GIMP_IS_CONTAINER_POPUP_CLASS +GIMP_CONTAINER_POPUP_GET_CLASS +
+ +
+gimpcontainertreeview +GimpContainerTreeView +GimpContainerTreeView +gimp_container_tree_view_new + +GIMP_CONTAINER_TREE_VIEW +GIMP_IS_CONTAINER_TREE_VIEW +GIMP_TYPE_CONTAINER_TREE_VIEW +gimp_container_tree_view_get_type +GIMP_CONTAINER_TREE_VIEW_CLASS +GIMP_IS_CONTAINER_TREE_VIEW_CLASS +GIMP_CONTAINER_TREE_VIEW_GET_CLASS +
+ +
+gimpcontainerview +GimpContainerView +GimpContainerView +gimp_container_view_construct +gimp_container_view_set_container +gimp_container_view_set_context +gimp_container_view_set_preview_size +gimp_container_view_enable_dnd +gimp_container_view_set_size_request +gimp_container_view_select_item +gimp_container_view_activate_item +gimp_container_view_context_item +gimp_container_view_item_selected +gimp_container_view_item_activated +gimp_container_view_item_context + +GIMP_CONTAINER_VIEW +GIMP_IS_CONTAINER_VIEW +GIMP_TYPE_CONTAINER_VIEW +gimp_container_view_get_type +GIMP_CONTAINER_VIEW_CLASS +GIMP_IS_CONTAINER_VIEW_CLASS +GIMP_CONTAINER_VIEW_GET_CLASS +
+ +
+gimpdataeditor +GimpDataEditor +GimpDataEditor +gimp_data_editor_construct +gimp_data_editor_set_data +gimp_data_editor_get_data + +GIMP_DATA_EDITOR +GIMP_IS_DATA_EDITOR +GIMP_TYPE_DATA_EDITOR +gimp_data_editor_get_type +GIMP_DATA_EDITOR_CLASS +GIMP_IS_DATA_EDITOR_CLASS +GIMP_DATA_EDITOR_GET_CLASS +
+ +
+gimpdatafactoryview +GimpDataEditFunc +GimpDataFactoryView +GimpDataFactoryView +gimp_data_factory_view_new +gimp_data_factory_view_construct + +GIMP_DATA_FACTORY_VIEW +GIMP_IS_DATA_FACTORY_VIEW +GIMP_TYPE_DATA_FACTORY_VIEW +gimp_data_factory_view_get_type +GIMP_DATA_FACTORY_VIEW_CLASS +GIMP_IS_DATA_FACTORY_VIEW_CLASS +GIMP_DATA_FACTORY_VIEW_GET_CLASS +
+ +
+gimpdeviceinfo +GIMP_DEVICE_INFO_CONTEXT_MASK +GimpDeviceInfo +GimpDeviceInfo +gimp_device_info_new +gimp_device_info_set_from_device +gimp_device_info_changed +gimp_device_info_get_by_device +gimp_device_info_changed_by_device + +GIMP_DEVICE_INFO +GIMP_IS_DEVICE_INFO +GIMP_TYPE_DEVICE_INFO +gimp_device_info_get_type +GIMP_DEVICE_INFO_CLASS +GIMP_IS_DEVICE_INFO_CLASS +GIMP_DEVICE_INFO_GET_CLASS +
+ +
+gimpdevicestatus +GimpDeviceStatusEntry +GimpDeviceStatus +GimpDeviceStatus +gimp_device_status_new +gimp_device_status_update + +GIMP_DEVICE_STATUS +GIMP_IS_DEVICE_STATUS +GIMP_TYPE_DEVICE_STATUS +gimp_device_status_get_type +GIMP_DEVICE_STATUS_CLASS +GIMP_IS_DEVICE_STATUS_CLASS +GIMP_DEVICE_STATUS_GET_CLASS +
+ +
+gimpdialogfactory +GimpDialogNewFunc +GimpDialogFactoryEntry +GimpSessionInfo +GimpDialogFactory +GimpDialogFactory +gimp_dialog_factory_new +gimp_dialog_factory_from_name +gimp_dialog_factory_register_entry +gimp_dialog_factory_find_entry +gimp_dialog_factory_find_session_info +gimp_dialog_factory_dialog_new +gimp_dialog_factory_dialog_raise +gimp_dialog_factory_dockable_new +gimp_dialog_factory_dock_new +gimp_dialog_factory_add_dialog +gimp_dialog_factory_add_foreign +gimp_dialog_factory_remove_dialog +gimp_dialog_factories_session_save +gimp_dialog_factories_session_restore +gimp_dialog_factories_session_clear +gimp_dialog_factories_toggle +gimp_dialog_factories_idle +gimp_dialog_factories_unidle + +GIMP_DIALOG_FACTORY +GIMP_IS_DIALOG_FACTORY +GIMP_TYPE_DIALOG_FACTORY +gimp_dialog_factory_get_type +GIMP_DIALOG_FACTORY_CLASS +GIMP_IS_DIALOG_FACTORY_CLASS +GIMP_DIALOG_FACTORY_GET_CLASS +
+ +
+gimpdock +GimpDock +GimpDock +gimp_dock_construct +gimp_dock_add +gimp_dock_remove +gimp_dock_add_book +gimp_dock_remove_book + +GIMP_DOCK +GIMP_IS_DOCK +GIMP_TYPE_DOCK +gimp_dock_get_type +GIMP_DOCK_CLASS +GIMP_IS_DOCK_CLASS +GIMP_DOCK_GET_CLASS +
+ +
+gimpdockable +GimpDockableGetIconFunc +GimpDockableSetContextFunc +GimpDockable +GimpDockable +gimp_dockable_new +gimp_dockable_get_tab_widget +gimp_dockable_set_context + +GIMP_DOCKABLE +GIMP_IS_DOCKABLE +GIMP_TYPE_DOCKABLE +gimp_dockable_get_type +GIMP_DOCKABLE_CLASS +GIMP_IS_DOCKABLE_CLASS +GIMP_DOCKABLE_GET_CLASS +
+ +
+gimpdockbook +GimpDockbook +GimpDockbook +gimp_dockbook_new +gimp_dockbook_add +gimp_dockbook_remove +gimp_dockbook_get_tab_widget + +GIMP_DOCKBOOK +GIMP_IS_DOCKBOOK +GIMP_TYPE_DOCKBOOK +gimp_dockbook_get_type +GIMP_DOCKBOOK_CLASS +GIMP_IS_DOCKBOOK_CLASS +GIMP_DOCKBOOK_GET_CLASS +
+ +
+gimpdocumentview +GimpFileOpenDialogFunc +GimpDocumentView +GimpDocumentView +gimp_document_view_new + +GIMP_DOCUMENT_VIEW +GIMP_IS_DOCUMENT_VIEW +GIMP_TYPE_DOCUMENT_VIEW +gimp_document_view_get_type +GIMP_DOCUMENT_VIEW_CLASS +GIMP_IS_DOCUMENT_VIEW_CLASS +GIMP_DOCUMENT_VIEW_GET_CLASS +
+ +
+gimpdrawabletreeview +GimpDrawableTreeView +GimpDrawableTreeView + +GIMP_DRAWABLE_TREE_VIEW +GIMP_IS_DRAWABLE_TREE_VIEW +GIMP_TYPE_DRAWABLE_TREE_VIEW +gimp_drawable_tree_view_get_type +GIMP_DRAWABLE_TREE_VIEW_CLASS +GIMP_IS_DRAWABLE_TREE_VIEW_CLASS +GIMP_DRAWABLE_TREE_VIEW_GET_CLASS +
+ +
+gimpeditor +GimpEditor +GimpEditor +gimp_editor_new +gimp_editor_create_menu +gimp_editor_add_button +gimp_editor_add_stock_box + +GIMP_EDITOR +GIMP_IS_EDITOR +GIMP_TYPE_EDITOR +gimp_editor_get_type +GIMP_EDITOR_CLASS +GIMP_IS_EDITOR_CLASS +GIMP_EDITOR_GET_CLASS +
+ +
+gimpenummenu +GimpEnumMenu +GimpEnumMenu +gimp_enum_menu_new +gimp_enum_menu_new_with_range +gimp_enum_menu_new_with_values +gimp_enum_menu_new_with_values_valist +gimp_enum_menu_set_stock_prefix +gimp_enum_option_menu_new +gimp_enum_option_menu_new_with_range +gimp_enum_option_menu_new_with_values +gimp_enum_option_menu_new_with_values_valist +gimp_enum_option_menu_set_stock_prefix +gimp_enum_radio_box_new +gimp_enum_radio_box_new_with_range +gimp_enum_radio_frame_new +gimp_enum_radio_frame_new_with_range +gimp_enum_stock_box_new +gimp_enum_stock_box_new_with_range + +GIMP_ENUM_MENU +GIMP_IS_ENUM_MENU +GIMP_TYPE_ENUM_MENU +gimp_enum_menu_get_type +GIMP_ENUM_MENU_CLASS +GIMP_IS_ENUM_MENU_CLASS +GIMP_ENUM_MENU_GET_CLASS +
+ +
+gimperrorconsole +GimpErrorConsole +GimpErrorConsole +gimp_error_console_new +gimp_error_console_add + +GIMP_ERROR_CONSOLE +GIMP_IS_ERROR_CONSOLE +GIMP_TYPE_ERROR_CONSOLE +gimp_error_console_get_type +GIMP_ERROR_CONSOLE_CLASS +GIMP_IS_ERROR_CONSOLE_CLASS +GIMP_ERROR_CONSOLE_GET_CLASS +
+ +
+gimpfontselection +GimpFontSelection +GimpFontSelection +gimp_font_selection_new +gimp_font_selection_set_fontname +gimp_font_selection_get_fontname +gimp_font_selection_set_font_desc +gimp_font_selection_get_font_desc +gimp_font_selection_font_changed + +GIMP_FONT_SELECTION +GIMP_IS_FONT_SELECTION +GIMP_TYPE_FONT_SELECTION +gimp_font_selection_get_type +GIMP_FONT_SELECTION_CLASS +GIMP_IS_FONT_SELECTION_CLASS +
+ +
+gimpgradienteditor +GRAD_NUM_COLORS +GradientEditorDragMode +GimpGradientEditor +GimpGradientEditor +gimp_gradient_editor_new +gimp_gradient_editor_update + +GIMP_GRADIENT_EDITOR +GIMP_IS_GRADIENT_EDITOR +GIMP_TYPE_GRADIENT_EDITOR +gimp_gradient_editor_get_type +GIMP_GRADIENT_EDITOR_CLASS +GIMP_IS_GRADIENT_EDITOR_CLASS +GIMP_GRADIENT_EDITOR_GET_CLASS +
+ +
+gimphistogrambox +GimpHistogramBox +GimpHistogramBox +gimp_histogram_box_new +gimp_histogram_box_set_channel + +GIMP_HISTOGRAM_BOX +GIMP_IS_HISTOGRAM_BOX +GIMP_TYPE_HISTOGRAM_BOX +gimp_histogram_box_get_type +GIMP_HISTOGRAM_BOX_CLASS +GIMP_IS_HISTOGRAM_BOX_CLASS +GIMP_HISTOGRAM_BOX_GET_CLASS +
+ +
+gimphistogramview +GIMP_HISTOGRAM_VIEW_WIDTH +GIMP_HISTOGRAM_VIEW_HEIGHT +GimpHistogramView +GimpHistogramView +gimp_histogram_view_new +gimp_histogram_view_set_histogram +gimp_histogram_view_get_histogram +gimp_histogram_view_set_channel +gimp_histogram_view_get_channel +gimp_histogram_view_set_scale +gimp_histogram_view_set_range + +GIMP_HISTOGRAM_VIEW +GIMP_IS_HISTOGRAM_VIEW +GIMP_TYPE_HISTOGRAM_VIEW +gimp_histogram_view_get_type +GIMP_HISTOGRAM_VIEW_CLASS +GIMP_IS_HISTOGRAM_VIEW_CLASS +GIMP_HISTOGRAM_VIEW_GET_CLASS +
+ +
+gimpimagedock +GimpImageDock +GimpImageDock +gimp_image_dock_new +gimp_image_dock_set_auto_follow_active +gimp_image_dock_set_show_image_menu + +GIMP_IMAGE_DOCK +GIMP_IS_IMAGE_DOCK +GIMP_TYPE_IMAGE_DOCK +gimp_image_dock_get_type +GIMP_IMAGE_DOCK_CLASS +GIMP_IS_IMAGE_DOCK_CLASS +GIMP_IMAGE_DOCK_GET_CLASS +
+ +
+gimpimageeditor +GimpImageEditor +GimpImageEditor +gimp_image_editor_set_image + +GIMP_IMAGE_EDITOR +GIMP_IS_IMAGE_EDITOR +GIMP_TYPE_IMAGE_EDITOR +gimp_image_editor_get_type +GIMP_IMAGE_EDITOR_CLASS +GIMP_IS_IMAGE_EDITOR_CLASS +GIMP_IMAGE_EDITOR_GET_CLASS +
+ +
+gimpimageview +GimpImageView +GimpImageView +gimp_image_view_new + +GIMP_IMAGE_VIEW +GIMP_IS_IMAGE_VIEW +GIMP_TYPE_IMAGE_VIEW +gimp_image_view_get_type +GIMP_IMAGE_VIEW_CLASS +GIMP_IS_IMAGE_VIEW_CLASS +GIMP_IMAGE_VIEW_GET_CLASS +
+ +
+gimpitemfactory +GimpItemFactoryEntry +GimpItemFactory +GimpItemFactory +gimp_item_factory_new +gimp_item_factory_from_path +gimp_item_factories_from_path +gimp_item_factory_create_item +gimp_item_factory_create_items +gimp_item_factory_update +gimp_item_factory_popup_with_data +gimp_item_factory_set_active +gimp_item_factories_set_active +gimp_item_factory_set_color +gimp_item_factories_set_color +gimp_item_factory_set_label +gimp_item_factories_set_label +gimp_item_factory_set_sensitive +gimp_item_factories_set_sensitive +gimp_item_factory_set_visible +gimp_item_factories_set_visible +gimp_item_factory_tearoff_callback + +GIMP_ITEM_FACTORY +GIMP_IS_ITEM_FACTORY +GIMP_TYPE_ITEM_FACTORY +gimp_item_factory_get_type +GIMP_ITEM_FACTORY_CLASS +GIMP_IS_ITEM_FACTORY_CLASS +GIMP_ITEM_FACTORY_GET_CLASS +
+ +
+gimpitemtreeview +GimpGetContainerFunc +GimpGetItemFunc +GimpSetItemFunc +GimpReorderItemFunc +GimpAddItemFunc +GimpRemoveItemFunc +GimpConvertItemFunc +GimpNewItemFunc +GimpEditItemFunc +GimpActivateItemFunc +GimpItemTreeView +GimpItemTreeView +gimp_item_tree_view_new +gimp_item_tree_view_set_image + +GIMP_ITEM_TREE_VIEW +GIMP_IS_ITEM_TREE_VIEW +GIMP_TYPE_ITEM_TREE_VIEW +gimp_item_tree_view_get_type +GIMP_ITEM_TREE_VIEW_CLASS +GIMP_IS_ITEM_TREE_VIEW_CLASS +GIMP_ITEM_TREE_VIEW_GET_CLASS +
+ +
+gimplayertreeview +GimpLayerTreeView +GimpLayerTreeView + +GIMP_LAYER_TREE_VIEW +GIMP_IS_LAYER_TREE_VIEW +GIMP_TYPE_LAYER_TREE_VIEW +gimp_layer_tree_view_get_type +GIMP_LAYER_TREE_VIEW_CLASS +GIMP_IS_LAYER_TREE_VIEW_CLASS +GIMP_LAYER_TREE_VIEW_GET_CLASS +
+ +
+gimpmenufactory +GimpMenuFactoryEntry +GimpMenuFactory +GimpMenuFactory +gimp_menu_factory_new +gimp_menu_factory_menu_register +gimp_menu_factory_menu_new + +GIMP_MENU_FACTORY +GIMP_IS_MENU_FACTORY +GIMP_TYPE_MENU_FACTORY +gimp_menu_factory_get_type +GIMP_MENU_FACTORY_CLASS +GIMP_IS_MENU_FACTORY_CLASS +GIMP_MENU_FACTORY_GET_CLASS +
+ +
+gimpmenuitem +GimpMenuItem +GimpMenuItem +gimp_menu_item_new + +GIMP_MENU_ITEM +GIMP_IS_MENU_ITEM +GIMP_TYPE_MENU_ITEM +gimp_menu_item_get_type +GIMP_MENU_ITEM_CLASS +GIMP_IS_MENU_ITEM_CLASS +GIMP_MENU_ITEM_GET_CLASS +
+ +
+gimpnavigationpreview +GimpNavigationPreview +GimpNavigationPreview +gimp_navigation_preview_set_marker +gimp_navigation_preview_grab_pointer + +GIMP_NAVIGATION_PREVIEW +GIMP_IS_NAVIGATION_PREVIEW +GIMP_TYPE_NAVIGATION_PREVIEW +gimp_navigation_preview_get_type +GIMP_NAVIGATION_PREVIEW_CLASS +GIMP_IS_NAVIGATION_PREVIEW_CLASS +GIMP_NAVIGATION_PREVIEW_GET_CLASS +
+ +
+gimppaletteeditor +GimpUpdateColorState +GimpPaletteEditor +GimpPaletteEditor +gimp_palette_editor_new +gimp_palette_editor_update_color + +GIMP_PALETTE_EDITOR +GIMP_IS_PALETTE_EDITOR +GIMP_TYPE_PALETTE_EDITOR +gimp_palette_editor_get_type +GIMP_PALETTE_EDITOR_CLASS +GIMP_IS_PALETTE_EDITOR_CLASS +GIMP_PALETTE_EDITOR_GET_CLASS +
+ +
+gimppreview +GimpPreview +GimpPreview +gimp_preview_new +gimp_preview_new_full +gimp_preview_new_by_types +gimp_preview_new_full_by_types +gimp_preview_set_viewable +gimp_preview_set_expand + +GIMP_PREVIEW +GIMP_IS_PREVIEW +GIMP_TYPE_PREVIEW +gimp_preview_get_type +GIMP_PREVIEW_CLASS +GIMP_IS_PREVIEW_CLASS +GIMP_PREVIEW_GET_CLASS +
+ +
+gimppreviewrenderer +GIMP_PREVIEW_MAX_BORDER_WIDTH +GimpPreviewRenderer +GimpPreviewRenderer +gimp_preview_renderer_new +gimp_preview_renderer_new_full +gimp_preview_renderer_set_viewable +gimp_preview_renderer_set_size +gimp_preview_renderer_set_size_full +gimp_preview_renderer_set_dot_for_dot +gimp_preview_renderer_set_border_color +gimp_preview_renderer_set_background +gimp_preview_renderer_invalidate +gimp_preview_renderer_update +gimp_preview_renderer_update_idle +gimp_preview_renderer_remove_idle +gimp_preview_renderer_draw +gimp_preview_renderer_default_render_buffer +gimp_preview_renderer_default_render_stock +gimp_preview_renderer_render_buffer +gimp_preview_render_to_buffer + +GIMP_PREVIEW_RENDERER +GIMP_IS_PREVIEW_RENDERER +GIMP_TYPE_PREVIEW_RENDERER +gimp_preview_renderer_get_type +GIMP_PREVIEW_RENDERER_CLASS +GIMP_IS_PREVIEW_RENDERER_CLASS +GIMP_PREVIEW_RENDERER_GET_CLASS +
+ +
+gimppreviewrendererbrush +GimpPreviewRendererBrush +GimpPreviewRendererBrush + +GIMP_PREVIEW_RENDERER_BRUSH +GIMP_IS_PREVIEW_RENDERER_BRUSH +GIMP_TYPE_PREVIEW_RENDERER_BRUSH +gimp_preview_renderer_brush_get_type +GIMP_PREVIEW_RENDERER_BRUSH_CLASS +GIMP_IS_PREVIEW_RENDERER_BRUSH_CLASS +GIMP_PREVIEW_RENDERER_BRUSH_GET_CLASS +
+ +
+gimppreviewrendererdrawable +GimpPreviewRendererDrawable +GimpPreviewRendererDrawable + +GIMP_PREVIEW_RENDERER_DRAWABLE +GIMP_IS_PREVIEW_RENDERER_DRAWABLE +GIMP_TYPE_PREVIEW_RENDERER_DRAWABLE +gimp_preview_renderer_drawable_get_type +GIMP_PREVIEW_RENDERER_DRAWABLE_CLASS +GIMP_IS_PREVIEW_RENDERER_DRAWABLE_CLASS +GIMP_PREVIEW_RENDERER_DRAWABLE_GET_CLASS +
+ +
+gimppreviewrenderergradient +GimpPreviewRendererGradient +GimpPreviewRendererGradient +gimp_preview_renderer_gradient_set_offsets +gimp_preview_renderer_gradient_set_reverse + +GIMP_PREVIEW_RENDERER_GRADIENT +GIMP_IS_PREVIEW_RENDERER_GRADIENT +GIMP_TYPE_PREVIEW_RENDERER_GRADIENT +gimp_preview_renderer_gradient_get_type +GIMP_PREVIEW_RENDERER_GRADIENT_CLASS +GIMP_IS_PREVIEW_RENDERER_GRADIENT_CLASS +GIMP_PREVIEW_RENDERER_GRADIENT_GET_CLASS +
+ +
+gimppreviewrendererimage +GimpPreviewRendererImage +GimpPreviewRendererImage + +GIMP_PREVIEW_RENDERER_IMAGE +GIMP_IS_PREVIEW_RENDERER_IMAGE +GIMP_TYPE_PREVIEW_RENDERER_IMAGE +gimp_preview_renderer_image_get_type +GIMP_PREVIEW_RENDERER_IMAGE_CLASS +GIMP_IS_PREVIEW_RENDERER_IMAGE_CLASS +GIMP_PREVIEW_RENDERER_IMAGE_GET_CLASS +
+ +
+gimppreviewrenderertextlayer +GimpPreviewRendererTextLayer +GimpPreviewRendererTextLayer + +GIMP_PREVIEW_RENDERER_TEXT_LAYER +GIMP_IS_PREVIEW_RENDERER_TEXT_LAYER +GIMP_TYPE_PREVIEW_RENDERER_TEXT_LAYER +gimp_preview_renderer_text_layer_get_type +GIMP_PREVIEW_RENDERER_TEXT_LAYER_CLASS +GIMP_IS_PREVIEW_RENDERER_TEXT_LAYER_CLASS +GIMP_PREVIEW_RENDERER_TEXT_LAYER_GET_CLASS +
+ +
+gimpselectioneditor +GimpSelectionEditor +GimpSelectionEditor +gimp_selection_editor_new + +GIMP_SELECTION_EDITOR +GIMP_IS_SELECTION_EDITOR +GIMP_TYPE_SELECTION_EDITOR +gimp_selection_editor_get_type +GIMP_SELECTION_EDITOR_CLASS +GIMP_IS_SELECTION_EDITOR_CLASS +GIMP_SELECTION_EDITOR_GET_CLASS +
+ +
+gimptemplateeditor +GimpTemplateEditor +GimpTemplateEditor +gimp_template_editor_new +gimp_template_editor_set_template +gimp_template_editor_get_template + +GIMP_TEMPLATE_EDITOR +GIMP_IS_TEMPLATE_EDITOR +GIMP_TYPE_TEMPLATE_EDITOR +gimp_template_editor_get_type +GIMP_TEMPLATE_EDITOR_CLASS +GIMP_IS_TEMPLATE_EDITOR_CLASS +GIMP_TEMPLATE_EDITOR_GET_CLASS +
+ +
+gimptemplateview +GimpTemplateActionFunc +GimpTemplateView +GimpTemplateView +gimp_template_view_new + +GIMP_TEMPLATE_VIEW +GIMP_IS_TEMPLATE_VIEW +GIMP_TYPE_TEMPLATE_VIEW +gimp_template_view_get_type +GIMP_TEMPLATE_VIEW_CLASS +GIMP_IS_TEMPLATE_VIEW_CLASS +GIMP_TEMPLATE_VIEW_GET_CLASS +
+ +
+gimptexteditor +GimpTextEditor +GimpTextEditor +gimp_text_editor_new +gimp_text_editor_set_direction + +GIMP_TEXT_EDITOR +GIMP_IS_TEXT_EDITOR +GIMP_TYPE_TEXT_EDITOR +gimp_text_editor_get_type +
+ +
+gimptoolbox +GimpToolbox +GimpToolbox +gimp_toolbox_new + +GIMP_TOOLBOX +GIMP_IS_TOOLBOX +GIMP_TYPE_TOOLBOX +gimp_toolbox_get_type +GIMP_TOOLBOX_CLASS +GIMP_IS_TOOLBOX_CLASS +GIMP_TOOLBOX_GET_CLASS +
+ +
+gimpundoeditor +GimpUndoEditor +GimpUndoEditor +gimp_undo_editor_new + +GIMP_UNDO_EDITOR +GIMP_IS_UNDO_EDITOR +GIMP_TYPE_UNDO_EDITOR +gimp_undo_editor_get_type +GIMP_UNDO_EDITOR_CLASS +GIMP_IS_UNDO_EDITOR_CLASS +GIMP_UNDO_EDITOR_GET_CLASS +
+ +
+gimpvectorstreeview +GimpVectorsTreeView +GimpVectorsTreeView + +GIMP_VECTORS_TREE_VIEW +GIMP_IS_VECTORS_TREE_VIEW +GIMP_TYPE_VECTORS_TREE_VIEW +gimp_vectors_tree_view_get_type +GIMP_VECTORS_TREE_VIEW_CLASS +GIMP_IS_VECTORS_TREE_VIEW_CLASS +GIMP_VECTORS_TREE_VIEW_GET_CLASS +
+ +
+gimpviewablebutton +GimpViewableButton +gimp_viewable_button_new +gimp_viewable_button_set_view_type + +GIMP_VIEWABLE_BUTTON +GIMP_IS_VIEWABLE_BUTTON +GIMP_TYPE_VIEWABLE_BUTTON +gimp_viewable_button_get_type +GIMP_VIEWABLE_BUTTON_CLASS +GIMP_IS_VIEWABLE_BUTTON_CLASS +GIMP_VIEWABLE_BUTTON_GET_CLASS +
+ +
+gimpviewabledialog +GimpViewableDialog +GimpViewableDialog +gimp_viewable_dialog_new +gimp_viewable_dialog_set_viewable + +GIMP_VIEWABLE_DIALOG +GIMP_IS_VIEWABLE_DIALOG +GIMP_TYPE_VIEWABLE_DIALOG +gimp_viewable_dialog_get_type +GIMP_VIEWABLE_DIALOG_CLASS +GIMP_IS_VIEWABLE_DIALOG_CLASS +GIMP_VIEWABLE_DIALOG_GET_CLASS +
+ +
+gtkhwrapbox +GtkHWrapBox +GtkHWrapBox +gtk_hwrap_box_new + +GTK_HWRAP_BOX +GTK_IS_HWRAP_BOX +GTK_TYPE_HWRAP_BOX +gtk_hwrap_box_get_type +GTK_HWRAP_BOX_CLASS +GTK_IS_HWRAP_BOX_CLASS +GTK_HWRAP_BOX_GET_CLASS +
+ +
+gtkvwrapbox +GtkVWrapBox +GtkVWrapBox +gtk_vwrap_box_new + +GTK_VWRAP_BOX +GTK_IS_VWRAP_BOX +GTK_TYPE_VWRAP_BOX +gtk_vwrap_box_get_type +GTK_VWRAP_BOX_CLASS +GTK_IS_VWRAP_BOX_CLASS +GTK_VWRAP_BOX_GET_CLASS +
+ +
+gtkwrapbox +GtkWrapBoxChild +GtkWrapBox +GtkWrapBox +GTK_JUSTIFY_TOP +GTK_JUSTIFY_BOTTOM +gtk_wrap_box_set_homogeneous +gtk_wrap_box_set_hspacing +gtk_wrap_box_set_vspacing +gtk_wrap_box_set_justify +gtk_wrap_box_set_line_justify +gtk_wrap_box_set_aspect_ratio +gtk_wrap_box_pack +gtk_wrap_box_pack_wrapped +gtk_wrap_box_reorder_child +gtk_wrap_box_query_child_packing +gtk_wrap_box_set_child_packing +gtk_wrap_box_query_line_lengths + +GTK_WRAP_BOX +GTK_IS_WRAP_BOX +GTK_TYPE_WRAP_BOX +gtk_wrap_box_get_type +GTK_WRAP_BOX_CLASS +GTK_IS_WRAP_BOX_CLASS +GTK_WRAP_BOX_GET_CLASS +
+ +
+app_procs +the_gimp +app_gui_libs_init +app_init +
+ +
+appenv +no_interface +no_splash +no_splash_image +no_data +be_verbose +use_shm +use_mmx +use_debug_handler +console_messages +restore_session +stack_trace_mode +alternate_gimprc +alternate_system_gimprc +batch_cmds +prog_name +
+ +
+batch +batch_init +
+ +
+errors +gimp_message_log_func +gimp_error_log_func +gimp_fatal_error +gimp_terminate +
+ +
+gimp-intl +_ +N_ +
+ +
+libgimp_glue +gimp_unit_get_number_of_units +gimp_unit_get_number_of_built_in_units +gimp_unit_new +gimp_unit_get_deletion_flag +gimp_unit_set_deletion_flag +gimp_unit_get_factor +gimp_unit_get_digits +gimp_unit_get_identifier +gimp_unit_get_symbol +gimp_unit_get_abbreviation +gimp_unit_get_singular +gimp_unit_get_plural +
+ +
+base-enums +GIMP_TYPE_CHECK_SIZE +gimp_check_size_get_type +GimpCheckSize +GIMP_TYPE_CHECK_TYPE +gimp_check_type_get_type +GimpCheckType +GIMP_TYPE_CURVE_TYPE +gimp_curve_type_get_type +GimpCurveType +GIMP_TYPE_HISTOGRAM_CHANNEL +gimp_histogram_channel_get_type +GimpHistogramChannel +GIMP_TYPE_INTERPOLATION_TYPE +gimp_interpolation_type_get_type +GimpInterpolationType +GIMP_TYPE_LAYER_MODE_EFFECTS +gimp_layer_mode_effects_get_type +GimpLayerModeEffects +GIMP_TYPE_TRANSFER_MODE +gimp_transfer_mode_get_type +GimpTransferMode +GimpConvolutionType +GimpChannelLutType +GimpHueRange +
+ +
+base-types +MAX_CHANNELS +GRAY_PIX +ALPHA_G_PIX +RED_PIX +GREEN_PIX +BLUE_PIX +ALPHA_PIX +INDEXED_PIX +ALPHA_I_PIX +BoundSeg +GimpHistogram +GimpLut +ColorBalance +Colorize +Curves +HueSaturation +Levels +Threshold +PixelRegionIterator +PixelRegion +PixelRegionHolder +TempBuf +Tile +TileManager +PixelDataHandle +TileValidateProc +
+ +
+base +base_init +base_exit +
+ +
+boundary +HALF_WAY +BoundaryType +BoundSeg +find_mask_boundary +sort_boundary +
+ +
+brush-scale +brush_scale_mask +brush_scale_pixmap +
+ +
+color-balance +ColorBalance +color_balance_init +color_balance_range_reset +color_balance_create_lookup_tables +color_balance +
+ +
+colorize +Colorize +colorize_init +colorize_calculate +colorize +
+ +
+cpu-accel +CPU_ACCEL_X86_MMX +CPU_ACCEL_X86_3DNOW +CPU_ACCEL_X86_MMXEXT +CPU_ACCEL_X86_SSE +CPU_ACCEL_X86_SSE2 +CPU_ACCEL_PPC_ALTIVEC +cpu_accel +
+ +
+curves +Curves +curves_init +curves_channel_reset +curves_calculate_curve +curves_lut_func +
+ +
+gimphistogram +gimp_histogram_new +gimp_histogram_free +gimp_histogram_calculate +gimp_histogram_get_maximum +gimp_histogram_get_count +gimp_histogram_get_mean +gimp_histogram_get_median +gimp_histogram_get_std_dev +gimp_histogram_get_value +gimp_histogram_get_channel +gimp_histogram_nchannels +
+ +
+gimplut +GimpLut +GimpLutFunc +gimp_lut_new +gimp_lut_free +gimp_lut_setup +gimp_lut_setup_exact +gimp_lut_process +gimp_lut_process_inline +gimp_lut_process_2 +
+ +
+hue-saturation +HueSaturation +hue_saturation_init +hue_saturation_partition_reset +hue_saturation_calculate_transfers +hue_saturation +
+ +
+levels +Levels +levels_init +levels_channel_reset +levels_auto +levels_channel_auto +levels_adjust_by_colors +levels_calculate_transfers +levels_lut_func +
+ +
+lut-funcs +brightness_contrast_lut_new +brightness_contrast_lut_setup +invert_lut_new +invert_lut_setup +add_lut_new +add_lut_setup +intersect_lut_new +intersect_lut_setup +threshold_lut_new +threshold_lut_setup +posterize_lut_new +posterize_lut_setup +eq_histogram_lut_new +eq_histogram_lut_setup +
+ +
+pixel-processor +PixelProcessor +p_func +ProgressReportFunc +pixel_regions_process_parallel +pixel_process_progress +pixel_processor_free +pixel_processor_stop +pixel_processor_cont +
+ +
+pixel-region +PixelRegion +PixelRegionHolder +PixelRegionIterator +pixel_region_init +pixel_region_resize +pixel_region_get_async +pixel_region_get_row +pixel_region_set_row +pixel_region_get_col +pixel_region_set_col +pixel_region_has_alpha +pixel_regions_register +pixel_regions_process +pixel_regions_process_stop +
+ +
+pixel-surround +pixel_surround_init +pixel_surround_lock +pixel_surround_rowstride +pixel_surround_release +pixel_surround_clear +
+ +
+temp-buf +TempBuf +temp_buf_new +temp_buf_new_check +temp_buf_copy +temp_buf_resize +temp_buf_scale +temp_buf_copy_area +temp_buf_free +temp_buf_data +temp_buf_data_clear +temp_buf_get_memsize +mask_buf_new +mask_buf_free +mask_buf_data +mask_buf_data_clear +temp_buf_swap +temp_buf_unswap +temp_buf_swap_free +swapping_free +
+ +
+threshold +Threshold +threshold_2 +threshold +
+ +
+tile-cache +tile_cache_init +tile_cache_exit +tile_cache_set_size +tile_cache_insert +tile_cache_flush +
+ +
+tile-manager-crop +tile_manager_crop +
+ +
+tile-manager-private +TileManager +PixelDataHandlePrivate +
+ +
+tile-manager +PixelDataHandle +tile_manager_new +tile_manager_ref +tile_manager_unref +tile_manager_set_validate_proc +tile_manager_get_tile +tile_manager_get +tile_manager_get_async +tile_manager_map_tile +tile_manager_map +tile_manager_validate +tile_invalidate +tile_invalidate_tile +tile_manager_invalidate_tiles +tile_manager_set_user_data +tile_manager_get_user_data +tile_manager_width +tile_manager_height +tile_manager_bpp +tile_manager_get_offsets +tile_manager_set_offsets +tile_manager_get_memsize +tile_manager_get_tile_coordinates +tile_manager_map_over_tile +request_pixel_data +release_pixel_data +read_pixel_data +write_pixel_data +read_pixel_data_1 +write_pixel_data_1 +
+ +
+tile-private +TileLink +Tile +TILE_MUTEX_LOCK +TILE_MUTEX_UNLOCK +
+ +
+tile-swap +SwapCommand +SwapFunc +tile_swap_exit +tile_swap_add +tile_swap_remove +tile_swap_in +tile_swap_in_async +tile_swap_out +tile_swap_delete +tile_swap_compress +
+ +
+tile +TILE_WIDTH +TILE_HEIGHT +TileRowHint +TILEROWHINT_BROKEN +TILEROWHINT_OPAQUE +TILEROWHINT_TRANSPARENT +TILEROWHINT_MIXED +TILEROWHINT_OUTOFRANGE +TILEROWHINT_UNDEFINED +TILEROWHINT_UNKNOWN +tile_init +tile_lock +tile_release +tile_alloc +tile_size +tile_ewidth +tile_eheight +tile_bpp +tile_is_valid +tile_mark_valid +tile_get_rowhint +tile_set_rowhint +tile_sanitize_rowhints +tile_data_pointer +tile_attach +tile_detach +
+ +
+gimp-composite-dispatch +GimpCompositeFunctionTable[GIMP_COMPOSITE_N][GIMP_PIXELFORMAT_N][GIMP_PIXELFORMAT_N][GIMP_PIXELFORMAT_N]) +
+ +
+gimp-composite-generic +gimp_composite_generic_init +gimp_composite_addition_any_any_any_generic +gimp_composite_anti_erase_any_any_any_generic +gimp_composite_blend_any_any_any_generic +gimp_composite_burn_any_any_any_generic +gimp_composite_color_any_any_any_generic +gimp_composite_color_erase_any_any_any_generic +gimp_composite_color_only_any_any_any_generic +gimp_composite_convert_any_any_any_generic +gimp_composite_darken_any_any_any_generic +gimp_composite_difference_any_any_any_generic +gimp_composite_dissolve_any_any_any_generic +gimp_composite_divide_any_any_any_generic +gimp_composite_dodge_any_any_any_generic +gimp_composite_erase_rgba8_any_any_generic +gimp_composite_grain_extract_any_any_any_generic +gimp_composite_grain_merge_any_any_any_generic +gimp_composite_hardlight_any_any_any_generic +gimp_composite_hue_any_any_any_generic +gimp_composite_lighten_any_any_any_generic +gimp_composite_multiply_any_any_any_generic +gimp_composite_normal_any_any_any_generic +gimp_composite_normal_rgba8_any_any_generic +gimp_composite_overlay_any_any_any_generic +gimp_composite_replace_any_any_any_generic +gimp_composite_saturation_any_any_any_generic +gimp_composite_scale_any_any_any_generic +gimp_composite_screen_any_any_any_generic +gimp_composite_softlight_any_any_any_generic +gimp_composite_subtract_any_any_any_generic +gimp_composite_swap_any_any_any_generic +gimp_composite_value_any_any_any_generic +
+ +
+gimp-composite-util +
+ +
+gimp-composite +GimpPixelFormat +GIMP_COMPOSITE_ALPHA_OPAQUE +GIMP_COMPOSITE_ALPHA_TRANSPARENT +GimpCompositeOperation +gimp_composite_dispatch +gimp_composite_init +gimp_composite_context_print +
+ +
+config-types +GimpBaseConfig +GimpCoreConfig +GimpDisplayConfig +GimpGuiConfig +GimpPluginConfig +GimpRc +GimpConfigWriter +
+ +
+gimpconfig-deserialize +gimp_config_deserialize_properties +
+ +
+gimpconfig-error +GimpConfigError +GIMP_CONFIG_ERROR +gimp_config_error_quark +
+ +
+gimpconfig-path +gimp_config_path_expand +
+ +
+gimpconfig-serialize +gimp_config_serialize_properties +gimp_config_serialize_changed_properties +gimp_config_serialize_properties_diff +gimp_config_serialize_unknown_tokens +gimp_config_serialize_property +gimp_config_serialize_value +gimp_config_serialize_comment +
+ +
+gimpconfig-types +GIMP_TYPE_COLOR +GIMP_VALUE_HOLDS_COLOR +gimp_color_get_type +GIMP_TYPE_MATRIX2 +GIMP_VALUE_HOLDS_MATRIX2 +gimp_matrix2_get_type +GIMP_TYPE_MEMSIZE +GIMP_VALUE_HOLDS_MEMSIZE +gimp_memsize_get_type +gimp_memsize_set_from_string +GIMP_TYPE_PATH +GIMP_VALUE_HOLDS_PATH +gimp_path_get_type +GIMP_TYPE_UNIT +GIMP_VALUE_HOLDS_UNIT +gimp_unit_get_type +
+ +
+gimpconfig-utils +gimp_config_diff +gimp_config_connect +gimp_config_disconnect +gimp_config_copy_properties +gimp_config_reset_properties +gimp_config_string_append_escaped +gimp_config_string_indent +gimp_config_build_data_path +gimp_config_build_plug_in_path +
+ +
+gimpconfig +GIMP_TYPE_CONFIG_INTERFACE +GIMP_GET_CONFIG_INTERFACE +GimpConfigInterface +GimpConfigForeachFunc +gimp_config_interface_get_type +gimp_config_serialize_to_file +gimp_config_serialize_to_fd +gimp_config_serialize_to_string +gimp_config_deserialize_file +gimp_config_deserialize_string +gimp_config_deserialize_return +gimp_config_duplicate +gimp_config_is_equal_to +gimp_config_reset +gimp_config_add_unknown_token +gimp_config_lookup_unknown_token +gimp_config_foreach_unknown_token +
+ +
+gimpconfigwriter +gimp_config_writer_new_file +gimp_config_writer_new_fd +gimp_config_writer_new_string +gimp_config_writer_open +gimp_config_writer_print +gimp_config_writer_printf +gimp_config_writer_string +gimp_config_writer_revert +gimp_config_writer_close +gimp_config_writer_linefeed +gimp_config_writer_comment +gimp_config_writer_finish +
+ +
+gimprc-blurbs +BRUSH_PATH_BLURB +CANVAS_PADDING_MODE_BLURB +CANVAS_PADDING_COLOR_BLURB +FS_CANVAS_PADDING_MODE_BLURB +FS_CANVAS_PADDING_COLOR_BLURB +COLORMAP_CYCLING_BLURB +CONFIRM_ON_CLOSE_BLURB +CURSOR_MODE_BLURB +CURSOR_UPDATING_BLURB +DEFAULT_BRUSH_BLURB +DEFAULT_COMMENT_BLURB +DEFAULT_DOT_FOR_DOT_BLURB +DEFAULT_FONT_BLURB +DEFAULT_GRADIENT_BLURB +DEFAULT_IMAGE_WIDTH_BLURB +DEFAULT_IMAGE_HEIGHT_BLURB +DEFAULT_IMAGE_TYPE_BLURB +DEFAULT_PATTERN_BLURB +DEFAULT_PALETTE_BLURB +DEFAULT_RESOLUTION_UNIT_BLURB +DEFAULT_THRESHOLD_BLURB +DEFAULT_UNIT_BLURB +DEFAULT_XRESOLUTION_BLURB +DEFAULT_YRESOLUTION_BLURB +ENVIRON_PATH_BLURB +FRACTALEXPLORER_PATH_BLURB +GAMMA_CORRECTION_BLURB +GFIG_PATH_BLURB +GFLARE_PATH_BLURB +GIMPRESSIONIST_PATH_BLURB +GRADIENT_PATH_BLURB +HELP_BROWSER_BLURB +IMAGE_STATUS_FORMAT_BLURB +IMAGE_TITLE_FORMAT_BLURB +INFO_WINDOW_PER_DISPLAY_BLURB +INITIAL_ZOOM_TO_FIT_BLURB +INSTALL_COLORMAP_BLURB +INTERPOLATION_TYPE_BLURB +LAST_OPENED_SIZE_BLURB +MARCHING_ANTS_SPEED_BLURB +MAX_NEW_IMAGE_SIZE_BLURB +MIN_COLORS_BLURB +MODULE_PATH_BLURB +MODULE_LOAD_INHIBIT_BLURB +MONITOR_RES_FROM_GDK_BLURB +MONITOR_XRESOLUTION_BLURB +MONITOR_YRESOLUTION_BLURB +NAVIGATION_PREVIEW_SIZE_BLURB +NUM_PROCESSORS_BLURB +PALETTE_PATH_BLURB +PATTERN_PATH_BLURB +PERFECT_MOUSE_BLURB +PLUG_IN_PATH_BLURB +PLUGINRC_PATH_BLURB +LAYER_PREVIEWS_BLURB +LAYER_PREVIEW_SIZE_BLURB +RESIZE_WINDOWS_ON_RESIZE_BLURB +RESIZE_WINDOWS_ON_ZOOM_BLURB +RESTORE_SESSION_BLURB +SAVE_DEVICE_STATUS_BLURB +SAVE_SESSION_INFO_BLURB +SCRIPT_FU_PATH_BLURB +SHOW_MENUBAR_BLURB +SHOW_RULERS_BLURB +SHOW_SCROLLBARS_BLURB +SHOW_STATUSBAR_BLURB +FS_SHOW_MENUBAR_BLURB +FS_SHOW_RULERS_BLURB +FS_SHOW_SCROLLBARS_BLURB +FS_SHOW_STATUSBAR_BLURB +SHOW_TIPS_BLURB +SHOW_TOOL_TIPS_BLURB +STINGY_MEMORY_USE_BLURB +SWAP_PATH_BLURB +TEAROFF_MENUS_BLURB +CAN_CHANGE_ACCELS_BLURB +SAVE_ACCELS_BLURB +RESTORE_ACCELS_BLURB +TEMP_PATH_BLURB +THEME_BLURB +THEME_PATH_BLURB +THUMBNAIL_SIZE_BLURB +TILE_CACHE_SIZE_BLURB +TRANSPARENCY_TYPE_BLURB +TRANSPARENCY_SIZE_BLURB +TRUST_DIRTY_FLAG_BLURB +UNDO_LEVELS_BLURB +UNDO_SIZE_BLURB +USE_HELP_BLURB +
+ +
+gimpscanner +gimp_scanner_new_file +gimp_scanner_new_string +gimp_scanner_destroy +gimp_scanner_parse_token +gimp_scanner_parse_identifier +gimp_scanner_parse_string +gimp_scanner_parse_string_no_validate +gimp_scanner_parse_int +gimp_scanner_parse_float +gimp_scanner_parse_color +gimp_scanner_parse_matrix2 +
+ +
+core-enums +GIMP_TYPE_ADD_MASK_TYPE +gimp_add_mask_type_get_type +GimpAddMaskType +GIMP_TYPE_BLEND_MODE +gimp_blend_mode_get_type +GimpBlendMode +GIMP_TYPE_BUCKET_FILL_MODE +gimp_bucket_fill_mode_get_type +GimpBucketFillMode +GIMP_TYPE_CHANNEL_OPS +gimp_channel_ops_get_type +GimpChannelOps +GIMP_TYPE_CHANNEL_TYPE +gimp_channel_type_get_type +GimpChannelType +GIMP_TYPE_CONVERT_DITHER_TYPE +gimp_convert_dither_type_get_type +GimpConvertDitherType +GIMP_TYPE_GRAVITY_TYPE +gimp_gravity_type_get_type +GimpGravityType +GIMP_TYPE_FILL_TYPE +gimp_fill_type_get_type +GimpFillType +GIMP_TYPE_GRADIENT_TYPE +gimp_gradient_type_get_type +GimpGradientType +GIMP_TYPE_GRID_TYPE +gimp_grid_type_get_type +GimpGridType +GIMP_TYPE_IMAGE_BASE_TYPE +gimp_image_base_type_get_type +GimpImageBaseType +GIMP_TYPE_IMAGE_TYPE +gimp_image_type_get_type +GimpImageType +GIMP_TYPE_ORIENTATION_TYPE +gimp_orientation_type_get_type +GimpOrientationType +GIMP_TYPE_ROTATION_TYPE +gimp_rotation_type_get_type +GimpRotationType +GIMP_TYPE_PREVIEW_SIZE +gimp_preview_size_get_type +GimpPreviewSize +GIMP_TYPE_REPEAT_MODE +gimp_repeat_mode_get_type +GimpRepeatMode +GIMP_TYPE_SELECTION_CONTROL +gimp_selection_control_get_type +GimpSelectionControl +GIMP_TYPE_THUMBNAIL_SIZE +gimp_thumbnail_size_get_type +GimpThumbnailSize +GIMP_TYPE_TRANSFORM_DIRECTION +gimp_transform_direction_get_type +GimpTransformDirection +GIMP_TYPE_UNDO_MODE +gimp_undo_mode_get_type +GimpUndoMode +GIMP_TYPE_UNDO_EVENT +gimp_undo_event_get_type +GimpUndoEvent +GIMP_TYPE_UNDO_TYPE +gimp_undo_type_get_type +GimpUndoType +GimpContextPropType +GimpContextPropMask +GimpConvertPaletteType +GimpGradientSegmentType +GimpGradientSegmentColor +GimpMaskApplyMode +GimpMergeType +GimpOffsetType +
+ +
+core-types +GIMP_OPACITY_TRANSPARENT +GIMP_OPACITY_OPAQUE +SizeType +GimpObject +Gimp +GimpParasiteList +GimpContainer +GimpList +GimpDataList +GimpDataFactory +GimpContext +GimpViewable +GimpItem +GimpBuffer +GimpPaintInfo +GimpToolInfo +GimpToolOptions +GimpImagefile +GimpDocumentList +GimpTemplate +GimpGrid +GimpDrawable +GimpChannel +GimpLayer +GimpLayerMask +GimpImage +GimpData +GimpBrush +GimpBrushGenerated +GimpBrushPipe +GimpGradient +GimpPattern +GimpPalette +GimpImageMap +GimpEnvironTable +GimpUndo +GimpItemUndo +GimpUndoStack +GimpUndoAccumulator +GimpCoords +GimpGradientSegment +GimpGuide +GimpProgress +GimpTattoo +GimpPaletteEntry +GimpPlugInDebug +GimpInitStatusFunc +GimpDataObjectLoaderFunc +GimpUndoPopFunc +GimpUndoFreeFunc +
+ +
+cpercep +cpercep_init_conversions +cpercep_rgb_to_space +cpercep_space_to_rgb +mix_colours +xscaler +MF +
+ +
+gimp-documents +gimp_documents_load +gimp_documents_save +
+ +
+gimp-gradients +gimp_gradients_init +
+ +
+gimp-parasites +gimp_parasite_attach +gimp_parasite_detach +gimp_parasite_find +gimp_parasite_list +gimp_parasite_shift_parent +gimp_parasiterc_load +gimp_parasiterc_save +
+ +
+gimp-templates +gimp_templates_load +gimp_templates_save +
+ +
+gimp-utils +gimp_rectangle_intersect +
+ +
+gimpbrush-header +GBRUSH_FILE_VERSION +GBRUSH_MAGIC +BrushHeader +
+ +
+gimpdrawable-blend +gimp_drawable_blend +
+ +
+gimpdrawable-bucket-fill +gimp_drawable_bucket_fill +gimp_drawable_bucket_fill_full +
+ +
+gimpdrawable-desaturate +image_desaturate +gimp_drawable_desaturate +
+ +
+gimpdrawable-equalize +gimp_drawable_equalize +
+ +
+gimpdrawable-histogram +gimp_drawable_calculate_histogram +
+ +
+gimpdrawable-invert +gimp_drawable_invert +
+ +
+gimpdrawable-offset +gimp_drawable_offset +
+ +
+gimpdrawable-preview +gimp_drawable_get_preview_size +gimp_drawable_get_popup_size +gimp_drawable_get_preview +
+ +
+gimpdrawable-transform-utils +gimp_drawable_transform_matrix_rotate +gimp_drawable_transform_matrix_rotate_center +gimp_drawable_transform_matrix_scale +gimp_drawable_transform_matrix_shear +gimp_drawable_transform_matrix_perspective +
+ +
+gimpdrawable-transform +GimpTransformBoundingBox +gimp_drawable_transform_tiles_affine +gimp_drawable_transform_tiles_flip +gimp_drawable_transform_tiles_rotate +gimp_drawable_transform_affine +gimp_drawable_transform_flip +gimp_drawable_transform_rotate +gimp_drawable_transform_cut +gimp_drawable_transform_paste +
+ +
+gimpedit +gimp_edit_cut +gimp_edit_copy +gimp_edit_paste +gimp_edit_paste_as_new +gimp_edit_clear +gimp_edit_fill +
+ +
+gimpimage-colorhash +gimp_image_color_hash_init +gimp_image_color_hash_exit +gimp_image_color_hash_invalidate +gimp_image_color_hash_rgb_to_indexed +
+ +
+gimpimage-colormap +GIMP_IMAGE_COLORMAP_SIZE +gimp_image_get_colormap +gimp_image_get_colormap_size +gimp_image_set_colormap +gimp_image_get_colormap_entry +gimp_image_set_colormap_entry +gimp_image_add_colormap_entry +
+ +
+gimpimage-contiguous-region +gimp_image_contiguous_region_by_seed +gimp_image_contiguous_region_by_color +
+ +
+gimpimage-convert-data +DM_WIDTH +DM_WIDTHMASK +DM_WIDTH_SHIFT +DM_HEIGHT +DM_HEIGHTMASK +
+ +
+gimpimage-convert-fsdither +
+ +
+gimpimage-convert +MAXNUMCOLORS +gimp_image_convert +gimp_drawable_convert_rgb +gimp_drawable_convert_grayscale +
+ +
+gimpimage-crop +gimp_image_crop +gimp_image_crop_auto_shrink +
+ +
+gimpimage-duplicate +gimp_image_duplicate +
+ +
+gimpimage-flip +gimp_image_flip +
+ +
+gimpimage-grid +gimp_image_get_grid +gimp_image_set_grid +gimp_grid_parasite_name +gimp_grid_to_parasite +gimp_grid_from_parasite +
+ +
+gimpimage-guides +gimp_image_add_hguide +gimp_image_add_vguide +gimp_image_guide_ref +gimp_image_guide_unref +gimp_image_add_guide +gimp_image_remove_guide +gimp_image_move_guide +gimp_image_find_guide +
+ +
+gimpimage-mask-select +gimp_image_mask_select_rectangle +gimp_image_mask_select_ellipse +gimp_image_mask_select_polygon +gimp_image_mask_select_vectors +gimp_image_mask_select_channel +gimp_image_mask_select_fuzzy +gimp_image_mask_select_by_color +
+ +
+gimpimage-mask +gimp_image_mask_boundary +gimp_image_mask_bounds +gimp_image_mask_invalidate +gimp_image_mask_value +gimp_image_mask_is_empty +gimp_image_mask_extract +gimp_image_mask_float +gimp_image_mask_push_undo +gimp_image_mask_feather +gimp_image_mask_sharpen +gimp_image_mask_clear +gimp_image_mask_all +gimp_image_mask_invert +gimp_image_mask_border +gimp_image_mask_grow +gimp_image_mask_shrink +gimp_image_mask_translate +gimp_image_mask_load +gimp_image_mask_layer_alpha +gimp_image_mask_layer_mask +gimp_image_mask_save +gimp_image_mask_stroke +
+ +
+gimpimage-merge +gimp_image_merge_visible_layers +gimp_image_merge_down +gimp_image_flatten +gimp_image_merge_layers +
+ +
+gimpimage-new +gimp_image_new_get_last_template +gimp_image_new_set_last_template +
+ +
+gimpimage-pick-color +GimpImagePickColorFunc +gimp_image_pick_color +gimp_image_pick_color_by_func +
+ +
+gimpimage-preview +gimp_image_get_preview_size +gimp_image_get_popup_size +gimp_image_get_preview +gimp_image_get_new_preview +
+ +
+gimpimage-projection +gimp_image_projection_allocate +gimp_image_projection_free +gimp_image_projection +gimp_image_projection_type +gimp_image_projection_bytes +gimp_image_projection_opacity +gimp_image_projection_get_color_at +gimp_image_invalidate +gimp_image_invalidate_without_render +
+ +
+gimpimage-qmask +gimp_image_set_qmask_state +gimp_image_get_qmask_state +gimp_image_qmask_invert +
+ +
+gimpimage-resize +gimp_image_resize +
+ +
+gimpimage-rotate +gimp_image_rotate +
+ +
+gimpimage-scale +gimp_image_scale +gimp_image_check_scaling +
+ +
+gimpimage-snap +gimp_image_snap_x +gimp_image_snap_y +gimp_image_snap_point +gimp_image_snap_rectangle +
+ +
+gimpimage-undo-push +gimp_image_undo_push_image +gimp_image_undo_push_image_mod +gimp_image_undo_push_image_type +gimp_image_undo_push_image_size +gimp_image_undo_push_image_resolution +gimp_image_undo_push_image_qmask +gimp_image_undo_push_image_grid +gimp_image_undo_push_image_guide +gimp_image_undo_push_image_colormap +gimp_image_undo_push_mask +gimp_image_undo_push_item_rename +gimp_image_undo_push_item_displace +gimp_image_undo_push_item_linked +gimp_image_undo_push_drawable_visibility +gimp_image_undo_push_layer_add +gimp_image_undo_push_layer_remove +gimp_image_undo_push_layer_mod +gimp_image_undo_push_layer_mask_add +gimp_image_undo_push_layer_mask_remove +gimp_image_undo_push_layer_reposition +gimp_image_undo_push_layer_mode +gimp_image_undo_push_layer_opacity +gimp_image_undo_push_layer_preserve_trans +gimp_image_undo_push_channel_add +gimp_image_undo_push_channel_remove +gimp_image_undo_push_channel_mod +gimp_image_undo_push_channel_reposition +gimp_image_undo_push_channel_color +gimp_image_undo_push_vectors_add +gimp_image_undo_push_vectors_remove +gimp_image_undo_push_vectors_mod +gimp_image_undo_push_vectors_reposition +gimp_image_undo_push_fs_to_layer +gimp_image_undo_push_fs_rigor +gimp_image_undo_push_fs_relax +gimp_image_undo_push_image_parasite +gimp_image_undo_push_image_parasite_remove +gimp_image_undo_push_item_parasite +gimp_image_undo_push_item_parasite_remove +gimp_image_undo_push_cantundo +
+ +
+gimpimage-undo +gimp_image_undo +gimp_image_redo +gimp_image_undo_free +gimp_image_undo_group_start +gimp_image_undo_group_end +gimp_image_undo_push +gimp_image_undo_push_item +
+ +
+gimpitem-linked +gimp_item_linked_translate +gimp_item_linked_flip +gimp_item_linked_rotate +gimp_item_linked_transform +
+ +
+gimplayer-floating-sel +floating_sel_attach +floating_sel_remove +floating_sel_anchor +floating_sel_reset +floating_sel_to_layer +floating_sel_store +floating_sel_restore +floating_sel_rigor +floating_sel_relax +floating_sel_composite +floating_sel_boundary +floating_sel_invalidate +
+ +
+gimpmodules +gimp_modules_init +gimp_modules_exit +gimp_modules_load +gimp_modules_unload +gimp_modules_refresh +
+ +
+gimppalette-import +gimp_palette_import_from_gradient +gimp_palette_import_from_image +gimp_palette_import_from_indexed_image +
+ +
+gimppattern-header +GPATTERN_FILE_VERSION +GPATTERN_MAGIC +PatternHeader +
+ +
+gimppreviewcache +PREVIEW_CACHE_PRIME_WIDTH +PREVIEW_CACHE_PRIME_HEIGHT +gimp_preview_cache_get +gimp_preview_cache_add +gimp_preview_cache_invalidate +gimp_preview_cache_get_memsize +
+ +
+gimpscanconvert +GimpScanConvert +gimp_scan_convert_new +gimp_scan_convert_free +gimp_scan_convert_add_points +gimp_scan_convert_to_channel +
+ +
+gimpunit +
+ +
+gimpunits +gimp_units_init +gimp_units_exit +gimp_unitrc_load +gimp_unitrc_save +
+ +
+gimpmarshal +gimp_marshal_BOOLEAN__BOOLEAN +gimp_marshal_BOOLEAN__ENUM_INT +gimp_marshal_BOOLEAN__OBJECT_POINTER +gimp_marshal_VOID__BOXED +gimp_marshal_VOID__DOUBLE +gimp_marshal_VOID__DOUBLE_DOUBLE +gimp_marshal_VOID__ENUM +gimp_marshal_VOID__ENUM_BOXED_INT +gimp_marshal_VOID__ENUM_OBJECT +gimp_marshal_VOID__ENUM_POINTER +gimp_marshal_VOID__FLAGS +gimp_marshal_VOID__INT +gimp_marshal_VOID__INT_INT +gimp_marshal_VOID__INT_INT_INT_INT +gimp_marshal_VOID__OBJECT +gimp_marshal_VOID__OBJECT_INT +gimp_marshal_VOID__OBJECT_POINTER +gimp_marshal_VOID__POINTER +gimp_marshal_VOID__STRING_FLAGS +gimp_marshal_VOID__VOID +
+ +
+display-enums +GIMP_TYPE_CURSOR_MODE +gimp_cursor_mode_get_type +GimpCursorMode +GIMP_TYPE_DISPLAY_PADDING_MODE +gimp_display_padding_mode_get_type +GimpDisplayPaddingMode +
+ +
+display-types +GimpDisplay +GimpDisplayShell +GimpNavigationView +GimpStatusbar +NavigationDialog +Selection +
+ +
+gimpdisplay-area +GimpArea +gimp_area_new +gimp_display_area_list_process +gimp_display_area_list_free +
+ +
+gimpdisplay-foreach +gdisplays_check_valid +gimp_displays_dirty +gimp_displays_delete +gimp_displays_flush +gimp_displays_finish_draw +gimp_displays_reconnect +gimp_displays_set_busy +gimp_displays_unset_busy +
+ +
+gimpdisplay-handlers +gimp_display_connect +gimp_display_disconnect +
+ +
+gimpdisplayshell-appearance +gimp_display_shell_set_fullscreen +gimp_display_shell_get_fullscreen +gimp_display_shell_set_show_selection +gimp_display_shell_get_show_selection +gimp_display_shell_set_show_layer +gimp_display_shell_get_show_layer +gimp_display_shell_set_show_grid +gimp_display_shell_get_show_grid +gimp_display_shell_set_snap_to_grid +gimp_display_shell_get_snap_to_grid +gimp_display_shell_set_show_guides +gimp_display_shell_get_show_guides +gimp_display_shell_set_show_menubar +gimp_display_shell_get_show_menubar +gimp_display_shell_set_show_rulers +gimp_display_shell_get_show_rulers +gimp_display_shell_set_show_scrollbars +gimp_display_shell_get_show_scrollbars +gimp_display_shell_set_show_statusbar +gimp_display_shell_get_show_statusbar +gimp_display_shell_set_padding +gimp_display_shell_get_padding +
+ +
+gimpdisplayshell-callbacks +GIMP_DISPLAY_SHELL_CANVAS_EVENT_MASK +gimp_display_shell_events +gimp_display_shell_canvas_realize +gimp_display_shell_canvas_configure +gimp_display_shell_canvas_expose +gimp_display_shell_popup_menu +gimp_display_shell_canvas_tool_events +gimp_display_shell_hruler_button_press +gimp_display_shell_vruler_button_press +gimp_display_shell_origin_button_press +gimp_display_shell_color_button_press +gimp_display_shell_color_button_changed +gimp_display_shell_color_button_menu_callback +gimp_display_shell_qmask_button_press +gimp_display_shell_qmask_toggled +gimp_display_shell_nav_button_press +
+ +
+gimpdisplayshell-cursor +gimp_display_shell_set_cursor +gimp_display_shell_set_override_cursor +gimp_display_shell_unset_override_cursor +gimp_display_shell_update_cursor +
+ +
+gimpdisplayshell-dnd +gimp_display_shell_drop_drawable +gimp_display_shell_drop_vectors +gimp_display_shell_drop_pattern +gimp_display_shell_drop_color +gimp_display_shell_drop_buffer +
+ +
+gimpdisplayshell-filter-dialog +gimp_display_shell_filter_dialog_new +
+ +
+gimpdisplayshell-filter +gimp_display_shell_filter_attach +gimp_display_shell_filter_attach_clone +gimp_display_shell_filter_detach +gimp_display_shell_filter_detach_destroy +gimp_display_shell_filter_detach_all +gimp_display_shell_filter_reorder_up +gimp_display_shell_filter_reorder_down +
+ +
+gimpdisplayshell-handlers +gimp_display_shell_connect +gimp_display_shell_disconnect +
+ +
+gimpdisplayshell-layer-select +gimp_display_shell_layer_select_init +
+ +
+gimpdisplayshell-marching-ants +
+ +
+gimpdisplayshell-render +GIMP_DISPLAY_SHELL_RENDER_BUF_WIDTH +GIMP_DISPLAY_SHELL_RENDER_BUF_HEIGHT +render_init +render_exit +gimp_display_shell_render +render_check_buf +render_empty_buf +render_white_buf +render_temp_buf +render_blend_dark_check +render_blend_light_check +render_blend_white +
+ +
+gimpdisplayshell-scale +gimp_display_shell_scale_zoom_fraction +gimp_display_shell_scale_calc_fraction +gimp_display_shell_scale_setup +gimp_display_shell_scale_set_dot_for_dot +gimp_display_shell_scale +gimp_display_shell_scale_fit +gimp_display_shell_scale_by_values +gimp_display_shell_scale_shrink_wrap +gimp_display_shell_scale_resize +gimp_display_shell_scale_dialog +
+ +
+gimpdisplayshell-scroll +gimp_display_shell_scroll +gimp_display_shell_scroll_clamp_offsets +
+ +
+gimpdisplayshell-selection +Selection +gimp_display_shell_selection_create +gimp_display_shell_selection_free +gimp_display_shell_selection_pause +gimp_display_shell_selection_resume +gimp_display_shell_selection_start +gimp_display_shell_selection_invis +gimp_display_shell_selection_layer_invis +gimp_display_shell_selection_set_hidden +gimp_display_shell_selection_layer_set_hidden +
+ +
+gimpdisplayshell-title +gimp_display_shell_update_title +
+ +
+gimpdisplayshell-transform +gimp_display_shell_transform_coords +gimp_display_shell_untransform_coords +gimp_display_shell_transform_xy +gimp_display_shell_untransform_xy +gimp_display_shell_transform_xy_f +gimp_display_shell_untransform_xy_f +
+ +
+gimpprogress +gimp_progress_start +gimp_progress_restart +gimp_progress_update +gimp_progress_step +gimp_progress_end +gimp_progress_update_and_flush +
+ +
+file-open +file_open_image +file_open_with_display +file_open_with_proc_and_display +
+ +
+file-save +file_save +file_save_as +
+ +
+file-utils +file_utils_filename_to_uri +file_utils_find_proc +file_utils_uri_to_utf8_basename +file_utils_uri_to_utf8_filename +
+ +
+about-dialog +about_dialog_create +
+ +
+authors +
+ +
+brush-select +BrushSelect +brush_select_new +brush_select_free +brush_select_get_by_callback +brush_select_dialogs_check +
+ +
+brushes-menu +n_brushes_menu_entries +brushes_menu_update +
+ +
+buffers-commands +buffers_paste_buffer_cmd_callback +buffers_paste_buffer_into_cmd_callback +buffers_paste_buffer_as_new_cmd_callback +buffers_delete_buffer_cmd_callback +
+ +
+buffers-menu +n_buffers_menu_entries +buffers_menu_update +
+ +
+channels-commands +channels_new_channel_cmd_callback +channels_raise_channel_cmd_callback +channels_lower_channel_cmd_callback +channels_duplicate_channel_cmd_callback +channels_delete_channel_cmd_callback +channels_channel_to_sel_cmd_callback +channels_add_channel_to_sel_cmd_callback +channels_sub_channel_from_sel_cmd_callback +channels_intersect_channel_with_sel_cmd_callback +channels_edit_channel_attributes_cmd_callback +channels_new_channel_query +channels_edit_channel_query +
+ +
+channels-menu +n_channels_menu_entries +channels_menu_update +
+ +
+color-history +COLOR_HISTORY_SIZE +color_history_add +color_history_set +color_history_get +color_history_add_from_rc +color_history_write +
+ +
+color-notebook +ColorNotebookState +ColorNotebookCallback +color_notebook_new +color_notebook_viewable_new +color_notebook_free +color_notebook_set_viewable +color_notebook_set_title +color_notebook_show +color_notebook_hide +color_notebook_set_color +color_notebook_get_color +
+ +
+colormap-editor-commands +colormap_editor_add_color_cmd_callback +colormap_editor_edit_color_cmd_callback +
+ +
+colormap-editor-menu +n_colormap_editor_menu_entries +colormap_editor_menu_update +
+ +
+convert-dialog +convert_to_rgb +convert_to_grayscale +convert_to_indexed +
+ +
+data-commands +data_new_data_cmd_callback +data_duplicate_data_cmd_callback +data_edit_data_cmd_callback +data_delete_data_cmd_callback +data_refresh_data_cmd_callback +
+ +
+debug-commands +ENABLE_DEBUG_ENTRIES +debug_dump_menus_cmd_callback +debug_mem_profile_cmd_callback +
+ +
+dialogs-commands +dialogs_show_toolbox_cmd_callback +dialogs_create_toplevel_cmd_callback +dialogs_create_dockable_cmd_callback +dialogs_add_tab_cmd_callback +dialogs_remove_tab_cmd_callback +dialogs_toggle_view_cmd_callback +dialogs_preview_size_cmd_callback +dialogs_tab_style_cmd_callback +dialogs_toggle_image_menu_cmd_callback +dialogs_toggle_auto_cmd_callback +dialogs_create_lc_cmd_callback +dialogs_create_data_cmd_callback +dialogs_create_stuff_cmd_callback +dialogs_show_toolbox +
+ +
+dialogs-constructors +dialogs_file_new_new +dialogs_preferences_get +dialogs_module_browser_get +dialogs_display_filters_get +dialogs_tips_get +dialogs_about_get +dialogs_toolbox_get +dialogs_dock_new +dialogs_tool_options_get +dialogs_device_status_get +dialogs_error_console_get +dialogs_image_list_view_new +dialogs_brush_list_view_new +dialogs_pattern_list_view_new +dialogs_gradient_list_view_new +dialogs_palette_list_view_new +dialogs_font_list_view_new +dialogs_tool_list_view_new +dialogs_buffer_list_view_new +dialogs_document_list_new +dialogs_template_list_new +dialogs_image_grid_view_new +dialogs_brush_grid_view_new +dialogs_pattern_grid_view_new +dialogs_gradient_grid_view_new +dialogs_palette_grid_view_new +dialogs_font_grid_view_new +dialogs_tool_grid_view_new +dialogs_buffer_grid_view_new +dialogs_document_grid_new +dialogs_layer_list_view_new +dialogs_channel_list_view_new +dialogs_vectors_list_view_new +dialogs_path_list_view_new +dialogs_indexed_palette_new +dialogs_selection_editor_new +dialogs_undo_history_new +dialogs_navigation_view_new +dialogs_color_editor_new +dialogs_brush_editor_get +dialogs_edit_brush_func +dialogs_gradient_editor_get +dialogs_edit_gradient_func +dialogs_palette_editor_get +dialogs_edit_palette_func +
+ +
+dialogs-menu +n_dialogs_menu_entries +dialogs_menu_update +
+ +
+dialogs +global_dialog_factory +global_dock_factory +global_toolbox_factory +dialogs_init +dialogs_exit +
+ +
+documents-commands +documents_open_document_cmd_callback +documents_raise_or_open_document_cmd_callback +documents_file_open_dialog_cmd_callback +documents_remove_document_cmd_callback +documents_recreate_preview_cmd_callback +documents_reload_previews_cmd_callback +documents_delete_dangling_documents_cmd_callback +
+ +
+documents-menu +n_documents_menu_entries +documents_menu_update +
+ +
+drawable-commands +drawable_desaturate_cmd_callback +drawable_invert_cmd_callback +drawable_equalize_cmd_callback +drawable_flip_cmd_callback +drawable_rotate_cmd_callback +drawable_offset_cmd_callback +
+ +
+edit-commands +edit_undo_cmd_callback +edit_redo_cmd_callback +edit_cut_cmd_callback +edit_copy_cmd_callback +edit_paste_cmd_callback +edit_paste_into_cmd_callback +edit_paste_as_new_cmd_callback +edit_named_cut_cmd_callback +edit_named_copy_cmd_callback +edit_named_paste_cmd_callback +edit_clear_cmd_callback +edit_fill_cmd_callback +edit_stroke_cmd_callback +
+ +
+error-console-commands +error_console_clear_cmd_callback +error_console_save_all_cmd_callback +error_console_save_selection_cmd_callback +
+ +
+error-console-menu +n_error_console_menu_entries +error_console_menu_update +
+ +
+file-commands +file_new_cmd_callback +file_open_by_extension_cmd_callback +file_open_type_cmd_callback +file_open_cmd_callback +file_last_opened_cmd_callback +file_save_by_extension_cmd_callback +file_save_type_cmd_callback +file_save_cmd_callback +file_save_as_cmd_callback +file_save_a_copy_cmd_callback +file_save_template_cmd_callback +file_revert_cmd_callback +file_pref_cmd_callback +file_close_cmd_callback +file_quit_cmd_callback +file_file_open_dialog +
+ +
+file-dialog-utils +file_dialog_new +file_dialog_show +file_dialog_hide +file_dialog_update_name +
+ +
+file-new-dialog +file_new_dialog_new +file_new_dialog_set +
+ +
+file-open-dialog +file_open_dialog_set_type +file_open_dialog_show +
+ +
+file-open-menu +n_file_open_menu_entries +file_open_menu_setup +
+ +
+file-save-dialog +file_save_dialog_set_type +file_save_dialog_show +file_save_a_copy_dialog_show +
+ +
+file-save-menu +n_file_save_menu_entries +file_save_menu_setup +file_save_menu_update +
+ +
+font-select +FontSelect +font_select_new +font_select_free +font_select_get_by_callback +font_select_dialogs_check +
+ +
+gradient-editor-commands +gradient_editor_left_color_cmd_callback +gradient_editor_load_left_cmd_callback +gradient_editor_save_left_cmd_callback +gradient_editor_right_color_cmd_callback +gradient_editor_load_right_cmd_callback +gradient_editor_save_right_cmd_callback +gradient_editor_blending_func_cmd_callback +gradient_editor_coloring_type_cmd_callback +gradient_editor_flip_cmd_callback +gradient_editor_replicate_cmd_callback +gradient_editor_split_midpoint_cmd_callback +gradient_editor_split_uniformly_cmd_callback +gradient_editor_delete_cmd_callback +gradient_editor_recenter_cmd_callback +gradient_editor_redistribute_cmd_callback +gradient_editor_blend_color_cmd_callback +gradient_editor_blend_opacity_cmd_callback +
+ +
+gradient-editor-menu +n_gradient_editor_menu_entries +gradient_editor_menu_update +
+ +
+gradient-select +GradientSelect +gradient_select_new +gradient_select_free +gradient_select_get_by_callback +gradient_select_dialogs_check +
+ +
+gradients-commands +gradients_save_as_pov_ray_cmd_callback +
+ +
+gradients-menu +n_gradients_menu_entries +gradients_menu_update +
+ +
+grid-dialog +grid_dialog_new +
+ +
+gui-types +ColorNotebook +InfoDialog +
+ +
+gui +gui_libs_init +gui_environ_init +gui_themes_init +gui_themes_get_theme_dir +gui_init +gui_restore +gui_post_init +
+ +
+help-commands +help_help_cmd_callback +help_context_help_cmd_callback +
+ +
+image-commands +image_convert_rgb_cmd_callback +image_convert_grayscale_cmd_callback +image_convert_indexed_cmd_callback +image_resize_cmd_callback +image_scale_cmd_callback +image_flip_cmd_callback +image_rotate_cmd_callback +image_crop_cmd_callback +image_duplicate_cmd_callback +image_merge_layers_cmd_callback +image_flatten_image_cmd_callback +image_layers_merge_query +image_configure_grid_cmd_callback +
+ +
+image-menu +n_image_menu_entries +image_menu_setup +image_menu_update +
+ +
+images-commands +images_raise_displays_cmd_callback +images_new_display_cmd_callback +images_delete_image_cmd_callback +
+ +
+images-menu +n_images_menu_entries +images_menu_update +
+ +
+info-dialog +InfoFieldType +InfoField +InfoDialog +info_dialog_new +info_dialog_notebook_new +info_dialog_free +info_dialog_popup +info_dialog_popdown +info_dialog_update +info_dialog_add_label +info_dialog_add_entry +info_dialog_add_scale +info_dialog_add_spinbutton +info_dialog_add_sizeentry +
+ +
+info-window +info_window_create +info_window_free +info_window_update +info_window_update_extended +info_window_follow_auto +
+ +
+layers-commands +layers_select_previous_cmd_callback +layers_select_next_cmd_callback +layers_select_top_cmd_callback +layers_select_bottom_cmd_callback +layers_raise_cmd_callback +layers_lower_cmd_callback +layers_raise_to_top_cmd_callback +layers_lower_to_bottom_cmd_callback +layers_new_cmd_callback +layers_duplicate_cmd_callback +layers_anchor_cmd_callback +layers_merge_down_cmd_callback +layers_delete_cmd_callback +layers_resize_cmd_callback +layers_resize_to_image_cmd_callback +layers_scale_cmd_callback +layers_crop_cmd_callback +layers_add_layer_mask_cmd_callback +layers_apply_layer_mask_cmd_callback +layers_delete_layer_mask_cmd_callback +layers_mask_select_cmd_callback +layers_alpha_select_cmd_callback +layers_add_alpha_channel_cmd_callback +layers_edit_attributes_cmd_callback +layers_new_layer_query +layers_edit_layer_query +
+ +
+layers-menu +n_layers_menu_entries +layers_menu_update +
+ +
+menus +MENU_SEPARATOR +MENU_BRANCH +global_menu_factory +menus_init +menus_exit +menus_restore +menus_save +menus_clear +menus_last_opened_add +menus_filters_subdirs_to_top +
+ +
+module-browser +module_browser_new +
+ +
+offset-dialog +offset_dialog_create +
+ +
+palette-editor-commands +palette_editor_new_color_cmd_callback +palette_editor_edit_color_cmd_callback +palette_editor_delete_color_cmd_callback +palette_editor_zoom_in_cmd_callback +palette_editor_zoom_out_cmd_callback +palette_editor_zoom_all_cmd_callback +
+ +
+palette-editor-menu +n_palette_editor_menu_entries +palette_editor_menu_update +
+ +
+palette-import-dialog +palette_import_dialog_show +palette_import_dialog_destroy +
+ +
+palette-select +PaletteSelect +palette_select_new +palette_select_free +palette_select_get_by_callback +palette_select_dialogs_check +
+ +
+palettes-commands +palettes_import_palette_cmd_callback +palettes_merge_palettes_cmd_callback +
+ +
+palettes-menu +n_palettes_menu_entries +palettes_menu_update +
+ +
+pattern-select +PatternSelect +pattern_select_new +pattern_select_free +pattern_select_get_by_callback +pattern_select_dialogs_check +
+ +
+patterns-menu +n_patterns_menu_entries +patterns_menu_update +
+ +
+plug-in-commands +plug_in_run_cmd_callback +plug_in_repeat_cmd_callback +
+ +
+plug-in-menus +plug_in_menus_init +plug_in_menus_create +plug_in_menus_create_entry +plug_in_menus_delete_entry +plug_in_menus_update +
+ +
+preferences-dialog +preferences_dialog_create +
+ +
+qmask-commands +qmask_toggle_cmd_callback +qmask_invert_cmd_callback +qmask_configure_cmd_callback +
+ +
+qmask-menu +n_qmask_menu_entries +qmask_menu_update +
+ +
+resize-dialog +ResizeType +ResizeTarget +Resize +resize_widget_new +
+ +
+resolution-calibrate-dialog +resolution_calibrate_dialog +
+ +
+select-commands +select_invert_cmd_callback +select_all_cmd_callback +select_none_cmd_callback +select_float_cmd_callback +select_feather_cmd_callback +select_sharpen_cmd_callback +select_shrink_cmd_callback +select_border_cmd_callback +select_grow_cmd_callback +select_save_cmd_callback +select_toggle_quickmask_cmd_callback +
+ +
+session +session_init +session_restore +session_save +session_clear +
+ +
+splash +splash_create +splash_destroy +splash_update +
+ +
+templates-commands +templates_new_template_cmd_callback +templates_duplicate_template_cmd_callback +templates_edit_template_cmd_callback +templates_create_image_cmd_callback +templates_delete_template_cmd_callback +templates_new_template_dialog +templates_edit_template_dialog +templates_file_new_dialog +
+ +
+templates-menu +n_templates_menu_entries +templates_menu_update +
+ +
+tips-dialog +tips_dialog_create +
+ +
+tips-parser +GimpTip +gimp_tip_new +gimp_tip_free +gimp_tips_from_file +gimp_tips_free +
+ +
+tool-options-dialog +tool_options_dialog_create +
+ +
+toolbox-menu +n_toolbox_menu_entries +toolbox_menu_setup +
+ +
+tools-commands +tools_default_colors_cmd_callback +tools_swap_colors_cmd_callback +tools_select_cmd_callback +
+ +
+user-install-dialog +user_install_dialog_create +
+ +
+vectors-commands +vectors_new_vectors_cmd_callback +vectors_raise_vectors_cmd_callback +vectors_lower_vectors_cmd_callback +vectors_duplicate_vectors_cmd_callback +vectors_delete_vectors_cmd_callback +vectors_vectors_to_sel_cmd_callback +vectors_add_vectors_to_sel_cmd_callback +vectors_sub_vectors_from_sel_cmd_callback +vectors_intersect_vectors_with_sel_cmd_callback +vectors_sel_to_vectors_cmd_callback +vectors_stroke_vectors_cmd_callback +vectors_copy_vectors_cmd_callback +vectors_paste_vectors_cmd_callback +vectors_import_vectors_cmd_callback +vectors_export_vectors_cmd_callback +vectors_vectors_tool_cmd_callback +vectors_edit_vectors_attributes_cmd_callback +vectors_stroke_vectors +vectors_selection_to_vectors +vectors_vectors_tool +vectors_new_vectors_query +vectors_edit_vectors_query +
+ +
+vectors-menu +n_vectors_menu_entries +vectors_menu_update +
+ +
+view-commands +view_zoom_out_cmd_callback +view_zoom_in_cmd_callback +view_zoom_fit_cmd_callback +view_zoom_cmd_callback +view_zoom_other_cmd_callback +view_dot_for_dot_cmd_callback +view_fullscreen_cmd_callback +view_info_window_cmd_callback +view_navigation_window_cmd_callback +view_display_filters_cmd_callback +view_toggle_selection_cmd_callback +view_toggle_layer_boundary_cmd_callback +view_toggle_menubar_cmd_callback +view_toggle_rulers_cmd_callback +view_toggle_scrollbars_cmd_callback +view_toggle_statusbar_cmd_callback +view_toggle_guides_cmd_callback +view_snap_to_guides_cmd_callback +view_toggle_grid_cmd_callback +view_snap_to_grid_cmd_callback +view_new_view_cmd_callback +view_shrink_wrap_cmd_callback +
+ +
+gimppaintcore-kernels +KERNEL_WIDTH +KERNEL_HEIGHT +KERNEL_SUBSAMPLE +
+ +
+gimppaintcore-stroke +gimp_paint_core_stroke +gimp_paint_core_stroke_vectors +
+ +
+gimppaintcore-undo +gimp_paint_core_push_undo +
+ +
+paint-enums +GIMP_TYPE_CLONE_TYPE +gimp_clone_type_get_type +GimpCloneType +GIMP_TYPE_CLONE_ALIGN_MODE +gimp_clone_align_mode_get_type +GimpCloneAlignMode +GIMP_TYPE_DODGE_BURN_TYPE +gimp_dodge_burn_type_get_type +GimpDodgeBurnType +GIMP_TYPE_CONVOLVE_TYPE +gimp_convolve_type_get_type +GimpConvolveType +GIMP_TYPE_INK_BLOB_TYPE +gimp_ink_blob_type_get_type +GimpInkBlobType +GIMP_TYPE_PAINT_APPLICATION_MODE +gimp_paint_application_mode_get_type +GimpPaintApplicationMode +GimpBrushApplicationMode +
+ +
+paint-types +GimpPaintCore +GimpPaintOptions +GimpPaintRegisterCallback +GimpPaintRegisterFunc +
+ +
+paint +paint_init +paint_exit +
+ +
+paint-funcs-generic +INT_MULT +INT_MULT3 +INT_BLEND +RANDOM_TABLE_SIZE +HAS_ALPHA +color_pixels +if +while +
+ +
+paint-funcs-types +TRANSPARENT_OPACITY +OPAQUE_OPACITY +InitialMode +CombinationMode +
+ +
+paint-funcs +paint_funcs_setup +paint_funcs_free +color_pixels +blend_pixels +shade_pixels +extract_alpha_pixels +swap_pixels +scale_pixels +add_alpha_pixels +flatten_pixels +gray_to_rgb_pixels +apply_mask_to_alpha_channel +combine_mask_and_alpha_channel +copy_gray_to_inten_a_pixels +initial_channel_pixels +initial_indexed_pixels +initial_indexed_a_pixels +initial_inten_pixels +initial_inten_a_pixels +combine_indexed_and_indexed_pixels +combine_indexed_and_indexed_a_pixels +combine_indexed_a_and_indexed_a_pixels +combine_inten_a_and_indexed_a_pixels +combine_inten_and_inten_pixels +combine_inten_and_inten_a_pixels +combine_inten_a_and_inten_pixels +combine_inten_a_and_inten_a_pixels +combine_inten_a_and_channel_mask_pixels +combine_inten_a_and_channel_selection_pixels +extract_from_inten_pixels +extract_from_indexed_pixels +map_to_color +color_region +blend_region +shade_region +copy_region +add_alpha_region +flatten_region +extract_alpha_region +extract_from_region +convolve_region +multiply_alpha_region +separate_alpha_region +gaussian_blur_region +border_region +scale_region +subsample_region +shapeburst_region +thin_region +fatten_region +swap_region +apply_mask_to_region +combine_mask_and_region +copy_gray_to_region +copy_component +initial_region +combine_regions +combine_regions_replace +
+ +
+internal_procs +internal_procs_init +
+ +
+pdb-types +Argument +ProcArg +ProcRecord +
+ +
+pdb_glue +gimp_layer_get_apply_mask +gimp_layer_get_show_mask +gimp_layer_get_edit_mask +gimp_layer_set_apply_mask +gimp_layer_set_show_mask +gimp_layer_set_edit_mask +
+ +
+procedural_db +Argument +ArgMarshal +IntExec +PlugInExec +ExtExec +TempExec +NetExec +ProcArg +ProcRecord +procedural_db_init +procedural_db_free +procedural_db_register +procedural_db_unregister +procedural_db_lookup +procedural_db_execute +procedural_db_run_proc +procedural_db_return_args +procedural_db_destroy_args +procedural_db_set_data +procedural_db_get_data +pdb_type_name +
+ +
+plug-in-debug +GimpDebugWrapFlag +plug_in_debug_init +plug_in_debug_exit +plug_in_debug_argv +
+ +
+plug-in-def +PlugInDef +plug_in_def_new +plug_in_def_free +plug_in_def_add_proc_def +plug_in_def_set_locale_domain_name +plug_in_def_set_locale_domain_path +plug_in_def_set_help_path +plug_in_def_set_mtime +plug_in_def_set_needs_query +plug_in_def_set_has_init +
+ +
+plug-in-message +plug_in_handle_message +
+ +
+plug-in-params +plug_in_params_to_args +plug_in_args_to_params +plug_in_params_destroy +plug_in_args_destroy +
+ +
+plug-in-proc +PlugInProcDef +plug_in_proc_def_new +plug_in_proc_def_free +plug_in_proc_def_get_proc +plug_in_proc_def_get_progname +
+ +
+plug-in-progress +plug_in_progress_start +plug_in_progress_update +plug_in_progress_end +
+ +
+plug-in-rc +plug_in_rc_parse +plug_in_rc_write +
+ +
+plug-in-run +plug_in_run +plug_in_repeat +
+ +
+plug-in-shm +plug_in_shm_init +plug_in_shm_exit +plug_in_shm_get_ID +plug_in_shm_get_addr +
+ +
+plug-in-types +GimpRunMode +PlugInImageType +PlugIn +PlugInDef +PlugInProcDef +PlugInShm +
+ +
+plug-in +WRITE_BUFFER_SIZE +PlugIn +plug_in_init +plug_in_exit +plug_in_call_query +plug_in_call_init +plug_in_new +plug_in_ref +plug_in_unref +plug_in_open +plug_in_close +plug_in_push +plug_in_pop +plug_in_main_loop +plug_in_main_loop_quit +plug_in_get_undo_desc +
+ +
+plug-ins +plug_ins_init +plug_ins_exit +plug_ins_add_internal +plug_ins_file_handler +plug_ins_def_add_from_rc +plug_ins_temp_proc_def_add +plug_ins_temp_proc_def_remove +plug_ins_locale_domain +plug_ins_help_path +plug_ins_proc_def_find +plug_ins_extensions_parse +plug_ins_image_types_parse +
+ +
+gimptext-bitmap +gimp_text_render_bitmap +
+ +
+gimptext-compat +text_render +text_get_extents +
+ +
+gimptext-parasite +gimp_text_parasite_name +gimp_text_to_parasite +gimp_text_from_parasite +gimp_text_gdyntext_parasite_name +gimp_text_from_gdyntext_parasite +
+ +
+gimptext-vectors +gimp_text_vectors_new +
+ +
+gimptext-xlfd +gimp_text_font_name_from_xlfd +gimp_text_font_size_from_xlfd +gimp_text_set_font_from_xlfd +
+ +
+gimptextlayout-render +GimpTextRenderFunc +gimp_text_layout_render +
+ +
+text-enums +GIMP_TYPE_TEXT_BOX_MODE +gimp_text_box_mode_get_type +GimpTextBoxMode +GIMP_TYPE_TEXT_DIRECTION +gimp_text_direction_get_type +GimpTextDirection +GIMP_TYPE_TEXT_JUSTIFICATION +gimp_text_justification_get_type +GimpTextJustification +
+ +
+text-types +GimpFont +GimpFontList +GimpText +GimpTextLayer +GimpTextLayout +
+ +
+airbrush_blob +CrossType +MoveType +AirBlob +AirPoint +SupportLine +AirLine +AirBrushBlobPoint +AirBrushBlobSpan +AirBrushBlob +AirBrush +create_air_blob +trans_air_blob +create_air_line +airbrush_blob_convex_union +airbrush_blob_ellipse +airbrush_blob_bounds +
+ +
+gimpeditselectiontool +EditType +init_edit_selection +gimp_edit_selection_tool_arrow_key +
+ +
+gimpinktool-blob +BlobPoint +BlobSpan +Blob +BlobFunc +blob_convex_union +blob_polygon +blob_square +blob_diamond +blob_ellipse +blob_bounds +
+ +
+gimppaintoptions-gui +GIMP_PAINT_OPTIONS_TABLE_KEY +gimp_paint_options_gui +
+ +
+gimptooloptions-gui +gimp_tool_options_gui +
+ +
+gimptransformtool-undo +gimp_transform_tool_push_undo +
+ +
+tool_manager +tool_manager_init +tool_manager_exit +tool_manager_restore +tool_manager_save +tool_manager_get_active +tool_manager_select_tool +tool_manager_push_tool +tool_manager_pop_tool +tool_manager_initialize_active +tool_manager_control_active +tool_manager_button_press_active +tool_manager_button_release_active +tool_manager_motion_active +tool_manager_arrow_key_active +tool_manager_modifier_key_active +tool_manager_oper_update_active +tool_manager_cursor_update_active +tool_manager_register_tool +tool_manager_get_info_by_type +
+ +
+tools-enums +GIMP_TYPE_CROP_TYPE +gimp_crop_type_get_type +GimpCropType +SelectOps +GimpToolAction +GimpMotionMode +GIMP_TYPE_RECT_SELECT_MODE +gimp_rect_select_mode_get_type +GimpRectSelectMode +GIMP_TYPE_TRANSFORM_TYPE +gimp_transform_type_get_type +GimpTransformType +GIMP_TYPE_TRANSFORM_GRID_TYPE +gimp_transform_grid_type_get_type +GimpTransformGridType +TransformAction +
+ +
+tools-types +GimpTool +GimpToolModule +GimpToolControl +GimpColorTool +GimpDrawTool +GimpImageMapTool +GimpPaintTool +GimpPathTool +GimpTransformTool +GimpColorOptions +GimpToolOptionsGUIFunc +GimpToolRegisterCallback +GimpToolRegisterFunc +
+ +
+tools +tools_init +tools_exit +
+ +
+gimpanchor +GimpAnchor +gimp_anchor_new +gimp_anchor_free +gimp_anchor_duplicate +
+ +
+gimpvectors-compat +GimpVectorsCompatPoint +gimp_vectors_compat_new +gimp_vectors_compat_get_points +
+ +
+gimpvectors-preview +gimp_vectors_get_new_preview +
+ +
+vectors-types +GimpAnchor +GimpAnchorType +GimpAnchorFeatureType +GimpVectorExtendMode +GimpStroke +GimpStrokeClass +GimpBezierStroke +GimpBezierStrokeClass +GimpBezier +GimpBezierClass +GimpVectors +GimpVectorsClass +
+ +
+gimpcontainertreeview-dnd +gimp_container_tree_view_drag_leave +gimp_container_tree_view_drag_motion +gimp_container_tree_view_drag_drop +gimp_container_tree_view_real_drop_possible +gimp_container_tree_view_real_drop +
+ +
+gimpcontainerview-utils +gimp_container_view_get_by_dockable +
+ +
+gimpcursor +gimp_cursor_new +
+ +
+gimpdevices +GimpDeviceChangeNotify +gimp_devices_init +gimp_devices_exit +gimp_devices_restore +gimp_devices_save +gimp_devices_get_current +gimp_devices_check_change +gimp_devices_select_device +
+ +
+gimpdnd +GimpDndType +GIMP_TARGET_URI_LIST +GIMP_TARGET_TEXT_PLAIN +GIMP_TARGET_NETSCAPE_URL +GIMP_TARGET_IMAGE +GIMP_TARGET_LAYER +GIMP_TARGET_CHANNEL +GIMP_TARGET_LAYER_MASK +GIMP_TARGET_COMPONENT +GIMP_TARGET_VECTORS +GIMP_TARGET_COLOR +GIMP_TARGET_BRUSH +GIMP_TARGET_PATTERN +GIMP_TARGET_GRADIENT +GIMP_TARGET_PALETTE +GIMP_TARGET_FONT +GIMP_TARGET_BUFFER +GIMP_TARGET_IMAGEFILE +GIMP_TARGET_TEMPLATE +GIMP_TARGET_TOOL +GIMP_TARGET_DIALOG +GimpDndDropFileFunc +gimp_dnd_file_dest_add +gimp_dnd_file_dest_remove +gimp_dnd_open_files +GimpDndDropColorFunc +GimpDndDragColorFunc +gimp_dnd_color_source_set +gimp_dnd_color_dest_add +gimp_dnd_color_dest_remove +GimpDndDropViewableFunc +GimpDndDragViewableFunc +gimp_dnd_drag_source_set_by_type +gimp_dnd_viewable_source_set +gimp_dnd_viewable_source_unset +gimp_dnd_drag_dest_set_by_type +gimp_dnd_viewable_dest_add +gimp_dnd_viewable_dest_remove +gimp_dnd_get_drag_data +
+ +
+gimpfontselection-dialog +gimp_font_selection_dialog_new +gimp_font_selection_dialog_destroy +gimp_font_selection_dialog_show +gimp_font_selection_dialog_set_font_desc +
+ +
+gimphelp +gimp_help +
+ +
+gimppreview-popup +gimp_preview_popup_show +
+ +
+gimppreviewrenderer-utils +gimp_preview_renderer_type_from_viewable_type +
+ +
+gimppropwidgets +gimp_prop_check_button_new +gimp_prop_boolean_option_menu_new +gimp_prop_boolean_radio_frame_new +gimp_prop_enum_option_menu_new +gimp_prop_paint_mode_menu_new +gimp_prop_enum_check_button_new +gimp_prop_enum_radio_frame_new +gimp_prop_enum_stock_box_new +gimp_prop_spin_button_new +gimp_prop_scale_entry_new +gimp_prop_opacity_entry_new +gimp_prop_memsize_entry_new +gimp_prop_entry_new +gimp_prop_text_buffer_new +gimp_prop_font_selection_new +gimp_prop_file_entry_new +gimp_prop_path_editor_new +gimp_prop_coordinates_new +gimp_prop_size_entry_connect +gimp_prop_color_area_new +gimp_prop_color_button_new +gimp_prop_unit_menu_new +gimp_prop_preview_new +gimp_prop_stock_image_new +
+ +
+gimptoolbox-color-area +FOREGROUND +BACKGROUND +active_color +color_area_gdisp +gimp_toolbox_color_area_create +
+ +
+gimptoolbox-dnd +gimp_toolbox_dnd_init +
+ +
+gimptoolbox-indicator-area +gimp_toolbox_indicator_area_create +
+ +
+gimpwidgets-constructors +gimp_paint_mode_menu_new +
+ +
+gimpwidgets-utils +gimp_message_box +gimp_menu_position +gimp_table_attach_stock +gimp_get_icon_size +gimp_get_mod_name_shift +gimp_get_mod_name_control +gimp_get_mod_name_alt +gimp_get_mod_separator +gimp_get_screen_resolution +gimp_rgb_get_gdk_color +gimp_menu_path_strip_uline +
+ +
+widgets-enums +GIMP_TYPE_ASPECT_TYPE +gimp_aspect_type_get_type +GimpAspectType +GIMP_TYPE_HELP_BROWSER_TYPE +gimp_help_browser_type_get_type +GimpHelpBrowserType +GIMP_TYPE_HISTOGRAM_SCALE +gimp_histogram_scale_get_type +GimpHistogramScale +GIMP_TYPE_TAB_STYLE +gimp_tab_style_get_type +GimpTabStyle +GIMP_TYPE_VIEW_TYPE +gimp_view_type_get_type +GimpViewType +GIMP_TYPE_ZOOM_TYPE +gimp_zoom_type_get_type +GimpZoomType +GimpPreviewBG +GimpDropType +GimpCursorType +GimpToolCursorType +GimpCursorModifier +GimpDeviceValues +
+ +
+widgets-types +GimpDeviceInfo +GimpDialogFactory +GimpItemFactory +GimpMenuFactory +GimpCellRendererToggle +GimpCellRendererViewable +GimpPreviewRenderer +GimpPreviewRendererBrush +GimpPreviewRendererDrawable +GimpPreviewRendererGradient +GimpPreviewRendererTextLayer +GimpPreviewRendererImage +GimpPreview +GimpBrushPreview +GimpDrawablePreview +GimpImagePreview +GimpNavigationPreview +GimpContainerMenu +GimpContainerMenuImpl +GimpMenuItem +GimpEnumMenu +GimpEditor +GimpDeviceStatus +GimpErrorConsole +GimpImageEditor +GimpColorEditor +GimpColormapEditor +GimpComponentEditor +GimpDataEditor +GimpBrushEditor +GimpGradientEditor +GimpPaletteEditor +GimpSelectionEditor +GimpTemplateEditor +GimpUndoEditor +GimpContainerView +GimpContainerGridView +GimpContainerTreeView +GimpItemTreeView +GimpDrawableTreeView +GimpLayerTreeView +GimpChannelTreeView +GimpVectorsTreeView +GimpContainerEditor +GimpBufferView +GimpDocumentView +GimpImageView +GimpTemplateView +GimpDataFactoryView +GimpBrushFactoryView +GimpDock +GimpToolbox +GimpImageDock +GimpDockable +GimpDockbook +GimpContainerPopup +GimpViewableButton +GimpViewableDialog +GimpFontSelection +GimpFontSelectionDialog +GimpHistogramView +GimpHistogramBox +GimpTextEditor +GimpItemFactoryEntry +GimpItemFactorySetupFunc +GimpItemFactoryUpdateFunc +GimpMenuPositionFunc +GimpStrokeItemFunc +GimpSelectionToVectorsFunc +
+ +
+xcf-load +xcf_load_image +
+ +
+xcf-private +PropType +XcfCompressionType +XcfOrientationType +XcfInfo +
+ +
+xcf-read +xcf_read_int32 +xcf_read_float +xcf_read_int8 +xcf_read_string +
+ +
+xcf-save +xcf_save_choose_format +xcf_save_image +
+ +
+xcf-seek +xcf_seek_pos +xcf_seek_end +
+ +
+xcf-write +xcf_write_int32 +xcf_write_float +xcf_write_int8 +xcf_write_string +
+ +
+xcf +xcf_init +xcf_exit +
+ diff --git a/devel-docs/app/app.interfaces b/devel-docs/app/app.interfaces new file mode 100644 index 0000000000..97b14c584e --- /dev/null +++ b/devel-docs/app/app.interfaces @@ -0,0 +1,131 @@ +GimpRc GimpConfigInterface +GimpViewable GimpConfigInterface +GimpData GimpConfigInterface +GimpBrush GimpConfigInterface +GimpBrushGenerated GimpConfigInterface +GimpBrushPipe GimpConfigInterface +GimpGradient GimpConfigInterface +GimpPalette GimpConfigInterface +GimpPattern GimpConfigInterface +GimpToolInfo GimpConfigInterface +GimpBuffer GimpConfigInterface +GimpItem GimpConfigInterface +GimpDrawable GimpConfigInterface +GimpChannel GimpConfigInterface +GimpLayerMask GimpConfigInterface +GimpLayer GimpConfigInterface +GimpTextLayer GimpConfigInterface +GimpVectors GimpConfigInterface +GimpImage GimpConfigInterface +GimpImagefile GimpConfigInterface +GimpUndo GimpConfigInterface +GimpItemUndo GimpConfigInterface +GimpUndoStack GimpConfigInterface +GimpTemplate GimpConfigInterface +GimpFont GimpConfigInterface +GimpContainer GimpConfigInterface +GimpList GimpConfigInterface +GimpDataList GimpConfigInterface +GimpDocumentList GimpConfigInterface +GimpFontList GimpConfigInterface +GimpContext GimpConfigInterface +GimpToolOptions GimpConfigInterface +GimpPaintOptions GimpConfigInterface +GimpAirbrushOptions GimpConfigInterface +GimpCloneOptions GimpConfigInterface +GimpConvolveOptions GimpConfigInterface +GimpDodgeBurnOptions GimpConfigInterface +GimpEraserOptions GimpConfigInterface +GimpPencilOptions GimpConfigInterface +GimpSmudgeOptions GimpConfigInterface +GimpBlendOptions GimpConfigInterface +GimpBucketFillOptions GimpConfigInterface +GimpInkOptions GimpConfigInterface +GimpColorOptions GimpConfigInterface +GimpColorPickerOptions GimpConfigInterface +GimpCropOptions GimpConfigInterface +GimpTransformOptions GimpConfigInterface +GimpFlipOptions GimpConfigInterface +GimpMagnifyOptions GimpConfigInterface +GimpMeasureOptions GimpConfigInterface +GimpMoveOptions GimpConfigInterface +GimpSelectionOptions GimpConfigInterface +GimpVectorOptions GimpConfigInterface +GimpTextOptions GimpConfigInterface +GimpDeviceInfo GimpConfigInterface +GimpGrid GimpConfigInterface +GimpParasiteList GimpConfigInterface +GtkWidget AtkImplementorIface +GtkContainer AtkImplementorIface +GtkBin AtkImplementorIface +GtkWindow AtkImplementorIface +GimpDisplayShell AtkImplementorIface +GimpContainerPopup AtkImplementorIface +GimpDock AtkImplementorIface +GimpImageDock AtkImplementorIface +GimpToolbox AtkImplementorIface +GtkDialog AtkImplementorIface +GimpDialog AtkImplementorIface +GimpTextEditor AtkImplementorIface +GimpViewableDialog AtkImplementorIface +GtkButton AtkImplementorIface +GimpButton AtkImplementorIface +GimpColorButton AtkImplementorIface +GimpColorPanel AtkImplementorIface +GimpViewableButton AtkImplementorIface +GimpDockable AtkImplementorIface +GtkItem AtkImplementorIface +GtkMenuItem AtkImplementorIface +GimpMenuItem AtkImplementorIface +GtkBox AtkImplementorIface +GtkVBox AtkImplementorIface +GimpEditor AtkImplementorIface +GimpNavigationView AtkImplementorIface +GimpDataEditor AtkImplementorIface +GimpBrushEditor AtkImplementorIface +GimpGradientEditor AtkImplementorIface +GimpPaletteEditor AtkImplementorIface +GimpContainerView AtkImplementorIface +GimpContainerTreeView AtkImplementorIface +GimpItemTreeView AtkImplementorIface +GimpDrawableTreeView AtkImplementorIface +GimpChannelTreeView AtkImplementorIface +GimpLayerTreeView AtkImplementorIface +GimpVectorsTreeView AtkImplementorIface +GimpContainerGridView AtkImplementorIface +GimpColorEditor AtkImplementorIface +GimpImageEditor AtkImplementorIface +GimpColormapEditor AtkImplementorIface +GimpComponentEditor AtkImplementorIface +GimpSelectionEditor AtkImplementorIface +GimpUndoEditor AtkImplementorIface +GimpDeviceStatus AtkImplementorIface +GimpErrorConsole AtkImplementorIface +GimpTemplateEditor AtkImplementorIface +GimpContainerEditor AtkImplementorIface +GimpDataFactoryView AtkImplementorIface +GimpBrushFactoryView AtkImplementorIface +GimpBufferView AtkImplementorIface +GimpDocumentView AtkImplementorIface +GimpImageView AtkImplementorIface +GimpTemplateView AtkImplementorIface +GimpHistogramBox AtkImplementorIface +GtkHBox AtkImplementorIface +GtkStatusbar AtkImplementorIface +GimpStatusbar AtkImplementorIface +GimpFontSelection AtkImplementorIface +GtkMenuShell AtkImplementorIface +GtkMenu AtkImplementorIface +GimpContainerMenu AtkImplementorIface +GimpContainerMenuImpl AtkImplementorIface +GimpEnumMenu AtkImplementorIface +GtkNotebook AtkImplementorIface +GimpDockbook AtkImplementorIface +GtkWrapBox AtkImplementorIface +GtkHWrapBox AtkImplementorIface +GtkVWrapBox AtkImplementorIface +GtkDrawingArea AtkImplementorIface +GimpHistogramView AtkImplementorIface +GimpPreview AtkImplementorIface +GimpNavigationPreview AtkImplementorIface +GimpText GimpConfigInterface diff --git a/devel-docs/app/app.prerequisites b/devel-docs/app/app.prerequisites new file mode 100644 index 0000000000..26fa7d09e7 --- /dev/null +++ b/devel-docs/app/app.prerequisites @@ -0,0 +1 @@ +GimpConfigInterface GObject diff --git a/devel-docs/app/app.types b/devel-docs/app/app.types new file mode 100644 index 0000000000..a96490fbd6 --- /dev/null +++ b/devel-docs/app/app.types @@ -0,0 +1,198 @@ + +#include + +#include "libgimpwidgets/gimpwidgets.h" + +gimp_base_config_get_type +gimp_core_config_get_type +gimp_display_config_get_type +gimp_gui_config_get_type +gimp_plugin_config_get_type +gimp_rc_get_type +gimp_get_type +gimp_brush_get_type +gimp_brush_generated_get_type +gimp_brush_pipe_get_type +gimp_buffer_get_type +gimp_channel_get_type +gimp_container_get_type +gimp_context_get_type +gimp_data_get_type +gimp_data_factory_get_type +gimp_data_list_get_type +gimp_document_list_get_type +gimp_drawable_get_type +gimp_environ_table_get_type +gimp_gradient_get_type +gimp_grid_get_type +gimp_image_get_type +gimp_imagefile_get_type +gimp_image_map_get_type +gimp_item_get_type +gimp_item_undo_get_type +gimp_layer_get_type +gimp_layer_mask_get_type +gimp_list_get_type +gimp_object_get_type +gimp_paint_info_get_type +gimp_palette_get_type +gimp_parasite_list_get_type +gimp_pattern_get_type +gimp_template_get_type +gimp_tool_info_get_type +gimp_tool_options_get_type +gimp_undo_get_type +gimp_undo_stack_get_type +gimp_viewable_get_type +gimp_display_get_type +gimp_display_shell_get_type +gimp_navigation_view_get_type +gimp_statusbar_get_type +gimp_airbrush_get_type +gimp_airbrush_options_get_type +gimp_clone_get_type +gimp_clone_options_get_type +gimp_convolve_get_type +gimp_convolve_options_get_type +gimp_dodge_burn_get_type +gimp_dodge_burn_options_get_type +gimp_eraser_get_type +gimp_eraser_options_get_type +gimp_paintbrush_get_type +gimp_paint_core_get_type +gimp_paint_options_get_type +gimp_pencil_get_type +gimp_pencil_options_get_type +gimp_smudge_get_type +gimp_smudge_options_get_type +gimp_font_get_type +gimp_font_list_get_type +gimp_text_get_type +gimp_text_layer_get_type +gimp_text_layout_get_type +gimp_airbrush_tool_get_type +gimp_blend_options_get_type +gimp_blend_tool_get_type +gimp_brightness_contrast_tool_get_type +gimp_bucket_fill_options_get_type +gimp_bucket_fill_tool_get_type +gimp_by_color_select_tool_get_type +gimp_clone_tool_get_type +gimp_color_balance_tool_get_type +gimp_colorize_tool_get_type +gimp_color_options_get_type +gimp_color_picker_options_get_type +gimp_color_picker_tool_get_type +gimp_color_tool_get_type +gimp_convolve_tool_get_type +gimp_crop_options_get_type +gimp_crop_tool_get_type +gimp_curves_tool_get_type +gimp_dodgeburn_tool_get_type +gimp_draw_tool_get_type +gimp_ellipse_select_tool_get_type +gimp_eraser_tool_get_type +gimp_flip_options_get_type +gimp_flip_tool_get_type +gimp_free_select_tool_get_type +gimp_fuzzy_select_tool_get_type +gimp_histogram_tool_get_type +gimp_hue_saturation_tool_get_type +gimp_image_map_tool_get_type +gimp_ink_options_get_type +gimp_ink_tool_get_type +gimp_iscissors_tool_get_type +gimp_levels_tool_get_type +gimp_magnify_options_get_type +gimp_magnify_tool_get_type +gimp_measure_options_get_type +gimp_measure_tool_get_type +gimp_move_options_get_type +gimp_move_tool_get_type +gimp_paintbrush_tool_get_type +gimp_paint_tool_get_type +gimp_pencil_tool_get_type +gimp_perspective_tool_get_type +gimp_posterize_tool_get_type +gimp_rect_select_tool_get_type +gimp_rotate_tool_get_type +gimp_scale_tool_get_type +gimp_selection_options_get_type +gimp_selection_tool_get_type +gimp_shear_tool_get_type +gimp_smudge_tool_get_type +gimp_text_options_get_type +gimp_text_tool_get_type +gimp_threshold_tool_get_type +gimp_tool_get_type +gimp_tool_control_get_type +gimp_transform_options_get_type +gimp_transform_tool_get_type +gimp_vector_options_get_type +gimp_vector_tool_get_type +gimp_bezier_stroke_get_type +gimp_stroke_get_type +gimp_vectors_get_type +gimp_brush_editor_get_type +gimp_brush_factory_view_get_type +gimp_buffer_view_get_type +gimp_cell_renderer_toggle_get_type +gimp_cell_renderer_viewable_get_type +gimp_channel_tree_view_get_type +gimp_color_editor_get_type +gimp_colormap_editor_get_type +gimp_color_panel_get_type +gimp_component_editor_get_type +gimp_container_editor_get_type +gimp_container_grid_view_get_type +gimp_container_menu_get_type +gimp_container_menu_impl_get_type +gimp_container_popup_get_type +gimp_container_tree_view_get_type +gimp_container_view_get_type +gimp_data_editor_get_type +gimp_data_factory_view_get_type +gimp_device_info_get_type +gimp_device_status_get_type +gimp_dialog_factory_get_type +gimp_dock_get_type +gimp_dockable_get_type +gimp_dockbook_get_type +gimp_document_view_get_type +gimp_drawable_tree_view_get_type +gimp_editor_get_type +gimp_enum_menu_get_type +gimp_error_console_get_type +gimp_font_selection_get_type +gimp_gradient_editor_get_type +gimp_histogram_box_get_type +gimp_histogram_view_get_type +gimp_image_dock_get_type +gimp_image_editor_get_type +gimp_image_view_get_type +gimp_item_factory_get_type +gimp_item_tree_view_get_type +gimp_layer_tree_view_get_type +gimp_menu_factory_get_type +gimp_menu_item_get_type +gimp_navigation_preview_get_type +gimp_palette_editor_get_type +gimp_preview_get_type +gimp_preview_renderer_get_type +gimp_preview_renderer_brush_get_type +gimp_preview_renderer_drawable_get_type +gimp_preview_renderer_gradient_get_type +gimp_preview_renderer_image_get_type +gimp_preview_renderer_text_layer_get_type +gimp_selection_editor_get_type +gimp_template_editor_get_type +gimp_template_view_get_type +gimp_text_editor_get_type +gimp_toolbox_get_type +gimp_undo_editor_get_type +gimp_vectors_tree_view_get_type +gimp_viewable_button_get_type +gimp_viewable_dialog_get_type +gtk_hwrap_box_get_type +gtk_vwrap_box_get_type +gtk_wrap_box_get_type diff --git a/devel-docs/app/version.xml.in b/devel-docs/app/version.xml.in new file mode 100644 index 0000000000..9e02d6ea46 --- /dev/null +++ b/devel-docs/app/version.xml.in @@ -0,0 +1 @@ +@GIMP_VERSION@