gimp/devel-docs/libgimp/libgimp3-sections.txt

1732 lines
39 KiB
Text
Raw Normal View History

2000-02-03 01:47:15 +00:00
<SECTION>
<FILE>gimp</FILE>
2019-08-10 11:08:33 +02:00
<TITLE>Gimp</TITLE>
2000-02-03 01:47:15 +00:00
gimp_get_data
gimp_get_data_size
gimp_set_data
2019-08-01 16:01:39 +02:00
GIMP_MAIN
gimp_main
2019-08-10 11:08:33 +02:00
gimp_get_plug_in
gimp_get_pdb
gimp_quit
gimp_tile_width
gimp_tile_height
gimp_show_help_button
gimp_export_color_profile
2018-04-16 21:44:47 +02:00
gimp_export_exif
gimp_export_xmp
2019-08-01 16:01:39 +02:00
gimp_export_iptc
gimp_check_size
gimp_check_type
gimp_default_display
gimp_wm_class
gimp_display_name
gimp_monitor_number
gimp_user_time
gimp_icon_theme_dir
gimp_get_progname
2019-08-01 16:01:39 +02:00
gimp_version
gimp_getpid
gimp_attach_parasite
gimp_detach_parasite
gimp_get_parasite
gimp_get_parasite_list
2019-08-01 16:01:39 +02:00
gimp_temp_name
</SECTION>
2000-02-03 01:47:15 +00:00
<SECTION>
<FILE>gimpenums</FILE>
gimp_enums_init
2014-07-02 13:53:22 +02:00
gimp_enums_get_type_names
2000-02-03 01:47:15 +00:00
GimpBrushApplicationMode
GimpConvertDitherType
GimpHistogramChannel
GimpLayerColorSpace
GimpLayerCompositeMode
GimpLayerMode
<SUBSECTION Standard>
GIMP_TYPE_BRUSH_APPLICATION_MODE
GIMP_TYPE_CONVERT_DITHER_TYPE
GIMP_TYPE_HISTOGRAM_CHANNEL
GIMP_TYPE_LAYER_COLOR_SPACE
GIMP_TYPE_LAYER_COMPOSITE_MODE
GIMP_TYPE_LAYER_MODE
gimp_brush_application_mode_get_type
gimp_convert_dither_type_get_type
gimp_histogram_channel_get_type
gimp_layer_color_space_get_type
gimp_layer_composite_mode_get_type
gimp_layer_mode_get_type
2000-02-03 01:47:15 +00:00
</SECTION>
<SECTION>
<FILE>gimpui</FILE>
gimp_ui_init
gimp_ui_get_display_window
gimp_ui_get_progress_window
gimp_window_set_transient
gimp_window_set_transient_for_display
2000-02-03 01:47:15 +00:00
</SECTION>
<SECTION>
<FILE>gimpexport</FILE>
GimpExportCapabilities
GimpExportReturn
2000-02-03 01:47:15 +00:00
gimp_export_image
2009-08-15 17:06:43 +02:00
gimp_export_dialog_new
gimp_export_dialog_get_content_area
2000-02-03 01:47:15 +00:00
</SECTION>
<SECTION>
<FILE>gimpbrush</FILE>
gimp_brush_new
gimp_brush_duplicate
gimp_brush_rename
gimp_brush_delete
gimp_brush_get_info
gimp_brush_get_pixels
gimp_brush_get_spacing
gimp_brush_set_spacing
gimp_brush_get_shape
gimp_brush_set_shape
gimp_brush_get_spikes
gimp_brush_set_spikes
gimp_brush_get_angle
gimp_brush_set_angle
gimp_brush_get_radius
gimp_brush_set_radius
gimp_brush_get_aspect_ratio
gimp_brush_set_aspect_ratio
gimp_brush_get_hardness
gimp_brush_set_hardness
gimp_brush_is_generated
gimp_brush_is_editable
</SECTION>
<SECTION>
<FILE>gimpbrushes</FILE>
gimp_brushes_refresh
gimp_brushes_get_list
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 15:06:06 +00:00
</SECTION>
<SECTION>
<FILE>gimpbrushselect</FILE>
GimpRunBrushCallback
gimp_brush_select_new
gimp_brush_select_destroy
gimp_brushes_popup
gimp_brushes_close_popup
gimp_brushes_set_popup
</SECTION>
<SECTION>
<FILE>gimpbuffer</FILE>
gimp_buffers_get_list
gimp_buffer_rename
gimp_buffer_delete
gimp_buffer_get_width
gimp_buffer_get_height
gimp_buffer_get_bytes
gimp_buffer_get_image_type
</SECTION>
<SECTION>
<FILE>gimpchannel</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpChannel</TITLE>
gimp_channel_get_by_id
gimp_channel_new
gimp_channel_new_from_component
gimp_channel_copy
gimp_channel_get_show_masked
gimp_channel_set_show_masked
gimp_channel_get_opacity
gimp_channel_set_opacity
gimp_channel_get_color
gimp_channel_set_color
gimp_channel_combine_masks
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_CHANNEL
GIMP_CHANNEL_CLASS
GIMP_CHANNEL_GET_CLASS
GIMP_IS_CHANNEL
GIMP_IS_CHANNEL_CLASS
GIMP_TYPE_CHANNEL
GimpChannel
GimpChannelClass
GimpChannelPrivate
gimp_channel_get_type
</SECTION>
<SECTION>
<FILE>gimpcontext</FILE>
gimp_context_push
gimp_context_pop
gimp_context_set_defaults
gimp_context_get_foreground
gimp_context_set_foreground
gimp_context_get_background
gimp_context_set_background
gimp_context_set_default_colors
gimp_context_swap_colors
gimp_context_get_opacity
gimp_context_set_opacity
gimp_context_get_paint_mode
gimp_context_set_paint_mode
gimp_context_list_paint_methods
gimp_context_get_paint_method
gimp_context_set_paint_method
gimp_context_get_stroke_method
gimp_context_set_stroke_method
gimp_context_get_line_width
gimp_context_set_line_width
gimp_context_get_line_width_unit
gimp_context_set_line_width_unit
gimp_context_get_line_cap_style
gimp_context_set_line_cap_style
gimp_context_get_line_join_style
gimp_context_set_line_join_style
gimp_context_get_line_miter_limit
gimp_context_set_line_miter_limit
gimp_context_get_line_dash_offset
gimp_context_set_line_dash_offset
gimp_context_get_line_dash_pattern
gimp_context_set_line_dash_pattern
gimp_context_get_brush
gimp_context_set_brush
gimp_context_get_brush_size
gimp_context_set_brush_size
gimp_context_set_brush_default_size
2015-06-01 00:44:35 +02:00
gimp_context_get_brush_aspect_ratio
gimp_context_set_brush_aspect_ratio
gimp_context_get_brush_angle
gimp_context_set_brush_angle
gimp_context_get_brush_spacing
gimp_context_set_brush_spacing
gimp_context_set_brush_default_spacing
gimp_context_get_brush_hardness
gimp_context_set_brush_hardness
gimp_context_set_brush_default_hardness
gimp_context_get_brush_force
gimp_context_set_brush_force
gimp_context_get_dynamics
gimp_context_set_dynamics
gimp_context_get_mypaint_brush
gimp_context_set_mypaint_brush
gimp_context_get_pattern
gimp_context_set_pattern
gimp_context_get_gradient
gimp_context_set_gradient
2018-04-16 21:44:47 +02:00
gimp_context_set_gradient_fg_bg_hsv_ccw
gimp_context_set_gradient_fg_bg_hsv_cw
gimp_context_set_gradient_fg_bg_rgb
gimp_context_set_gradient_fg_transparent
gimp_context_get_gradient_blend_color_space
gimp_context_set_gradient_blend_color_space
gimp_context_get_gradient_repeat_mode
gimp_context_set_gradient_repeat_mode
gimp_context_get_gradient_reverse
gimp_context_set_gradient_reverse
gimp_context_get_palette
gimp_context_set_palette
gimp_context_get_font
gimp_context_set_font
gimp_context_get_antialias
gimp_context_set_antialias
gimp_context_get_feather
gimp_context_set_feather
gimp_context_get_feather_radius
gimp_context_set_feather_radius
gimp_context_get_sample_merged
gimp_context_set_sample_merged
gimp_context_get_sample_criterion
gimp_context_set_sample_criterion
gimp_context_get_sample_threshold
gimp_context_set_sample_threshold
gimp_context_get_sample_threshold_int
gimp_context_set_sample_threshold_int
gimp_context_get_sample_transparent
gimp_context_set_sample_transparent
gimp_context_get_diagonal_neighbors
gimp_context_set_diagonal_neighbors
2018-04-16 21:44:47 +02:00
gimp_context_get_distance_metric
gimp_context_set_distance_metric
gimp_context_get_interpolation
gimp_context_set_interpolation
gimp_context_get_transform_direction
gimp_context_set_transform_direction
gimp_context_get_transform_resize
gimp_context_set_transform_resize
gimp_context_get_ink_angle
gimp_context_set_ink_angle
gimp_context_get_ink_blob_angle
gimp_context_set_ink_blob_angle
gimp_context_get_ink_blob_aspect_ratio
gimp_context_set_ink_blob_aspect_ratio
gimp_context_get_ink_blob_type
gimp_context_set_ink_blob_type
gimp_context_get_ink_size
gimp_context_set_ink_size
gimp_context_get_ink_size_sensitivity
gimp_context_set_ink_size_sensitivity
gimp_context_get_ink_speed_sensitivity
gimp_context_set_ink_speed_sensitivity
gimp_context_get_ink_tilt_sensitivity
gimp_context_set_ink_tilt_sensitivity
</SECTION>
<SECTION>
<FILE>gimpdebug</FILE>
gimp_debug_timer_start
gimp_debug_timer_end
</SECTION>
<SECTION>
<FILE>gimpdisplay</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpDisplay</TITLE>
gimp_display_get_by_id
gimp_display_get_id
gimp_display_new
gimp_display_delete
gimp_display_is_valid
2019-08-29 12:05:36 +02:00
gimp_display_id_is_valid
gimp_display_get_window_handle
gimp_displays_flush
gimp_displays_reconnect
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_DISPLAY
GIMP_DISPLAY_CLASS
GIMP_DISPLAY_GET_CLASS
GIMP_IS_DISPLAY
GIMP_IS_DISPLAY_CLASS
GIMP_TYPE_DISPLAY
GimpDisplay
GimpDisplayClass
GimpDisplayPrivate
gimp_display_get_type
</SECTION>
<SECTION>
<FILE>gimpdrawable</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpDrawable</TITLE>
gimp_drawable_get_by_id
2014-07-02 13:53:22 +02:00
gimp_drawable_get_buffer
gimp_drawable_get_shadow_buffer
gimp_drawable_get_format
gimp_drawable_get_thumbnail_format
gimp_drawable_get_pixel
gimp_drawable_set_pixel
gimp_drawable_get_thumbnail_data
gimp_drawable_get_sub_thumbnail_data
gimp_drawable_merge_shadow
gimp_drawable_free_shadow
gimp_drawable_fill
gimp_drawable_update
gimp_drawable_mask_bounds
gimp_drawable_mask_intersect
gimp_drawable_has_alpha
gimp_drawable_type_with_alpha
renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry 2003-12-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable.pdb: renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry with gimp_drawable_set_image(). * libgimp/gimpchannel.h: removed gimp_channel_get_image_id #define. * libgimp/gimpdrawable.h: removed gimp_drawable_image_id #define. * libgimp/gimplayer.h:: removed gimp_layer_get_image_id #define. * libgimp/gimpcompat.h: added the old stuff here. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated. * libgimp/gimpmiscui.c * plug-ins/Lighting/lighting_main.c * plug-ins/MapObject/mapobject_main.c * plug-ins/common/curve_bend.c * plug-ins/common/film.c * plug-ins/common/newsprint.c * plug-ins/common/pixelize.c * plug-ins/common/ps.c * plug-ins/common/sample_colorize.c * plug-ins/common/smooth_palette.c * plug-ins/common/warp.c * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_preview.c * plug-ins/maze/maze.c * plug-ins/pygimp/pygimp-drawable.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/scripts/addborder.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/weave.scm: changed accordingly. * plug-ins/maze/maze.c: completely reindented. * plug-ins/script-fu/siod/trace.c: removed trailing whitespace. 2003-12-04 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpchannel.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimplayer.sgml: updated after gimp_drawable_get_image() cleanup.
2003-12-04 13:21:27 +00:00
gimp_drawable_type
gimp_drawable_is_rgb
gimp_drawable_is_gray
gimp_drawable_is_indexed
gimp_drawable_bpp
gimp_drawable_width
gimp_drawable_height
gimp_drawable_offsets
gimp_drawable_offset
gimp_drawable_foreground_extract
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_DRAWABLE
GIMP_DRAWABLE_CLASS
GIMP_DRAWABLE_GET_CLASS
GIMP_IS_DRAWABLE
GIMP_IS_DRAWABLE_CLASS
GIMP_TYPE_DRAWABLE
GimpDrawable
GimpDrawableClass
GimpDrawablePrivate
gimp_drawable_get_type
</SECTION>
2014-07-02 13:53:22 +02:00
<SECTION>
<FILE>gimpdrawablecolor</FILE>
gimp_drawable_brightness_contrast
gimp_drawable_color_balance
gimp_drawable_colorize_hsl
gimp_drawable_curves_explicit
gimp_drawable_curves_spline
gimp_drawable_desaturate
gimp_drawable_equalize
gimp_drawable_histogram
gimp_drawable_hue_saturation
gimp_drawable_invert
gimp_drawable_levels
gimp_drawable_levels_stretch
gimp_drawable_posterize
gimp_drawable_threshold
</SECTION>
<SECTION>
<FILE>gimpdrawableedit</FILE>
gimp_drawable_edit_clear
gimp_drawable_edit_fill
gimp_drawable_edit_bucket_fill
gimp_drawable_edit_gradient_fill
gimp_drawable_edit_stroke_selection
gimp_drawable_edit_stroke_item
</SECTION>
<SECTION>
<FILE>gimpdynamics</FILE>
gimp_dynamics_get_list
gimp_dynamics_refresh
</SECTION>
<SECTION>
<FILE>gimpedit</FILE>
gimp_edit_cut
gimp_edit_copy
gimp_edit_copy_visible
gimp_edit_paste
gimp_edit_paste_as_new_image
gimp_edit_named_cut
gimp_edit_named_copy
gimp_edit_named_copy_visible
gimp_edit_named_paste
gimp_edit_named_paste_as_new_image
</SECTION>
<SECTION>
<FILE>gimpfile</FILE>
gimp_file_load
gimp_file_load_layer
gimp_file_load_layers
gimp_file_save
gimp_file_save_thumbnail
</SECTION>
<SECTION>
<FILE>gimpfloatingsel</FILE>
gimp_floating_sel_remove
gimp_floating_sel_anchor
gimp_floating_sel_to_layer
gimp_floating_sel_attach
</SECTION>
<SECTION>
<FILE>gimpfonts</FILE>
gimp_fonts_refresh
gimp_fonts_get_list
</SECTION>
<SECTION>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 15:06:06 +00:00
<FILE>gimpfontselect</FILE>
GimpRunFontCallback
gimp_font_select_new
gimp_font_select_destroy
gimp_fonts_popup
gimp_fonts_close_popup
gimp_fonts_set_popup
</SECTION>
<SECTION>
<FILE>gimpgimprc</FILE>
gimp_gimprc_query
gimp_gimprc_set
gimp_get_color_configuration
gimp_get_default_comment
gimp_get_default_unit
gimp_get_module_load_inhibit
gimp_get_monitor_resolution
</SECTION>
<SECTION>
<FILE>gimpgradient</FILE>
gimp_gradient_new
gimp_gradient_duplicate
gimp_gradient_rename
gimp_gradient_delete
gimp_gradient_is_editable
gimp_gradient_get_uniform_samples
gimp_gradient_get_custom_samples
gimp_gradient_get_number_of_segments
gimp_gradient_segment_get_left_color
gimp_gradient_segment_set_left_color
gimp_gradient_segment_get_right_color
gimp_gradient_segment_set_right_color
gimp_gradient_segment_get_left_pos
gimp_gradient_segment_set_left_pos
gimp_gradient_segment_get_middle_pos
gimp_gradient_segment_set_middle_pos
gimp_gradient_segment_get_right_pos
gimp_gradient_segment_set_right_pos
gimp_gradient_segment_get_blending_function
gimp_gradient_segment_get_coloring_type
gimp_gradient_segment_range_set_blending_function
gimp_gradient_segment_range_set_coloring_type
gimp_gradient_segment_range_flip
gimp_gradient_segment_range_replicate
gimp_gradient_segment_range_split_midpoint
gimp_gradient_segment_range_split_uniform
gimp_gradient_segment_range_delete
gimp_gradient_segment_range_redistribute_handles
gimp_gradient_segment_range_blend_colors
gimp_gradient_segment_range_blend_opacity
gimp_gradient_segment_range_move
</SECTION>
<SECTION>
<FILE>gimpgradients</FILE>
gimp_gradients_refresh
gimp_gradients_get_list
</SECTION>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 15:06:06 +00:00
<SECTION>
<FILE>gimpgradientselect</FILE>
GimpRunGradientCallback
gimp_gradient_select_new
gimp_gradient_select_destroy
gimp_gradients_popup
gimp_gradients_close_popup
gimp_gradients_set_popup
</SECTION>
<SECTION>
<FILE>gimphelp</FILE>
gimp_help
</SECTION>
<SECTION>
<FILE>gimpimage</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpImage</TITLE>
gimp_get_images
gimp_list_images
gimp_image_get_by_id
gimp_image_get_id
gimp_image_new
2014-07-02 13:53:22 +02:00
gimp_image_new_with_precision
2009-08-15 17:06:43 +02:00
gimp_image_get_uri
gimp_image_get_xcf_uri
gimp_image_get_exported_uri
gimp_image_get_imported_uri
gimp_image_duplicate
gimp_image_delete
gimp_image_is_valid
2019-08-29 12:05:36 +02:00
gimp_image_id_is_valid
gimp_image_base_type
2014-07-02 13:53:22 +02:00
gimp_image_get_precision
2018-04-16 21:44:47 +02:00
gimp_image_get_default_new_layer_mode
gimp_image_width
gimp_image_height
gimp_image_get_layers
2019-08-29 12:05:36 +02:00
gimp_image_list_layers
gimp_image_get_channels
2019-08-29 12:05:36 +02:00
gimp_image_list_channels
gimp_image_get_active_drawable
gimp_image_get_floating_sel
gimp_image_floating_sel_attached_to
tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group. * tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and gimp_edit_blend(). * tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/misc_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpedit_pdb.[ch] * libgimp/gimpimage_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimpmisctools_pdb.[ch]: removed. * plug-ins/gfig/gfig.c * plug-ins/script-fu/scripts/3dTruchet.scm * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-button.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-button.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/coffee.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/gradient-example.scm * plug-ins/script-fu/scripts/hsv-graph.scm * plug-ins/script-fu/scripts/pupi-button.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/sphere.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/test-sphere.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color picker" changes. Leave "bucket fill" users unchanged because fill and bucket_fill need another cleanup (will follow next...) 2004-01-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: moved color_picker, blend and bucket_fill to their new places. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
2004-01-05 14:35:19 +00:00
gimp_image_pick_color
gimp_image_pick_correlate_layer
gimp_image_get_item_position
gimp_image_reorder_item
gimp_image_raise_item
gimp_image_lower_item
gimp_image_raise_item_to_top
gimp_image_lower_item_to_bottom
gimp_image_insert_layer
gimp_image_remove_layer
gimp_image_freeze_layers
gimp_image_thaw_layers
gimp_image_insert_channel
gimp_image_remove_channel
gimp_image_freeze_channels
gimp_image_thaw_channels
gimp_image_flatten
gimp_image_merge_visible_layers
gimp_image_merge_down
gimp_image_clean_all
gimp_image_is_dirty
gimp_image_get_active_layer
gimp_image_set_active_layer
gimp_image_get_active_channel
gimp_image_set_active_channel
gimp_image_unset_active_channel
gimp_image_get_selection
gimp_image_get_component_active
gimp_image_set_component_active
gimp_image_get_component_visible
gimp_image_set_component_visible
gimp_image_get_filename
gimp_image_set_filename
gimp_image_get_name
gimp_image_get_resolution
gimp_image_set_resolution
gimp_image_get_unit
gimp_image_set_unit
gimp_image_set_tattoo_state
gimp_image_get_tattoo_state
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_get_colormap
gimp_image_set_colormap
gimp_image_get_vectors
2019-08-29 12:05:36 +02:00
gimp_image_list_vectors
gimp_image_get_thumbnail_data
2014-07-02 13:53:22 +02:00
gimp_image_get_metadata
gimp_image_set_metadata
gimp_image_attach_parasite
gimp_image_detach_parasite
gimp_image_get_parasite
gimp_image_get_parasite_list
gimp_image_insert_vectors
gimp_image_remove_vectors
gimp_image_freeze_vectors
gimp_image_thaw_vectors
gimp_image_get_active_vectors
gimp_image_set_active_vectors
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IMAGE
GIMP_IMAGE_CLASS
GIMP_IMAGE_GET_CLASS
GIMP_IS_IMAGE
GIMP_IS_IMAGE_CLASS
GIMP_TYPE_IMAGE
GimpImage
GimpImageClass
GimpImagePrivate
gimp_image_get_type
</SECTION>
<SECTION>
<FILE>gimpimagecolorprofile</FILE>
gimp_image_get_color_profile
gimp_image_set_color_profile
gimp_image_set_color_profile_from_file
gimp_image_get_effective_color_profile
gimp_image_convert_color_profile
gimp_image_convert_color_profile_from_file
</SECTION>
2015-06-01 00:44:35 +02:00
<SECTION>
<FILE>gimpimageconvert</FILE>
gimp_image_convert_rgb
gimp_image_convert_grayscale
gimp_image_convert_indexed
gimp_image_convert_set_dither_matrix
gimp_image_convert_precision
</SECTION>
<SECTION>
<FILE>gimpimagegrid</FILE>
gimp_image_grid_get_spacing
gimp_image_grid_set_spacing
gimp_image_grid_get_offset
gimp_image_grid_set_offset
gimp_image_grid_get_foreground_color
gimp_image_grid_set_foreground_color
gimp_image_grid_get_background_color
gimp_image_grid_set_background_color
gimp_image_grid_get_style
gimp_image_grid_set_style
</SECTION>
<SECTION>
<FILE>gimpimageguides</FILE>
gimp_image_add_hguide
gimp_image_add_vguide
gimp_image_delete_guide
gimp_image_find_next_guide
gimp_image_get_guide_orientation
gimp_image_get_guide_position
</SECTION>
<SECTION>
<FILE>gimpimagesamplepoints</FILE>
gimp_image_add_sample_point
gimp_image_delete_sample_point
gimp_image_find_next_sample_point
gimp_image_get_sample_point_position
</SECTION>
<SECTION>
<FILE>gimpimageselect</FILE>
gimp_image_select_color
gimp_image_select_contiguous_color
gimp_image_select_rectangle
gimp_image_select_round_rectangle
gimp_image_select_ellipse
gimp_image_select_polygon
gimp_image_select_item
</SECTION>
2015-06-01 00:44:35 +02:00
<SECTION>
<FILE>gimpimagetransform</FILE>
gimp_image_resize
gimp_image_resize_to_layers
gimp_image_scale
gimp_image_crop
gimp_image_flip
gimp_image_rotate
</SECTION>
<SECTION>
<FILE>gimpimageundo</FILE>
gimp_image_undo_group_start
gimp_image_undo_group_end
gimp_image_undo_is_enabled
gimp_image_undo_disable
gimp_image_undo_enable
gimp_image_undo_freeze
gimp_image_undo_thaw
</SECTION>
2014-07-02 13:53:22 +02:00
<SECTION>
<FILE>gimpmetadata</FILE>
gimp_image_metadata_load_prepare
gimp_image_metadata_load_finish
gimp_image_metadata_save_prepare
gimp_image_metadata_save_finish
gimp_image_metadata_load_thumbnail
</SECTION>
<SECTION>
<FILE>gimpitem</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpItem</TITLE>
gimp_item_get_by_id
gimp_item_get_id
gimp_item_is_valid
2019-08-29 12:05:36 +02:00
gimp_item_id_is_valid
gimp_item_get_image
gimp_item_delete
gimp_item_is_drawable
2019-08-29 12:05:36 +02:00
gimp_item_id_is_drawable
gimp_item_is_layer
2019-08-29 12:05:36 +02:00
gimp_item_id_is_layer
gimp_item_is_text_layer
2019-08-29 12:05:36 +02:00
gimp_item_id_is_text_layer
gimp_item_is_channel
2019-08-29 12:05:36 +02:00
gimp_item_id_is_channel
gimp_item_is_layer_mask
2019-08-29 12:05:36 +02:00
gimp_item_id_is_layer_mask
gimp_item_is_selection
2019-08-29 12:05:36 +02:00
gimp_item_id_is_selection
gimp_item_is_vectors
2019-08-29 12:05:36 +02:00
gimp_item_id_is_vectors
gimp_item_is_group
gimp_item_get_parent
gimp_item_get_children
2019-08-29 12:05:36 +02:00
gimp_item_list_children
2018-04-16 21:44:47 +02:00
gimp_item_get_expanded
gimp_item_set_expanded
gimp_item_get_name
gimp_item_set_name
gimp_item_get_visible
gimp_item_set_visible
gimp_item_get_linked
gimp_item_set_linked
gimp_item_get_lock_content
gimp_item_set_lock_content
2014-07-02 13:53:22 +02:00
gimp_item_get_lock_position
gimp_item_set_lock_position
gimp_item_get_color_tag
gimp_item_set_color_tag
gimp_item_get_tattoo
gimp_item_set_tattoo
gimp_item_attach_parasite
gimp_item_detach_parasite
gimp_item_get_parasite
gimp_item_get_parasite_list
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IS_ITEM
GIMP_IS_ITEM_CLASS
GIMP_ITEM
GIMP_ITEM_CLASS
GIMP_ITEM_GET_CLASS
GIMP_TYPE_ITEM
GimpItem
GimpItemClass
GimpItemPrivate
gimp_item_get_type
</SECTION>
<SECTION>
<FILE>gimpitemtransform</FILE>
gimp_item_transform_translate
gimp_item_transform_flip_simple
gimp_item_transform_flip
gimp_item_transform_perspective
gimp_item_transform_rotate_simple
gimp_item_transform_rotate
gimp_item_transform_scale
gimp_item_transform_shear
gimp_item_transform_2d
gimp_item_transform_matrix
</SECTION>
<SECTION>
<FILE>gimplayer</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpLayer</TITLE>
gimp_layer_get_by_id
gimp_layer_new
gimp_layer_new_from_drawable
gimp_layer_new_from_visible
gimp_layer_new_from_pixbuf
gimp_layer_new_from_surface
gimp_layer_group_new
gimp_layer_copy
gimp_layer_scale
gimp_layer_resize
gimp_layer_resize_to_image_size
gimp_layer_add_alpha
gimp_layer_flatten
gimp_layer_set_offsets
marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as 2003-12-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as deprecated. Didnn't remove them from the PDB because the new functions' signature differs and they are used very often in scripts, but removed them from the libgimp C wrappers. * tools/pdbgen/pdb/layer.pdb: added gimp_layer_add_mask() and gimp_layer_remove_mask(). * libgimp/gimpcompat.h: added compat cruft. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/common/curve_bend.c * plug-ins/common/psd.c * plug-ins/pygimp/pygimp-image.c * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/alien-neon-logo.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chrome-it.scm * plug-ins/script-fu/scripts/chrome-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/fade-outline.scm * plug-ins/script-fu/scripts/frosty-logo.scm * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/script-fu/scripts/news-text.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/slide.scm * plug-ins/script-fu/scripts/sota-chrome-logo.scm * plug-ins/script-fu/scripts/speed-text.scm * plug-ins/script-fu/scripts/starburst-logo.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/weave.scm * plug-ins/script-fu/scripts/xach-effect.scm * plug-ins/xjt/xjt.c: changed accordingly. 2003-12-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimplayer.sgml: follow layer mask API change.
2003-12-08 22:33:17 +00:00
gimp_layer_create_mask
gimp_layer_from_mask
gimp_layer_get_mask
marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as 2003-12-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as deprecated. Didnn't remove them from the PDB because the new functions' signature differs and they are used very often in scripts, but removed them from the libgimp C wrappers. * tools/pdbgen/pdb/layer.pdb: added gimp_layer_add_mask() and gimp_layer_remove_mask(). * libgimp/gimpcompat.h: added compat cruft. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/common/curve_bend.c * plug-ins/common/psd.c * plug-ins/pygimp/pygimp-image.c * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/alien-neon-logo.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chrome-it.scm * plug-ins/script-fu/scripts/chrome-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/fade-outline.scm * plug-ins/script-fu/scripts/frosty-logo.scm * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/script-fu/scripts/news-text.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/slide.scm * plug-ins/script-fu/scripts/sota-chrome-logo.scm * plug-ins/script-fu/scripts/speed-text.scm * plug-ins/script-fu/scripts/starburst-logo.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/weave.scm * plug-ins/script-fu/scripts/xach-effect.scm * plug-ins/xjt/xjt.c: changed accordingly. 2003-12-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimplayer.sgml: follow layer mask API change.
2003-12-08 22:33:17 +00:00
gimp_layer_add_mask
gimp_layer_remove_mask
gimp_layer_is_floating_sel
gimp_layer_get_lock_alpha
gimp_layer_set_lock_alpha
gimp_layer_get_apply_mask
gimp_layer_set_apply_mask
gimp_layer_get_show_mask
gimp_layer_set_show_mask
gimp_layer_get_edit_mask
gimp_layer_set_edit_mask
gimp_layer_get_opacity
gimp_layer_set_opacity
gimp_layer_get_mode
gimp_layer_set_mode
gimp_layer_get_blend_space
gimp_layer_set_blend_space
gimp_layer_get_composite_space
gimp_layer_set_composite_space
gimp_layer_get_composite_mode
gimp_layer_set_composite_mode
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IS_LAYER
GIMP_IS_LAYER_CLASS
GIMP_LAYER
GIMP_LAYER_CLASS
GIMP_LAYER_GET_CLASS
GIMP_TYPE_LAYER
GimpLayer
GimpLayerClass
GimpLayerPrivate
gimp_layer_get_type
</SECTION>
<SECTION>
<FILE>gimplayermask</FILE>
<TITLE>GimpLayerMask</TITLE>
gimp_layer_mask_get_by_id
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IS_LAYER_MASK
GIMP_IS_LAYER_MASK_CLASS
GIMP_LAYER_MASK
GIMP_LAYER_MASK_CLASS
GIMP_LAYER_MASK_GET_CLASS
GIMP_TYPE_LAYER_MASK
GimpLayerMask
GimpLayerMaskClass
GimpLayerMaskPrivate
gimp_layer_mask_get_type
</SECTION>
<SECTION>
<FILE>gimpmessage</FILE>
gimp_message
gimp_message_get_handler
gimp_message_set_handler
</SECTION>
<SECTION>
<FILE>gimppalette</FILE>
gimp_palette_new
gimp_palette_duplicate
gimp_palette_rename
gimp_palette_delete
gimp_palette_get_info
gimp_palette_get_colors
gimp_palette_get_columns
gimp_palette_set_columns
gimp_palette_add_entry
gimp_palette_delete_entry
gimp_palette_entry_get_color
gimp_palette_entry_set_color
gimp_palette_entry_get_name
gimp_palette_entry_set_name
gimp_palette_is_editable
</SECTION>
<SECTION>
<FILE>gimppalettes</FILE>
gimp_palettes_refresh
gimp_palettes_get_list
</SECTION>
<SECTION>
<FILE>gimppaletteselect</FILE>
GimpRunPaletteCallback
gimp_palette_select_new
gimp_palette_select_destroy
gimp_palettes_popup
gimp_palettes_close_popup
gimp_palettes_set_popup
</SECTION>
<SECTION>
<FILE>gimppattern</FILE>
gimp_pattern_get_info
gimp_pattern_get_pixels
</SECTION>
<SECTION>
<FILE>gimppatterns</FILE>
gimp_patterns_refresh
gimp_patterns_get_list
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 15:06:06 +00:00
</SECTION>
<SECTION>
<FILE>gimppatternselect</FILE>
GimpRunPatternCallback
gimp_pattern_select_new
gimp_pattern_select_destroy
gimp_patterns_popup
gimp_patterns_close_popup
gimp_patterns_set_popup
</SECTION>
<SECTION>
<FILE>gimpplugin</FILE>
2019-08-01 16:01:39 +02:00
<TITLE>GimpPlugIn</TITLE>
GimpPlugIn
GimpPlugInClass
2019-08-01 16:01:39 +02:00
gimp_plug_in_set_translation_domain
gimp_plug_in_set_help_domain
gimp_plug_in_add_menu_branch
gimp_plug_in_add_temp_procedure
gimp_plug_in_remove_temp_procedure
gimp_plug_in_get_temp_procedures
gimp_plug_in_get_temp_procedure
2019-08-10 11:08:33 +02:00
gimp_plug_in_extension_enable
gimp_plug_in_extension_process
gimp_plug_in_set_pdb_error_handler
gimp_plug_in_get_pdb_error_handler
2019-08-01 16:01:39 +02:00
<SUBSECTION Standard>
GIMP_IS_PLUG_IN
GIMP_IS_PLUG_IN_CLASS
GIMP_PLUG_IN
GIMP_PLUG_IN_CLASS
GIMP_PLUG_IN_GET_CLASS
GIMP_TYPE_PLUG_IN
GimpPlugInPrivate
gimp_plug_in_get_type
</SECTION>
2019-08-10 11:08:33 +02:00
<SECTION>
<FILE>gimppdb</FILE>
<TITLE>GimpPDB</TITLE>
gimp_pdb_procedure_exists
gimp_pdb_lookup_procedure
gimp_pdb_run_procedure
gimp_pdb_run_procedure_valist
gimp_pdb_run_procedure_array
gimp_pdb_temp_procedure_name
gimp_pdb_dump_to_file
gimp_pdb_query_procedures
2019-08-18 14:15:24 +02:00
gimp_pdb_get_last_error
gimp_pdb_get_last_status
2019-08-10 11:08:33 +02:00
gimp_pdb_get_data
gimp_pdb_get_data_size
gimp_pdb_set_data
<SUBSECTION Standard>
GIMP_IS_PDB
GIMP_IS_PDB_CLASS
GIMP_PDB
GIMP_PDB_CLASS
GIMP_PDB_GET_CLASS
GIMP_TYPE_PDB
GimpPDB
GimpPDBClass
GimpPDBPrivate
gimp_pdb_get_type
</SECTION>
2019-08-01 16:01:39 +02:00
<SECTION>
<FILE>gimpprocedure</FILE>
<TITLE>GimpProcedure</TITLE>
GimpRunFunc
GimpProcedure
GimpProcedureClass
2019-08-01 16:01:39 +02:00
gimp_procedure_new
gimp_procedure_get_plug_in
gimp_procedure_get_name
2019-08-10 11:08:33 +02:00
gimp_procedure_get_proc_type
gimp_procedure_set_image_types
gimp_procedure_get_image_types
gimp_procedure_set_menu_label
2019-08-01 16:01:39 +02:00
gimp_procedure_get_menu_label
2019-08-10 11:08:33 +02:00
gimp_procedure_add_menu_path
gimp_procedure_get_menu_paths
2019-08-18 14:15:24 +02:00
gimp_procedure_set_icon_name
gimp_procedure_set_icon_file
gimp_procedure_set_icon_pixbuf
gimp_procedure_get_icon_type
gimp_procedure_get_icon_name
gimp_procedure_get_icon_file
gimp_procedure_get_icon_pixbuf
2019-08-10 11:08:33 +02:00
gimp_procedure_set_documentation
2019-08-01 16:01:39 +02:00
gimp_procedure_get_blurb
gimp_procedure_get_help
gimp_procedure_get_help_id
2019-08-10 11:08:33 +02:00
gimp_procedure_set_attribution
gimp_procedure_get_authors
2019-08-01 16:01:39 +02:00
gimp_procedure_get_copyright
gimp_procedure_get_date
gimp_procedure_add_argument
gimp_procedure_add_return_value
gimp_procedure_get_arguments
gimp_procedure_get_return_values
gimp_procedure_new_arguments
gimp_procedure_new_return_values
gimp_procedure_run
2019-08-10 11:08:33 +02:00
gimp_procedure_extension_ready
2019-08-01 16:01:39 +02:00
<SUBSECTION Standard>
GIMP_IS_PROCEDURE
GIMP_IS_PROCEDURE_CLASS
GIMP_PROCEDURE
GIMP_PROCEDURE_CLASS
GIMP_PROCEDURE_GET_CLASS
GIMP_TYPE_PROCEDURE
GimpProcedurePrivate
gimp_procedure_get_type
</SECTION>
2019-08-29 12:05:36 +02:00
<SECTION>
<FILE>gimpprocedure-params</FILE>
GIMP_PROC_ARG_BOOLEAN
GIMP_PROC_VAL_BOOLEAN
GIMP_VALUES_GET_BOOLEAN
GIMP_VALUES_SET_BOOLEAN
GIMP_PROC_ARG_INT
GIMP_PROC_VAL_INT
GIMP_VALUES_GET_INT
GIMP_VALUES_SET_INT
GIMP_PROC_ARG_UINT
GIMP_PROC_VAL_UINT
GIMP_VALUES_GET_UINT
GIMP_VALUES_SET_UINT
2019-08-29 12:05:36 +02:00
GIMP_PROC_ARG_UCHAR
GIMP_PROC_VAL_UCHAR
GIMP_VALUES_GET_UCHAR
GIMP_VALUES_SET_UCHAR
GIMP_PROC_ARG_UNIT
GIMP_PROC_VAL_UNIT
GIMP_PROC_ARG_DOUBLE
GIMP_PROC_VAL_DOUBLE
GIMP_VALUES_GET_DOUBLE
GIMP_VALUES_SET_DOUBLE
GIMP_PROC_ARG_ENUM
GIMP_PROC_VAL_ENUM
GIMP_VALUES_GET_ENUM
GIMP_VALUES_SET_ENUM
GIMP_PROC_ARG_STRING
GIMP_PROC_VAL_STRING
GIMP_VALUES_GET_STRING
GIMP_VALUES_DUP_STRING
GIMP_VALUES_SET_STRING
GIMP_VALUES_TAKE_STRING
GIMP_PROC_ARG_RGB
GIMP_PROC_VAL_RGB
GIMP_VALUES_GET_RGB
GIMP_VALUES_SET_RGB
GIMP_PROC_ARG_PARASITE
GIMP_PROC_VAL_PARASITE
GIMP_VALUES_GET_PARASITE
GIMP_VALUES_DUP_PARASITE
GIMP_VALUES_SET_PARASITE
GIMP_VALUES_TAKE_PARASITE
GIMP_PROC_ARG_PARAM
GIMP_PROC_VAL_PARAM
GIMP_VALUES_GET_PARAM
GIMP_VALUES_DUP_PARAM
GIMP_VALUES_SET_PARAM
GIMP_VALUES_TAKE_PARAM
2019-08-29 12:05:36 +02:00
GIMP_PROC_ARG_UINT8_ARRAY
GIMP_PROC_VAL_UINT8_ARRAY
GIMP_VALUES_GET_UINT8_ARRAY
GIMP_VALUES_DUP_UINT8_ARRAY
GIMP_VALUES_SET_UINT8_ARRAY
GIMP_VALUES_TAKE_UINT8_ARRAY
GIMP_PROC_ARG_INT16_ARRAY
GIMP_PROC_VAL_INT16_ARRAY
GIMP_VALUES_GET_INT16_ARRAY
GIMP_VALUES_DUP_INT16_ARRAY
GIMP_VALUES_SET_INT16_ARRAY
GIMP_VALUES_TAKE_INT16_ARRAY
GIMP_PROC_ARG_INT32_ARRAY
GIMP_PROC_VAL_INT32_ARRAY
GIMP_VALUES_GET_INT32_ARRAY
GIMP_VALUES_DUP_INT32_ARRAY
GIMP_VALUES_SET_INT32_ARRAY
GIMP_VALUES_TAKE_INT32_ARRAY
GIMP_PROC_ARG_FLOAT_ARRAY
GIMP_PROC_VAL_FLOAT_ARRAY
GIMP_VALUES_GET_FLOAT_ARRAY
GIMP_VALUES_DUP_FLOAT_ARRAY
GIMP_VALUES_SET_FLOAT_ARRAY
GIMP_VALUES_TAKE_FLOAT_ARRAY
GIMP_PROC_ARG_STRING_ARRAY
GIMP_PROC_VAL_STRING_ARRAY
GIMP_VALUES_GET_STRING_ARRAY
GIMP_VALUES_DUP_STRING_ARRAY
GIMP_VALUES_SET_STRING_ARRAY
GIMP_VALUES_TAKE_STRING_ARRAY
GIMP_PROC_ARG_RGB_ARRAY
GIMP_PROC_VAL_RGB_ARRAY
GIMP_VALUES_GET_RGB_ARRAY
GIMP_VALUES_DUP_RGB_ARRAY
GIMP_VALUES_SET_RGB_ARRAY
GIMP_VALUES_TAKE_RGB_ARRAY
GIMP_PROC_ARG_OBJECT_ARRAY
GIMP_PROC_VAL_OBJECT_ARRAY
GIMP_VALUES_GET_OBJECT_ARRAY
GIMP_VALUES_DUP_OBJECT_ARRAY
GIMP_VALUES_SET_OBJECT_ARRAY
GIMP_VALUES_TAKE_OBJECT_ARRAY
2019-08-29 12:05:36 +02:00
GIMP_PROC_ARG_DISPLAY
GIMP_PROC_VAL_DISPLAY
GIMP_VALUES_GET_DISPLAY
GIMP_VALUES_GET_DISPLAY_ID
GIMP_VALUES_SET_DISPLAY
2019-08-29 12:05:36 +02:00
GIMP_PROC_ARG_IMAGE
GIMP_PROC_VAL_IMAGE
GIMP_VALUES_GET_IMAGE
GIMP_VALUES_GET_IMAGE_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_IMAGE
GIMP_PROC_ARG_ITEM
GIMP_PROC_VAL_ITEM
GIMP_VALUES_GET_ITEM
GIMP_VALUES_GET_ITEM_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_ITEM
GIMP_PROC_ARG_DRAWABLE
GIMP_PROC_VAL_DRAWABLE
GIMP_VALUES_GET_DRAWABLE
GIMP_VALUES_GET_DRAWABLE_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_DRAWABLE
GIMP_PROC_ARG_LAYER
GIMP_PROC_VAL_LAYER
GIMP_VALUES_GET_LAYER
GIMP_VALUES_GET_LAYER_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_LAYER
GIMP_PROC_ARG_CHANNEL
GIMP_PROC_VAL_CHANNEL
GIMP_VALUES_GET_CHANNEL
GIMP_VALUES_GET_CHANNEL_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_CHANNEL
GIMP_PROC_ARG_LAYER_MASK
GIMP_PROC_VAL_LAYER_MASK
GIMP_VALUES_GET_LAYER_MASK
GIMP_VALUES_GET_LAYER_MASK_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_LAYER_MASK
GIMP_PROC_ARG_SELECTION
GIMP_PROC_VAL_SELECTION
GIMP_VALUES_GET_SELECTION
GIMP_VALUES_GET_SELECTION_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_SELECTION
GIMP_PROC_ARG_VECTORS
GIMP_PROC_VAL_VECTORS
GIMP_VALUES_GET_VECTORS
GIMP_VALUES_GET_VECTORS_ID
2019-08-29 12:05:36 +02:00
GIMP_VALUES_SET_VECTORS
</SECTION>
2019-08-18 14:15:24 +02:00
<SECTION>
<FILE>gimpimageprocedure</FILE>
<TITLE>GimpImageProcedure</TITLE>
GimpRunImageFunc
gimp_image_procedure_new
<SUBSECTION Standard>
GIMP_IMAGE_PROCEDURE
GIMP_IMAGE_PROCEDURE_CLASS
GIMP_IMAGE_PROCEDURE_GET_CLASS
GIMP_IS_IMAGE_PROCEDURE
GIMP_IS_IMAGE_PROCEDURE_CLASS
GIMP_TYPE_IMAGE_PROCEDURE
GimpImageProcedure
GimpImageProcedureClass
GimpImageProcedurePrivate
gimp_image_procedure_get_type
</SECTION>
2019-08-11 15:37:41 +02:00
<SECTION>
<FILE>gimpfileprocedure</FILE>
<TITLE>GimpFileProcedure</TITLE>
gimp_file_procedure_set_mime_types
gimp_file_procedure_get_mime_types
gimp_file_procedure_set_extensions
gimp_file_procedure_get_extensions
gimp_file_procedure_set_prefixes
gimp_file_procedure_get_prefixes
gimp_file_procedure_set_magics
gimp_file_procedure_get_magics
gimp_file_procedure_set_priority
gimp_file_procedure_get_priority
2019-08-29 12:05:36 +02:00
gimp_file_procedure_set_handles_remote
gimp_file_procedure_get_handles_remote
2019-08-11 15:37:41 +02:00
<SUBSECTION Standard>
GIMP_FILE_PROCEDURE
GIMP_FILE_PROCEDURE_CLASS
GIMP_FILE_PROCEDURE_GET_CLASS
GIMP_IS_FILE_PROCEDURE
GIMP_IS_FILE_PROCEDURE_CLASS
GIMP_TYPE_FILE_PROCEDURE
GimpFileProcedure
GimpFileProcedureClass
GimpFileProcedurePrivate
gimp_file_procedure_get_type
</SECTION>
<SECTION>
<FILE>gimploadprocedure</FILE>
<TITLE>GimpLoadProcedure</TITLE>
GimpRunLoadFunc
gimp_load_procedure_new
gimp_load_procedure_set_handles_raw
gimp_load_procedure_get_handles_raw
gimp_load_procedure_set_thumbnail_loader
gimp_load_procedure_get_thumbnail_loader
<SUBSECTION Standard>
GIMP_IS_LOAD_PROCEDURE
GIMP_IS_LOAD_PROCEDURE_CLASS
GIMP_LOAD_PROCEDURE
GIMP_LOAD_PROCEDURE_CLASS
GIMP_LOAD_PROCEDURE_GET_CLASS
GIMP_TYPE_LOAD_PROCEDURE
GimpLoadProcedure
GimpLoadProcedureClass
GimpLoadProcedurePrivate
gimp_load_procedure_get_type
</SECTION>
2019-08-29 12:05:36 +02:00
<SECTION>
<FILE>gimpthumbnailprocedure</FILE>
<TITLE>GimpThumbnailProcedure</TITLE>
GimpRunThumbnailFunc
gimp_thumbnail_procedure_new
<SUBSECTION Standard>
GIMP_IS_THUMBNAIL_PROCEDURE
GIMP_IS_THUMBNAIL_PROCEDURE_CLASS
GIMP_THUMBNAIL_PROCEDURE
GIMP_THUMBNAIL_PROCEDURE_CLASS
GIMP_THUMBNAIL_PROCEDURE_GET_CLASS
GIMP_TYPE_THUMBNAIL_PROCEDURE
GimpThumbnailProcedure
GimpThumbnailProcedureClass
GimpThumbnailProcedurePrivate
gimp_thumbnail_procedure_get_type
</SECTION>
2019-08-11 15:37:41 +02:00
<SECTION>
<FILE>gimpsaveprocedure</FILE>
<TITLE>GimpSaveProcedure</TITLE>
GimpRunSaveFunc
gimp_save_procedure_new
<SUBSECTION Standard>
GIMP_IS_SAVE_PROCEDURE
GIMP_IS_SAVE_PROCEDURE_CLASS
GIMP_SAVE_PROCEDURE
GIMP_SAVE_PROCEDURE_CLASS
GIMP_SAVE_PROCEDURE_GET_CLASS
GIMP_TYPE_SAVE_PROCEDURE
GimpSaveProcedure
GimpSaveProcedureClass
GimpSaveProcedurePrivate
gimp_save_procedure_get_type
</SECTION>
2019-08-01 16:01:39 +02:00
<SECTION>
<FILE>gimpparamspecs</FILE>
2019-08-29 12:05:36 +02:00
GIMP_VALUE_HOLDS_IMAGE
gimp_param_spec_image
GIMP_VALUE_HOLDS_ITEM
gimp_param_spec_item
GIMP_VALUE_HOLDS_DRAWABLE
gimp_param_spec_drawable
GIMP_VALUE_HOLDS_LAYER
gimp_param_spec_layer
GIMP_VALUE_HOLDS_CHANNEL
gimp_param_spec_channel
GIMP_VALUE_HOLDS_LAYER_MASK
gimp_param_spec_layer_mask
GIMP_VALUE_HOLDS_SELECTION
gimp_param_spec_selection
GIMP_VALUE_HOLDS_VECTORS
gimp_param_spec_vectors
GIMP_VALUE_HOLDS_DISPLAY
gimp_param_spec_display
2019-08-01 16:01:39 +02:00
<SUBSECTION Standard>
2019-08-29 12:05:36 +02:00
GIMP_IS_PARAM_SPEC_CHANNEL
GIMP_IS_PARAM_SPEC_DISPLAY
GIMP_IS_PARAM_SPEC_DRAWABLE
GIMP_IS_PARAM_SPEC_IMAGE
GIMP_IS_PARAM_SPEC_ITEM
GIMP_IS_PARAM_SPEC_LAYER
GIMP_IS_PARAM_SPEC_LAYER_MASK
GIMP_IS_PARAM_SPEC_SELECTION
GIMP_IS_PARAM_SPEC_VECTORS
GIMP_PARAM_SPEC_CHANNEL
GIMP_PARAM_SPEC_DISPLAY
GIMP_PARAM_SPEC_DRAWABLE
GIMP_PARAM_SPEC_IMAGE
GIMP_PARAM_SPEC_ITEM
GIMP_PARAM_SPEC_LAYER
GIMP_PARAM_SPEC_LAYER_MASK
GIMP_PARAM_SPEC_SELECTION
GIMP_PARAM_SPEC_VECTORS
GIMP_TYPE_PARAM_CHANNEL
GIMP_TYPE_PARAM_DISPLAY
GIMP_TYPE_PARAM_DRAWABLE
GIMP_TYPE_PARAM_IMAGE
GIMP_TYPE_PARAM_ITEM
GIMP_TYPE_PARAM_LAYER
GIMP_TYPE_PARAM_LAYER_MASK
GIMP_TYPE_PARAM_SELECTION
GIMP_TYPE_PARAM_VECTORS
GimpParamSpecChannel
GimpParamSpecDisplay
GimpParamSpecDrawable
GimpParamSpecImage
GimpParamSpecItem
GimpParamSpecLayer
GimpParamSpecLayerMask
GimpParamSpecSelection
GimpParamSpecVectors
gimp_param_channel_get_type
gimp_param_display_get_type
gimp_param_drawable_get_type
gimp_param_image_get_type
gimp_param_item_get_type
gimp_param_layer_get_type
gimp_param_layer_mask_get_type
gimp_param_selection_get_type
gimp_param_vectors_get_type
</SECTION>
<SECTION>
<FILE>gimpprogress</FILE>
GimpProgressVtable
gimp_progress_init
gimp_progress_init_printf
gimp_progress_update
gimp_progress_pulse
gimp_progress_set_text
gimp_progress_set_text_printf
gimp_progress_end
gimp_progress_get_window_handle
gimp_progress_install_vtable
gimp_progress_uninstall
gimp_progress_cancel
</SECTION>
<SECTION>
<FILE>gimpselection</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpSelection</TITLE>
gimp_selection_get_by_id
gimp_selection_bounds
gimp_selection_all
gimp_selection_none
gimp_selection_is_empty
gimp_selection_float
gimp_selection_save
gimp_selection_value
gimp_selection_grow
gimp_selection_shrink
gimp_selection_invert
gimp_selection_feather
gimp_selection_sharpen
gimp_selection_border
gimp_selection_flood
gimp_selection_translate
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IS_SELECTION
GIMP_IS_SELECTION_CLASS
GIMP_SELECTION
GIMP_SELECTION_CLASS
GIMP_SELECTION_GET_CLASS
GIMP_TYPE_SELECTION
GimpSelection
GimpSelectionClass
GimpSelectionPrivate
gimp_selection_get_type
</SECTION>
<SECTION>
<FILE>gimptextlayer</FILE>
gimp_text_layer_new
gimp_text_layer_get_text
gimp_text_layer_set_text
gimp_text_layer_get_markup
gimp_text_layer_get_font
gimp_text_layer_set_font
gimp_text_layer_get_font_size
gimp_text_layer_set_font_size
gimp_text_layer_get_antialias
gimp_text_layer_set_antialias
gimp_text_layer_get_kerning
gimp_text_layer_set_kerning
gimp_text_layer_get_language
gimp_text_layer_set_language
gimp_text_layer_get_base_direction
gimp_text_layer_set_base_direction
gimp_text_layer_get_justification
gimp_text_layer_set_justification
gimp_text_layer_get_color
gimp_text_layer_set_color
gimp_text_layer_get_indent
gimp_text_layer_set_indent
gimp_text_layer_get_line_spacing
gimp_text_layer_set_line_spacing
gimp_text_layer_get_letter_spacing
gimp_text_layer_set_letter_spacing
2009-08-15 17:06:43 +02:00
gimp_text_layer_get_hint_style
gimp_text_layer_set_hint_style
gimp_text_layer_resize
</SECTION>
<SECTION>
<FILE>gimptexttool</FILE>
gimp_text_fontname
gimp_text_get_extents_fontname
</SECTION>
<SECTION>
<FILE>gimppainttools</FILE>
gimp_airbrush
gimp_airbrush_default
gimp_clone
gimp_clone_default
gimp_convolve
gimp_convolve_default
gimp_dodgeburn
gimp_dodgeburn_default
gimp_eraser
gimp_eraser_default
gimp_heal
gimp_heal_default
gimp_paintbrush
gimp_paintbrush_default
gimp_pencil
gimp_smudge
gimp_smudge_default
</SECTION>
<SECTION>
<FILE>gimpvectors</FILE>
2019-08-29 12:05:36 +02:00
<TITLE>GimpVectors</TITLE>
gimp_vectors_get_by_id
gimp_vectors_new
gimp_vectors_new_from_text_layer
gimp_vectors_copy
gimp_vectors_get_strokes
gimp_vectors_remove_stroke
gimp_vectors_export_to_file
gimp_vectors_export_to_string
gimp_vectors_import_from_file
gimp_vectors_import_from_string
gimp_vectors_stroke_new_from_points
gimp_vectors_stroke_close
gimp_vectors_stroke_get_length
gimp_vectors_stroke_get_points
gimp_vectors_stroke_get_point_at_dist
gimp_vectors_stroke_interpolate
gimp_vectors_stroke_scale
gimp_vectors_stroke_translate
gimp_vectors_stroke_flip
gimp_vectors_stroke_flip_free
gimp_vectors_stroke_rotate
gimp_vectors_bezier_stroke_conicto
gimp_vectors_bezier_stroke_cubicto
gimp_vectors_bezier_stroke_lineto
gimp_vectors_bezier_stroke_new_ellipse
gimp_vectors_bezier_stroke_new_moveto
2019-08-29 12:05:36 +02:00
<SUBSECTION Standard>
GIMP_IS_VECTORS
GIMP_IS_VECTORS_CLASS
GIMP_TYPE_VECTORS
GIMP_VECTORS
GIMP_VECTORS_CLASS
GIMP_VECTORS_GET_CLASS
GimpVectors
GimpVectorsClass
GimpVectorsPrivate
gimp_vectors_get_type
</SECTION>
<SECTION>
<FILE>gimppixbuf</FILE>
GimpPixbufTransparency
gimp_image_get_thumbnail
gimp_drawable_get_thumbnail
gimp_drawable_get_sub_thumbnail
</SECTION>
<SECTION>
<FILE>gimpaspectpreview</FILE>
<TITLE>GimpAspectPreview</TITLE>
GimpAspectPreview
2019-08-29 12:05:36 +02:00
gimp_aspect_preview_new_from_drawable
<SUBSECTION Standard>
GimpAspectPreviewClass
GimpAspectPreviewPrivate
GIMP_ASPECT_PREVIEW
GIMP_IS_ASPECT_PREVIEW
GIMP_TYPE_ASPECT_PREVIEW
gimp_aspect_preview_get_type
GIMP_ASPECT_PREVIEW_CLASS
GIMP_IS_ASPECT_PREVIEW_CLASS
GIMP_ASPECT_PREVIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpdrawablepreview</FILE>
<TITLE>GimpDrawablePreview</TITLE>
GimpDrawablePreview
2019-08-29 12:05:36 +02:00
gimp_drawable_preview_new_from_drawable
gimp_drawable_preview_get_drawable
<SUBSECTION Standard>
GimpDrawablePreviewClass
GimpDrawablePreviewPrivate
GIMP_DRAWABLE_PREVIEW
GIMP_IS_DRAWABLE_PREVIEW
GIMP_TYPE_DRAWABLE_PREVIEW
gimp_drawable_preview_get_type
GIMP_DRAWABLE_PREVIEW_CLASS
GIMP_IS_DRAWABLE_PREVIEW_CLASS
GIMP_DRAWABLE_PREVIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpzoompreview</FILE>
<TITLE>GimpZoomPreview</TITLE>
GimpZoomPreview
2019-08-29 12:05:36 +02:00
gimp_zoom_preview_new_from_drawable
gimp_zoom_preview_new_with_model_from_drawable
gimp_zoom_preview_get_source
2019-08-29 12:05:36 +02:00
gimp_zoom_preview_get_drawable
gimp_zoom_preview_get_factor
2006-08-09 15:44:40 +00:00
gimp_zoom_preview_get_model
<SUBSECTION Standard>
GimpZoomPreviewClass
GimpZoomPreviewPrivate
GIMP_ZOOM_PREVIEW
GIMP_IS_ZOOM_PREVIEW
GIMP_TYPE_ZOOM_PREVIEW
gimp_zoom_preview_get_type
GIMP_ZOOM_PREVIEW_CLASS
GIMP_IS_ZOOM_PREVIEW_CLASS
GIMP_ZOOM_PREVIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpitemcombobox</FILE>
<TITLE>GimpItemComboBox</TITLE>
GimpItemConstraintFunc
GimpDrawableComboBox
gimp_drawable_combo_box_new
GimpChannelComboBox
gimp_channel_combo_box_new
GimpLayerComboBox
gimp_layer_combo_box_new
GimpVectorsComboBox
gimp_vectors_combo_box_new
<SUBSECTION Standard>
GIMP_TYPE_LAYER_COMBO_BOX
GIMP_TYPE_CHANNEL_COMBO_BOX
gimp_layer_combo_box_get_type
GIMP_IS_LAYER_COMBO_BOX
GIMP_CHANNEL_COMBO_BOX
GIMP_DRAWABLE_COMBO_BOX
GIMP_LAYER_COMBO_BOX
gimp_drawable_combo_box_get_type
GIMP_IS_DRAWABLE_COMBO_BOX
GIMP_TYPE_DRAWABLE_COMBO_BOX
GIMP_IS_CHANNEL_COMBO_BOX
gimp_channel_combo_box_get_type
GIMP_IS_VECTORS_COMBO_BOX
GIMP_TYPE_VECTORS_COMBO_BOX
GIMP_VECTORS_COMBO_BOX
gimp_vectors_combo_box_get_type
</SECTION>
<SECTION>
<FILE>gimpimagecombobox</FILE>
<TITLE>GimpImageComboBox</TITLE>
GimpImageComboBox
GimpImageConstraintFunc
gimp_image_combo_box_new
<SUBSECTION Standard>
GIMP_IMAGE_COMBO_BOX
GIMP_IS_IMAGE_COMBO_BOX
GIMP_TYPE_IMAGE_COMBO_BOX
gimp_image_combo_box_get_type
</SECTION>
<SECTION>
<FILE>gimpprocbrowserdialog</FILE>
<TITLE>GimpProcBrowserDialog</TITLE>
GimpProcBrowserDialog
gimp_proc_browser_dialog_new
gimp_proc_browser_dialog_get_selected
<SUBSECTION Standard>
GimpProcBrowserDialogClass
GimpProcBrowserDialogPrivate
GIMP_PROC_BROWSER_DIALOG
GIMP_IS_PROC_BROWSER_DIALOG
GIMP_TYPE_PROC_BROWSER_DIALOG
gimp_proc_browser_dialog_get_type
GIMP_PROC_BROWSER_DIALOG_CLASS
GIMP_IS_PROC_BROWSER_DIALOG_CLASS
GIMP_PROC_BROWSER_DIALOG_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpprocview</FILE>
gimp_proc_view_new
</SECTION>
<SECTION>
<FILE>gimpprogressbar</FILE>
<TITLE>GimpProgressBar</TITLE>
GimpProgressBar
gimp_progress_bar_new
<SUBSECTION Standard>
GimpProgressBarClass
GIMP_PROGRESS_BAR
GIMP_IS_PROGRESS_BAR
GIMP_TYPE_PROGRESS_BAR
gimp_progress_bar_get_type
GIMP_PROGRESS_BAR_CLASS
GIMP_IS_PROGRESS_BAR_CLASS
GIMP_PROGRESS_BAR_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpbrushselectbutton</FILE>
<TITLE>GimpBrushSelectButton</TITLE>
GimpBrushSelectButton
gimp_brush_select_button_new
gimp_brush_select_button_get_brush
gimp_brush_select_button_set_brush
<SUBSECTION Standard>
GimpBrushSelectButtonClass
GimpBrushSelectButtonPrivate
GIMP_BRUSH_SELECT_BUTTON
GIMP_IS_BRUSH_SELECT_BUTTON
GIMP_TYPE_BRUSH_SELECT_BUTTON
gimp_brush_select_button_get_type
GIMP_BRUSH_SELECT_BUTTON_CLASS
GIMP_IS_BRUSH_SELECT_BUTTON_CLASS
GIMP_BRUSH_SELECT_BUTTON_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpgradientselectbutton</FILE>
<TITLE>GimpGradientSelectButton</TITLE>
GimpGradientSelectButton
gimp_gradient_select_button_new
gimp_gradient_select_button_get_gradient
gimp_gradient_select_button_set_gradient
<SUBSECTION Standard>
GimpGradientSelectButtonClass
GimpGradientSelectButtonPrivate
GIMP_GRADIENT_SELECT_BUTTON
GIMP_IS_GRADIENT_SELECT_BUTTON
GIMP_TYPE_GRADIENT_SELECT_BUTTON
gimp_gradient_select_button_get_type
GIMP_GRADIENT_SELECT_BUTTON_CLASS
GIMP_IS_GRADIENT_SELECT_BUTTON_CLASS
GIMP_GRADIENT_SELECT_BUTTON_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpfontselectbutton</FILE>
<TITLE>GimpFontSelectButton</TITLE>
GimpFontSelectButton
gimp_font_select_button_new
gimp_font_select_button_get_font
gimp_font_select_button_set_font
<SUBSECTION Standard>
GimpFontSelectButtonClass
GimpFontSelectButtonPrivate
GIMP_FONT_SELECT_BUTTON
GIMP_IS_FONT_SELECT_BUTTON
GIMP_TYPE_FONT_SELECT_BUTTON
gimp_font_select_button_get_type
GIMP_FONT_SELECT_BUTTON_CLASS
GIMP_IS_FONT_SELECT_BUTTON_CLASS
GIMP_FONT_SELECT_BUTTON_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimppaletteselectbutton</FILE>
<TITLE>GimpPaletteSelectButton</TITLE>
GimpPaletteSelectButton
gimp_palette_select_button_new
gimp_palette_select_button_get_palette
gimp_palette_select_button_set_palette
<SUBSECTION Standard>
GimpPaletteSelectButtonClass
2019-08-10 11:08:33 +02:00
GimpPaletteSelectButtonPrivate
GIMP_PALETTE_SELECT_BUTTON
GIMP_IS_PALETTE_SELECT_BUTTON
GIMP_TYPE_PALETTE_SELECT_BUTTON
gimp_palette_select_button_get_type
GIMP_PALETTE_SELECT_BUTTON_CLASS
GIMP_IS_PALETTE_SELECT_BUTTON_CLASS
GIMP_PALETTE_SELECT_BUTTON_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimppatternselectbutton</FILE>
<TITLE>GimpPatternSelectButton</TITLE>
GimpPatternSelectButton
gimp_pattern_select_button_new
gimp_pattern_select_button_get_pattern
gimp_pattern_select_button_set_pattern
<SUBSECTION Standard>
GimpPatternSelectButtonClass
2019-08-10 11:08:33 +02:00
GimpPatternSelectButtonPrivate
GIMP_PATTERN_SELECT_BUTTON
GIMP_IS_PATTERN_SELECT_BUTTON
GIMP_TYPE_PATTERN_SELECT_BUTTON
gimp_pattern_select_button_get_type
GIMP_PATTERN_SELECT_BUTTON_CLASS
GIMP_IS_PATTERN_SELECT_BUTTON_CLASS
GIMP_PATTERN_SELECT_BUTTON_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpselectbutton</FILE>
<TITLE>GimpSelectButton</TITLE>
GimpSelectButton
gimp_select_button_close_popup
<SUBSECTION Standard>
GimpSelectButtonClass
GimpSelectButtonPrivate
GIMP_SELECT_BUTTON
GIMP_IS_SELECT_BUTTON
GIMP_TYPE_SELECT_BUTTON
gimp_select_button_get_type
GIMP_SELECT_BUTTON_CLASS
GIMP_IS_SELECT_BUTTON_CLASS
GIMP_SELECT_BUTTON_GET_CLASS
</SECTION>