Imported Upstream version 2.8.0
This commit is contained in:
@ -2,13 +2,10 @@
|
||||
gimp
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Main functions needed for building a GIMP plug-in. This header includes
|
||||
all other GIMP Library headers.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Main functions needed for building a GIMP plug-in. This header includes
|
||||
all other GIMP Library headers.
|
||||
|
||||
</para>
|
||||
|
||||
@ -53,7 +50,6 @@ all other GIMP Library headers.
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_set_data ##### -->
|
||||
@ -144,7 +140,7 @@ all other GIMP Library headers.
|
||||
|
||||
<!-- ##### MACRO MAIN ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -444,6 +440,24 @@ all other GIMP Library headers.
|
||||
@timeout:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_attach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_detach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_find ##### -->
|
||||
<para>
|
||||
|
||||
@ -463,6 +477,24 @@ all other GIMP Library headers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_parasite_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_parasites:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_parasite_attach ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
GimpAspectPreview
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget providing a preview with fixed aspect ratio.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget providing a preview with fixed aspect ratio.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpbrush
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions operating on a single brush.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions operating on a single brush.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpbrushes
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for manipulating brushes.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions related to getting and setting brushes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpbrushmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget for selecting brushes.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget for selecting brushes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpbrushselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions providing a brush selection dialog.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions providing a brush selection dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpchannel
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for manipulating channels.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for manipulating channels.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpcolor
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for manipulating color.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for manipulating color, including curves and histograms.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpcontext
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions to manipulate a plug-in's context.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions to manipulate a plug-in's context.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -38,6 +38,15 @@ Functions to manipulate a plug-in's context.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_defaults ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_foreground ##### -->
|
||||
<para>
|
||||
|
||||
@ -146,6 +155,87 @@ Functions to manipulate a plug-in's context.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_brush_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_brush_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_brush_aspect_ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@aspect:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_brush_aspect_ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@aspect:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_brush_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_brush_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_brush_default_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_dynamics ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_dynamics ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_pattern ##### -->
|
||||
<para>
|
||||
|
||||
@ -246,3 +336,365 @@ Functions to manipulate a plug-in's context.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_antialias ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_antialias ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@antialias:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_feather ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_feather ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@feather:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_feather_radius ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_feather_radius ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_sample_merged ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_sample_merged ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sample_merged:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_sample_criterion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_sample_criterion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sample_criterion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_sample_threshold ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_sample_threshold ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sample_threshold:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_sample_threshold_int ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_sample_threshold_int ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sample_threshold:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_sample_transparent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_sample_transparent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sample_transparent:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_interpolation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_interpolation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@interpolation:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_transform_direction ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_transform_direction ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@transform_direction:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_transform_resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_transform_resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@transform_resize:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_transform_recursion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_transform_recursion ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@transform_recursion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_blob_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_blob_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_blob_aspect_ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_blob_aspect_ratio ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@aspect:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_blob_type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_blob_type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_size_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_size_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_speed_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_speed_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@speed:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_ink_tilt_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_ink_tilt_sensitivity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tilt:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpconvert
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Conversions between RGB, indexed, and grayscale modes.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Conversions between RGB, indexed, and grayscale modes.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpdisplay
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions to create, delete and flush new displays (views) on an image.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions to create, delete and flush new displays (views) on an image.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpdrawable
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions to manipulate drawables.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions to manipulate drawables.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
GimpDrawablePreview
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget providing a preview of a #GimpDrawable.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget providing a preview of a #GimpDrawable.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
41
devel-docs/libgimp/tmpl/gimpdynamics.sgml
Normal file
41
devel-docs/libgimp/tmpl/gimpdynamics.sgml
Normal file
@ -0,0 +1,41 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpdynamics
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dynamics_get_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_dynamics:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dynamics_refresh ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpedit
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -7,7 +7,6 @@ Enums and definitions.
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Enums and definitions.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -39,12 +38,12 @@ Enums and definitions.
|
||||
|
||||
<!-- ##### ENUM GimpBrushGeneratedShape ##### -->
|
||||
<para>
|
||||
|
||||
The possible shapes generated brushes can take.
|
||||
</para>
|
||||
|
||||
@GIMP_BRUSH_GENERATED_CIRCLE:
|
||||
@GIMP_BRUSH_GENERATED_SQUARE:
|
||||
@GIMP_BRUSH_GENERATED_DIAMOND:
|
||||
@GIMP_BRUSH_GENERATED_CIRCLE: The brush has a circle shape.
|
||||
@GIMP_BRUSH_GENERATED_SQUARE: The brush has a square shape.
|
||||
@GIMP_BRUSH_GENERATED_DIAMOND: The brush has a diamond shape.
|
||||
|
||||
<!-- ##### ENUM GimpConvertDitherType ##### -->
|
||||
<para>
|
||||
@ -78,11 +77,11 @@ Enums and definitions.
|
||||
|
||||
<!-- ##### ENUM GimpConvolveType ##### -->
|
||||
<para>
|
||||
|
||||
Operation modes of the convolve tool.
|
||||
</para>
|
||||
|
||||
@GIMP_BLUR_CONVOLVE:
|
||||
@GIMP_SHARPEN_CONVOLVE:
|
||||
@GIMP_BLUR_CONVOLVE: Blur the drawable.
|
||||
@GIMP_SHARPEN_CONVOLVE: Sharpen the drawable.
|
||||
|
||||
<!-- ##### ENUM GimpFillType ##### -->
|
||||
<para>
|
||||
@ -139,6 +138,15 @@ Enums and definitions.
|
||||
@GIMP_BLUE_HUES:
|
||||
@GIMP_MAGENTA_HUES:
|
||||
|
||||
<!-- ##### ENUM GimpInkBlobType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_INK_BLOB_TYPE_CIRCLE:
|
||||
@GIMP_INK_BLOB_TYPE_SQUARE:
|
||||
@GIMP_INK_BLOB_TYPE_DIAMOND:
|
||||
|
||||
<!-- ##### ENUM GimpLayerModeEffects ##### -->
|
||||
<para>
|
||||
|
||||
@ -196,21 +204,21 @@ Enums and definitions.
|
||||
|
||||
<!-- ##### ENUM GimpOrientationType ##### -->
|
||||
<para>
|
||||
|
||||
Orientation values for all kinds of purposes, like guides.
|
||||
</para>
|
||||
|
||||
@GIMP_ORIENTATION_HORIZONTAL:
|
||||
@GIMP_ORIENTATION_VERTICAL:
|
||||
@GIMP_ORIENTATION_UNKNOWN:
|
||||
@GIMP_ORIENTATION_HORIZONTAL: Horizontal ortientation.
|
||||
@GIMP_ORIENTATION_VERTICAL: Vertical orientation.
|
||||
@GIMP_ORIENTATION_UNKNOWN: Undetermined orientation.
|
||||
|
||||
<!-- ##### ENUM GimpRotationType ##### -->
|
||||
<para>
|
||||
|
||||
Steps for simple rotation based on multpiles of 90 degrees.
|
||||
</para>
|
||||
|
||||
@GIMP_ROTATE_90:
|
||||
@GIMP_ROTATE_180:
|
||||
@GIMP_ROTATE_270:
|
||||
@GIMP_ROTATE_90: Rotate by 90 degrees.
|
||||
@GIMP_ROTATE_180: Rotate by 180 degrees.
|
||||
@GIMP_ROTATE_270: Rotate by 270 degrees.
|
||||
|
||||
<!-- ##### ENUM GimpSelectCriterion ##### -->
|
||||
<para>
|
||||
|
||||
@ -2,22 +2,11 @@
|
||||
gimpexport
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Export an image before it is saved.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
This function should be called by all save_plugins unless they are
|
||||
able to save all image formats GIMP knows about. It takes care
|
||||
of asking the user if she wishes to export the image to a format the
|
||||
save_plugin can handle. It then performs the necessary conversions
|
||||
(e.g. Flatten) on a copy of the image so that the image can be saved
|
||||
without changing the original image.
|
||||
|
||||
The capabilities of the save_plugin are specified by combining
|
||||
#GimpExportCapabilities using a bitwise OR.
|
||||
|
||||
Make sure you have initialized GTK+ before you call this function
|
||||
as it will most probably have to open a dialog.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -67,3 +56,23 @@ as it will most probably have to open a dialog.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_export_dialog_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@format_name:
|
||||
@role:
|
||||
@help_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_export_dialog_get_content_area ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpfileops
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
File operations (load, save, etc.)
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
File operations (load, save, etc.)
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpfloatingsel
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for removing or attaching floating selections.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for removing or attaching floating selections.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpfontmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget for selecting fonts.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget for selecting fonts.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
gimpfonts
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations related to fonts.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpfontselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions providing a font selection dialog.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions providing a font selection dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpgimprc
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Interactions with settings from .gimprc.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Interactions with settings from .gimprc.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpgradient
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions operating on a single gradient.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions operating on a single gradient.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpgradientmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget for selecting gradients.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget for selecting gradients.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpgradients
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations related to gradients.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Operations related to gradients.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpgradientselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions providing a gradient selection dialog.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions providing a gradient selection dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpguides
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for manipulating guides.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for manipulating guides.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimphelp
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Loading help pages using gimp_help.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Loading help pages using gimp_help.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,12 +2,10 @@
|
||||
gimpimage
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations on complete images.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Operations on complete images: creation, resizing/rescaling,
|
||||
and operations involving multiple layers.
|
||||
|
||||
</para>
|
||||
|
||||
@ -42,6 +40,42 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_xcf_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_exported_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_imported_uri ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_duplicate ##### -->
|
||||
<para>
|
||||
|
||||
@ -257,6 +291,68 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_item_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_reorder_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@parent_ID:
|
||||
@position:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_raise_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_lower_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_raise_item_to_top ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_lower_item_to_bottom ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_add_layer ##### -->
|
||||
<para>
|
||||
|
||||
@ -268,6 +364,18 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_insert_layer ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@layer_ID:
|
||||
@parent_ID:
|
||||
@position:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_remove_layer ##### -->
|
||||
<para>
|
||||
|
||||
@ -339,6 +447,18 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_insert_channel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@channel_ID:
|
||||
@parent_ID:
|
||||
@position:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_remove_channel ##### -->
|
||||
<para>
|
||||
|
||||
@ -633,6 +753,46 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_vectors_by_tattoo ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@tattoo:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_layer_by_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_channel_by_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_vectors_by_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_cmap ##### -->
|
||||
<para>
|
||||
|
||||
@ -685,16 +845,6 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_vectors_by_tattoo ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@tattoo:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_thumbnail_data ##### -->
|
||||
<para>
|
||||
|
||||
@ -707,6 +857,46 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_attach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_detach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_get_parasite_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@num_parasites:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_parasite_find ##### -->
|
||||
<para>
|
||||
|
||||
@ -772,6 +962,18 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_insert_vectors ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@vectors_ID:
|
||||
@parent_ID:
|
||||
@position:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_remove_vectors ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpimagecombobox
|
||||
GimpImageComboBox
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget providing a popup menu of images.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget providing a popup menu of images.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
114
devel-docs/libgimp/tmpl/gimpimageselect.sgml
Normal file
114
devel-docs/libgimp/tmpl/gimpimageselect.sgml
Normal file
@ -0,0 +1,114 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpimageselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_contiguous_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_rectangle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_round_rectangle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@corner_radius_x:
|
||||
@corner_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_ellipse ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_polygon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@num_segs:
|
||||
@segs:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_select_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@operation:
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
275
devel-docs/libgimp/tmpl/gimpitem.sgml
Normal file
275
devel-docs/libgimp/tmpl/gimpitem.sgml
Normal file
@ -0,0 +1,275 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpitem
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_valid ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_image ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_delete ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_drawable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_layer ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_text_layer ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_channel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_layer_mask ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_vectors ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_is_group ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_parent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_children ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@num_children:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_set_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_set_visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@visible:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_linked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_set_linked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@linked:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_lock_content ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_set_lock_content ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@lock_content:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_tattoo ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_set_tattoo ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@tattoo:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_attach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@parasite:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_detach_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_parasite ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_get_parasite_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@num_parasites:
|
||||
@Returns:
|
||||
|
||||
|
||||
148
devel-docs/libgimp/tmpl/gimpitemtransform.sgml
Normal file
148
devel-docs/libgimp/tmpl/gimpitemtransform.sgml
Normal file
@ -0,0 +1,148 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpitemtransform
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_flip_simple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@flip_type:
|
||||
@auto_center:
|
||||
@axis:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_flip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_perspective ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@x3:
|
||||
@y3:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_rotate_simple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@rotate_type:
|
||||
@auto_center:
|
||||
@center_x:
|
||||
@center_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@angle:
|
||||
@auto_center:
|
||||
@center_x:
|
||||
@center_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_scale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_shear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@shear_type:
|
||||
@magnitude:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_2d ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@source_x:
|
||||
@source_y:
|
||||
@scale_x:
|
||||
@scale_y:
|
||||
@angle:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_item_transform_matrix ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@item_ID:
|
||||
@coeff_0_0:
|
||||
@coeff_0_1:
|
||||
@coeff_0_2:
|
||||
@coeff_1_0:
|
||||
@coeff_1_1:
|
||||
@coeff_1_2:
|
||||
@coeff_2_0:
|
||||
@coeff_2_1:
|
||||
@coeff_2_2:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimplayer
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations on a single layer.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Operations on a single layer.
|
||||
|
||||
</para>
|
||||
|
||||
@ -57,6 +56,43 @@ Operations on a single layer.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_new_from_pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@pixbuf:
|
||||
@opacity:
|
||||
@mode:
|
||||
@progress_start:
|
||||
@progress_end:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_new_from_surface ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@surface:
|
||||
@progress_start:
|
||||
@progress_end:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_group_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_copy ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
gimpmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Menus for selecting images, layers, channels and drawables
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpmessage
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Display a dialog box with a message.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Display a dialog box with a message.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimptools
|
||||
gimppainttools
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Access to common toolbox tools.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions giving access to common toolbox tools.
|
||||
|
||||
</para>
|
||||
|
||||
@ -44,41 +43,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_by_color_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@sample_merged:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_by_color_select_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@sample_merged:
|
||||
@select_transparent:
|
||||
@select_criterion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_clone ##### -->
|
||||
<para>
|
||||
|
||||
@ -172,23 +136,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_ellipse_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_eraser ##### -->
|
||||
<para>
|
||||
|
||||
@ -213,68 +160,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@flip_type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_free_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@num_segs:
|
||||
@segs:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_fuzzy_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@sample_merged:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_fuzzy_select_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@sample_merged:
|
||||
@select_transparent:
|
||||
@select_criterion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_heal ##### -->
|
||||
<para>
|
||||
|
||||
@ -336,97 +221,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_perspective ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@x3:
|
||||
@y3:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rect_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@operation:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_round_rect_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@corner_radius_x:
|
||||
@corner_radius_y:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_scale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_shear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@shear_type:
|
||||
@magnitude:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_smudge ##### -->
|
||||
<para>
|
||||
|
||||
@ -450,20 +244,3 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_transform_2d ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@source_x:
|
||||
@source_y:
|
||||
@scale_x:
|
||||
@scale_y:
|
||||
@angle:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppalette
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions operating on a single palette.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions operating on a single palette.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppalettemenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget for selecting palettes.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget for selecting palettes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppalettes
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations related to palettes.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Operations related to palettes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppaletteselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions providing a palette selection dialog.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions providing a palette selection dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppaths
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Operations related to paths.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Operations related to paths.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppattern
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions operating on a single pattern.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions operating on a single pattern.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppatternmenu
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget for selecting patterns.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget for selecting patterns.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimppatterns
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions relating to patterns.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions relating to patterns.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppatternselect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions providing a pattern selection dialog.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions providing a pattern selection dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimppixbuf
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Get a thumbnail pixbuf for a drawable or image.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Get a thumbnail pixbuf for a drawable or image.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -69,18 +69,3 @@ Get a thumbnail pixbuf for a drawable or image.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_new_from_pixbuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@pixbuf:
|
||||
@opacity:
|
||||
@mode:
|
||||
@progress_start:
|
||||
@progress_end:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -2,15 +2,11 @@
|
||||
gimppixelfetcher
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for operating on pixel regions.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
These functions provide neighbourhood-based algorithms which get
|
||||
dramatically slower on region boundaries, to the point where a special
|
||||
treatment for neighbourhoods which are completely inside a tile is
|
||||
called for. It hides the special treatment of tile borders, making
|
||||
plug-in code more readable and shorter.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,12 +2,10 @@
|
||||
gimppixelrgn
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for operating on pixel regions.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for operating on pixel regions. These functions provide
|
||||
fast ways of accessing and modifying portions of a drawable.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpplugin
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions useful for plugins, e.g. registration and progress indicators.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions useful for plugins, e.g. registration and progress indicators.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpproceduraldb
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for querying and changing procedural database (PDB) entries.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for querying and changing procedural database (PDB) entries.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
gimpprogress
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for embedding the progress bar into a plug-in's GUI.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for embedding the progress bar into a plug-in's GUI.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,12 +2,11 @@
|
||||
GimpProgressBar
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget providing a progress bar.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget providing a progress bar that automatically redirects any progress
|
||||
calls to itself.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,13 +2,11 @@
|
||||
gimpregioniterator
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions to traverse a pixel regions.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
The GimpRgnIterator functions provide a variety
|
||||
of common ways to traverse a PixelRegion,
|
||||
using a pre-defined function pointer per pixel.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpselection
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for manipulating selections.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for manipulating selections.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
162
devel-docs/libgimp/tmpl/gimpselectiontools.sgml
Normal file
162
devel-docs/libgimp/tmpl/gimpselectiontools.sgml
Normal file
@ -0,0 +1,162 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpselectiontools
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_by_color_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@sample_merged:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_by_color_select_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@sample_merged:
|
||||
@select_transparent:
|
||||
@select_criterion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_ellipse_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_free_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@num_segs:
|
||||
@segs:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_fuzzy_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@sample_merged:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_fuzzy_select_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@threshold:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@sample_merged:
|
||||
@select_transparent:
|
||||
@select_criterion:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rect_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@operation:
|
||||
@feather:
|
||||
@feather_radius:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_round_rect_select ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@x:
|
||||
@y:
|
||||
@width:
|
||||
@height:
|
||||
@corner_radius_x:
|
||||
@corner_radius_y:
|
||||
@operation:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -52,6 +52,15 @@ gimptextlayer
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_get_markup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_get_font ##### -->
|
||||
<para>
|
||||
|
||||
@ -285,3 +294,33 @@ gimptextlayer
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_get_hint_style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_set_hint_style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@style:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_text_layer_resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimptexttool
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for controlling the text tool.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for controlling the text tool.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimptile
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions for working with tiles.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions for working with tiles.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
104
devel-docs/libgimp/tmpl/gimptransformtools.sgml
Normal file
104
devel-docs/libgimp/tmpl/gimptransformtools.sgml
Normal file
@ -0,0 +1,104 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimptransformtools
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_flip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@flip_type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_perspective ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@x3:
|
||||
@y3:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_scale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_shear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@shear_type:
|
||||
@magnitude:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_transform_2d ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@interpolation:
|
||||
@source_x:
|
||||
@source_y:
|
||||
@scale_x:
|
||||
@scale_y:
|
||||
@angle:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -2,22 +2,16 @@
|
||||
gimpui
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Common user interface functions. This header includes all other GIMP User
|
||||
Interface Library headers.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Common user interface functions. This header includes all other GIMP User
|
||||
Interface Library headers.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
gtk_init(), gdk_set_use_xshm(), gdk_rgb_set_min_colors(),
|
||||
gdk_rgb_set_install(), gdk_rgb_get_visual(), gdk_rgb_get_cmap(),
|
||||
gtk_widget_set_default_visual(), gtk_widget_set_default_colormap(),
|
||||
gtk_preview_set_gamma().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
gimpundo
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Control of undo/redo.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Control of undo/redo.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -1,134 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpunit
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
#GimpUnitMenu
|
||||
</para>
|
||||
<para>
|
||||
#GimpSizeEntry
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_built_in_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@identifier:
|
||||
@factor:
|
||||
@digits:
|
||||
@symbol:
|
||||
@abbreviation:
|
||||
@singular:
|
||||
@plural:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_set_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@deletion_flag:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_factor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_identifier ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_symbol ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_abbreviation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_singular ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_plural ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -77,15 +77,6 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_linked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_name ##### -->
|
||||
<para>
|
||||
|
||||
@ -95,7 +86,17 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_tattoo ##### -->
|
||||
<!-- ##### FUNCTION gimp_vectors_set_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -104,7 +105,17 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_visible ##### -->
|
||||
<!-- ##### FUNCTION gimp_vectors_set_visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@visible:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_linked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -123,13 +134,12 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_set_name ##### -->
|
||||
<!-- ##### FUNCTION gimp_vectors_get_tattoo ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -143,16 +153,6 @@ gimpvectors
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_set_visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@visible:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_remove_stroke ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -1,126 +0,0 @@
|
||||
<!-- ##### SECTION ./tmpl/gimpunit.sgml:Long_Description ##### -->
|
||||
<para>
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gimpunit.sgml:See_Also ##### -->
|
||||
<para>
|
||||
#GimpUnitMenu
|
||||
</para>
|
||||
<para>
|
||||
#GimpSizeEntry
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gimpunit.sgml:Short_Description ##### -->
|
||||
Provides a collection of predefined units and functions for creating
|
||||
user-defined units.
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gimpunit.sgml:Title ##### -->
|
||||
gimpunit
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_abbreviation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_digits ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_factor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_identifier ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_built_in_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_number_of_units ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_plural ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_singular ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_get_symbol ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@identifier:
|
||||
@factor:
|
||||
@digits:
|
||||
@symbol:
|
||||
@abbreviation:
|
||||
@singular:
|
||||
@plural:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gimp_unit_set_deletion_flag ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unit:
|
||||
@deletion_flag:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user