Imported Upstream version 2.4.4

This commit is contained in:
Ari Pollak
2010-08-11 01:24:15 -04:00
parent 1f9d607046
commit 19ad4fc2e1
185 changed files with 16272 additions and 13879 deletions

269
ChangeLog
View File

@ -1,3 +1,272 @@
2008-01-30 Sven Neumann <sven@gimp.org>
* Made 2.4.4 release.
2008-01-29 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/tinyscheme/scheme.c: Reverted changes that
prevent a seg fault due to bad syntax in LET*, LET, and LETREC.
The change enforced R5RS syntax breaking scripts that used bad
syntax (missing values) when they were updated to GIMP 2.4.
2008-01-28 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/lcms.c (lcms_dialog): fixed crash on missing
profile (bug #512529).
(lcms_load_profile): fixed error messages.
2008-01-27 Sven Neumann <sven@gimp.org>
* plug-ins/gimpressionist/gimp.c: use a tile cache for better
performance. Addresses bug #512126.
2008-01-24 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/core/gimpimage.c
* app/core/gimpimage-undo.c: fixed handling of the image undo
counter for the case where the user has undone the image to a
state before the last save and then pushes a new undo. Fixes
bug #509822.
2008-01-23 Martin Nordholts <martinn@svn.gnome.org>
Merged from trunk:
* app/tools/gimprectangleselecttool.c
(gimp_rect_select_tool_execute): Reset the automatic undo/redo
mechanism so that commiting pending rectangles with Return
works (bug #511599).
2008-01-23 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/display/gimpdisplayshell-selection.c: show the selection,
even if the window is flagged as invisible, but don't start the
animation. Addresses bug #505758.
2008-01-23 Sven Neumann <sven@gimp.org>
* app/dialogs/about-dialog.c (about_dialog_create): use a run-time
check for the GTK+ version instead of a compile time one.
2008-01-23 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_about.c: check for the GTK+ version and
adjust the property name accordingly.
2008-01-22 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/core/gimpprojection.c (gimp_projection_idle_render_init):
decreased the priority of the projection idle renderer to 150,
halfway between G_PRIORITY_HIGH_IDLE and G_PRIORITY_DEFAULT_IDLE.
Fixes bug #511214.
2008-01-22 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/paint/gimpbrushcore.c (gimp_brush_core_create_bound_segs):
smooth the brush mask in order to obtain a simpler boundary.
Addresses bug #304798.
2008-01-22 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/imagemap/imap_csim.y: increased buffer size. Addresses
bug #511072.
* plug-ins/imagemap/imap_csim_parse.[ch]: regenerated.
2008-01-21 Michael Natterer <mitch@gimp.org>
Merged from trunk:
* app/widgets/gimpcolorbar.c (gimp_color_bar_class_init): fix the
ID of the "histogram-channel" property.
2008-01-18 Bill Skaggs <weskaggs@primate.ucdavis.edu>
Merged from trunk:
* app/base/lut-funcs.c (equalize_lut_fuct): Don't
equalize the alpha channel. Fixes bug #510210.
2008-01-15 Michael Natterer <mitch@gimp.org>
Merged from trunk:
* app/tools/gimpimagemaptool.c (gimp_image_map_tool_notify_preview):
check for image_map_tool->image_map also when the preview is
switched on, not only when it's switched off.
2008-01-15 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/bumpmap.c
* plug-ins/script-fu/scripts/swirltile.scm: applied patch from
Ulf-D. Ehlert that catches a potential division by zero in the
Bumpmap plug-in and adjusts the range of the Depth parameter in
the Swirl-Tile script (bug #509608).
2008-01-15 Kevin Cozens <kcozens@cvs.gnome.org>
Merged from trunk:
* plug-ins/script-fu/scripts/3d-outline.scm
* plug-ins/script-fu/scripts/add-bevel.scm
* plug-ins/script-fu/scripts/burn-in-anim.scm
* plug-ins/script-fu/scripts/camo.scm
* plug-ins/script-fu/scripts/circuit.scm
* plug-ins/script-fu/scripts/clothify.scm
* plug-ins/script-fu/scripts/coffee.scm
* plug-ins/script-fu/scripts/contactsheet.scm
* plug-ins/script-fu/scripts/distress-selection.scm
* plug-ins/script-fu/scripts/flatland.scm
* plug-ins/script-fu/scripts/font-map.scm
* plug-ins/script-fu/scripts/fuzzyborder.scm
* plug-ins/script-fu/scripts/glossy.scm
* plug-ins/script-fu/scripts/land.scm
* plug-ins/script-fu/scripts/lava.scm
* plug-ins/script-fu/scripts/old-photo.scm
* plug-ins/script-fu/scripts/predator.scm
* plug-ins/script-fu/scripts/rendermap.scm
* plug-ins/script-fu/scripts/ripply-anim.scm
* plug-ins/script-fu/scripts/script-fu-set-cmap.scm
* plug-ins/script-fu/scripts/select-to-brush.scm
* plug-ins/script-fu/scripts/select-to-image.scm
* plug-ins/script-fu/scripts/select-to-pattern.scm
* plug-ins/script-fu/scripts/speed-text.scm
* plug-ins/script-fu/scripts/spinning-globe.scm
* plug-ins/script-fu/scripts/test-sphere.scm
* plug-ins/script-fu/scripts/text-circle.scm
* plug-ins/script-fu/scripts/unsharp-mask.scm
* plug-ins/script-fu/scripts/xach-effect.scm: Variables in a let
block must be of the form (variable value) per the R5RS.
2008-01-14 Kevin Cozens <kcozens@cvs.gnome.org>
Merged from trunk:
* plug-ins/script-fu/scripts/script-fu-compat.init: Fixed definition
of 'prog1' due to recent fixes enforcing R5RS syntax for 'let'.
2008-01-09 Sven Neumann <sven@gimp.org>
Merged from trunk:
* modules/colorsel_cmyk_lcms.c (colorsel_cmyk_class_init): don't
abort on errors in lcms.
2008-01-09 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/convmatrix.c (convolve_image): round the result
of the convolution. Fixes bug #508114.
2008-01-06 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/convmatrix.c (convolve_image): fixed out-of-bounds
array access.
2008-01-05 Kevin Cozens <kcozens@cvs.gnome.org>
* configure.in: Set default value of jpeg_ok to no. From a patch
by Hanno Boeck which fixes bug #507572.
2008-01-04 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/config/gimpdisplayconfig.c: changed the default marching ants
speed to 200.
2008-01-04 Hans Breuer <hans@breuer.org>
* app/display/gimpdisplayshell-selection.c :
marching ants with G_PRIORITY_DEFAULT_IDLE, fixes bug #479875
2008-01-04 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/tools/gimprotatetool.c (rotate_angle_changed): also update
trans_info[REAL_ANGLE]. Fixes bug #507167.
2007-12-30 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/script-fu/scripts/chip-away.scm: applied another patch
from Ulf-D. Ehlert for the parameter range (bug #506110).
2007-12-28 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/script-fu/scripts/chip-away.scm: applied patch from
Ulf-D. Ehlert that fixes the range of the "Chip amount" parameter
(bug #506110).
2007-12-22 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/core/gimpimage-sample-points.c
(gimp_image_add_sample_point_at_pos): corrected undo description.
2007-12-22 Sven Neumann <sven@gimp.org>
Merged from trunk:
* data/palettes/Tango.gpl: removed duplicate entry ("Untitled").
2007-12-21 Sven Neumann <sven@gimp.org>
* app/paint/gimpink.c: reverted last change.
2007-12-21 Sven Neumann <sven@gimp.org>
* app/paint/gimpink.c (gimp_ink_motion): applied patch from Alexia
Death that fixes Ink tool speed calculation when using a tablet
(bug #504711).
2007-12-19 Kevin Cozens <kcozens@cvs.gnome.org>
Merged from trunk:
* plug-ins/script-fu/tinyscheme/scheme.c: Added extra checks to stop
bad syntax in LET*, LET, and LETREC from causing a segmentation fault
in Linux. See SourceForge bug #1817986.
2007-12-18 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/psd-load.c: applied patch from John Marshall
that fixes handling of PSD files with blank layer names (bug #504149).
2007-12-18 Bill Skaggs <weskaggs@primate.ucdavis.edu>
Merged from trunk:
* libgimpwidgets/gimpstock.h: fix typo.
2007-12-16 Sven Neumann <sven@gimp.org>
* configure.in: bumped version to 2.4.4 (interface age 4).
2007-12-16 Sven Neumann <sven@gimp.org>
* Made 2.4.3 release.

33
NEWS
View File

@ -7,6 +7,39 @@ This is the stable branch of GIMP. No new features are being added
here, just bug-fixes.
Changes in GIMP 2.4.4
=====================
- fixed typo in stock icon name
- fixed handling of PSD files with empty layer names (bug #504149)
- merged TinyScheme bug-fixes
- removed duplicate entry from Tango palette
- corrected parameter range in Chip Away script (bug #506110)
- reduced redraw priority and speed of the marching ants (bug #479875)
- fixed out-of-bounds array access in Convolution Matrix plug-in
- reduced rounding errors in Convolution Matrix plug-in (bug #508114)
- fixed potential crash on missing CMYK color profile
- fixed crash in Bumpmap plug-in when called from some scripts (bug #509608)
- Equalize should not equalise the alpha channel (bug #510210)
- increased the number of points the ImageMap plug-in can handle (bug #511072)
- adjusted the priority of the projection renderer (bug #511214)
- smooth the brush mask to get a simpler cursor boundary (bug #304798)
- show the selection even if the image window is invisible (bug #505758)
- allow to commit a pending rectangular selection using Enter (bug #511599)
- fixed bug in image dirty state logic (bug #509822)
- improved GIMPressionist preformance and reduced startup time (bug #512126)
- fixed a crash in the Convert to Color Profile plug-in (bug #512529)
- merged some other minor fixes from trunk
- translation updates (de, it, lt, ru, sv, uk)
Contributors:
Sven Neumann, Michael Natterer, Kevin Cozens, Hans Breuer, Bill Skaggs,
Ulf-D. Ehlert, Martin Nordholts
Changes in GIMP 2.4.3
=====================

View File

@ -293,13 +293,17 @@ typedef struct
static gfloat
equalize_lut_func (hist_lut_struct *hlut,
gint n_channels,
gint nchannels,
gint channel,
gfloat value)
{
gint i = 0;
gint j;
/* don't equalize the alpha channel */
if ((nchannels == 2 || nchannels == 4) && channel == nchannels - 1)
return value;
j = (gint) (value * 255.0 + 0.5);
while (hlut->part[channel][i + 1] <= j)

View File

@ -38,8 +38,9 @@
#include "gimp-intl.h"
#define DEFAULT_ACTIVATE_ON_FOCUS TRUE
#define DEFAULT_MONITOR_RESOLUTION 96.0
#define DEFAULT_ACTIVATE_ON_FOCUS TRUE
#define DEFAULT_MONITOR_RESOLUTION 96.0
#define DEFAULT_MARCHING_ANTS_SPEED 200
enum
{
@ -125,7 +126,7 @@ gimp_display_config_class_init (GimpDisplayConfigClass *klass)
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_MARCHING_ANTS_SPEED,
"marching-ants-speed",
MARCHING_ANTS_SPEED_BLURB,
10, 1000, 100,
10, 1000, DEFAULT_MARCHING_ANTS_SPEED,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_RESIZE_WINDOWS_ON_ZOOM,
"resize-windows-on-zoom",

View File

@ -50,7 +50,7 @@ gimp_image_add_sample_point_at_pos (GimpImage *image,
sample_point = gimp_sample_point_new (image->gimp->next_sample_point_ID++);
if (push_undo)
gimp_image_undo_push_sample_point (image, _("Add Sample_Point"),
gimp_image_undo_push_sample_point (image, _("Add Sample Point"),
sample_point);
gimp_image_add_sample_point (image, sample_point, x, y);

View File

@ -150,11 +150,10 @@ gimp_image_undo_free (GimpImage *image)
/* If the image was dirty, but could become clean by redo-ing
* some actions, then it should now become 'infinitely' dirty.
* This is because we've just nuked the actions that would allow
* the image to become clean again. The only hope for salvation
* is to save the image now! -- austin
* the image to become clean again.
*/
if (image->dirty < 0)
image->dirty = 10000;
image->dirty = 100000;
/* The same applies to the case where the image would become clean
* due to undo actions, but since user can't undo without an undo
@ -195,15 +194,6 @@ gimp_image_undo_group_start (GimpImage *image,
/* nuke the redo stack */
gimp_image_undo_free_redo (image);
/* If the image was dirty, but could become clean by redo-ing
* some actions, then it should now become 'infinitely' dirty.
* This is because we've just nuked the actions that would allow
* the image to become clean again. The only hope for salvation
* is to save the image now! -- austin
*/
if (image->dirty < 0)
image->dirty = 10000;
undo_group = gimp_undo_stack_new (image);
gimp_object_set_name (GIMP_OBJECT (undo_group), name);
@ -246,11 +236,11 @@ gimp_image_undo_group_end (GimpImage *image)
}
GimpUndo *
gimp_image_undo_push (GimpImage *image,
GType object_type,
GimpUndoType undo_type,
const gchar *name,
GimpDirtyMask dirty_mask,
gimp_image_undo_push (GimpImage *image,
GType object_type,
GimpUndoType undo_type,
const gchar *name,
GimpDirtyMask dirty_mask,
...)
{
GParameter *params = NULL;
@ -292,15 +282,6 @@ gimp_image_undo_push (GimpImage *image,
/* nuke the redo stack */
gimp_image_undo_free_redo (image);
/* If the image was dirty, but could become clean by redo-ing
* some actions, then it should now become 'infinitely' dirty.
* This is because we've just nuked the actions that would allow
* the image to become clean again. The only hope for salvation
* is to save the image now! -- austin
*/
if (image->dirty < 0)
image->dirty = 10000;
if (image->pushing_undo_group == GIMP_UNDO_GROUP_NONE)
{
gimp_undo_stack_push_undo (image->undo_stack, undo);
@ -473,9 +454,7 @@ gimp_image_undo_free_space (GimpImage *image)
static void
gimp_image_undo_free_redo (GimpImage *image)
{
GimpContainer *container;
container = image->redo_stack->undos;
GimpContainer *container = image->redo_stack->undos;
#ifdef DEBUG_IMAGE_UNDO
g_printerr ("redo_steps: %d redo_bytes: %ld\n",
@ -483,6 +462,9 @@ gimp_image_undo_free_redo (GimpImage *image)
(glong) gimp_object_get_memsize (GIMP_OBJECT (container), NULL));
#endif
if (gimp_container_is_empty (container))
return;
while (gimp_container_num_children (container) > 0)
{
GimpUndo *freed = gimp_undo_stack_free_bottom (image->redo_stack,
@ -499,6 +481,19 @@ gimp_image_undo_free_redo (GimpImage *image)
g_object_unref (freed);
}
/* We need to use <= here because the undo counter has already been
* incremented at this point.
*/
if (image->dirty <= 0)
{
/* If the image was dirty, but could become clean by redo-ing
* some actions, then it should now become 'infinitely' dirty.
* This is because we've just nuked the actions that would allow
* the image to become clean again.
*/
image->dirty = 100000;
}
}
static GimpDirtyMask

View File

@ -1910,11 +1910,11 @@ gimp_image_undo_event (GimpImage *image,
*
* The image is dirty (ie, needs saving) if counter is non-zero.
*
* If the counter is around 10000, this is due to undo-ing back
* before a saved version, then mutating the image (thus destroying
* If the counter is around 100000, this is due to undo-ing back
* before a saved version, then changing the image (thus destroying
* the redo stack). Once this has happened, it's impossible to get
* the image back to the state on disk, since the redo info has been
* freed. See undo.c for the gorey details.
* freed. See gimpimage-undo.c for the gory details.
*/

View File

@ -35,6 +35,10 @@
#include "gimpprojection-construct.h"
/* halfway between G_PRIORITY_HIGH_IDLE and G_PRIORITY_DEFAULT_IDLE */
#define GIMP_PROJECTION_IDLE_PRIORITY 150
enum
{
UPDATE,
@ -546,7 +550,7 @@ gimp_projection_idle_render_init (GimpProjection *proj)
gimp_projection_idle_render_next_area (proj);
proj->idle_render.idle_id =
g_idle_add_full (G_PRIORITY_HIGH_IDLE,
g_idle_add_full (GIMP_PROJECTION_IDLE_PRIORITY,
gimp_projection_idle_render_callback, proj,
NULL);
}

View File

@ -112,11 +112,9 @@ about_dialog_create (GimpContext *context)
"role", "about-dialog",
"window-position", GTK_WIN_POS_CENTER,
"title", _("About GIMP"),
#if GTK_CHECK_VERSION (2, 11, 0)
"program-name", GIMP_ACRONYM,
#else
"name", GIMP_ACRONYM,
#endif
(gtk_check_version (2, 12, 0) ?
"name" :
"program-name"), GIMP_ACRONYM,
"version", GIMP_VERSION,
"copyright", GIMP_COPYRIGHT,
"comments", GIMP_NAME,

View File

@ -245,8 +245,8 @@ selection_start (Selection *selection)
{
selection_stop (selection);
/* If this selection is paused or invisible, do not start it */
if (selection->paused == 0 && selection->visible)
/* If this selection is paused, do not start it */
if (selection->paused == 0)
{
selection->timeout = g_idle_add ((GSourceFunc) selection_start_timeout,
selection);
@ -696,10 +696,11 @@ selection_start_timeout (Selection *selection)
selection->num_segs_out);
if (selection->segs_in)
selection->timeout = g_timeout_add (config->marching_ants_speed,
(GSourceFunc) selection_timeout,
selection);
if (selection->segs_in && selection->visible)
selection->timeout = g_timeout_add_full (G_PRIORITY_DEFAULT_IDLE,
config->marching_ants_speed,
(GSourceFunc) selection_timeout,
selection, NULL);
}
return FALSE;

View File

@ -30,6 +30,8 @@
#include "base/pixel-region.h"
#include "base/temp-buf.h"
#include "paint-funcs/paint-funcs.h"
#include "core/gimpbrush.h"
#include "core/gimpdrawable.h"
#include "core/gimpimage.h"
@ -781,6 +783,9 @@ gimp_brush_core_create_bound_segs (GimpBrushCore *core,
pixel_region_init_temp_buf (&PR, mask,
0, 0, mask->width, mask->height);
/* smooth the mask in order to obtain a simpler boundary */
smooth_region (&PR);
boundary = boundary_find (&PR, BOUNDARY_WITHIN_BOUNDS,
0, 0, PR.w, PR.h,
0,

View File

@ -524,17 +524,17 @@ gimp_image_map_tool_notify_preview (GObject *config,
GimpTool *tool = GIMP_TOOL (image_map_tool);
GimpImageMapOptions *options = GIMP_IMAGE_MAP_OPTIONS (config);
if (options->preview)
if (image_map_tool->image_map)
{
gimp_tool_control_set_preserve (tool->control, TRUE);
if (options->preview)
{
gimp_tool_control_set_preserve (tool->control, TRUE);
gimp_image_map_tool_map (image_map_tool);
gimp_image_map_tool_map (image_map_tool);
gimp_tool_control_set_preserve (tool->control, FALSE);
}
else
{
if (image_map_tool->image_map)
gimp_tool_control_set_preserve (tool->control, FALSE);
}
else
{
gimp_tool_control_set_preserve (tool->control, TRUE);

View File

@ -654,6 +654,8 @@ gimp_rect_select_tool_execute (GimpRectangleTool *rectangle,
gint w,
gint h)
{
GimpRectSelectTool *rect_select = GIMP_RECT_SELECT_TOOL (rectangle);
if (w == 0 && h == 0)
{
GimpImage *image = GIMP_TOOL (rectangle)->display->image;
@ -708,6 +710,10 @@ gimp_rect_select_tool_execute (GimpRectangleTool *rectangle,
gimp_rect_select_tool_update_option_defaults (GIMP_RECT_SELECT_TOOL (rectangle),
FALSE);
/* Reset the automatic undo/redo mechanism */
rect_select->undo = NULL;
rect_select->redo = NULL;
return TRUE;
}

View File

@ -325,7 +325,7 @@ rotate_angle_changed (GtkAdjustment *adj,
{
gimp_draw_tool_pause (GIMP_DRAW_TOOL (tr_tool));
tr_tool->trans_info[ANGLE] = value;
tr_tool->trans_info[REAL_ANGLE] = tr_tool->trans_info[ANGLE] = value;
gimp_transform_tool_recalc (tr_tool, GIMP_TOOL (tr_tool)->display);

View File

@ -75,13 +75,15 @@ gimp_color_bar_class_init (GimpColorBarClass *klass)
GTK_ORIENTATION_HORIZONTAL,
GIMP_PARAM_WRITABLE |
G_PARAM_CONSTRUCT_ONLY));
g_object_class_install_property (object_class, PROP_COLOR,
gimp_param_spec_rgb ("color",
NULL, NULL,
FALSE, &white,
GIMP_PARAM_WRITABLE |
G_PARAM_CONSTRUCT));
g_object_class_install_property (object_class, PROP_ORIENTATION,
g_object_class_install_property (object_class, PROP_CHANNEL,
g_param_spec_enum ("histogram-channel",
NULL, NULL,
GIMP_TYPE_HISTOGRAM_CHANNEL,

37
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for GIMP 2.4.3.
# Generated by GNU Autoconf 2.61 for GIMP 2.4.4.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP>.
#
@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GIMP'
PACKAGE_TARNAME='gimp'
PACKAGE_VERSION='2.4.3'
PACKAGE_STRING='GIMP 2.4.3'
PACKAGE_VERSION='2.4.4'
PACKAGE_STRING='GIMP 2.4.4'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
ac_unique_file="app/core/gimp.c"
@ -1693,7 +1693,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures GIMP 2.4.3 to adapt to many kinds of systems.
\`configure' configures GIMP 2.4.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1767,7 +1767,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of GIMP 2.4.3:";;
short | recursive ) echo "Configuration of GIMP 2.4.4:";;
esac
cat <<\_ACEOF
@ -1974,7 +1974,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
GIMP configure 2.4.3
GIMP configure 2.4.4
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1988,7 +1988,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GIMP $as_me 2.4.3, which was
It was created by GIMP $as_me 2.4.4, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -2661,7 +2661,7 @@ fi
# Define the identity of the package.
PACKAGE='gimp'
VERSION='2.4.3'
VERSION='2.4.4'
# Some tools Automake needs.
@ -2803,11 +2803,11 @@ ac_config_headers="$ac_config_headers config.h"
GIMP_MAJOR_VERSION=2
GIMP_MINOR_VERSION=4
GIMP_MICRO_VERSION=3
GIMP_INTERFACE_AGE=3
GIMP_BINARY_AGE=403
GIMP_VERSION=2.4.3
GIMP_REAL_VERSION=2.4.3
GIMP_MICRO_VERSION=4
GIMP_INTERFACE_AGE=4
GIMP_BINARY_AGE=404
GIMP_VERSION=2.4.4
GIMP_REAL_VERSION=2.4.4
GIMP_API_VERSION=2.0
GIMP_APP_VERSION=2.4
GIMP_PLUGIN_VERSION=2.0
@ -2860,7 +2860,7 @@ fi
LT_VERSION_INFO="400:3:400"
LT_VERSION_INFO="400:4:400"
LT_CURRENT_MINUS_AGE=0
@ -32192,6 +32192,7 @@ echo "$as_me: error:
# Check for libjpeg
###################
jpeg_ok=no
# Check whether --with-libjpeg was given.
if test "${with_libjpeg+set}" = set; then
@ -37501,7 +37502,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by GIMP $as_me 2.4.3, which was
This file was extended by GIMP $as_me 2.4.4, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -37554,7 +37555,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
GIMP config.status 2.4.3
GIMP config.status 2.4.4
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@ -37665,8 +37666,8 @@ INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'
gimp_major_ver=2
gimp_minor_ver=4
gimp_micro_ver=3
gimp_ver=2.4.3
gimp_micro_ver=4
gimp_ver=2.4.4
gimp_api_ver=2.0

View File

@ -8,11 +8,11 @@ AC_PREREQ(2.54)
m4_define([gimp_major_version], [2])
m4_define([gimp_minor_version], [4])
m4_define([gimp_micro_version], [3])
m4_define([gimp_micro_version], [4])
m4_define([gimp_real_version],
[gimp_major_version.gimp_minor_version.gimp_micro_version])
m4_define([gimp_version], [gimp_real_version])
m4_define([gimp_interface_age], [3])
m4_define([gimp_interface_age], [4])
m4_define([gimp_binary_age],
[m4_eval(100 * gimp_minor_version + gimp_micro_version)])
@ -1003,6 +1003,7 @@ AC_SUBST(LIBTIFF)
# Check for libjpeg
###################
jpeg_ok=no
AC_ARG_WITH(libjpeg, [ --without-libjpeg build without JPEG support])
if test "x$with_libjpeg" != xno && test -z "$LIBJPEG"; then
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,

View File

@ -23,7 +23,6 @@ Columns: 3
239 41 41 Scarlet Red 1
204 0 0 Scarlet Red 2
164 0 0 Scarlet Red 3
238 238 236 Untitled
238 238 236 Aluminium 1
211 215 207 Aluminium 2
186 189 182 Aluminium 3

View File

@ -92,6 +92,7 @@
<thetip xml:lang="sk">GIMP vám umožňuje vrátiť späť väčšinu zmien na obrázku, a preto sa nebojte experimentovať.</thetip>
<thetip xml:lang="sl">GIMP zagotavlja razveljavitev velike večine sprememb na sliki, zato uživajte v eksperimentiranju!</thetip>
<thetip xml:lang="sv">GIMP låter dig ångra de flesta ändringar i bilden, så experimentera gärna.</thetip>
<thetip xml:lang="uk">У GIMP можна скасувати більшість внесених змін, тому можете сміливо експериментувати.</thetip>
<thetip xml:lang="vi">Bộ trình đồ họa GIMP cho phép bạn hoàn lại phần lớn thay đổi trong ảnh, vì vậy bạn có thể thử ra nhé.</thetip>
</tip>
@ -128,6 +129,7 @@
<thetip xml:lang="ru">Контекстную помощь для большинства функций и пунктов меню GIMP можно вызвать клавишей F1.</thetip>
<thetip xml:lang="sl">Za večino funkcij GIMPa obstaja od konteksta odvisna pomoč, do katere lahko vedno dostopate s pritiskom na tipko F1. To deluje tudi znotraj menijev.</thetip>
<thetip xml:lang="sv">Du kan få sammanhangskänslig hjälp för de flesta av GIMP:s funktioner genom att när som helst trycka på F1-tangenten. Detta fungerar även inne i menyerna.</thetip>
<thetip xml:lang="uk">Контекстну довідку для більшості функцій та меню GIMP можна викликати клавішею F1.</thetip>
</tip>
<tip level="beginner">
<thetip>GIMP uses layers to let you organize your image. Think of them as a stack of slides or filters, such that looking through them you see a composite of their contents.</thetip>
@ -165,6 +167,7 @@
<thetip xml:lang="sk">GIMP používa vrstvy na organizáciu vašich obrázkov. Môžete si ich predstaviť ako sadu fólií alebo filtrov, cez ktoré sa pozeráte, keď chcete vidieť ich kompozíciu.</thetip>
<thetip xml:lang="sl">GIMP uporablja plasti, s katerimi lažje organizirate slike. Predstavljate si jih kot večje število prosojnic ali filtrov, zloženih drug na drugega, tako da s pogledom od zgoraj vidite sestavljeno vsebino cele slike.</thetip>
<thetip xml:lang="sv">GIMP använder lager så att du kan organisera din bild. Betrakta dem som en hög med diabilder eller filter, som gör att när du tittar genom dem ser en sammansättning av deras innehåll.</thetip>
<thetip xml:lang="uk">Для створення складного зображення у GIMP використовує шари. Щоб отримати про них уяву, уявіть стопку прозорих плівок із зображеннями, так що при перегляді видимий вміст одразу всіх плівок.</thetip>
<thetip xml:lang="vi">Bộ trình đồ họa GIMP dùng lớp để cho phép bạn tổ hợp ảnh. Có thể tưởng rằng các lớp này là một đống nhiều bộ lọc hoặc chiều ảnh, thì khi bạn thấy qua, có thể xem các nội dung ghép lại.</thetip>
</tip>
<tip level="beginner">
@ -250,6 +253,7 @@
<thetip xml:lang="sk">Keď ukladáte obrázok, na ktorom budete ešte pracovať, skúste použiť natívny formát XCF programu GIMP (používa príponu <tt>.xcf</tt>), ktorý uchová vrstvy a každý aspekt vašej nedokončenej práce. Po dokončení projektu ho môžete uložiť ako JPEG, PNG, GIF, ...</thetip>
<thetip xml:lang="sl">Če obdelujete sliko in jo želite pozneje še naprej obdelovati, jo shranite v zapisu GIMP (s končnico <tt>.xcf</tt>). Ta namreč omogoča shranjevanje vseh plasti in večine drugih nastavitev. Ko je projekt zaključen, ga lahko shranite v zapisih TIF, JPEG, PNG, GIF, ...</thetip>
<thetip xml:lang="sv">Prova att använda XCF, GIMP:s inbyggda filformat (använd filändelsen <tt>.xcf</tt>), när du sparar en bild för att arbeta med den senare. Detta bevarar lagren och alla aspekter av ditt pågående arbete. När ett projekt väl är färdigt kan du spara det som JPEG, PNG, GIF, ...</thetip>
<thetip xml:lang="uk">Якщо ви бажаєте продовжити редагування зображення пізніше, збережіть його у форматі XCF. Це внутрішній формат GIMP (розширення файлів <tt>.xcf</tt>). У ньому зберігаються стан усіх шарів, масок та інших частин зображення. Після закінчення роботи над проектом можете зберегти його у JPEG, PNG, GIF, ...</thetip>
<thetip xml:lang="vi">Khi bạn lưu một ảnh để làm việc với nó sau, hãy thử ra dùng định dạng tập tin sở hữu của GIMP, XCF (dùng phần mở rộng tập tin <tt>.xcf</tt>). Định dạng XCF bảo quản mọi lớp và mọi khía cạnh của việc-đang-tiến-hành của bạn. Một khi dự án đó hoàn thành, bạn có thể lưu nó dạng JPEG, PNG, GIF v.v.</thetip>
</tip>
<tip level="beginner">
@ -281,6 +285,7 @@
<thetip xml:lang="ru">Большинство расширений работает с активным слоем активного изображения. В некоторых случаях вам придется объединить слои («Изображение→Свести изображение»), чтобы расширение обработало все изображение.</thetip>
<thetip xml:lang="sl">Večina vtičnikov obdela samo trenutno aktivno plast na odprti sliki. V nekaterih primerih je potrebno vse plasti združiti v eno plast (Slika→Splošči sliko), preden lahko uporabimo vtičnik na celi sliki.</thetip>
<thetip xml:lang="sv">De flesta insticksmoduler arbetar med det aktuella lagret i den aktuella bilden. I en del fall måste du slå samman alla lager (Bild→Platta till bilden) om du vill att insticksmodulen ska arbeta på hela bilden.</thetip>
<thetip xml:lang="uk">Більшість доповнень працюють з активним шаром зображення. У деяких випадках необхідно об'єднувати всі шари (Зображення→Звести зображення), якщо бажаєте щоб доповнення діяло на все зображення.</thetip>
</tip>
<tip level="beginner">
<thetip>If a layer's name in the Layers dialog is displayed in <b>bold</b>, this layer doesn't have an alpha-channel. You can add an alpha-channel using Layer→Transparency→Add Alpha Channel.</thetip>
@ -312,6 +317,7 @@
<thetip xml:lang="ru">Если имя слоя в палитре слоев отображено <b>жирным</b> шрифтом, это означает, что у данного слоя нет альфа-канала. Вы можете добавить альфа-канал через меню «Слой→Прозрачность→Добавить альфа-канал».</thetip>
<thetip xml:lang="sl">Če je ime plasti prikazano s <b>krepko</b> pisavo, ta kanal nima kanala alfa. Kanal alfa lahko dodate z ukazom Plast→Prosojnost→Dodaj kanal alfa.</thetip>
<thetip xml:lang="sv">Om ett lagers namn i lagerdialogen visas med <b>fet</b> text innebär det att lagret inte har en alfakanal. Du kan lägga till en alfakanal med hjälp av Lager→Transparens→Lägg till alfakanal.</thetip>
<thetip xml:lang="uk">Якщо назва шару у палітрі шарів відображається <b>жирним</b> шрифтом, це означає, що цей шар не має альфа-каналу. Ви можете додати альфа-канал у меню «Шар→Прозорість→Додати альфа-канал».</thetip>
</tip>
<tip level="beginner">
<thetip>Not all effects can be applied to all kinds of images. This is indicated by a grayed-out menu-entry. You may need to change the image mode to RGB (Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha Channel) or flatten it (Image→Flatten Image).</thetip>
@ -343,6 +349,7 @@
<thetip xml:lang="ru">Некоторые эффекты применимы не ко всем типам изображения. Пункт меню такого эффекта недоступен для выбора. Иногда для того, чтобы воспользоваться тем или иным фильтром, нужно перевести изображение в режим RGB («ИзображениеРежим→RGB»), добавить альфа-канал («Слой→Прозрачность→Добавить альфа-канал») или свести изображение («Изображение→Свести изображение»).</thetip>
<thetip xml:lang="sl">Vsem vrstam slik ne moremo dodeliti vseh učinkov. To nakazujejo posiveli menijski vnosi. Morda morate spremeniti slikovni način v RGB (Slika→Način→RGB), dodati kanal alfa (Plast→Prosojnost→Dodaj kanal alfa) ali sploščiti sliko (Slika→Splošči sliko).</thetip>
<thetip xml:lang="sv">Alla effekter kan inte tillämpas på alla typer av bilder. Detta visas genom att menyposten är gråtonad. Du kan behöva ändra bildläget till RGB (Bild→Läge→RGB), lägga till en alfakanal (Lager→Transparens→Lägg till alfakanal) eller platta till den (Bild→Platta till bild).</thetip>
<thetip xml:lang="uk">Деякі ефекти не можуть бути застосовані до усіх типів зображення. Це позначується сірим кольором елементів меню. Можливо знадобиться перевести зображення у режим RGB (Зображення→Режим→RGB), додати канал прозорості (Шар→Прозорість→Додати альфа-канал) або об'єднати шари зображення (Зображення→Звести зображення).</thetip>
</tip>
<tip level="beginner">
<thetip>You can adjust or move a selection by using <tt>Alt</tt>-drag. If this makes the window move, your window manager uses the <tt>Alt</tt> key already. Most window managers can be configured to ignore the <tt>Alt</tt> key or to use the <tt>Super</tt> key (or "Windows logo") instead.</thetip>
@ -365,6 +372,7 @@
<thetip xml:lang="ru">Вы можете переместить выделение, нажав <tt>Alt</tt> и перетащив его мышкой. Если вместо выделения перемещается окно с изображением, значит ваш оконный менеджер уже использует эту комбинацию с <tt>Alt</tt>. Попробуйте одновременно с <tt>Alt</tt> нажать клавишу <tt>Shift</tt>, либо смените настройки оконного менеджера (сменив <tt>Alt</tt> на <tt>Super</tt> или клавишу с логотипом Windows).</thetip>
<thetip xml:lang="sl">Izbor lahko premikate ali prilagodite s pomočjo <tt>Alt</tt>-povleci. Če se s to kombinacijo premakne okno, vaš okenski upravitelj že uporablja tipko <tt>Alt</tt>. Večina okenskih upraviteljev je mogoče nastaviti tako, da prezrejo pritisnjeno tipko <tt>Alt</tt> ali da namesto nje uporabijo tipko <tt>Super</tt> (ali "Logotip Windows").</thetip>
<thetip xml:lang="sv">Du kan justera eller flytta en markering genom att använda <tt>Alt</tt> och dra. Om detta gör att fönstret flyttar sig använder din fönsterhanterare redan <tt>Alt</tt>-tangenten. De flesta fönsterhanterare kan konfigureras till att ignorera <tt>Alt</tt>-tangenten eller till att använda <tt>Super</tt>-tangenten (eller "Windows logo") istället.</thetip>
<thetip xml:lang="uk">Ви можете скоригувати чи перемістити виділену ділянку використовуючи перетягування з утриманням натиснутої <tt>Alt</tt>. Якщо це призводить до переміщення цілого вікна, це означає ваш менеджер вікон вже використовує клавішу <tt>Alt</tt>. Спробуйте одночасно з цим натискати <tt>Shift</tt>, або змініть настройки віконного менеджера (змінивши <tt>Alt</tt> на <tt>Super</tt> чи клавішу з логотипом Windows).</thetip>
</tip>
@ -402,6 +410,7 @@
<thetip xml:lang="ru">В GIMP можно перетаскивать мышкой многие элементы. Например, если перетащить цвет с панели инструментов или из палитры на изображение, то изображение или его выделенная область будет залито этим цветом.</thetip>
<thetip xml:lang="sl">Uporabite lahko marsikatero možnost urejanja s pomočjo tehnike povleci in spusti, npr. z vlečenjem barve iz orodjarne ali barvne palete v sliko; trenutna slika ali izbrano področje se bo prebarvalo z izbrano barvo.</thetip>
<thetip xml:lang="sv">Du kan dra och släppa många saker i GIMP. Att exempelvis dra en färg från verktygslådan eller från en färgpalett och släppa den i en bild gör att den aktuella markeringen fylls med den färgen.</thetip>
<thetip xml:lang="uk">У GIMP можна перетягувати мишею багато елементів. Наприклад, перетягування кольору з панелі інструментів або з палітри на зображення призводить до заповнення цим кольором зображення (або його виділеної ділянки).</thetip>
</tip>
<tip level="intermediate">
<thetip>You can use the middle mouse button to pan around the image (or optionally hold <tt>Spacebar</tt> while you move the mouse).</thetip>
@ -431,6 +440,7 @@
<thetip xml:lang="ru">Для перемещения по изображению используйте среднюю клавишу мыши. В диалоге настроек можно изменить способ на более привычный для пользователей других программ — удерживая нажатой клавишу <tt>пробела</tt>, перемещать курсор мыши.</thetip>
<thetip xml:lang="sl">S srednjim gumbom miške si lahko pomagate za pomikanje okoli slike (ali po možnosti držite pritisnjeno <tt>preslednico</tt>, medtem ko premikate miško).</thetip>
<thetip xml:lang="sv">Du kan använda den mittenmusknappen för att panorera över bilden (eller hålla ner <tt>blankstegstangenten</tt> när du flyttar musen).</thetip>
<thetip xml:lang="uk">Для переміщення по зображенню використовуйте середню клавішу миші. У діалозі параметрів можна змінити спосіб на більш звичний для користувачів інших програм — утримуючи натисненою клавішу <tt>пробіл</tt>, переміщувати курсор миші.</thetip>
</tip>
<tip level="intermediate">
<thetip>Click and drag on a ruler to place a guide on an image. All dragged selections will snap to the guides. You can remove guides by dragging them off the image with the Move tool.</thetip>
@ -470,7 +480,7 @@
<thetip xml:lang="sk">Kliknutím a potiahnutím na pravítko umiestnite do obrázka vodítko.Všetky ťahané výbery budú pritiahnuté k týmto vodítkam. Vodítka môže odstrániť tak, že pomocou nástroja Presun ich vytiahnete mimo plochu obrázka.</thetip>
<thetip xml:lang="sl">Kliknite in povlecite na ravnilo za postavitev vodila na sliko. Vse povlečene izbire se bodo pripele na vodila. Vodila odstranite z vlečenjem le-teh prek zunanjih robov slike z orodjem Premakni.</thetip>
<thetip xml:lang="sv">Klicka på en linjal och dra den för att placera en hjälplinje på en bild. Alla markeringar som dras kommer att fästas vid hjälplinjerna. Du kan ta bort hjälplinjer genom att dra dem utanför bilden med flyttverktyget.</thetip>
<thetip xml:lang="uk">Щоб помістити напрямну на зображення натисніть на лінійку та перетягніть. Всі виділені області, які переміщуватимуться, будуть причіплюватись до напрямних. Видалити напрямні можна перетягнувши їх за межі зображення за допомогою інструменту &quot;Переміщення&quot;.</thetip>
<thetip xml:lang="uk">Щоб помістити напрямну на зображення натисніть на лінійку та перетягніть. Всі виділені області, які переміщуватимуться, будуть причіплюватись до напрямних. Видалити напрямні можна перетягнувши їх за межі зображення за допомогою інструменту «Переміщення».</thetip>
<thetip xml:lang="vi">Hãy nhắp và kếo vào một thuớc đo để tạo một nét dẫn trên một ảnh nào đó. Mọi vùng chọn đã kéo thì sẽ đính nét dẫn này. Bạn có thể loại bỏ nét dẫn bằng cách kéo nó ra ảnh, dùng công cụ Chuyển.</thetip>
<thetip xml:lang="zh_CN">点击并拖动标尺可以在图像中放置参考线。所有拖动的选区都会被吸附到参考线上。您可以用移动工具把参考线拖出图像外来删除它们。</thetip>
</tip>
@ -516,7 +526,7 @@
<thetip xml:lang="sr">Можете превући слој из прозорчета „Слојеви, канали и путање“ и спустити га на палету алата. На тај начин ће се направити нова слика која садржи само тај слој.</thetip>
<thetip xml:lang="sr@Latn">Možete prevući sloj iz prozorčeta „Slojevi, kanali i putanje“ i spustiti ga na paletu alata. Na taj način će se napraviti nova slika koja sadrži samo taj sloj.</thetip>
<thetip xml:lang="sv">Du kan dra ett lager från lagerdialogen och släppa den på verktygslådan. Detta skapar en ny bild som innehåller endast det lagret.</thetip>
<thetip xml:lang="uk">Можна перемістити шар з діалогового вікна &quot;Шари&quot; на панель інструментів. Це призведе до створення нового зображення, яке буде містити лише цей шар.</thetip>
<thetip xml:lang="uk">Можна перемістити шар з діалогового вікна «Шари» на панель інструментів. Це призведе до створення нового зображення, яке буде містити лише цей шар.</thetip>
<thetip xml:lang="vi">Bạn có thể kéo một lớp từ hộp thoại Lớp rồi thả nó trên hộp công cụ. Làm như thế sẽ tạo một ảnh mới có chứa chỉ lớp đó thôi.</thetip>
<thetip xml:lang="zh_CN">您可以从图层对话框中拖动一个图层到工具箱中释放。这样会创建一幅只含有那个图层的新图像。</thetip>
<thetip xml:lang="zh_TW">您可以在「圖層」對話方塊中拖曳一個圖層並將之放進工具箱內。這樣會產生一幅只含有該圖層的影像。</thetip>
@ -597,6 +607,7 @@
<thetip xml:lang="sk">GIMP podporuje priebežnú gzip kompresiu. Stačí pridať koncovku <tt>.gz</tt> (alebo <tt>.bz2</tt>, ak máte nainštalovaný bzip2) k názvu súboru a obrázok bude uložený komprimovaný. Rovnako to funguje, prirodzene, aj pri načítavaní obrázkov.</thetip>
<thetip xml:lang="sl">GIMP omogoča neposredno shranjevanje v načinu stiskanja podatkov gzip. Dodajte le končnico <tt>.gz</tt> ( ali <tt>.bz2</tt>, če je nameščen program bzip2) na koncu imena datoteke in ta se shrani v stisnjeni obliki. Tudi program lahko neposredno odpira tako stisnjene slike.</thetip>
<thetip xml:lang="sv">GIMP stöder direkt gzip-komprimering. Lägg bara till <tt>.gz</tt> (eller <tt>.bz2</tt>, om du har bzip2 installerat) till filnamnet och din bild kommer att sparas komprimerad. Givetvis fungerar även inläsning av komprimerade bilder.</thetip>
<thetip xml:lang="uk">GIMP підтримує стискання gzip «на ходу». Просто додайте <tt>.gz</tt> (чи <tt>.bz2</tt>, якщо у вас встановлено bzip2) до назви файлу, та ваше зображення буде збережено стисненим. Звичайно, стиснені зображення можна відкривати як звичайні.</thetip>
<thetip xml:lang="vi">Bộ trình đồ họa GIMP hỗ trợ nén kiểu gzip một cách động. Hãy chỉ đơn giản thêm phần mở rộng <tt>.gz</tt> (hoặc <tt>.bz2</tt> nếu bạn đã cài đặt bzip2) vào tên tập tin, rồi ảnh đó sẽ được lưu đã nén. Tất nhiên, bạn cũng có thể tải ảnh đã nén.</thetip>
</tip>
<tip level="intermediate">
@ -676,6 +687,7 @@
<thetip xml:lang="ru">При помощи команды, вызываемой из меню «Правка→Обвести по контуру...» можно быстро нарисовать простые геометрические фигуры, такие как квадраты и круги. Этой командой выделенная область обводится по контуру активной кистью или пунктиром с задаваемыми параметрами. Более сложные геометрические фигуры можно рисовать при помощи подпрограммы Gfig («Фильтры→Визуализация→Gfig»).</thetip>
<thetip xml:lang="sl">Enostavne kvadrate ali kroge narišete z ukazom Uredi→Izbor poteze. S potezo oriše rob trenutnega izbora. Bolj zahtevne oblike lahko narišete z orodjem Pot ali z ukazom Filtri→Upodobi→Gfig.</thetip>
<thetip xml:lang="sv">Du kan rita enkla fyrkanter och cirklar genom att använda Redigera→Stryk längs markering. Den stryker längs kanten av din aktuella markering. Mer komplexa figurer kan ritas med slingverktyget eller Filter→Rendera→Gfig.</thetip>
<thetip xml:lang="uk">Можна малювати прості квадрати чи кола використовуючи меню «Правка→Обвести за контуром». Цією командою контур виділеної області обводиться активним пензлем чи типовим пунктиром. Більш складні геометричні фігури можна намалювати використовуючи інструмент «Контур» або «Фільтри→Візуалізація→Gfig».</thetip>
</tip>
<tip level="intermediate">
<thetip>If you stroke a path (Edit→Stroke Path), the paint tools can be used with their current settings. You can use the Paintbrush in gradient mode or even the Eraser or the Smudge tool.</thetip>
@ -708,6 +720,7 @@
<thetip xml:lang="ru">При обводке по контуру («Правка→Обвести по контуру...»), используется активный на данный момент рисующий инструмент со всеми параметрами. Вы можете использовать «Кисть» в режиме градиента, «Штамп» с источником из шаблона или даже «Ластик» и «Палец».</thetip>
<thetip xml:lang="sl">Pri izrisu poti po obrisu predmeta (Uredi→Izris poti) uporabite trenutne nastavitve izbranega risarskega orodja. Uporabite npr. slikarski čopič v načinu barvnega preliva, radirko ali orodje za razmazovanje.</thetip>
<thetip xml:lang="sv">Om du stryker en slinga (Redigera→Stryk slinga) kan ritverktygen användas med deras aktuella inställningar. Du kan använda målarpenseln i gradientläget eller till och med suddaren eller smetverktyget.</thetip>
<thetip xml:lang="uk">При обведенні контуру (Правка→Обвести за контуром), використовується поточний інструмент малювання з усіма параметрами. Ви можете використовувати «Пензель» у режимі градієнта, «Штамп» з джерелом з шаблону, або навіть інструменти «Гумка» чи «Палець».</thetip>
</tip>
<tip level="intermediate">
<thetip>You can create and edit complex selections using the Path tool. The Paths dialog allows you to work on multiple paths and to convert them to selections.</thetip>
@ -749,7 +762,7 @@
<thetip xml:lang="sr">Можете направити и уређивати сложене изборе помоћу алата за путање. Прозорче за путање дозвољава рад са више путања и претварање истих у изборе.</thetip>
<thetip xml:lang="sr@Latn">Možete napraviti i uređivati složene izbore pomoću alata za putanje. Prozorče za putanje dozvoljava rad sa više putanja i pretvaranje istih u izbore.</thetip>
<thetip xml:lang="sv">Du kan skapa och redigera komplexa markeringar genom att använda slingverktyget. Slingdialogen låter dig arbeta med flera slingor och konvertera dem till markeringar.</thetip>
<thetip xml:lang="uk">Можна створювати та редагувати складні ділянки виділення використовуючи інструмент &quot;Контур&quot;. У діалоговому вікні &quot;Контур&quot; можна працювати з кількома контурами та перетворювати їх у виділення.</thetip>
<thetip xml:lang="uk">Можна створювати та редагувати складні ділянки виділення використовуючи інструмент «Контур». У діалоговому вікні «Контур»; можна працювати з кількома контурами та перетворювати їх у виділення.</thetip>
<thetip xml:lang="vi">Bạn có thể tạo và hiệu chỉnh vùng chọn phức tạp bằng cách dùng công cụ « Đường dẫn ». Hộp thoại « Đường dẫn » cho phép bạn làm việc với nhiều đường dẫn và chuyển đổi chúng thành vùng chọn.</thetip>
<thetip xml:lang="zh_CN">您可以用路径工具创建和编辑复杂的选区。路径对话框允许您同时操作多个路径以及把它们转换到选区。</thetip>
<thetip xml:lang="zh_TW">您可以使用路徑工具來製作及修改複雜的選擇區域。在「路徑」對話方塊中,您可以同時處理多個路徑並將它們轉換為選擇區域。</thetip>
@ -824,6 +837,7 @@
<thetip xml:lang="ru">Выделенную область можно сохранить как канал («Выделение→Сохранить в канале»), а потом редактировать этот канал любым инструментом рисования. Изменять видимость канала и преобразовывать его в выделение вы можете при помощи кнопок в диалоге каналов.</thetip>
<thetip xml:lang="sl">Izbor lahko shranite v kanal (Izberi→Shrani v kanal) in ga potem obdelate s katerim koli orodjem za risanje. S pomočjo gumbov v pogovornem oknu Kanali lahko spreminjate vidnost novega kanala ali ga spremenite v izbiro.</thetip>
<thetip xml:lang="sv">Du kan spara en markering till en kanal (Markera→Spara till kanal) och sedan ändra denna kanal med något av målarverktygen. Genom att använda knapparna i kanaldialogen kan du växla synligheten på denna nya kanal eller konvertera den till en markering.</thetip>
<thetip xml:lang="uk">Виділену ділянку можна зберегти як канал («Виділення→Зберегти в каналі»), а потім редагувати цей канал будь-яким інструментом. Кнопками у діалоговому вікні "Канали", можна змінити видимість каналу або перетворити його у виділену ділянку.</thetip>
</tip>
@ -857,6 +871,7 @@
<thetip xml:lang="ru">После того, как вы включили в диалоге настройки функцию «Динамические клавиатурные комбинации», вы можете переопределить сочетания клавиш быстрого доступа. Чтобы это сделать, наведите курсор мыши на нужный пункт меню и нажмите удобное вам сочетание клавиш. Проверьте, стоит ли в настройках GIMP флажок напротив «Сохранять клавиши быстрого доступа при выходе», чтобы при следующем запуске программы не переназначать всё заново. После установки всех комбинаций, возможно, стоит отключить динамическое запоминание, чтобы случайно ничего не переназначить.</thetip>
<thetip xml:lang="sl">Potem ko omogočite &quot;Uporabi dinamične tipke za bližnjice&quot; v pogovornem oknu nastavitev, lahko tipke za bližnjice prerazporedite. Prikličite meni, izberite ukaz v njem, nato pritisnite želeno kombinacijo tipk. Če je &quot;Shrani tipke za bližnjice ob izhodu&quot; vključen, bodo nove kombinacije tipk shranjene ob izhodu iz aplikacije GIMP. Kasneje raje izključite &quot;Dinamične tipke za bližnjice&quot;, da preprečite nenamerno dodeljevanje novih bližnjic.</thetip>
<thetip xml:lang="sv">När du har aktiverat &quot;Dynamiska tangentbordsgenvägar&quot; i inställningsdialogen kan du konfigurera om genvägstangenter. Detta gör du genom att ta fram menyn, välja ett menyobjekt och trycka på den önskade tangentkombinationen. Om &quot;Spara tangentbordsgenvägar&quot; är aktiverad kommer tangentbindningarna att sparas när du avslutar GIMP. Du bör antagligen inaktivera &quot;Dynamiska tangentbordsgenvägar&quot; efteråt för att förhindra att genvägar konfigureras av misstag.</thetip>
<thetip xml:lang="uk">Після ввімкнення функції «Динамічні комбінації клавіш» у діалоговому вікні Параметри" можна перевизначати комбінації клавіш. Для цього відкрийте меню наведіть вказівник на потрібний пункт меню, та натисніть бажану комбінацію клавіш. Якщо ввімкнено «Зберігати комбінації клавіш при виході», вона буде збережена під час виходу з програми GIMP. Після встановлення всіх комбінацій, можливо, варто вимкнути динамічне запам'ятовування, щоб випадково нічого не переназначити.</thetip>
</tip>
<tip level="advanced">
<thetip>If your screen is too cluttered, you can press <tt>Tab</tt> in an image window to toggle the visibility of the toolbox and other dialogs.</thetip>
@ -888,6 +903,7 @@
<thetip xml:lang="ru">Если на экране мало места, можно воспользоваться кнопкой <tt>Tab</tt> в окне изображения, чтобы скрыть или показать панель инструментов и окна диалогов.</thetip>
<thetip xml:lang="sl">Če je vaše namizje preveč nastlano, lahko pritisnete tipko <tt>Tab</tt> v oknu slike, da vključite ali izključite vidnost orodne vrstice in drugih pogovornih oken.</thetip>
<thetip xml:lang="sv">Om din bildskärm är för stökig kan du trycka på <tt>tabulator</tt> i ett bildfönster för att växla synligheten på verktygslådan och andra dialoger.</thetip>
<thetip xml:lang="uk">Якщо на екрані мало місця, можна користуватись кнопкою <tt>Tab</tt> у вікні зображення, щоб приховати чи показати панелі інструментів та інші діалогові вікна.</thetip>
</tip>
<tip level="advanced">
<thetip><tt>Shift</tt>-click on the eye icon in the Layers dialog to hide all layers but that one. <tt>Shift</tt>-click again to show all layers.</thetip>
@ -965,6 +981,7 @@
<thetip xml:lang="ru">Чтобы переключить активность маски слоя, нажмите кнопкой мыши ее эскиз, удерживая клавишу <tt>Ctrl</tt>. <tt>Alt</tt>+щелчок по эскизу маски переключает прямое отображение маски.</thetip>
<thetip xml:lang="sl"><tt>Ctrl</tt>-klik v predogledu maske plasti v pogovornem oknu Plasti vključi ali izključi učinek maske plasti. <tt>Alt</tt>-klik na predogled maske plasti v pogovornem oknu Plasti vključi ali izključi neposreden ogled maske.</thetip>
<thetip xml:lang="sv">Håll ner <tt>Ctrl</tt> och klicka på lagermaskens förhandsgranskning i lagerdialogen växlar effekten av lagermasken. <tt>Alt</tt>-klick på lagermaskens förhandsgranskning i lagerdialogen växlar visning av masken direkt.</thetip>
<thetip xml:lang="uk">Щоб перемикнути активність маски шару, натисніть кнопкою миші на ескізі, утримуючи при цьому клавішу <tt>Ctrl</tt>. <tt>Alt</tt>+клацання на ескізі маски</thetip>
</tip>
<tip level="advanced">
<thetip>You can use <tt>Ctrl</tt>-<tt>Tab</tt> to cycle through all layers in an image (if your window manager doesn't trap those keys...).</thetip>
@ -997,6 +1014,7 @@
<thetip xml:lang="ru">Переключаться между слоями можно по <tt>Ctrl</tt>-<tt>Tab</tt> (если ваш оконный менеджер не использует это сочетание клавиш).</thetip>
<thetip xml:lang="sl">Uporabite kombinacijo tipk <tt>Ctrl</tt> in <tt>Tab</tt> za prehajanje med plastmi slike (če vaš upravljalnik oken to dovoljuje in ne prestreže te kombinacije tipk).</thetip>
<thetip xml:lang="sv">Du kan använda <tt>Alt</tt>-<tt>tabulator</tt> för att växla mellan alla lager i en bild (om din fönsterhanterare inte fångar dessa tangenter...).</thetip>
<thetip xml:lang="uk">Для перемикання між шарами можна користуватись клавішами <tt>Alt</tt>-<tt>Tab</tt> (якщо ваш віконний менеджер не використовує цю комбінацію клавіш).</thetip>
</tip>
<tip level="advanced">
<thetip><tt>Ctrl</tt>-click with the Bucket Fill tool to have it use the background color instead of the foreground color. Similarly, <tt>Ctrl</tt>-clicking with the eyedropper tool sets the background color instead of the foreground color.</thetip>
@ -1028,6 +1046,7 @@
<thetip xml:lang="ru">Инструмент «Заливка» по умолчанию использует цвет переднего плана. Чтобы залить область цветом фона используйте клавишу <tt>Ctrl</tt>. Аналогично, при нажатой клавише <tt>Ctrl</tt> пипетка снимает цвет для фона, а не для переднего плана.</thetip>
<thetip xml:lang="sl"><tt>Ctrl</tt>-klik v orodju Zapolni s kanglico uporabi barvo ozadja namesto barve ospredja. Podobno <tt>Ctrl</tt>-klik v orodju kapalke nastavi barvo ozadja namesto barve ospredja.</thetip>
<thetip xml:lang="sv">Håll ner <tt>Ctrl</tt> och klicka med fyllnadsverktyget för att göra så att det använder bakgrundsfärgen istället för förgrundsfärgen. På samma sätt ställer ett <tt>Ctrl</tt>-klick med pipettverktyget in bakgrundsfärgen istället för förgrundsfärgen.</thetip>
<thetip xml:lang="uk">Інструмент «Заповнення» зазвичай використовує колір переднього плану. Щоб заповнити ділянку кольором тла, натискайте клавішу <tt>Ctrl</tt>. Аналогічно, при натиснутій клавіші <tt>Ctrl</tt> піпетка знімає колір для тла, а не для переднього плану.</thetip>
</tip>
<tip level="advanced">
<thetip><tt>Ctrl</tt>-drag with the Rotate tool will constrain the rotation to 15 degree angles.</thetip>
@ -1144,6 +1163,7 @@
<thetip xml:lang="ru">Если цвета отсканированных фотографий выглядят недостаточно сочными, это можно исправить при помощи кнопки «Авто» в диалоге «Уровни» («Цвет→Уровни...»). Оттенки цвета можно редактировать при помощи инструмента «Кривые» («Цвет→Кривые...»).</thetip>
<thetip xml:lang="sl">Če nekatere skenirane slike niso videti dovolj barvite, lahko njihov tonski obseg enostavno spremenite z gumbom "Samodejno" v orodju Ravni (Barve→Ravni). Če so barve na sliki nepravilno prikazane, lahko to popravite z orodjem Krivulje (Barve→Krivulje).</thetip>
<thetip xml:lang="sv">Om en del av dina inlästa bilder inte ser ut att vara tillräckligt färggranna kan du enkelt förbättra deras färgtonsintervall med knappen &quot;Auto&quot; i nivåverktyget (Färger→Nivåer). Om det finns några färgskiftningar kan du korrigera dem med kurvverktyget (Färger→Kurvor).</thetip>
<thetip xml:lang="uk">Якщо кольори сканованих зображення виглядають недостатньо соковитими, їх тональний діапазон можна виправити за допомогою кнопки «Авто» у діалоговому вікні «Рівні» (Колір→Рівні). Відтінки кольору можна скоригувати інструментом «Криві» (Колір→Криві).</thetip>
</tip>

View File

@ -19,7 +19,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Base Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.4.3
for GIMP 2.4.4
</p></div>
</div>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpbasetypes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601374" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602326" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2550423" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2528458" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpbaseenums"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2601374"></a><span class="refentrytitle">gimpbaseenums</span>
<a name="id2602326"></a><span class="refentrytitle">gimpbaseenums</span>
</h2>
<p>gimpbaseenums &#8212; Basic GIMP enumeration data types.</p>
</td>
@ -82,17 +82,17 @@ enum <a class="link" href="libgimpbase-gimpbaseenums.html#GimpVec
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2550423"></a><h2>Description</h2>
<a name="id2528458"></a><h2>Description</h2>
<p>
Basic GIMP enumeration data types.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2550438"></a><h2>Details</h2>
<a name="id2532552"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2550449"></a><h3>
<a name="id2532562"></a><h3>
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
<a class="indexterm" name="id2550462"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2532574"></a><pre class="programlisting">typedef enum
{
GIMP_ADD_WHITE_MASK, /*&lt; desc="_White (full opacity)" &gt;*/
GIMP_ADD_BLACK_MASK, /*&lt; desc="_Black (full transparency)" &gt;*/
@ -109,9 +109,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604666"></a><h3>
<a name="id2532599"></a><h3>
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
<a class="indexterm" name="id2602356"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2532612"></a><pre class="programlisting">typedef enum
{
GIMP_FG_BG_RGB_MODE, /*&lt; desc="FG to BG (RGB)" &gt;*/
GIMP_FG_BG_HSV_MODE, /*&lt; desc="FG to BG (HSV)" &gt;*/
@ -125,9 +125,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2550491"></a><h3>
<a name="id2532632"></a><h3>
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
<a class="indexterm" name="id2550503"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2532644"></a><pre class="programlisting">typedef enum
{
GIMP_FG_BUCKET_FILL, /*&lt; desc="FG color fill" &gt;*/
GIMP_BG_BUCKET_FILL, /*&lt; desc="BG color fill" &gt;*/
@ -140,9 +140,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2550522"></a><h3>
<a name="id2532663"></a><h3>
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
<a class="indexterm" name="id2550534"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2532676"></a><pre class="programlisting">typedef enum
{
GIMP_CHANNEL_OP_ADD, /*&lt; desc="Add to the current selection" &gt;*/
GIMP_CHANNEL_OP_SUBTRACT, /*&lt; desc="Subtract from the current selection" &gt;*/
@ -156,9 +156,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2550556"></a><h3>
<a name="id2532697"></a><h3>
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
<a class="indexterm" name="id2600103"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528013"></a><pre class="programlisting">typedef enum
{
GIMP_RED_CHANNEL, /*&lt; desc="Red" &gt;*/
GIMP_GREEN_CHANNEL, /*&lt; desc="Green" &gt;*/
@ -174,9 +174,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592489"></a><h3>
<a name="id2528033"></a><h3>
<a name="GimpCheckSize"></a>enum GimpCheckSize</h3>
<a class="indexterm" name="id2592502"></a><pre class="programlisting">typedef enum /*&lt; pdb-skip &gt;*/
<a class="indexterm" name="id2528046"></a><pre class="programlisting">typedef enum /*&lt; pdb-skip &gt;*/
{
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*&lt; desc="Small" &gt;*/
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*&lt; desc="Medium" &gt;*/
@ -189,9 +189,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592521"></a><h3>
<a name="id2528065"></a><h3>
<a name="GimpCheckType"></a>enum GimpCheckType</h3>
<a class="indexterm" name="id2592534"></a><pre class="programlisting">typedef enum /*&lt; pdb-skip &gt;*/
<a class="indexterm" name="id2528078"></a><pre class="programlisting">typedef enum /*&lt; pdb-skip &gt;*/
{
GIMP_CHECK_TYPE_LIGHT_CHECKS = 0, /*&lt; desc="Light checks" &gt;*/
GIMP_CHECK_TYPE_GRAY_CHECKS = 1, /*&lt; desc="Mid-tone checks" &gt;*/
@ -207,9 +207,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592557"></a><h3>
<a name="id2528101"></a><h3>
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
<a class="indexterm" name="id2592569"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528113"></a><pre class="programlisting">typedef enum
{
GIMP_IMAGE_CLONE, /*&lt; desc="Image" &gt;*/
GIMP_PATTERN_CLONE /*&lt; desc="Pattern" &gt;*/
@ -221,9 +221,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592587"></a><h3>
<a name="id2528131"></a><h3>
<a name="GimpDesaturateMode"></a>enum GimpDesaturateMode</h3>
<a class="indexterm" name="id2592599"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528143"></a><pre class="programlisting">typedef enum
{
GIMP_DESATURATE_LIGHTNESS, /*&lt; desc="Lightness" &gt;*/
GIMP_DESATURATE_LUMINOSITY, /*&lt; desc="Luminosity" &gt;*/
@ -236,9 +236,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592618"></a><h3>
<a name="id2528162"></a><h3>
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
<a class="indexterm" name="id2592630"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528174"></a><pre class="programlisting">typedef enum
{
GIMP_DODGE, /*&lt; desc="Dodge" &gt;*/
GIMP_BURN /*&lt; desc="Burn" &gt;*/
@ -250,9 +250,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592647"></a><h3>
<a name="id2528191"></a><h3>
<a name="GimpForegroundExtractMode"></a>enum GimpForegroundExtractMode</h3>
<a class="indexterm" name="id2592659"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528203"></a><pre class="programlisting">typedef enum
{
GIMP_FOREGROUND_EXTRACT_SIOX
} GimpForegroundExtractMode;
@ -263,9 +263,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592675"></a><h3>
<a name="id2528219"></a><h3>
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
<a class="indexterm" name="id2592687"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528231"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_LINEAR, /*&lt; desc="gradient|Linear" &gt;*/
GIMP_GRADIENT_BILINEAR, /*&lt; desc="Bi-linear" &gt;*/
@ -286,9 +286,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592716"></a><h3>
<a name="id2528260"></a><h3>
<a name="GimpGridStyle"></a>enum GimpGridStyle</h3>
<a class="indexterm" name="id2528007"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2528273"></a><pre class="programlisting">typedef enum
{
GIMP_GRID_DOTS, /*&lt; desc="Intersections (dots)" &gt;*/
GIMP_GRID_INTERSECTIONS, /*&lt; desc="Intersections (crosshairs)" &gt;*/
@ -303,9 +303,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528029"></a><h3>
<a name="id2592942"></a><h3>
<a name="GimpIconType"></a>enum GimpIconType</h3>
<a class="indexterm" name="id2528042"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2592954"></a><pre class="programlisting">typedef enum
{
GIMP_ICON_TYPE_STOCK_ID, /*&lt; desc="Stock ID" &gt;*/
GIMP_ICON_TYPE_INLINE_PIXBUF, /*&lt; desc="Inline pixbuf" &gt;*/
@ -318,9 +318,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528061"></a><h3>
<a name="id2592973"></a><h3>
<a name="GimpImageBaseType"></a>enum GimpImageBaseType</h3>
<a class="indexterm" name="id2528073"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2592986"></a><pre class="programlisting">typedef enum
{
GIMP_RGB, /*&lt; desc="RGB color" &gt;*/
GIMP_GRAY, /*&lt; desc="Grayscale" &gt;*/
@ -333,9 +333,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528091"></a><h3>
<a name="id2593004"></a><h3>
<a name="GimpImageType"></a>enum GimpImageType</h3>
<a class="indexterm" name="id2528104"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593016"></a><pre class="programlisting">typedef enum
{
GIMP_RGB_IMAGE, /*&lt; desc="RGB" &gt;*/
GIMP_RGBA_IMAGE, /*&lt; desc="RGB-alpha" &gt;*/
@ -351,9 +351,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528125"></a><h3>
<a name="id2593038"></a><h3>
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
<a class="indexterm" name="id2528136"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593049"></a><pre class="programlisting">typedef enum
{
GIMP_INTERPOLATION_NONE, /*&lt; desc="interpolation|None" &gt;*/
GIMP_INTERPOLATION_LINEAR, /*&lt; desc="interpolation|Linear" &gt;*/
@ -367,9 +367,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528157"></a><h3>
<a name="id2593069"></a><h3>
<a name="GimpMessageHandlerType"></a>enum GimpMessageHandlerType</h3>
<a class="indexterm" name="id2528168"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593080"></a><pre class="programlisting">typedef enum
{
GIMP_MESSAGE_BOX,
GIMP_CONSOLE,
@ -382,9 +382,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528185"></a><h3>
<a name="id2593097"></a><h3>
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
<a class="indexterm" name="id2528196"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593108"></a><pre class="programlisting">typedef enum
{
GIMP_PAINT_CONSTANT, /*&lt; desc="Constant" &gt;*/
GIMP_PAINT_INCREMENTAL /*&lt; desc="Incremental" &gt;*/
@ -396,9 +396,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528214"></a><h3>
<a name="id2593126"></a><h3>
<a name="GimpPDBArgType"></a>enum GimpPDBArgType</h3>
<a class="indexterm" name="id2528226"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593139"></a><pre class="programlisting">typedef enum
{
GIMP_PDB_INT32,
GIMP_PDB_INT16,
@ -433,9 +433,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528251"></a><h3>
<a name="id2593163"></a><h3>
<a name="GimpPDBProcType"></a>enum GimpPDBProcType</h3>
<a class="indexterm" name="id2528263"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593176"></a><pre class="programlisting">typedef enum
{
GIMP_INTERNAL, /*&lt; desc="Internal GIMP procedure" &gt;*/
GIMP_PLUGIN, /*&lt; desc="GIMP Plug-In" &gt;*/
@ -449,9 +449,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615460"></a><h3>
<a name="id2593195"></a><h3>
<a name="GimpPDBStatusType"></a>enum GimpPDBStatusType</h3>
<a class="indexterm" name="id2615470"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593207"></a><pre class="programlisting">typedef enum
{
GIMP_PDB_EXECUTION_ERROR,
GIMP_PDB_CALLING_ERROR,
@ -466,9 +466,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615487"></a><h3>
<a name="id2593225"></a><h3>
<a name="GimpProgressCommand"></a>enum GimpProgressCommand</h3>
<a class="indexterm" name="id2615497"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593237"></a><pre class="programlisting">typedef enum
{
GIMP_PROGRESS_COMMAND_START,
GIMP_PROGRESS_COMMAND_END,
@ -484,9 +484,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615515"></a><h3>
<a name="id2593256"></a><h3>
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
<a class="indexterm" name="id2615525"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593269"></a><pre class="programlisting">typedef enum
{
GIMP_REPEAT_NONE, /*&lt; desc="None" &gt;*/
GIMP_REPEAT_SAWTOOTH, /*&lt; desc="Sawtooth wave" &gt;*/
@ -499,9 +499,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615542"></a><h3>
<a name="id2593288"></a><h3>
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
<a class="indexterm" name="id2615553"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593300"></a><pre class="programlisting">typedef enum
{
GIMP_RUN_INTERACTIVE, /*&lt; desc="Run interactively" &gt;*/
GIMP_RUN_NONINTERACTIVE, /*&lt; desc="Run non-interactively" &gt;*/
@ -514,9 +514,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615570"></a><h3>
<a name="id2593320"></a><h3>
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
<a class="indexterm" name="id2615581"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593332"></a><pre class="programlisting">typedef enum
{
GIMP_PIXELS, /*&lt; desc="Pixels" &gt;*/
GIMP_POINTS /*&lt; desc="Points" &gt;*/
@ -528,9 +528,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615596"></a><h3>
<a name="id2593349"></a><h3>
<a name="GimpStackTraceMode"></a>enum GimpStackTraceMode</h3>
<a class="indexterm" name="id2615607"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593362"></a><pre class="programlisting">typedef enum
{
GIMP_STACK_TRACE_NEVER,
GIMP_STACK_TRACE_QUERY,
@ -543,9 +543,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615622"></a><h3>
<a name="id2593379"></a><h3>
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
<a class="indexterm" name="id2615633"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593391"></a><pre class="programlisting">typedef enum
{
GIMP_SHADOWS, /*&lt; desc="Shadows" &gt;*/
GIMP_MIDTONES, /*&lt; desc="Midtones" &gt;*/
@ -558,9 +558,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615649"></a><h3>
<a name="id2593409"></a><h3>
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
<a class="indexterm" name="id2615660"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593420"></a><pre class="programlisting">typedef enum
{
GIMP_TRANSFORM_FORWARD, /*&lt; desc="Normal (Forward)" &gt;*/
GIMP_TRANSFORM_BACKWARD /*&lt; desc="Corrective (Backward)" &gt;*/
@ -572,9 +572,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615676"></a><h3>
<a name="id2593438"></a><h3>
<a name="GimpTransformResize"></a>enum GimpTransformResize</h3>
<a class="indexterm" name="id2615687"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593451"></a><pre class="programlisting">typedef enum
{
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*&lt; desc="Adjust" &gt;*/
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*&lt; desc="Clip" &gt;*/
@ -588,9 +588,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615706"></a><h3>
<a name="id2593472"></a><h3>
<a name="GimpUserDirectory"></a>enum GimpUserDirectory</h3>
<a class="indexterm" name="id2615716"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593484"></a><pre class="programlisting">typedef enum
{
GIMP_USER_DIRECTORY_DESKTOP,
GIMP_USER_DIRECTORY_DOCUMENTS,
@ -608,9 +608,9 @@ Basic GIMP enumeration data types.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615735"></a><h3>
<a name="id2593504"></a><h3>
<a name="GimpVectorsStrokeType"></a>enum GimpVectorsStrokeType</h3>
<a class="indexterm" name="id2615745"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2593515"></a><pre class="programlisting">typedef enum
{
GIMP_VECTORS_STROKE_TYPE_BEZIER
} GimpVectorsStrokeType;
@ -621,9 +621,9 @@ Basic GIMP enumeration data types.
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2615761"></a><div class="refsect2" lang="en"><a name="id2615762"></a></div>
<a name="id2593533"></a><div class="refsect2" lang="en"><a name="id2593534"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2615763"></a></div>
<div class="refsect2" lang="en"><a name="id2593535"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpversion.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583310" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606863" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2608380" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2616701" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpbasetypes"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2583310"></a><span class="refentrytitle">gimpbasetypes</span>
<a name="id2606863"></a><span class="refentrytitle">gimpbasetypes</span>
</h2>
<p>gimpbasetypes &#8212; Translation between gettext translation domain identifier and GType.</p>
</td>
@ -76,17 +76,17 @@ href="../gobject/gobject-Type-Information.html#GType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608380"></a><h2>Description</h2>
<a name="id2616701"></a><h2>Description</h2>
<p>
Translation between gettext translation domain identifier and GType.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2608396"></a><h2>Details</h2>
<a name="id2616718"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2588780"></a><h3>
<a name="id2616729"></a><h3>
<a name="GimpEnumDesc"></a>GimpEnumDesc</h3>
<a class="indexterm" name="id2588793"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2616741"></a><pre class="programlisting">typedef struct {
gint value;
gchar *value_desc;
gchar *value_help;
@ -98,9 +98,9 @@ Translation between gettext translation domain identifier and GType.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588810"></a><h3>
<a name="id2600518"></a><h3>
<a name="GimpFlagsDesc"></a>GimpFlagsDesc</h3>
<a class="indexterm" name="id2588822"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2600531"></a><pre class="programlisting">typedef struct {
guint value;
gchar *value_desc;
gchar *value_help;
@ -112,9 +112,9 @@ Translation between gettext translation domain identifier and GType.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588839"></a><h3>
<a name="id2600548"></a><h3>
<a name="gimp-type-set-translation-domain"></a>gimp_type_set_translation_domain ()</h3>
<a class="indexterm" name="id2588854"></a><pre class="programlisting">void gimp_type_set_translation_domain (<a
<a class="indexterm" name="id2600564"></a><pre class="programlisting">void gimp_type_set_translation_domain (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type,
const <a
@ -154,9 +154,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596533"></a><h3>
<a name="id2599631"></a><h3>
<a name="gimp-type-get-translation-domain"></a>gimp_type_get_translation_domain ()</h3>
<a class="indexterm" name="id2596549"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2599646"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_type_get_translation_domain (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -195,9 +195,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596670"></a><h3>
<a name="id2599767"></a><h3>
<a name="gimp-enum-set-value-descriptions"></a>gimp_enum_set_value_descriptions ()</h3>
<a class="indexterm" name="id2596686"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (<a
<a class="indexterm" name="id2599783"></a><pre class="programlisting">void gimp_enum_set_value_descriptions (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> enum_type,
const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a> *descriptions);</pre>
@ -231,9 +231,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2527257"></a><h3>
<a name="id2599887"></a><h3>
<a name="gimp-enum-get-value-descriptions"></a>gimp_enum_get_value_descriptions ()</h3>
<a class="indexterm" name="id2527273"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (<a
<a class="indexterm" name="id2576808"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_value_descriptions (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> enum_type);</pre>
<p>
@ -267,9 +267,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2527367"></a><h3>
<a name="id2576902"></a><h3>
<a name="gimp-flags-get-value-descriptions"></a>gimp_flags_get_value_descriptions ()</h3>
<a class="indexterm" name="id2527382"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (<a
<a class="indexterm" name="id2576917"></a><pre class="programlisting">const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_value_descriptions (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> flags_type);</pre>
<p>
@ -303,9 +303,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2527476"></a><h3>
<a name="id2577011"></a><h3>
<a name="gimp-flags-set-value-descriptions"></a>gimp_flags_set_value_descriptions ()</h3>
<a class="indexterm" name="id2527492"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (<a
<a class="indexterm" name="id2577027"></a><pre class="programlisting">void gimp_flags_set_value_descriptions (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> flags_type,
const <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a> *descriptions);</pre>
@ -339,9 +339,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2616536"></a><div class="refsect2" lang="en"><a name="id2616537"></a></div>
<a name="id2577131"></a><div class="refsect2" lang="en"><a name="id2577132"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2616538"></a></div>
<div class="refsect2" lang="en"><a name="id2577134"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpcpuaccel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602801" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606914" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2583101" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2596712" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpchecks"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2602801"></a><span class="refentrytitle">gimpchecks</span>
<a name="id2606914"></a><span class="refentrytitle">gimpchecks</span>
</h2>
<p>gimpchecks &#8212; Constants and functions related to rendering checkerboards.</p>
</td>
@ -60,17 +60,17 @@ href="../glib/glib-Basic-Types.html#guchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2583101"></a><h2>Description</h2>
<a name="id2596712"></a><h2>Description</h2>
<p>
Constants and functions related to rendering checkerboards.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2583118"></a><h2>Details</h2>
<a name="id2607147"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2583128"></a><h3>
<a name="id2607158"></a><h3>
<a name="GIMP-CHECK-SIZE:CAPS"></a>GIMP_CHECK_SIZE</h3>
<a class="indexterm" name="id2583140"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
<a class="indexterm" name="id2607169"></a><pre class="programlisting">#define GIMP_CHECK_SIZE 8
</pre>
<p>
The default checkerboard size in pixels. This is configurable in the
@ -80,9 +80,9 @@ this constant instead.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583158"></a><h3>
<a name="id2607188"></a><h3>
<a name="GIMP-CHECK-SIZE-SM:CAPS"></a>GIMP_CHECK_SIZE_SM</h3>
<a class="indexterm" name="id2583170"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
<a class="indexterm" name="id2607199"></a><pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
</pre>
<p>
The default small checkerboard size in pixels.
@ -90,9 +90,9 @@ The default small checkerboard size in pixels.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582656"></a><h3>
<a name="id2607215"></a><h3>
<a name="GIMP-CHECK-DARK:CAPS"></a>GIMP_CHECK_DARK</h3>
<a class="indexterm" name="id2582667"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
<a class="indexterm" name="id2607227"></a><pre class="programlisting">#define GIMP_CHECK_DARK 0.4
</pre>
<p>
The dark gray value for the default checkerboard pattern.
@ -100,9 +100,9 @@ The dark gray value for the default checkerboard pattern.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582684"></a><h3>
<a name="id2607243"></a><h3>
<a name="GIMP-CHECK-LIGHT:CAPS"></a>GIMP_CHECK_LIGHT</h3>
<a class="indexterm" name="id2582695"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
<a class="indexterm" name="id2607255"></a><pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
</pre>
<p>
The light gray value for the default checkerboard pattern.
@ -110,9 +110,9 @@ The light gray value for the default checkerboard pattern.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582712"></a><h3>
<a name="id2605108"></a><h3>
<a name="gimp-checks-get-shades"></a>gimp_checks_get_shades ()</h3>
<a class="indexterm" name="id2582725"></a><pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
<a class="indexterm" name="id2605121"></a><pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType">GimpCheckType</a> type,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *light,
@ -150,9 +150,9 @@ checkerboard for a certain <a class="link" href="libgimpbase-gimpbaseenums.html#
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2582996"></a><div class="refsect2" lang="en"><a name="id2582997"></a></div>
<a name="id2605229"></a><div class="refsect2" lang="en"><a name="id2605230"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2582998"></a></div>
<div class="refsect2" lang="en"><a name="id2605231"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpdatafiles.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580016" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604924" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2610857" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2586175" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpcpuaccel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2580016"></a><span class="refentrytitle">gimpcpuaccel</span>
<a name="id2604924"></a><span class="refentrytitle">gimpcpuaccel</span>
</h2>
<p>gimpcpuaccel</p>
</td>
@ -54,17 +54,17 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610857"></a><h2>Description</h2>
<a name="id2586175"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2610873"></a><h2>Details</h2>
<a name="id2609702"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2610884"></a><h3>
<a name="id2604197"></a><h3>
<a name="GimpCpuAccelFlags"></a>enum GimpCpuAccelFlags</h3>
<a class="indexterm" name="id2610896"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2607699"></a><pre class="programlisting">typedef enum
{
GIMP_CPU_ACCEL_NONE = 0x0,
@ -86,9 +86,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593553"></a><h3>
<a name="id2607721"></a><h3>
<a name="gimp-cpu-accel-get-support"></a>gimp_cpu_accel_get_support ()</h3>
<a class="indexterm" name="id2593567"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
<a class="indexterm" name="id2607735"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags">GimpCpuAccelFlags</a> gimp_cpu_accel_get_support (void);</pre>
<p>
Query for CPU acceleration support.</p>
<p>
@ -108,9 +108,9 @@ Query for CPU acceleration support.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593621"></a><h3>
<a name="id2602905"></a><h3>
<a name="gimp-cpu-accel-set-use"></a>gimp_cpu_accel_set_use ()</h3>
<a class="indexterm" name="id2593634"></a><pre class="programlisting">void gimp_cpu_accel_set_use (<a
<a class="indexterm" name="id2602918"></a><pre class="programlisting">void gimp_cpu_accel_set_use (<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> use);</pre>
<p>
@ -131,9 +131,9 @@ This function is for internal use only.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2589021"></a><div class="refsect2" lang="en"><a name="id2589022"></a></div>
<a name="id2602977"></a><div class="refsect2" lang="en"><a name="id2602978"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2589024"></a></div>
<div class="refsect2" lang="en"><a name="id2602979"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpenv.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2610567" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606710" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2580720" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2579677" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpdatafiles"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2610567"></a><span class="refentrytitle">gimpdatafiles</span>
<a name="id2606710"></a><span class="refentrytitle">gimpdatafiles</span>
</h2>
<p>gimpdatafiles &#8212; Functions to handle GIMP data files.</p>
</td>
@ -72,17 +72,17 @@ href="../glib/glib-Basic-Types.html#gpointer"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2580720"></a><h2>Description</h2>
<a name="id2579677"></a><h2>Description</h2>
<p>
Functions to handle GIMP data files.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2580735"></a><h2>Details</h2>
<a name="id2579693"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2580746"></a><h3>
<a name="id2579704"></a><h3>
<a name="GimpDatafileData"></a>GimpDatafileData</h3>
<a class="indexterm" name="id2580758"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2579716"></a><pre class="programlisting">typedef struct {
const gchar *filename;
const gchar *dirname;
const gchar *basename;
@ -98,9 +98,9 @@ Functions to handle GIMP data files.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581398"></a><h3>
<a name="id2579734"></a><h3>
<a name="GimpDatafileLoaderFunc"></a>GimpDatafileLoaderFunc ()</h3>
<a class="indexterm" name="id2581409"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
<a class="indexterm" name="id2579746"></a><pre class="programlisting">void (*GimpDatafileLoaderFunc) (const <a class="link" href="libgimpbase-gimpdatafiles.html#GimpDatafileData">GimpDatafileData</a> *file_data,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);</pre>
@ -127,9 +127,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581476"></a><h3>
<a name="id2611685"></a><h3>
<a name="gimp-datafiles-check-extension"></a>gimp_datafiles_check_extension ()</h3>
<a class="indexterm" name="id2581487"></a><pre class="programlisting"><a
<a class="indexterm" name="id2611697"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_datafiles_check_extension (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -165,9 +165,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612901"></a><h3>
<a name="id2611774"></a><h3>
<a name="gimp-datafiles-read-directories"></a>gimp_datafiles_read_directories ()</h3>
<a class="indexterm" name="id2612912"></a><pre class="programlisting">void gimp_datafiles_read_directories (const <a
<a class="indexterm" name="id2611786"></a><pre class="programlisting">void gimp_datafiles_read_directories (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *path_str,
<a
@ -210,9 +210,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2586138"></a><div class="refsect2" lang="en"><a name="id2586139"></a></div>
<a name="id2615414"></a><div class="refsect2" lang="en"><a name="id2615415"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2586140"></a></div>
<div class="refsect2" lang="en"><a name="id2615416"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpmemsize.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2576698" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594128" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618784" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2621076" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpenv"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2576698"></a><span class="refentrytitle">gimpenv</span>
<a name="id2594128"></a><span class="refentrytitle">gimpenv</span>
</h2>
<p>gimpenv &#8212; Functions to access the GIMP environment.</p>
</td>
@ -105,18 +105,18 @@ href="../glib/glib-Doubly-Linked-Lists.html#GList"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2618784"></a><h2>Description</h2>
<a name="id2621076"></a><h2>Description</h2>
<p>
A set of functions to find the locations of GIMP's data directories and
configuration files.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618801"></a><h2>Details</h2>
<a name="id2612699"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618812"></a><h3>
<a name="id2612710"></a><h3>
<a name="gimp-env-init"></a>gimp_env_init ()</h3>
<a class="indexterm" name="id2618827"></a><pre class="programlisting">void gimp_env_init (<a
<a class="indexterm" name="id2612725"></a><pre class="programlisting">void gimp_env_init (<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> plug_in);</pre>
<p>
@ -143,9 +143,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618905"></a><h3>
<a name="id2612803"></a><h3>
<a name="gimp-directory"></a>gimp_directory ()</h3>
<a class="indexterm" name="id2618917"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2612815"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_directory (void);</pre>
<p>
@ -183,9 +183,9 @@ UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618999"></a><h3>
<a name="id2612897"></a><h3>
<a name="gimp-data-directory"></a>gimp_data_directory ()</h3>
<a class="indexterm" name="id2619011"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2612910"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_data_directory (void);</pre>
<p>
@ -214,9 +214,9 @@ UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619710"></a><h3>
<a name="id2550837"></a><h3>
<a name="gimp-locale-directory"></a>gimp_locale_directory ()</h3>
<a class="indexterm" name="id2619721"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2550848"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_locale_directory (void);</pre>
<p>
@ -248,9 +248,9 @@ does not handle UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619787"></a><h3>
<a name="id2550914"></a><h3>
<a name="gimp-plug-in-directory"></a>gimp_plug_in_directory ()</h3>
<a class="indexterm" name="id2619798"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2550925"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_plug_in_directory (void);</pre>
<p>
@ -279,9 +279,9 @@ UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619852"></a><h3>
<a name="id2550979"></a><h3>
<a name="gimp-sysconf-directory"></a>gimp_sysconf_directory ()</h3>
<a class="indexterm" name="id2619863"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2550990"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_sysconf_directory (void);</pre>
<p>
@ -310,9 +310,9 @@ UTF-8.).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619916"></a><h3>
<a name="id2551043"></a><h3>
<a name="gimp-user-directory"></a>gimp_user_directory ()</h3>
<a class="indexterm" name="id2619931"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2551058"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_user_directory (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpUserDirectory">GimpUserDirectory</a> type);</pre>
<p>
@ -349,9 +349,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586580"></a><h3>
<a name="id2577195"></a><h3>
<a name="gimp-personal-rc-file"></a>gimp_personal_rc_file ()</h3>
<a class="indexterm" name="id2586591"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577207"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_personal_rc_file (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -387,9 +387,9 @@ UTF-8. (On Windows it always is UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586669"></a><h3>
<a name="id2577285"></a><h3>
<a name="gimp-gtkrc"></a>gimp_gtkrc ()</h3>
<a class="indexterm" name="id2586682"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2577297"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_gtkrc (void);</pre>
<p>
@ -414,9 +414,9 @@ UTF-8.)</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586732"></a><h3>
<a name="id2577347"></a><h3>
<a name="gimp-path-parse"></a>gimp_path_parse ()</h3>
<a class="indexterm" name="id2586744"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577360"></a><pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* gimp_path_parse (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -477,9 +477,9 @@ href="../glib/glib-Doubly-Linked-Lists.html#GList"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620555"></a><h3>
<a name="id2577523"></a><h3>
<a name="gimp-path-to-str"></a>gimp_path_to_str ()</h3>
<a class="indexterm" name="id2620566"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577535"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_path_to_str (<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
@ -509,9 +509,9 @@ href="../glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620643"></a><h3>
<a name="id2577611"></a><h3>
<a name="gimp-path-free"></a>gimp_path_free ()</h3>
<a class="indexterm" name="id2620655"></a><pre class="programlisting">void gimp_path_free (<a
<a class="indexterm" name="id2577624"></a><pre class="programlisting">void gimp_path_free (<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *path);</pre>
<p>
@ -531,9 +531,9 @@ it contains.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620716"></a><h3>
<a name="id2577684"></a><h3>
<a name="gimp-path-get-user-writable-dir"></a>gimp_path_get_user_writable_dir ()</h3>
<a class="indexterm" name="id2620729"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577697"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_path_get_user_writable_dir (<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
@ -563,9 +563,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2620817"></a><div class="refsect2" lang="en"><a name="id2620818"></a></div>
<a name="id2577783"></a><div class="refsect2" lang="en"><a name="id2577784"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2620819"></a></div>
<div class="refsect2" lang="en"><a name="id2577785"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpparam.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585017" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594704" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2600115" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2598934" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimplimits"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2585017"></a><span class="refentrytitle">gimplimits</span>
<a name="id2594704"></a><span class="refentrytitle">gimplimits</span>
</h2>
<p>gimplimits &#8212; Boundaries of some GIMP data types and some global constants.</p>
</td>
@ -54,18 +54,18 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2600115"></a><h2>Description</h2>
<a name="id2598934"></a><h2>Description</h2>
<p>
Boundaries of some GIMP data types and some global constants.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602175"></a><h2>Details</h2>
<a name="id2615300"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2602186"></a><h3>
<a name="id2584182"></a><h3>
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
<a class="indexterm" name="id2602198"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
<a class="indexterm" name="id2589303"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE 1
</pre>
<p>
The minimum width and height of a GIMP image in pixels.
@ -73,9 +73,9 @@ The minimum width and height of a GIMP image in pixels.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602214"></a><h3>
<a name="id2589319"></a><h3>
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
<a class="indexterm" name="id2603902"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
<a class="indexterm" name="id2589331"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
</pre>
<p>
The maximum width and height of a GIMP image in pixels. This is a
@ -85,9 +85,9 @@ sizes is needed; for example to give a spin button an upper limit.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603922"></a><h3>
<a name="id2589351"></a><h3>
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
<a class="indexterm" name="id2603934"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
<a class="indexterm" name="id2589362"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
</pre>
<p>
The minimum resolution of a GIMP image in pixels per inch. This is a
@ -98,9 +98,9 @@ this value.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603954"></a><h3>
<a name="id2589382"></a><h3>
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
<a class="indexterm" name="id2603966"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
<a class="indexterm" name="id2590176"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
</pre>
<p>
The maximum resolution of a GIMP image in pixels per inch. This is a
@ -111,9 +111,9 @@ this value.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603985"></a><h3>
<a name="id2590195"></a><h3>
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
<a class="indexterm" name="id2603996"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 &lt;&lt; 42) /* 4 terabyte;
<a class="indexterm" name="id2590207"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE ((guint64) 1 &lt;&lt; 42) /* 4 terabyte;
</pre>
<p>
A large but arbitrary value that can be used when an upper limit for a
@ -127,9 +127,9 @@ href="../libgimpwidgets/GimpMemsizeEntry.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2609668"></a><div class="refsect2" lang="en"><a name="id2609669"></a></div>
<a name="id2590243"></a><div class="refsect2" lang="en"><a name="id2590244"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2609670"></a></div>
<div class="refsect2" lang="en"><a name="id2590246"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimprectangle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2607368" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586403" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2575731" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2579579" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpmemsize"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2607368"></a><span class="refentrytitle">gimpmemsize</span>
<a name="id2586403"></a><span class="refentrytitle">gimpmemsize</span>
</h2>
<p>gimpmemsize &#8212; Functions to (de)serialize a given memory size.</p>
</td>
@ -95,17 +95,17 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2575731"></a><h2>Description</h2>
<a name="id2579579"></a><h2>Description</h2>
<p>
Functions to (de)serialize a given memory size.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2575748"></a><h2>Details</h2>
<a name="id2579596"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2619932"></a><h3>
<a name="id2579607"></a><h3>
<a name="gimp-memsize-serialize"></a>gimp_memsize_serialize ()</h3>
<a class="indexterm" name="id2619946"></a><pre class="programlisting"><a
<a class="indexterm" name="id2579620"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_memsize_serialize (<a
href="../glib/glib-Basic-Types.html#guint64"
@ -139,9 +139,9 @@ nice human-readable string please use <a class="link" href="libgimpbase-gimpmems
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620040"></a><h3>
<a name="id2587953"></a><h3>
<a name="gimp-memsize-deserialize"></a>gimp_memsize_deserialize ()</h3>
<a class="indexterm" name="id2620054"></a><pre class="programlisting"><a
<a class="indexterm" name="id2587967"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_memsize_deserialize (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -186,9 +186,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611030"></a><h3>
<a name="id2582059"></a><h3>
<a name="gimp-memsize-to-string"></a>gimp_memsize_to_string ()</h3>
<a class="indexterm" name="id2611041"></a><pre class="programlisting"><a
<a class="indexterm" name="id2582070"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_memsize_to_string (<a
href="../glib/glib-Basic-Types.html#guint64"
@ -219,9 +219,9 @@ becomes "4.4 KB" and so on.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611111"></a><h3>
<a name="id2582140"></a><h3>
<a name="GIMP-TYPE-MEMSIZE:CAPS"></a>GIMP_TYPE_MEMSIZE</h3>
<a class="indexterm" name="id2611123"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
<a class="indexterm" name="id2582151"></a><pre class="programlisting">#define GIMP_TYPE_MEMSIZE (gimp_memsize_get_type ())
</pre>
<p>
<a class="link" href="libgimpbase-gimpmemsize.html#GIMP-TYPE-MEMSIZE:CAPS"><span class="type">GIMP_TYPE_MEMSIZE</span></a> is a <a
@ -233,9 +233,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611161"></a><h3>
<a name="id2582189"></a><h3>
<a name="GIMP-TYPE-PARAM-MEMSIZE:CAPS"></a>GIMP_TYPE_PARAM_MEMSIZE</h3>
<a class="indexterm" name="id2611172"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
<a class="indexterm" name="id2582201"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_MEMSIZE (gimp_param_memsize_get_type ())
</pre>
<p>
@ -243,9 +243,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615167"></a><h3>
<a name="id2582217"></a><h3>
<a name="GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"></a>GIMP_IS_PARAM_SPEC_MEMSIZE()</h3>
<a class="indexterm" name="id2615178"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
<a class="indexterm" name="id2582228"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
</pre>
<p>
@ -263,9 +263,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-UINT64:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615214"></a><h3>
<a name="id2582264"></a><h3>
<a name="gimp-param-spec-memsize"></a>gimp_param_spec_memsize ()</h3>
<a class="indexterm" name="id2615228"></a><pre class="programlisting"><a
<a class="indexterm" name="id2621647"></a><pre class="programlisting"><a
href="../gobject/gobject-GParamSpec.html#GParamSpec"
>GParamSpec</a>* gimp_param_spec_memsize (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -351,9 +351,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621316"></a><h3>
<a name="id2621866"></a><h3>
<a name="GIMP-VALUE-HOLDS-MEMSIZE:CAPS"></a>GIMP_VALUE_HOLDS_MEMSIZE()</h3>
<a class="indexterm" name="id2621326"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
<a class="indexterm" name="id2621879"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
</pre>
<p>
@ -371,9 +371,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621359"></a><div class="refsect2" lang="en"><a name="id2621360"></a></div>
<a name="id2621916"></a><div class="refsect2" lang="en"><a name="id2621917"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2621361"></a></div>
<div class="refsect2" lang="en"><a name="id2621918"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpchecks.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597831" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600251" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2609334" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2583260" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpparam"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2597831"></a><span class="refentrytitle">gimpparam</span>
<a name="id2600251"></a><span class="refentrytitle">gimpparam</span>
</h2>
<p>gimpparam &#8212; Definitions of useful <a
href="../gobject/gobject-GParamSpec.html#GParamFlags"
@ -55,53 +55,53 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609334"></a><h2>Description</h2>
<a name="id2583260"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2579758"></a><h2>Details</h2>
<a name="id2589114"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2579768"></a><h3>
<a name="id2598624"></a><h3>
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a>GIMP_PARAM_STATIC_STRINGS</h3>
<a class="indexterm" name="id2579780"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
<a class="indexterm" name="id2594317"></a><pre class="programlisting">#define GIMP_PARAM_STATIC_STRINGS</pre>
<p>
Since: GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579796"></a><h3>
<a name="id2594333"></a><h3>
<a name="GIMP-PARAM-READABLE:CAPS"></a>GIMP_PARAM_READABLE</h3>
<a class="indexterm" name="id2579807"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
<a class="indexterm" name="id2594345"></a><pre class="programlisting">#define GIMP_PARAM_READABLE</pre>
<p>
Since: GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579823"></a><h3>
<a name="id2594360"></a><h3>
<a name="GIMP-PARAM-WRITABLE:CAPS"></a>GIMP_PARAM_WRITABLE</h3>
<a class="indexterm" name="id2579835"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
<a class="indexterm" name="id2594372"></a><pre class="programlisting">#define GIMP_PARAM_WRITABLE</pre>
<p>
Since: GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579850"></a><h3>
<a name="id2594388"></a><h3>
<a name="GIMP-PARAM-READWRITE:CAPS"></a>GIMP_PARAM_READWRITE</h3>
<a class="indexterm" name="id2579861"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
<a class="indexterm" name="id2594399"></a><pre class="programlisting">#define GIMP_PARAM_READWRITE</pre>
<p>
Since: GIMP 2.4
</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2605576"></a><div class="refsect2" lang="en"><a name="id2605577"></a></div>
<a name="id2594415"></a><div class="refsect2" lang="en"><a name="id2594416"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2605578"></a></div>
<div class="refsect2" lang="en"><a name="id2594417"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpparasiteio.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614008" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592300" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618296" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2581258" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpparasite"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2614008"></a><span class="refentrytitle">gimpparasite</span>
<a name="id2592300"></a><span class="refentrytitle">gimpparasite</span>
</h2>
<p>gimpparasite &#8212; Arbitrary pieces of data which can be attached to various GIMP objects.</p>
</td>
@ -125,18 +125,18 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2618296"></a><h2>Description</h2>
<a name="id2581258"></a><h2>Description</h2>
<p>
Arbitrary pieces of data which can be attached to various GIMP objects.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618313"></a><h2>Details</h2>
<a name="id2581274"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618324"></a><h3>
<a name="id2581285"></a><h3>
<a name="GimpParasite"></a>GimpParasite</h3>
<a class="indexterm" name="id2618336"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2581297"></a><pre class="programlisting">typedef struct {
gchar *name; /* The name of the parasite. USE A UNIQUE PREFIX! */
guint32 flags; /* save Parasite in XCF file, etc. */
guint32 size; /* amount of data */
@ -150,9 +150,9 @@ Arbitrary pieces of data which can be attached to various GIMP objects.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618358"></a><h3>
<a name="id2581319"></a><h3>
<a name="gimp-parasite-new"></a>gimp_parasite_new ()</h3>
<a class="indexterm" name="id2618371"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const <a
<a class="indexterm" name="id2581332"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name,
<a
@ -202,9 +202,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618491"></a><h3>
<a name="id2581452"></a><h3>
<a name="gimp-parasite-free"></a>gimp_parasite_free ()</h3>
<a class="indexterm" name="id2618504"></a><pre class="programlisting">void gimp_parasite_free (<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<a class="indexterm" name="id2581465"></a><pre class="programlisting">void gimp_parasite_free (<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
</p>
@ -221,9 +221,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579429"></a><h3>
<a name="id2581511"></a><h3>
<a name="gimp-parasite-copy"></a>gimp_parasite_copy ()</h3>
<a class="indexterm" name="id2579441"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<a class="indexterm" name="id2623756"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a>* gimp_parasite_copy (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
</p>
@ -247,9 +247,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579498"></a><h3>
<a name="id2623813"></a><h3>
<a name="gimp-parasite-compare"></a>gimp_parasite_compare ()</h3>
<a class="indexterm" name="id2579509"></a><pre class="programlisting"><a
<a class="indexterm" name="id2623824"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_parasite_compare (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *a,
const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *b);</pre>
@ -281,9 +281,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579588"></a><h3>
<a name="id2623902"></a><h3>
<a name="gimp-parasite-is-type"></a>gimp_parasite_is_type ()</h3>
<a class="indexterm" name="id2579599"></a><pre class="programlisting"><a
<a class="indexterm" name="id2623913"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_parasite_is_type (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
const <a
@ -317,9 +317,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624016"></a><h3>
<a name="id2623991"></a><h3>
<a name="gimp-parasite-is-persistent"></a>gimp_parasite_is_persistent ()</h3>
<a class="indexterm" name="id2624027"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624003"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_parasite_is_persistent (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -345,9 +345,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624077"></a><h3>
<a name="id2624060"></a><h3>
<a name="gimp-parasite-is-undoable"></a>gimp_parasite_is_undoable ()</h3>
<a class="indexterm" name="id2624088"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624072"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_parasite_is_undoable (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -373,9 +373,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624117"></a><h3>
<a name="id2624129"></a><h3>
<a name="gimp-parasite-has-flag"></a>gimp_parasite_has_flag ()</h3>
<a class="indexterm" name="id2624127"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624140"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_parasite_has_flag (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite,
<a
@ -409,9 +409,9 @@ href="../glib/glib-Basic-Types.html#gulong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624197"></a><h3>
<a name="id2624218"></a><h3>
<a name="gimp-parasite-flags"></a>gimp_parasite_flags ()</h3>
<a class="indexterm" name="id2624207"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624230"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gulong"
>gulong</a> gimp_parasite_flags (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -437,9 +437,9 @@ href="../glib/glib-Basic-Types.html#gulong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624258"></a><h3>
<a name="id2624287"></a><h3>
<a name="gimp-parasite-name"></a>gimp_parasite_name ()</h3>
<a class="indexterm" name="id2624268"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2624299"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_parasite_name (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -465,9 +465,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624320"></a><h3>
<a name="id2624358"></a><h3>
<a name="gimp-parasite-data"></a>gimp_parasite_data ()</h3>
<a class="indexterm" name="id2624330"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624370"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gconstpointer"
>gconstpointer</a> gimp_parasite_data (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -493,9 +493,9 @@ href="../glib/glib-Basic-Types.html#gconstpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624380"></a><h3>
<a name="id2624427"></a><h3>
<a name="gimp-parasite-data-size"></a>gimp_parasite_data_size ()</h3>
<a class="indexterm" name="id2624391"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624438"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#glong"
>glong</a> gimp_parasite_data_size (const <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite">GimpParasite</a> *parasite);</pre>
<p>
@ -521,9 +521,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624441"></a><h3>
<a name="id2624495"></a><h3>
<a name="GIMP-PARASITE-PERSISTENT:CAPS"></a>GIMP_PARASITE_PERSISTENT</h3>
<a class="indexterm" name="id2624454"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
<a class="indexterm" name="id2624508"></a><pre class="programlisting">#define GIMP_PARASITE_PERSISTENT 1
</pre>
<p>
@ -531,9 +531,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624467"></a><h3>
<a name="id2624523"></a><h3>
<a name="GIMP-PARASITE-UNDOABLE:CAPS"></a>GIMP_PARASITE_UNDOABLE</h3>
<a class="indexterm" name="id2624478"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
<a class="indexterm" name="id2624534"></a><pre class="programlisting">#define GIMP_PARASITE_UNDOABLE 2
</pre>
<p>
@ -541,9 +541,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624492"></a><h3>
<a name="id2624550"></a><h3>
<a name="GIMP-PARASITE-ATTACH-PARENT:CAPS"></a>GIMP_PARASITE_ATTACH_PARENT</h3>
<a class="indexterm" name="id2624504"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 &lt;&lt; 8)
<a class="indexterm" name="id2624563"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_PARENT (0x80 &lt;&lt; 8)
</pre>
<p>
@ -551,9 +551,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624519"></a><h3>
<a name="id2624579"></a><h3>
<a name="GIMP-PARASITE-PARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_PARENT_PERSISTENT</h3>
<a class="indexterm" name="id2624532"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT &lt;&lt; 8)
<a class="indexterm" name="id2624591"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT &lt;&lt; 8)
</pre>
<p>
@ -561,9 +561,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624547"></a><h3>
<a name="id2624608"></a><h3>
<a name="GIMP-PARASITE-PARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_PARENT_UNDOABLE</h3>
<a class="indexterm" name="id2624560"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE &lt;&lt; 8)
<a class="indexterm" name="id2624621"></a><pre class="programlisting">#define GIMP_PARASITE_PARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE &lt;&lt; 8)
</pre>
<p>
@ -571,9 +571,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624575"></a><h3>
<a name="id2624638"></a><h3>
<a name="GIMP-PARASITE-ATTACH-GRANDPARENT:CAPS"></a>GIMP_PARASITE_ATTACH_GRANDPARENT</h3>
<a class="indexterm" name="id2624588"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 &lt;&lt; 16)
<a class="indexterm" name="id2624650"></a><pre class="programlisting">#define GIMP_PARASITE_ATTACH_GRANDPARENT (0x80 &lt;&lt; 16)
</pre>
<p>
@ -581,9 +581,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624603"></a><h3>
<a name="id2624667"></a><h3>
<a name="GIMP-PARASITE-GRANDPARENT-PERSISTENT:CAPS"></a>GIMP_PARASITE_GRANDPARENT_PERSISTENT</h3>
<a class="indexterm" name="id2624615"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT &lt;&lt; 16)
<a class="indexterm" name="id2624678"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT &lt;&lt; 16)
</pre>
<p>
@ -591,9 +591,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624631"></a><h3>
<a name="id2624694"></a><h3>
<a name="GIMP-PARASITE-GRANDPARENT-UNDOABLE:CAPS"></a>GIMP_PARASITE_GRANDPARENT_UNDOABLE</h3>
<a class="indexterm" name="id2624645"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE &lt;&lt; 16)
<a class="indexterm" name="id2624709"></a><pre class="programlisting">#define GIMP_PARASITE_GRANDPARENT_UNDOABLE (GIMP_PARASITE_UNDOABLE &lt;&lt; 16)
</pre>
<p>
@ -601,9 +601,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624660"></a><h3>
<a name="id2624726"></a><h3>
<a name="GIMP-TYPE-PARASITE:CAPS"></a>GIMP_TYPE_PARASITE</h3>
<a class="indexterm" name="id2624671"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
<a class="indexterm" name="id2624737"></a><pre class="programlisting">#define GIMP_TYPE_PARASITE (gimp_parasite_get_type ())
</pre>
<p>
@ -611,9 +611,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624686"></a><h3>
<a name="id2624754"></a><h3>
<a name="GIMP-TYPE-PARAM-PARASITE:CAPS"></a>GIMP_TYPE_PARAM_PARASITE</h3>
<a class="indexterm" name="id2624698"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
<a class="indexterm" name="id2624767"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_PARASITE (gimp_param_parasite_get_type ())
</pre>
<p>
@ -621,9 +621,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624713"></a><h3>
<a name="id2624784"></a><h3>
<a name="GIMP-IS-PARAM-SPEC-PARASITE:CAPS"></a>GIMP_IS_PARAM_SPEC_PARASITE()</h3>
<a class="indexterm" name="id2624725"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
<a class="indexterm" name="id2624796"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
</pre>
<p>
@ -641,9 +641,9 @@ href="../glib/glib-Basic-Types.html#glong"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624757"></a><h3>
<a name="id2624832"></a><h3>
<a name="gimp-param-spec-parasite"></a>gimp_param_spec_parasite ()</h3>
<a class="indexterm" name="id2624768"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624844"></a><pre class="programlisting"><a
href="../gobject/gobject-GParamSpec.html#GParamSpec"
>GParamSpec</a>* gimp_param_spec_parasite (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -695,9 +695,9 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624876"></a><h3>
<a name="id2624964"></a><h3>
<a name="GIMP-VALUE-HOLDS-PARASITE:CAPS"></a>GIMP_VALUE_HOLDS_PARASITE()</h3>
<a class="indexterm" name="id2624888"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
<a class="indexterm" name="id2624977"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
</pre>
<p>
@ -715,7 +715,7 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2624921"></a><h2>See Also</h2>
<a name="id2625014"></a><h2>See Also</h2>
<p>
<a
href="../app/GimpImage.html#gimp-image-parasite-attach"
@ -728,9 +728,9 @@ href="../app/app-Gimp-parasites.html#gimp-parasite-attach"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2624958"></a><div class="refsect2" lang="en"><a name="id2624959"></a></div>
<a name="id2625054"></a><div class="refsect2" lang="en"><a name="id2625055"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2624960"></a></div>
<div class="refsect2" lang="en"><a name="id2625056"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpsignal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604948" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596499" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618546" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2582910" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpparasiteio"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2604948"></a><span class="refentrytitle">gimpparasiteio</span>
<a name="id2596499"></a><span class="refentrytitle">gimpparasiteio</span>
</h2>
<p>gimpparasiteio &#8212; Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.</p>
</td>
@ -58,18 +58,18 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2618546"></a><h2>Description</h2>
<a name="id2582910"></a><h2>Description</h2>
<p>
Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618570"></a><h2>Details</h2>
<a name="id2582934"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618581"></a><h3>
<a name="id2582945"></a><h3>
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
<a class="indexterm" name="id2618592"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
<a class="indexterm" name="id2582956"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
</pre>
<p>
@ -77,9 +77,9 @@ Utility functions to (de)serialize certain C structures to/from <a class="link"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618608"></a><h3>
<a name="id2582972"></a><h3>
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
<a class="indexterm" name="id2618619"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
<a class="indexterm" name="id2582983"></a><pre class="programlisting">void gimp_pixpipe_params_init (GimpPixPipeParams *params);</pre>
<p>
</p>
@ -96,9 +96,9 @@ Utility functions to (de)serialize certain C structures to/from <a class="link"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576321"></a><h3>
<a name="id2578153"></a><h3>
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
<a class="indexterm" name="id2576332"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const <a
<a class="indexterm" name="id2578164"></a><pre class="programlisting">void gimp_pixpipe_params_parse (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *parameters,
GimpPixPipeParams *params);</pre>
@ -125,9 +125,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576399"></a><h3>
<a name="id2578232"></a><h3>
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
<a class="indexterm" name="id2576411"></a><pre class="programlisting"><a
<a class="indexterm" name="id2578243"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_pixpipe_params_build (GimpPixPipeParams *params);</pre>
<p>
@ -153,15 +153,15 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2623649"></a><h2>See Also</h2>
<a name="id2578301"></a><h2>See Also</h2>
<p>
<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2623667"></a><div class="refsect2" lang="en"><a name="id2623668"></a></div>
<a name="id2595499"></a><div class="refsect2" lang="en"><a name="id2595500"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2623670"></a></div>
<div class="refsect2" lang="en"><a name="id2595501"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpparasite.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595459" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2603474" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2580498" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2621526" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimprectangle"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2595459"></a><span class="refentrytitle">gimprectangle</span>
<a name="id2603474"></a><span class="refentrytitle">gimprectangle</span>
</h2>
<p>gimprectangle</p>
</td>
@ -87,17 +87,17 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2580498"></a><h2>Description</h2>
<a name="id2621526"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2580514"></a><h2>Details</h2>
<a name="id2621541"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2580524"></a><h3>
<a name="id2621552"></a><h3>
<a name="gimp-rectangle-intersect"></a>gimp_rectangle_intersect ()</h3>
<a class="indexterm" name="id2580538"></a><pre class="programlisting"><a
<a class="indexterm" name="id2621565"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_rectangle_intersect (<a
href="../glib/glib-Basic-Types.html#gint"
@ -228,9 +228,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621114"></a><div class="refsect2" lang="en"><a name="id2621115"></a></div>
<a name="id2578115"></a><div class="refsect2" lang="en"><a name="id2578116"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2621116"></a></div>
<div class="refsect2" lang="en"><a name="id2578117"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimpunit.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584044" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2619886" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2608014" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2584212" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpsignal"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2584044"></a><span class="refentrytitle">gimpsignal</span>
<a name="id2619886"></a><span class="refentrytitle">gimpsignal</span>
</h2>
<p>gimpsignal &#8212; Portable signal handling.</p>
</td>
@ -59,18 +59,18 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2608014"></a><h2>Description</h2>
<a name="id2584212"></a><h2>Description</h2>
<p>
Portable signal handling.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2608030"></a><h2>Details</h2>
<a name="id2618762"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2608040"></a><h3>
<a name="id2578708"></a><h3>
<a name="GimpSignalHandlerFunc"></a>GimpSignalHandlerFunc ()</h3>
<a class="indexterm" name="id2608052"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (<a
<a class="indexterm" name="id2578720"></a><pre class="programlisting">void (*GimpSignalHandlerFunc) (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> signum);</pre>
<p>
@ -93,9 +93,9 @@ special values defined by your system's signal.h header file (like
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608114"></a><h3>
<a name="id2618364"></a><h3>
<a name="gimp-signal-private"></a>gimp_signal_private ()</h3>
<a class="indexterm" name="id2608127"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (<a
<a class="indexterm" name="id2618376"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> gimp_signal_private (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> signum,
<a class="link" href="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc">GimpSignalHandlerFunc</a> handler,
@ -151,15 +151,15 @@ exactly what we want. [austin 06.04.2000]</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2573920"></a><h2>See Also</h2>
<a name="id2625938"></a><h2>See Also</h2>
<p>
signal(2), signal(5 or 7), sigaction(2).
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2573931"></a><div class="refsect2" lang="en"><a name="id2573932"></a></div>
<a name="id2625949"></a><div class="refsect2" lang="en"><a name="id2625950"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2573933"></a></div>
<div class="refsect2" lang="en"><a name="id2625951"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimputils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592452" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586000" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2573598" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2585586" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpunit"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2592452"></a><span class="refentrytitle">gimpunit</span>
<a name="id2586000"></a><span class="refentrytitle">gimpunit</span>
</h2>
<p>gimpunit &#8212; Provides a collection of predefined units and functions for creating
user-defined units.</p>
@ -133,7 +133,7 @@ href="../gobject/gobject-GParamSpec.html#GParamFlags"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2573598"></a><h2>Description</h2>
<a name="id2585586"></a><h2>Description</h2>
<p>
Provides a collection of predefined units and functions for creating
user-defined units.
@ -141,11 +141,11 @@ user-defined units.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2573615"></a><h2>Details</h2>
<a name="id2585603"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2573626"></a><h3>
<a name="id2595188"></a><h3>
<a name="GimpUnit"></a>enum GimpUnit</h3>
<a class="indexterm" name="id2573638"></a><pre class="programlisting">typedef enum /*&lt; skip &gt;*/
<a class="indexterm" name="id2595200"></a><pre class="programlisting">typedef enum /*&lt; skip &gt;*/
{
GIMP_UNIT_PIXEL = 0,
@ -165,9 +165,9 @@ user-defined units.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573658"></a><h3>
<a name="id2595220"></a><h3>
<a name="gimp-unit-get-number-of-units"></a>gimp_unit_get_number_of_units ()</h3>
<a class="indexterm" name="id2573669"></a><pre class="programlisting"><a
<a class="indexterm" name="id2595231"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_unit_get_number_of_units (void);</pre>
<p>
@ -186,9 +186,9 @@ Returns the number of units which are known to the <a class="link" href="libgimp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573716"></a><h3>
<a name="id2595279"></a><h3>
<a name="gimp-unit-get-number-of-built-in-units"></a>gimp_unit_get_number_of_built_in_units ()</h3>
<a class="indexterm" name="id2573728"></a><pre class="programlisting"><a
<a class="indexterm" name="id2595290"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_unit_get_number_of_built_in_units
(void);</pre>
@ -210,9 +210,9 @@ Returns the number of <a class="link" href="libgimpbase-gimpunit.html#GimpUnit">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573777"></a><h3>
<a name="id2595341"></a><h3>
<a name="gimp-unit-new"></a>gimp_unit_new ()</h3>
<a class="indexterm" name="id2573790"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (<a
<a class="indexterm" name="id2595353"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> gimp_unit_new (<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *identifier,
<a
@ -295,9 +295,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623858"></a><h3>
<a name="id2626228"></a><h3>
<a name="gimp-unit-get-deletion-flag"></a>gimp_unit_get_deletion_flag ()</h3>
<a class="indexterm" name="id2623869"></a><pre class="programlisting"><a
<a class="indexterm" name="id2626240"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_unit_get_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -323,9 +323,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623942"></a><h3>
<a name="id2626313"></a><h3>
<a name="gimp-unit-set-deletion-flag"></a>gimp_unit_set_deletion_flag ()</h3>
<a class="indexterm" name="id2627052"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
<a class="indexterm" name="id2626325"></a><pre class="programlisting">void gimp_unit_set_deletion_flag (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> deletion_flag);</pre>
@ -360,9 +360,9 @@ ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627156"></a><h3>
<a name="id2626442"></a><h3>
<a name="gimp-unit-get-factor"></a>gimp_unit_get_factor ()</h3>
<a class="indexterm" name="id2627167"></a><pre class="programlisting"><a
<a class="indexterm" name="id2626453"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_unit_get_factor (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -394,9 +394,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627259"></a><h3>
<a name="id2626545"></a><h3>
<a name="gimp-unit-get-digits"></a>gimp_unit_get_digits ()</h3>
<a class="indexterm" name="id2627270"></a><pre class="programlisting"><a
<a class="indexterm" name="id2626556"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_unit_get_digits (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -426,9 +426,9 @@ Returns 0 for <em class="parameter"><code>unit</code></em> == GIMP_UNIT_PIXEL.</
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627343"></a><h3>
<a name="id2626628"></a><h3>
<a name="gimp-unit-get-identifier"></a>gimp_unit_get_identifier ()</h3>
<a class="indexterm" name="id2627354"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2626639"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_unit_get_identifier (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -454,9 +454,9 @@ This is an unstranslated string and must not be changed or freed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627417"></a><h3>
<a name="id2626702"></a><h3>
<a name="gimp-unit-get-symbol"></a>gimp_unit_get_symbol ()</h3>
<a class="indexterm" name="id2627428"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2626713"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_unit_get_symbol (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -485,9 +485,9 @@ NOTE: This string must not be changed or freed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627494"></a><h3>
<a name="id2626779"></a><h3>
<a name="gimp-unit-get-abbreviation"></a>gimp_unit_get_abbreviation ()</h3>
<a class="indexterm" name="id2627506"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2626791"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_unit_get_abbreviation (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -517,9 +517,9 @@ NOTE: This string must not be changed or freed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627574"></a><h3>
<a name="id2626858"></a><h3>
<a name="gimp-unit-get-singular"></a>gimp_unit_get_singular ()</h3>
<a class="indexterm" name="id2627585"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2626869"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_unit_get_singular (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -549,9 +549,9 @@ NOTE: This string must not be changed or freed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627652"></a><h3>
<a name="id2626937"></a><h3>
<a name="gimp-unit-get-plural"></a>gimp_unit_get_plural ()</h3>
<a class="indexterm" name="id2627664"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2626948"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_unit_get_plural (<a class="link" href="libgimpbase-gimpunit.html#GimpUnit">GimpUnit</a> unit);</pre>
<p>
@ -581,9 +581,9 @@ NOTE: This string must not be changed or freed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627731"></a><h3>
<a name="id2627016"></a><h3>
<a name="GIMP-TYPE-UNIT:CAPS"></a>GIMP_TYPE_UNIT</h3>
<a class="indexterm" name="id2627743"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
<a class="indexterm" name="id2627028"></a><pre class="programlisting">#define GIMP_TYPE_UNIT (gimp_unit_get_type ())
</pre>
<p>
<a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT:CAPS"><span class="type">GIMP_TYPE_UNIT</span></a> is a <a
@ -595,9 +595,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627782"></a><h3>
<a name="id2627066"></a><h3>
<a name="GIMP-TYPE-PARAM-UNIT:CAPS"></a>GIMP_TYPE_PARAM_UNIT</h3>
<a class="indexterm" name="id2627793"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
<a class="indexterm" name="id2627078"></a><pre class="programlisting">#define GIMP_TYPE_PARAM_UNIT (gimp_param_unit_get_type ())
</pre>
<p>
@ -605,9 +605,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627809"></a><h3>
<a name="id2627094"></a><h3>
<a name="GIMP-IS-PARAM-SPEC-UNIT:CAPS"></a>GIMP_IS_PARAM_SPEC_UNIT()</h3>
<a class="indexterm" name="id2627823"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
<a class="indexterm" name="id2627107"></a><pre class="programlisting">#define GIMP_IS_PARAM_SPEC_UNIT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
</pre>
<p>
@ -625,9 +625,9 @@ href="../gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627858"></a><h3>
<a name="id2627143"></a><h3>
<a name="gimp-param-spec-unit"></a>gimp_param_spec_unit ()</h3>
<a class="indexterm" name="id2627872"></a><pre class="programlisting"><a
<a class="indexterm" name="id2627157"></a><pre class="programlisting"><a
href="../gobject/gobject-GParamSpec.html#GParamSpec"
>GParamSpec</a>* gimp_param_spec_unit (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -711,9 +711,9 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628093"></a><h3>
<a name="id2627377"></a><h3>
<a name="GIMP-VALUE-HOLDS-UNIT:CAPS"></a>GIMP_VALUE_HOLDS_UNIT()</h3>
<a class="indexterm" name="id2628104"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
<a class="indexterm" name="id2627388"></a><pre class="programlisting">#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
</pre>
<p>
@ -731,7 +731,7 @@ href="../gobject/gobject-GParamSpec.html#GParamSpec"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628141"></a><h2>See Also</h2>
<a name="id2627425"></a><h2>See Also</h2>
<p>
<a
href="../libgimpwidgets/GimpUnitMenu.html"
@ -744,9 +744,9 @@ href="../libgimpwidgets/GimpSizeEntry.html"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628171"></a><div class="refsect2" lang="en"><a name="id2628172"></a></div>
<a name="id2627454"></a><div class="refsect2" lang="en"><a name="id2627456"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2628173"></a></div>
<div class="refsect2" lang="en"><a name="id2627457"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596785" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584741" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2626177" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2623146" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimputils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2596785"></a><span class="refentrytitle">gimputils</span>
<a name="id2584741"></a><span class="refentrytitle">gimputils</span>
</h2>
<p>gimputils &#8212; Utilities of general interest</p>
</td>
@ -173,17 +173,17 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2626177"></a><h2>Description</h2>
<a name="id2623146"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2626193"></a><h2>Details</h2>
<a name="id2623161"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2626204"></a><h3>
<a name="id2623172"></a><h3>
<a name="gimp-any-to-utf8"></a>gimp_any_to_utf8 ()</h3>
<a class="indexterm" name="id2623136"></a><pre class="programlisting"><a
<a class="indexterm" name="id2623185"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_any_to_utf8 (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -251,9 +251,9 @@ of <em class="parameter"><code>str</code></em> is valid UTF-8, only "(invalid UT
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623315"></a><h3>
<a name="id2623363"></a><h3>
<a name="gimp-filename-to-utf8"></a>gimp_filename_to_utf8 ()</h3>
<a class="indexterm" name="id2623326"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2623374"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_filename_to_utf8 (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -290,9 +290,9 @@ UTF-8 encoded filename.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623413"></a><h3>
<a name="id2628361"></a><h3>
<a name="gimp-utf8-strtrim"></a>gimp_utf8_strtrim ()</h3>
<a class="indexterm" name="id2623426"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628373"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_utf8_strtrim (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -336,9 +336,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623545"></a><h3>
<a name="id2628492"></a><h3>
<a name="gimp-escape-uline"></a>gimp_escape_uline ()</h3>
<a class="indexterm" name="id2623559"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628507"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_escape_uline (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -377,9 +377,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629897"></a><h3>
<a name="id2628609"></a><h3>
<a name="gimp-strip-uline"></a>gimp_strip_uline ()</h3>
<a class="indexterm" name="id2629908"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628622"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_strip_uline (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -420,9 +420,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630013"></a><h3>
<a name="id2628730"></a><h3>
<a name="gimp-canonicalize-identifier"></a>gimp_canonicalize_identifier ()</h3>
<a class="indexterm" name="id2630029"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628746"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_canonicalize_identifier (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -462,9 +462,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630117"></a><h3>
<a name="id2628832"></a><h3>
<a name="gimp-enum-get-desc"></a>gimp_enum_get_desc ()</h3>
<a class="indexterm" name="id2630131"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (<a
<a class="indexterm" name="id2628846"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc">GimpEnumDesc</a>* gimp_enum_get_desc (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
>GEnumClass</a> *enum_class,
<a
@ -505,9 +505,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630258"></a><h3>
<a name="id2628973"></a><h3>
<a name="gimp-enum-get-value"></a>gimp_enum_get_value ()</h3>
<a class="indexterm" name="id2630272"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628987"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_enum_get_value (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -598,9 +598,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630572"></a><h3>
<a name="id2629284"></a><h3>
<a name="gimp-enum-value-get-desc"></a>gimp_enum_value_get_desc ()</h3>
<a class="indexterm" name="id2630586"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2629298"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_enum_value_get_desc (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
@ -643,9 +643,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumValue"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630703"></a><h3>
<a name="id2629413"></a><h3>
<a name="gimp-enum-value-get-help"></a>gimp_enum_value_get_help ()</h3>
<a class="indexterm" name="id2630716"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2629427"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_enum_value_get_help (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumClass"
@ -688,9 +688,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GEnumValue"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630833"></a><h3>
<a name="id2629542"></a><h3>
<a name="gimp-flags-get-first-desc"></a>gimp_flags_get_first_desc ()</h3>
<a class="indexterm" name="id2630848"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (<a
<a class="indexterm" name="id2629557"></a><pre class="programlisting"><a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc">GimpFlagsDesc</a>* gimp_flags_get_first_desc (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
>GFlagsClass</a> *flags_class,
<a
@ -731,9 +731,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630973"></a><h3>
<a name="id2629682"></a><h3>
<a name="gimp-flags-get-first-value"></a>gimp_flags_get_first_value ()</h3>
<a class="indexterm" name="id2630988"></a><pre class="programlisting"><a
<a class="indexterm" name="id2629697"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_flags_get_first_value (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -824,9 +824,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631258"></a><h3>
<a name="id2629994"></a><h3>
<a name="gimp-flags-value-get-desc"></a>gimp_flags_value_get_desc ()</h3>
<a class="indexterm" name="id2631271"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2630009"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_flags_value_get_desc (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
@ -869,9 +869,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631376"></a><h3>
<a name="id2630126"></a><h3>
<a name="gimp-flags-value-get-help"></a>gimp_flags_value_get_help ()</h3>
<a class="indexterm" name="id2631389"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2630140"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_flags_value_get_help (<a
href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsClass"
@ -914,9 +914,9 @@ href="../gobject/gobject-Enumeration-and-Flag-Types.html#GFlagsValue"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2631494"></a><div class="refsect2" lang="en"><a name="id2631495"></a></div>
<a name="id2630258"></a><div class="refsect2" lang="en"><a name="id2630260"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2631496"></a></div>
<div class="refsect2" lang="en"><a name="id2630261"></a></div>
</div>
</div>
</body>

View File

@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimplimits.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614797" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596982" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2593341" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2601534" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpversion"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2614797"></a><span class="refentrytitle">gimpversion</span>
<a name="id2596982"></a><span class="refentrytitle">gimpversion</span>
</h2>
<p>gimpversion &#8212; Macros and constants useful for determining GIMP's version number and
capabilities.</p>
@ -60,7 +60,7 @@ extern const guint <a class="link" href="libgimpbase-gimpversion.ht
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2593341"></a><h2>Description</h2>
<a name="id2601534"></a><h2>Description</h2>
<p>
Macros and constants useful for determining GIMP's version number and
capabilities.
@ -68,11 +68,11 @@ capabilities.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2593358"></a><h2>Details</h2>
<a name="id2611283"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2593369"></a><h3>
<a name="id2611294"></a><h3>
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
<a class="indexterm" name="id2593380"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
<a class="indexterm" name="id2611305"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
</pre>
<p>
@ -80,9 +80,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593397"></a><h3>
<a name="id2611322"></a><h3>
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
<a class="indexterm" name="id2593409"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
<a class="indexterm" name="id2611334"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
</pre>
<p>
@ -90,9 +90,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593425"></a><h3>
<a name="id2611350"></a><h3>
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
<a class="indexterm" name="id2593437"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (3)
<a class="indexterm" name="id2611362"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (4)
</pre>
<p>
@ -100,9 +100,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528466"></a><h3>
<a name="id2611378"></a><h3>
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
<a class="indexterm" name="id2528479"></a><pre class="programlisting">#define GIMP_VERSION "2.4.3"
<a class="indexterm" name="id2611391"></a><pre class="programlisting">#define GIMP_VERSION "2.4.4"
</pre>
<p>
@ -110,9 +110,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528495"></a><h3>
<a name="id2613032"></a><h3>
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
<a class="indexterm" name="id2528507"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
<a class="indexterm" name="id2613042"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
</pre>
<p>
Since: GIMP 2.2
@ -120,9 +120,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528524"></a><h3>
<a name="id2613059"></a><h3>
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
<a class="indexterm" name="id2528535"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
<a class="indexterm" name="id2613070"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
<p>
</p>
@ -151,18 +151,18 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528599"></a><h3>
<a name="id2613134"></a><h3>
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
<a class="indexterm" name="id2595064"></a><pre class="programlisting">#define GIMPVAR</pre>
<a class="indexterm" name="id2613147"></a><pre class="programlisting">#define GIMPVAR</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595079"></a><h3>
<a name="id2613162"></a><h3>
<a name="gimp-major-version"></a>gimp_major_version</h3>
<a class="indexterm" name="id2595091"></a><pre class="programlisting">extern const guint gimp_major_version;
<a class="indexterm" name="id2613174"></a><pre class="programlisting">extern const guint gimp_major_version;
</pre>
<p>
@ -170,9 +170,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595107"></a><h3>
<a name="id2527492"></a><h3>
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
<a class="indexterm" name="id2595119"></a><pre class="programlisting">extern const guint gimp_minor_version;
<a class="indexterm" name="id2527505"></a><pre class="programlisting">extern const guint gimp_minor_version;
</pre>
<p>
@ -180,9 +180,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595135"></a><h3>
<a name="id2527520"></a><h3>
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
<a class="indexterm" name="id2595147"></a><pre class="programlisting">extern const guint gimp_micro_version;
<a class="indexterm" name="id2527532"></a><pre class="programlisting">extern const guint gimp_micro_version;
</pre>
<p>
@ -190,9 +190,9 @@ Since: GIMP 2.2
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2595164"></a><div class="refsect2" lang="en"><a name="id2595165"></a></div>
<a name="id2527549"></a><div class="refsect2" lang="en"><a name="id2527550"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2595166"></a></div>
<div class="refsect2" lang="en"><a name="id2527551"></a></div>
</div>
</div>
</body>

View File

@ -30,41 +30,41 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2605108">gimp_checks_get_shades ()</a>
</dt>
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2628832">gimp_enum_get_desc ()</a>
</dt>
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2628973">gimp_enum_get_value ()</a>
</dt>
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599887">gimp_enum_get_value_descriptions ()</a>
</dt>
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599767">gimp_enum_set_value_descriptions ()</a>
</dt>
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629284">gimp_enum_value_get_desc ()</a>
</dt>
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2629413">gimp_enum_value_get_help ()</a>
</dt>
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628492">gimp_escape_uline ()</a>
</dt>
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629542">gimp_flags_get_first_desc ()</a>
</dt>
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2629682">gimp_flags_get_first_value ()</a>
</dt>
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2576902">gimp_flags_get_value_descriptions ()</a>
</dt>
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2577011">gimp_flags_set_value_descriptions ()</a>
</dt>
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629994">gimp_flags_value_get_desc ()</a>
</dt>
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630126">gimp_flags_value_get_help ()</a>
</dt>
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2587953">gimp_memsize_deserialize ()</a>
</dt>
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2579607">gimp_memsize_serialize ()</a>
</dt>
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599631">gimp_type_get_translation_domain ()</a>
</dt>
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">gimp_type_set_translation_domain ()</a>
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600548">gimp_type_set_translation_domain ()</a>
</dt>
</dl>
</div></div>

View File

@ -30,21 +30,21 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2628730">gimp_canonicalize_identifier ()</a>
</dt>
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2607721">gimp_cpu_accel_get_support ()</a>
</dt>
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2602905">gimp_cpu_accel_set_use ()</a>
</dt>
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612710">gimp_env_init ()</a>
</dt>
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582264">gimp_param_spec_memsize ()</a>
</dt>
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627143">gimp_param_spec_unit ()</a>
</dt>
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2621552">gimp_rectangle_intersect ()</a>
</dt>
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">gimp_user_directory ()</a>
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2551043">gimp_user_directory ()</a>
</dt>
</dl>
</div></div>

View File

@ -30,319 +30,319 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpAddMaskType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550449">enum GimpAddMaskType</a>
<dt>GimpAddMaskType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532562">enum GimpAddMaskType</a>
</dt>
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2604666">enum GimpBlendMode</a>
<dt>GimpBlendMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532599">enum GimpBlendMode</a>
</dt>
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550491">enum GimpBucketFillMode</a>
<dt>GimpBucketFillMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532632">enum GimpBucketFillMode</a>
</dt>
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550522">enum GimpChannelOps</a>
<dt>GimpChannelOps, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532663">enum GimpChannelOps</a>
</dt>
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2550556">enum GimpChannelType</a>
<dt>GimpChannelType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2532697">enum GimpChannelType</a>
</dt>
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592489">enum GimpCheckSize</a>
<dt>GimpCheckSize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528033">enum GimpCheckSize</a>
</dt>
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592521">enum GimpCheckType</a>
<dt>GimpCheckType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528065">enum GimpCheckType</a>
</dt>
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592557">enum GimpCloneType</a>
<dt>GimpCloneType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528101">enum GimpCloneType</a>
</dt>
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2610884">enum GimpCpuAccelFlags</a>
<dt>GimpCpuAccelFlags, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2604197">enum GimpCpuAccelFlags</a>
</dt>
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2580746">GimpDatafileData</a>
<dt>GimpDatafileData, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2579704">GimpDatafileData</a>
</dt>
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581398">GimpDatafileLoaderFunc ()</a>
<dt>GimpDatafileLoaderFunc, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2579734">GimpDatafileLoaderFunc ()</a>
</dt>
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592587">enum GimpDesaturateMode</a>
<dt>GimpDesaturateMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528131">enum GimpDesaturateMode</a>
</dt>
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592618">enum GimpDodgeBurnType</a>
<dt>GimpDodgeBurnType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528162">enum GimpDodgeBurnType</a>
</dt>
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588780">GimpEnumDesc</a>
<dt>GimpEnumDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2616729">GimpEnumDesc</a>
</dt>
<dt>GimpFlagsDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588810">GimpFlagsDesc</a>
<dt>GimpFlagsDesc, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600518">GimpFlagsDesc</a>
</dt>
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592647">enum GimpForegroundExtractMode</a>
<dt>GimpForegroundExtractMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528191">enum GimpForegroundExtractMode</a>
</dt>
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592675">enum GimpGradientType</a>
<dt>GimpGradientType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528219">enum GimpGradientType</a>
</dt>
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592716">enum GimpGridStyle</a>
<dt>GimpGridStyle, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528260">enum GimpGridStyle</a>
</dt>
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528029">enum GimpIconType</a>
<dt>GimpIconType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592942">enum GimpIconType</a>
</dt>
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528061">enum GimpImageBaseType</a>
<dt>GimpImageBaseType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2592973">enum GimpImageBaseType</a>
</dt>
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528091">enum GimpImageType</a>
<dt>GimpImageType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593004">enum GimpImageType</a>
</dt>
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528125">enum GimpInterpolationType</a>
<dt>GimpInterpolationType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593038">enum GimpInterpolationType</a>
</dt>
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528157">enum GimpMessageHandlerType</a>
<dt>GimpMessageHandlerType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593069">enum GimpMessageHandlerType</a>
</dt>
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528185">enum GimpPaintApplicationMode</a>
<dt>GimpPaintApplicationMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593097">enum GimpPaintApplicationMode</a>
</dt>
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618324">GimpParasite</a>
<dt>GimpParasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581285">GimpParasite</a>
</dt>
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528214">enum GimpPDBArgType</a>
<dt>GimpPDBArgType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593126">enum GimpPDBArgType</a>
</dt>
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2528251">enum GimpPDBProcType</a>
<dt>GimpPDBProcType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593163">enum GimpPDBProcType</a>
</dt>
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615460">enum GimpPDBStatusType</a>
<dt>GimpPDBStatusType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593195">enum GimpPDBStatusType</a>
</dt>
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615487">enum GimpProgressCommand</a>
<dt>GimpProgressCommand, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593225">enum GimpProgressCommand</a>
</dt>
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615515">enum GimpRepeatMode</a>
<dt>GimpRepeatMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593256">enum GimpRepeatMode</a>
</dt>
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615542">enum GimpRunMode</a>
<dt>GimpRunMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593288">enum GimpRunMode</a>
</dt>
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608040">GimpSignalHandlerFunc ()</a>
<dt>GimpSignalHandlerFunc, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2578708">GimpSignalHandlerFunc ()</a>
</dt>
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615570">enum GimpSizeType</a>
<dt>GimpSizeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593320">enum GimpSizeType</a>
</dt>
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615596">enum GimpStackTraceMode</a>
<dt>GimpStackTraceMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593349">enum GimpStackTraceMode</a>
</dt>
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615622">enum GimpTransferMode</a>
<dt>GimpTransferMode, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593379">enum GimpTransferMode</a>
</dt>
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615649">enum GimpTransformDirection</a>
<dt>GimpTransformDirection, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593409">enum GimpTransformDirection</a>
</dt>
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615676">enum GimpTransformResize</a>
<dt>GimpTransformResize, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593438">enum GimpTransformResize</a>
</dt>
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573626">enum GimpUnit</a>
<dt>GimpUnit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595188">enum GimpUnit</a>
</dt>
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615706">enum GimpUserDirectory</a>
<dt>GimpUserDirectory, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593472">enum GimpUserDirectory</a>
</dt>
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528599">GIMPVAR</a>
<dt>GIMPVAR, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613134">GIMPVAR</a>
</dt>
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2615735">enum GimpVectorsStrokeType</a>
<dt>GimpVectorsStrokeType, <a class="indexterm" href="libgimpbase-gimpbaseenums.html#id2593504">enum GimpVectorsStrokeType</a>
</dt>
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2626204">gimp_any_to_utf8 ()</a>
<dt>gimp_any_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623172">gimp_any_to_utf8 ()</a>
</dt>
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528495">GIMP_API_VERSION</a>
<dt>GIMP_API_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613032">GIMP_API_VERSION</a>
</dt>
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2630013">gimp_canonicalize_identifier ()</a>
<dt>gimp_canonicalize_identifier, <a class="indexterm" href="libgimpbase-gimputils.html#id2628730">gimp_canonicalize_identifier ()</a>
</dt>
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582712">gimp_checks_get_shades ()</a>
<dt>gimp_checks_get_shades, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2605108">gimp_checks_get_shades ()</a>
</dt>
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582656">GIMP_CHECK_DARK</a>
<dt>GIMP_CHECK_DARK, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607215">GIMP_CHECK_DARK</a>
</dt>
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2582684">GIMP_CHECK_LIGHT</a>
<dt>GIMP_CHECK_LIGHT, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607243">GIMP_CHECK_LIGHT</a>
</dt>
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583128">GIMP_CHECK_SIZE</a>
<dt>GIMP_CHECK_SIZE, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607158">GIMP_CHECK_SIZE</a>
</dt>
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2583158">GIMP_CHECK_SIZE_SM</a>
<dt>GIMP_CHECK_SIZE_SM, <a class="indexterm" href="libgimpbase-gimpchecks.html#id2607188">GIMP_CHECK_SIZE_SM</a>
</dt>
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528524">GIMP_CHECK_VERSION()</a>
<dt>GIMP_CHECK_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613059">GIMP_CHECK_VERSION()</a>
</dt>
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593553">gimp_cpu_accel_get_support ()</a>
<dt>gimp_cpu_accel_get_support, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2607721">gimp_cpu_accel_get_support ()</a>
</dt>
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2593621">gimp_cpu_accel_set_use ()</a>
<dt>gimp_cpu_accel_set_use, <a class="indexterm" href="libgimpbase-gimpcpuaccel.html#id2602905">gimp_cpu_accel_set_use ()</a>
</dt>
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2581476">gimp_datafiles_check_extension ()</a>
<dt>gimp_datafiles_check_extension, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2611685">gimp_datafiles_check_extension ()</a>
</dt>
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2612901">gimp_datafiles_read_directories ()</a>
<dt>gimp_datafiles_read_directories, <a class="indexterm" href="libgimpbase-gimpdatafiles.html#id2611774">gimp_datafiles_read_directories ()</a>
</dt>
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618999">gimp_data_directory ()</a>
<dt>gimp_data_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612897">gimp_data_directory ()</a>
</dt>
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618905">gimp_directory ()</a>
<dt>gimp_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612803">gimp_directory ()</a>
</dt>
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630117">gimp_enum_get_desc ()</a>
<dt>gimp_enum_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2628832">gimp_enum_get_desc ()</a>
</dt>
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630258">gimp_enum_get_value ()</a>
<dt>gimp_enum_get_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2628973">gimp_enum_get_value ()</a>
</dt>
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527257">gimp_enum_get_value_descriptions ()</a>
<dt>gimp_enum_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599887">gimp_enum_get_value_descriptions ()</a>
</dt>
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596670">gimp_enum_set_value_descriptions ()</a>
<dt>gimp_enum_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599767">gimp_enum_set_value_descriptions ()</a>
</dt>
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630572">gimp_enum_value_get_desc ()</a>
<dt>gimp_enum_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629284">gimp_enum_value_get_desc ()</a>
</dt>
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630703">gimp_enum_value_get_help ()</a>
<dt>gimp_enum_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2629413">gimp_enum_value_get_help ()</a>
</dt>
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2618812">gimp_env_init ()</a>
<dt>gimp_env_init, <a class="indexterm" href="libgimpbase-gimpenv.html#id2612710">gimp_env_init ()</a>
</dt>
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2623545">gimp_escape_uline ()</a>
<dt>gimp_escape_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628492">gimp_escape_uline ()</a>
</dt>
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623315">gimp_filename_to_utf8 ()</a>
<dt>gimp_filename_to_utf8, <a class="indexterm" href="libgimpbase-gimputils.html#id2623363">gimp_filename_to_utf8 ()</a>
</dt>
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2630833">gimp_flags_get_first_desc ()</a>
<dt>gimp_flags_get_first_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629542">gimp_flags_get_first_desc ()</a>
</dt>
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2630973">gimp_flags_get_first_value ()</a>
<dt>gimp_flags_get_first_value, <a class="indexterm" href="libgimpbase-gimputils.html#id2629682">gimp_flags_get_first_value ()</a>
</dt>
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527367">gimp_flags_get_value_descriptions ()</a>
<dt>gimp_flags_get_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2576902">gimp_flags_get_value_descriptions ()</a>
</dt>
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2527476">gimp_flags_set_value_descriptions ()</a>
<dt>gimp_flags_set_value_descriptions, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2577011">gimp_flags_set_value_descriptions ()</a>
</dt>
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2631258">gimp_flags_value_get_desc ()</a>
<dt>gimp_flags_value_get_desc, <a class="indexterm" href="libgimpbase-gimputils.html#id2629994">gimp_flags_value_get_desc ()</a>
</dt>
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2631376">gimp_flags_value_get_help ()</a>
<dt>gimp_flags_value_get_help, <a class="indexterm" href="libgimpbase-gimputils.html#id2630126">gimp_flags_value_get_help ()</a>
</dt>
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586669">gimp_gtkrc ()</a>
<dt>gimp_gtkrc, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577285">gimp_gtkrc ()</a>
</dt>
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615167">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
<dt>GIMP_IS_PARAM_SPEC_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582217">GIMP_IS_PARAM_SPEC_MEMSIZE()</a>
</dt>
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624713">GIMP_IS_PARAM_SPEC_PARASITE()</a>
<dt>GIMP_IS_PARAM_SPEC_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624784">GIMP_IS_PARAM_SPEC_PARASITE()</a>
</dt>
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627809">GIMP_IS_PARAM_SPEC_UNIT()</a>
<dt>GIMP_IS_PARAM_SPEC_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627094">GIMP_IS_PARAM_SPEC_UNIT()</a>
</dt>
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619710">gimp_locale_directory ()</a>
<dt>gimp_locale_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550837">gimp_locale_directory ()</a>
</dt>
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593369">GIMP_MAJOR_VERSION</a>
<dt>GIMP_MAJOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611294">GIMP_MAJOR_VERSION</a>
</dt>
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595079">gimp_major_version</a>
<dt>gimp_major_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2613162">gimp_major_version</a>
</dt>
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602214">GIMP_MAX_IMAGE_SIZE</a>
<dt>GIMP_MAX_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589319">GIMP_MAX_IMAGE_SIZE</a>
</dt>
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603985">GIMP_MAX_MEMSIZE</a>
<dt>GIMP_MAX_MEMSIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2590195">GIMP_MAX_MEMSIZE</a>
</dt>
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603954">GIMP_MAX_RESOLUTION</a>
<dt>GIMP_MAX_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589382">GIMP_MAX_RESOLUTION</a>
</dt>
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2620040">gimp_memsize_deserialize ()</a>
<dt>gimp_memsize_deserialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2587953">gimp_memsize_deserialize ()</a>
</dt>
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2619932">gimp_memsize_serialize ()</a>
<dt>gimp_memsize_serialize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2579607">gimp_memsize_serialize ()</a>
</dt>
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611030">gimp_memsize_to_string ()</a>
<dt>gimp_memsize_to_string, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582059">gimp_memsize_to_string ()</a>
</dt>
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593425">GIMP_MICRO_VERSION</a>
<dt>GIMP_MICRO_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611350">GIMP_MICRO_VERSION</a>
</dt>
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595135">gimp_micro_version</a>
<dt>gimp_micro_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2527520">gimp_micro_version</a>
</dt>
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2593397">GIMP_MINOR_VERSION</a>
<dt>GIMP_MINOR_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611322">GIMP_MINOR_VERSION</a>
</dt>
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2595107">gimp_minor_version</a>
<dt>gimp_minor_version, <a class="indexterm" href="libgimpbase-gimpversion.html#id2527492">gimp_minor_version</a>
</dt>
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2602186">GIMP_MIN_IMAGE_SIZE</a>
<dt>GIMP_MIN_IMAGE_SIZE, <a class="indexterm" href="libgimpbase-gimplimits.html#id2584182">GIMP_MIN_IMAGE_SIZE</a>
</dt>
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2603922">GIMP_MIN_RESOLUTION</a>
<dt>GIMP_MIN_RESOLUTION, <a class="indexterm" href="libgimpbase-gimplimits.html#id2589351">GIMP_MIN_RESOLUTION</a>
</dt>
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579796">GIMP_PARAM_READABLE</a>
<dt>GIMP_PARAM_READABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594333">GIMP_PARAM_READABLE</a>
</dt>
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579850">GIMP_PARAM_READWRITE</a>
<dt>GIMP_PARAM_READWRITE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594388">GIMP_PARAM_READWRITE</a>
</dt>
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2615214">gimp_param_spec_memsize ()</a>
<dt>gimp_param_spec_memsize, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582264">gimp_param_spec_memsize ()</a>
</dt>
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624757">gimp_param_spec_parasite ()</a>
<dt>gimp_param_spec_parasite, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624832">gimp_param_spec_parasite ()</a>
</dt>
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627858">gimp_param_spec_unit ()</a>
<dt>gimp_param_spec_unit, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627143">gimp_param_spec_unit ()</a>
</dt>
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579768">GIMP_PARAM_STATIC_STRINGS</a>
<dt>GIMP_PARAM_STATIC_STRINGS, <a class="indexterm" href="libgimpbase-gimpparam.html#id2598624">GIMP_PARAM_STATIC_STRINGS</a>
</dt>
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2579823">GIMP_PARAM_WRITABLE</a>
<dt>GIMP_PARAM_WRITABLE, <a class="indexterm" href="libgimpbase-gimpparam.html#id2594360">GIMP_PARAM_WRITABLE</a>
</dt>
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624575">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
<dt>GIMP_PARASITE_ATTACH_GRANDPARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624638">GIMP_PARASITE_ATTACH_GRANDPARENT</a>
</dt>
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624492">GIMP_PARASITE_ATTACH_PARENT</a>
<dt>GIMP_PARASITE_ATTACH_PARENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624550">GIMP_PARASITE_ATTACH_PARENT</a>
</dt>
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579498">gimp_parasite_compare ()</a>
<dt>gimp_parasite_compare, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623813">gimp_parasite_compare ()</a>
</dt>
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579429">gimp_parasite_copy ()</a>
<dt>gimp_parasite_copy, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581511">gimp_parasite_copy ()</a>
</dt>
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624320">gimp_parasite_data ()</a>
<dt>gimp_parasite_data, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624358">gimp_parasite_data ()</a>
</dt>
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624380">gimp_parasite_data_size ()</a>
<dt>gimp_parasite_data_size, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624427">gimp_parasite_data_size ()</a>
</dt>
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624197">gimp_parasite_flags ()</a>
<dt>gimp_parasite_flags, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624218">gimp_parasite_flags ()</a>
</dt>
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618491">gimp_parasite_free ()</a>
<dt>gimp_parasite_free, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581452">gimp_parasite_free ()</a>
</dt>
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624603">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
<dt>GIMP_PARASITE_GRANDPARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624667">GIMP_PARASITE_GRANDPARENT_PERSISTENT</a>
</dt>
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624631">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
<dt>GIMP_PARASITE_GRANDPARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624694">GIMP_PARASITE_GRANDPARENT_UNDOABLE</a>
</dt>
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624117">gimp_parasite_has_flag ()</a>
<dt>gimp_parasite_has_flag, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624129">gimp_parasite_has_flag ()</a>
</dt>
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624016">gimp_parasite_is_persistent ()</a>
<dt>gimp_parasite_is_persistent, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623991">gimp_parasite_is_persistent ()</a>
</dt>
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2579588">gimp_parasite_is_type ()</a>
<dt>gimp_parasite_is_type, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2623902">gimp_parasite_is_type ()</a>
</dt>
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624077">gimp_parasite_is_undoable ()</a>
<dt>gimp_parasite_is_undoable, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624060">gimp_parasite_is_undoable ()</a>
</dt>
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624258">gimp_parasite_name ()</a>
<dt>gimp_parasite_name, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624287">gimp_parasite_name ()</a>
</dt>
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2618358">gimp_parasite_new ()</a>
<dt>gimp_parasite_new, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2581319">gimp_parasite_new ()</a>
</dt>
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624519">GIMP_PARASITE_PARENT_PERSISTENT</a>
<dt>GIMP_PARASITE_PARENT_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624579">GIMP_PARASITE_PARENT_PERSISTENT</a>
</dt>
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624547">GIMP_PARASITE_PARENT_UNDOABLE</a>
<dt>GIMP_PARASITE_PARENT_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624608">GIMP_PARASITE_PARENT_UNDOABLE</a>
</dt>
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624441">GIMP_PARASITE_PERSISTENT</a>
<dt>GIMP_PARASITE_PERSISTENT, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624495">GIMP_PARASITE_PERSISTENT</a>
</dt>
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624467">GIMP_PARASITE_UNDOABLE</a>
<dt>GIMP_PARASITE_UNDOABLE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624523">GIMP_PARASITE_UNDOABLE</a>
</dt>
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620643">gimp_path_free ()</a>
<dt>gimp_path_free, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577611">gimp_path_free ()</a>
</dt>
<dt>gimp_path_get_user_writable_dir, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620716">gimp_path_get_user_writable_dir ()</a>
<dt>gimp_path_get_user_writable_dir, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577684">gimp_path_get_user_writable_dir ()</a>
</dt>
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586732">gimp_path_parse ()</a>
<dt>gimp_path_parse, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577347">gimp_path_parse ()</a>
</dt>
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2620555">gimp_path_to_str ()</a>
<dt>gimp_path_to_str, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577523">gimp_path_to_str ()</a>
</dt>
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2586580">gimp_personal_rc_file ()</a>
<dt>gimp_personal_rc_file, <a class="indexterm" href="libgimpbase-gimpenv.html#id2577195">gimp_personal_rc_file ()</a>
</dt>
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618581">GIMP_PIXPIPE_MAXDIM</a>
<dt>GIMP_PIXPIPE_MAXDIM, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2582945">GIMP_PIXPIPE_MAXDIM</a>
</dt>
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576399">gimp_pixpipe_params_build ()</a>
<dt>gimp_pixpipe_params_build, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2578232">gimp_pixpipe_params_build ()</a>
</dt>
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2618608">gimp_pixpipe_params_init ()</a>
<dt>gimp_pixpipe_params_init, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2582972">gimp_pixpipe_params_init ()</a>
</dt>
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2576321">gimp_pixpipe_params_parse ()</a>
<dt>gimp_pixpipe_params_parse, <a class="indexterm" href="libgimpbase-gimpparasiteio.html#id2578153">gimp_pixpipe_params_parse ()</a>
</dt>
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619787">gimp_plug_in_directory ()</a>
<dt>gimp_plug_in_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550914">gimp_plug_in_directory ()</a>
</dt>
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2580524">gimp_rectangle_intersect ()</a>
<dt>gimp_rectangle_intersect, <a class="indexterm" href="libgimpbase-gimprectangle.html#id2621552">gimp_rectangle_intersect ()</a>
</dt>
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2608114">gimp_signal_private ()</a>
<dt>gimp_signal_private, <a class="indexterm" href="libgimpbase-gimpsignal.html#id2618364">gimp_signal_private ()</a>
</dt>
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2629897">gimp_strip_uline ()</a>
<dt>gimp_strip_uline, <a class="indexterm" href="libgimpbase-gimputils.html#id2628609">gimp_strip_uline ()</a>
</dt>
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619852">gimp_sysconf_directory ()</a>
<dt>gimp_sysconf_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2550979">gimp_sysconf_directory ()</a>
</dt>
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2596533">gimp_type_get_translation_domain ()</a>
<dt>gimp_type_get_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2599631">gimp_type_get_translation_domain ()</a>
</dt>
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611111">GIMP_TYPE_MEMSIZE</a>
<dt>GIMP_TYPE_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582140">GIMP_TYPE_MEMSIZE</a>
</dt>
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2611161">GIMP_TYPE_PARAM_MEMSIZE</a>
<dt>GIMP_TYPE_PARAM_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2582189">GIMP_TYPE_PARAM_MEMSIZE</a>
</dt>
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624686">GIMP_TYPE_PARAM_PARASITE</a>
<dt>GIMP_TYPE_PARAM_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624754">GIMP_TYPE_PARAM_PARASITE</a>
</dt>
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627782">GIMP_TYPE_PARAM_UNIT</a>
<dt>GIMP_TYPE_PARAM_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627066">GIMP_TYPE_PARAM_UNIT</a>
</dt>
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624660">GIMP_TYPE_PARASITE</a>
<dt>GIMP_TYPE_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624726">GIMP_TYPE_PARASITE</a>
</dt>
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2588839">gimp_type_set_translation_domain ()</a>
<dt>gimp_type_set_translation_domain, <a class="indexterm" href="libgimpbase-gimpbasetypes.html#id2600548">gimp_type_set_translation_domain ()</a>
</dt>
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627731">GIMP_TYPE_UNIT</a>
<dt>GIMP_TYPE_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627016">GIMP_TYPE_UNIT</a>
</dt>
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627494">gimp_unit_get_abbreviation ()</a>
<dt>gimp_unit_get_abbreviation, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626779">gimp_unit_get_abbreviation ()</a>
</dt>
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623858">gimp_unit_get_deletion_flag ()</a>
<dt>gimp_unit_get_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626228">gimp_unit_get_deletion_flag ()</a>
</dt>
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627259">gimp_unit_get_digits ()</a>
<dt>gimp_unit_get_digits, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626545">gimp_unit_get_digits ()</a>
</dt>
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627156">gimp_unit_get_factor ()</a>
<dt>gimp_unit_get_factor, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626442">gimp_unit_get_factor ()</a>
</dt>
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627343">gimp_unit_get_identifier ()</a>
<dt>gimp_unit_get_identifier, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626628">gimp_unit_get_identifier ()</a>
</dt>
<dt>gimp_unit_get_number_of_built_in_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573716">gimp_unit_get_number_of_built_in_units ()</a>
<dt>gimp_unit_get_number_of_built_in_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595279">gimp_unit_get_number_of_built_in_units ()</a>
</dt>
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573658">gimp_unit_get_number_of_units ()</a>
<dt>gimp_unit_get_number_of_units, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595220">gimp_unit_get_number_of_units ()</a>
</dt>
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627652">gimp_unit_get_plural ()</a>
<dt>gimp_unit_get_plural, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626937">gimp_unit_get_plural ()</a>
</dt>
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627574">gimp_unit_get_singular ()</a>
<dt>gimp_unit_get_singular, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626858">gimp_unit_get_singular ()</a>
</dt>
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627417">gimp_unit_get_symbol ()</a>
<dt>gimp_unit_get_symbol, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626702">gimp_unit_get_symbol ()</a>
</dt>
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2573777">gimp_unit_new ()</a>
<dt>gimp_unit_new, <a class="indexterm" href="libgimpbase-gimpunit.html#id2595341">gimp_unit_new ()</a>
</dt>
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2623942">gimp_unit_set_deletion_flag ()</a>
<dt>gimp_unit_set_deletion_flag, <a class="indexterm" href="libgimpbase-gimpunit.html#id2626313">gimp_unit_set_deletion_flag ()</a>
</dt>
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2619916">gimp_user_directory ()</a>
<dt>gimp_user_directory, <a class="indexterm" href="libgimpbase-gimpenv.html#id2551043">gimp_user_directory ()</a>
</dt>
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2623413">gimp_utf8_strtrim ()</a>
<dt>gimp_utf8_strtrim, <a class="indexterm" href="libgimpbase-gimputils.html#id2628361">gimp_utf8_strtrim ()</a>
</dt>
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2621316">GIMP_VALUE_HOLDS_MEMSIZE()</a>
<dt>GIMP_VALUE_HOLDS_MEMSIZE, <a class="indexterm" href="libgimpbase-gimpmemsize.html#id2621866">GIMP_VALUE_HOLDS_MEMSIZE()</a>
</dt>
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624876">GIMP_VALUE_HOLDS_PARASITE()</a>
<dt>GIMP_VALUE_HOLDS_PARASITE, <a class="indexterm" href="libgimpbase-gimpparasite.html#id2624964">GIMP_VALUE_HOLDS_PARASITE()</a>
</dt>
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2628093">GIMP_VALUE_HOLDS_UNIT()</a>
<dt>GIMP_VALUE_HOLDS_UNIT, <a class="indexterm" href="libgimpbase-gimpunit.html#id2627377">GIMP_VALUE_HOLDS_UNIT()</a>
</dt>
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2528466">GIMP_VERSION</a>
<dt>GIMP_VERSION, <a class="indexterm" href="libgimpbase-gimpversion.html#id2611378">GIMP_VERSION</a>
</dt>
</dl>
</div></div>

View File

@ -58,8 +58,8 @@
<function name="enum GimpTransformResize" link="libgimpbase-gimpbaseenums.html#GimpTransformResize"/>
<function name="enum GimpUserDirectory" link="libgimpbase-gimpbaseenums.html#GimpUserDirectory"/>
<function name="enum GimpVectorsStrokeType" link="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"/>
<function name="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
<function name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
<function name="" link="libgimpbase-gimpbaseenums.html#id2593534"/>
<function name="" link="libgimpbase-gimpbaseenums.html#id2593535"/>
<function name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
<function name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
<function name="gimp_type_set_translation_domain ()" link="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain"/>
@ -68,8 +68,8 @@
<function name="gimp_enum_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-enum-get-value-descriptions"/>
<function name="gimp_flags_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-get-value-descriptions"/>
<function name="gimp_flags_set_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-set-value-descriptions"/>
<function name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
<function name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
<function name="" link="libgimpbase-gimpbasetypes.html#id2577132"/>
<function name="" link="libgimpbase-gimpbasetypes.html#id2577134"/>
<function name="GIMP_MAJOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS"/>
<function name="GIMP_MINOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS"/>
<function name="GIMP_MICRO_VERSION" link="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS"/>
@ -80,39 +80,39 @@
<function name="gimp_major_version" link="libgimpbase-gimpversion.html#gimp-major-version"/>
<function name="gimp_minor_version" link="libgimpbase-gimpversion.html#gimp-minor-version"/>
<function name="gimp_micro_version" link="libgimpbase-gimpversion.html#gimp-micro-version"/>
<function name="" link="libgimpbase-gimpversion.html#id2595165"/>
<function name="" link="libgimpbase-gimpversion.html#id2595166"/>
<function name="" link="libgimpbase-gimpversion.html#id2527550"/>
<function name="" link="libgimpbase-gimpversion.html#id2527551"/>
<function name="GIMP_MIN_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MIN-IMAGE-SIZE:CAPS"/>
<function name="GIMP_MAX_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-IMAGE-SIZE:CAPS"/>
<function name="GIMP_MIN_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION:CAPS"/>
<function name="GIMP_MAX_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION:CAPS"/>
<function name="GIMP_MAX_MEMSIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-MEMSIZE:CAPS"/>
<function name="" link="libgimpbase-gimplimits.html#id2609669"/>
<function name="" link="libgimpbase-gimplimits.html#id2609670"/>
<function name="" link="libgimpbase-gimplimits.html#id2590244"/>
<function name="" link="libgimpbase-gimplimits.html#id2590246"/>
<function name="GIMP_PARAM_STATIC_STRINGS" link="libgimpbase-gimpparam.html#GIMP-PARAM-STATIC-STRINGS:CAPS"/>
<function name="GIMP_PARAM_READABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READABLE:CAPS"/>
<function name="GIMP_PARAM_WRITABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-WRITABLE:CAPS"/>
<function name="GIMP_PARAM_READWRITE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READWRITE:CAPS"/>
<function name="" link="libgimpbase-gimpparam.html#id2605577"/>
<function name="" link="libgimpbase-gimpparam.html#id2605578"/>
<function name="" link="libgimpbase-gimpparam.html#id2594416"/>
<function name="" link="libgimpbase-gimpparam.html#id2594417"/>
<function name="GIMP_CHECK_SIZE" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE:CAPS"/>
<function name="GIMP_CHECK_SIZE_SM" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE-SM:CAPS"/>
<function name="GIMP_CHECK_DARK" link="libgimpbase-gimpchecks.html#GIMP-CHECK-DARK:CAPS"/>
<function name="GIMP_CHECK_LIGHT" link="libgimpbase-gimpchecks.html#GIMP-CHECK-LIGHT:CAPS"/>
<function name="gimp_checks_get_shades ()" link="libgimpbase-gimpchecks.html#gimp-checks-get-shades"/>
<function name="" link="libgimpbase-gimpchecks.html#id2582997"/>
<function name="" link="libgimpbase-gimpchecks.html#id2582998"/>
<function name="" link="libgimpbase-gimpchecks.html#id2605230"/>
<function name="" link="libgimpbase-gimpchecks.html#id2605231"/>
<function name="enum GimpCpuAccelFlags" link="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags"/>
<function name="gimp_cpu_accel_get_support ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-get-support"/>
<function name="gimp_cpu_accel_set_use ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-use"/>
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
<function name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
<function name="" link="libgimpbase-gimpcpuaccel.html#id2602978"/>
<function name="" link="libgimpbase-gimpcpuaccel.html#id2602979"/>
<function name="GimpDatafileData" link="libgimpbase-gimpdatafiles.html#GimpDatafileData"/>
<function name="GimpDatafileLoaderFunc ()" link="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc"/>
<function name="gimp_datafiles_check_extension ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension"/>
<function name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
<function name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
<function name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
<function name="" link="libgimpbase-gimpdatafiles.html#id2615415"/>
<function name="" link="libgimpbase-gimpdatafiles.html#id2615416"/>
<function name="gimp_env_init ()" link="libgimpbase-gimpenv.html#gimp-env-init"/>
<function name="gimp_directory ()" link="libgimpbase-gimpenv.html#gimp-directory"/>
<function name="gimp_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
@ -126,8 +126,8 @@
<function name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
<function name="gimp_path_free ()" link="libgimpbase-gimpenv.html#gimp-path-free"/>
<function name="gimp_path_get_user_writable_dir ()" link="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir"/>
<function name="" link="libgimpbase-gimpenv.html#id2620818"/>
<function name="" link="libgimpbase-gimpenv.html#id2620819"/>
<function name="" link="libgimpbase-gimpenv.html#id2577784"/>
<function name="" link="libgimpbase-gimpenv.html#id2577785"/>
<function name="gimp_memsize_serialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-serialize"/>
<function name="gimp_memsize_deserialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize"/>
<function name="gimp_memsize_to_string ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-to-string"/>
@ -136,11 +136,11 @@
<function name="GIMP_IS_PARAM_SPEC_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"/>
<function name="gimp_param_spec_memsize ()" link="libgimpbase-gimpmemsize.html#gimp-param-spec-memsize"/>
<function name="GIMP_VALUE_HOLDS_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-VALUE-HOLDS-MEMSIZE:CAPS"/>
<function name="" link="libgimpbase-gimpmemsize.html#id2621360"/>
<function name="" link="libgimpbase-gimpmemsize.html#id2621361"/>
<function name="" link="libgimpbase-gimpmemsize.html#id2621917"/>
<function name="" link="libgimpbase-gimpmemsize.html#id2621918"/>
<function name="gimp_rectangle_intersect ()" link="libgimpbase-gimprectangle.html#gimp-rectangle-intersect"/>
<function name="" link="libgimpbase-gimprectangle.html#id2621115"/>
<function name="" link="libgimpbase-gimprectangle.html#id2621116"/>
<function name="" link="libgimpbase-gimprectangle.html#id2578116"/>
<function name="" link="libgimpbase-gimprectangle.html#id2578117"/>
<function name="GimpParasite" link="libgimpbase-gimpparasite.html#GimpParasite"/>
<function name="gimp_parasite_new ()" link="libgimpbase-gimpparasite.html#gimp-parasite-new"/>
<function name="gimp_parasite_free ()" link="libgimpbase-gimpparasite.html#gimp-parasite-free"/>
@ -167,18 +167,18 @@
<function name="GIMP_IS_PARAM_SPEC_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-IS-PARAM-SPEC-PARASITE:CAPS"/>
<function name="gimp_param_spec_parasite ()" link="libgimpbase-gimpparasite.html#gimp-param-spec-parasite"/>
<function name="GIMP_VALUE_HOLDS_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-VALUE-HOLDS-PARASITE:CAPS"/>
<function name="" link="libgimpbase-gimpparasite.html#id2624959"/>
<function name="" link="libgimpbase-gimpparasite.html#id2624960"/>
<function name="" link="libgimpbase-gimpparasite.html#id2625055"/>
<function name="" link="libgimpbase-gimpparasite.html#id2625056"/>
<function name="GIMP_PIXPIPE_MAXDIM" link="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM:CAPS"/>
<function name="gimp_pixpipe_params_init ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init"/>
<function name="gimp_pixpipe_params_parse ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse"/>
<function name="gimp_pixpipe_params_build ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build"/>
<function name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
<function name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
<function name="" link="libgimpbase-gimpparasiteio.html#id2595500"/>
<function name="" link="libgimpbase-gimpparasiteio.html#id2595501"/>
<function name="GimpSignalHandlerFunc ()" link="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"/>
<function name="gimp_signal_private ()" link="libgimpbase-gimpsignal.html#gimp-signal-private"/>
<function name="" link="libgimpbase-gimpsignal.html#id2573932"/>
<function name="" link="libgimpbase-gimpsignal.html#id2573933"/>
<function name="" link="libgimpbase-gimpsignal.html#id2625950"/>
<function name="" link="libgimpbase-gimpsignal.html#id2625951"/>
<function name="enum GimpUnit" link="libgimpbase-gimpunit.html#GimpUnit"/>
<function name="gimp_unit_get_number_of_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units"/>
<function name="gimp_unit_get_number_of_built_in_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units"/>
@ -197,8 +197,8 @@
<function name="GIMP_IS_PARAM_SPEC_UNIT()" link="libgimpbase-gimpunit.html#GIMP-IS-PARAM-SPEC-UNIT:CAPS"/>
<function name="gimp_param_spec_unit ()" link="libgimpbase-gimpunit.html#gimp-param-spec-unit"/>
<function name="GIMP_VALUE_HOLDS_UNIT()" link="libgimpbase-gimpunit.html#GIMP-VALUE-HOLDS-UNIT:CAPS"/>
<function name="" link="libgimpbase-gimpunit.html#id2628172"/>
<function name="" link="libgimpbase-gimpunit.html#id2628173"/>
<function name="" link="libgimpbase-gimpunit.html#id2627456"/>
<function name="" link="libgimpbase-gimpunit.html#id2627457"/>
<function name="gimp_any_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-any-to-utf8"/>
<function name="gimp_filename_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-filename-to-utf8"/>
<function name="gimp_utf8_strtrim ()" link="libgimpbase-gimputils.html#gimp-utf8-strtrim"/>
@ -213,7 +213,7 @@
<function name="gimp_flags_get_first_value ()" link="libgimpbase-gimputils.html#gimp-flags-get-first-value"/>
<function name="gimp_flags_value_get_desc ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-desc"/>
<function name="gimp_flags_value_get_help ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-help"/>
<function name="" link="libgimpbase-gimputils.html#id2631495"/>
<function name="" link="libgimpbase-gimputils.html#id2631496"/>
<function name="" link="libgimpbase-gimputils.html#id2630260"/>
<function name="" link="libgimpbase-gimputils.html#id2630261"/>
</functions>
</book>

View File

@ -58,8 +58,8 @@
<keyword type="enum" name="enum GimpTransformResize" link="libgimpbase-gimpbaseenums.html#GimpTransformResize"/>
<keyword type="enum" name="enum GimpUserDirectory" link="libgimpbase-gimpbaseenums.html#GimpUserDirectory"/>
<keyword type="enum" name="enum GimpVectorsStrokeType" link="libgimpbase-gimpbaseenums.html#GimpVectorsStrokeType"/>
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2615762"/>
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2615763"/>
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2593534"/>
<keyword type="" name="" link="libgimpbase-gimpbaseenums.html#id2593535"/>
<keyword type="struct" name="GimpEnumDesc" link="libgimpbase-gimpbasetypes.html#GimpEnumDesc"/>
<keyword type="struct" name="GimpFlagsDesc" link="libgimpbase-gimpbasetypes.html#GimpFlagsDesc"/>
<keyword type="function" name="gimp_type_set_translation_domain ()" link="libgimpbase-gimpbasetypes.html#gimp-type-set-translation-domain" since="GIMP 2.2"/>
@ -68,8 +68,8 @@
<keyword type="function" name="gimp_enum_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-enum-get-value-descriptions" since="GIMP 2.2"/>
<keyword type="function" name="gimp_flags_get_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-get-value-descriptions" since="GIMP 2.2"/>
<keyword type="function" name="gimp_flags_set_value_descriptions ()" link="libgimpbase-gimpbasetypes.html#gimp-flags-set-value-descriptions" since="GIMP 2.2"/>
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616537"/>
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2616538"/>
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2577132"/>
<keyword type="" name="" link="libgimpbase-gimpbasetypes.html#id2577134"/>
<keyword type="macro" name="GIMP_MAJOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS"/>
<keyword type="macro" name="GIMP_MINOR_VERSION" link="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS"/>
<keyword type="macro" name="GIMP_MICRO_VERSION" link="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS"/>
@ -80,39 +80,39 @@
<keyword type="variable" name="gimp_major_version" link="libgimpbase-gimpversion.html#gimp-major-version"/>
<keyword type="variable" name="gimp_minor_version" link="libgimpbase-gimpversion.html#gimp-minor-version"/>
<keyword type="variable" name="gimp_micro_version" link="libgimpbase-gimpversion.html#gimp-micro-version"/>
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595165"/>
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2595166"/>
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2527550"/>
<keyword type="" name="" link="libgimpbase-gimpversion.html#id2527551"/>
<keyword type="macro" name="GIMP_MIN_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MIN-IMAGE-SIZE:CAPS"/>
<keyword type="macro" name="GIMP_MAX_IMAGE_SIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-IMAGE-SIZE:CAPS"/>
<keyword type="macro" name="GIMP_MIN_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MIN-RESOLUTION:CAPS"/>
<keyword type="macro" name="GIMP_MAX_RESOLUTION" link="libgimpbase-gimplimits.html#GIMP-MAX-RESOLUTION:CAPS"/>
<keyword type="macro" name="GIMP_MAX_MEMSIZE" link="libgimpbase-gimplimits.html#GIMP-MAX-MEMSIZE:CAPS"/>
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609669"/>
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2609670"/>
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2590244"/>
<keyword type="" name="" link="libgimpbase-gimplimits.html#id2590246"/>
<keyword type="macro" name="GIMP_PARAM_STATIC_STRINGS" link="libgimpbase-gimpparam.html#GIMP-PARAM-STATIC-STRINGS:CAPS"/>
<keyword type="macro" name="GIMP_PARAM_READABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READABLE:CAPS"/>
<keyword type="macro" name="GIMP_PARAM_WRITABLE" link="libgimpbase-gimpparam.html#GIMP-PARAM-WRITABLE:CAPS"/>
<keyword type="macro" name="GIMP_PARAM_READWRITE" link="libgimpbase-gimpparam.html#GIMP-PARAM-READWRITE:CAPS"/>
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605577"/>
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2605578"/>
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2594416"/>
<keyword type="" name="" link="libgimpbase-gimpparam.html#id2594417"/>
<keyword type="macro" name="GIMP_CHECK_SIZE" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE:CAPS"/>
<keyword type="macro" name="GIMP_CHECK_SIZE_SM" link="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE-SM:CAPS"/>
<keyword type="macro" name="GIMP_CHECK_DARK" link="libgimpbase-gimpchecks.html#GIMP-CHECK-DARK:CAPS"/>
<keyword type="macro" name="GIMP_CHECK_LIGHT" link="libgimpbase-gimpchecks.html#GIMP-CHECK-LIGHT:CAPS"/>
<keyword type="function" name="gimp_checks_get_shades ()" link="libgimpbase-gimpchecks.html#gimp-checks-get-shades" since="GIMP 2.2"/>
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582997"/>
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2582998"/>
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2605230"/>
<keyword type="" name="" link="libgimpbase-gimpchecks.html#id2605231"/>
<keyword type="enum" name="enum GimpCpuAccelFlags" link="libgimpbase-gimpcpuaccel.html#GimpCpuAccelFlags"/>
<keyword type="function" name="gimp_cpu_accel_get_support ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-get-support" since="GIMP 2.4"/>
<keyword type="function" name="gimp_cpu_accel_set_use ()" link="libgimpbase-gimpcpuaccel.html#gimp-cpu-accel-set-use" since="GIMP 2.4"/>
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589022"/>
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2589024"/>
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2602978"/>
<keyword type="" name="" link="libgimpbase-gimpcpuaccel.html#id2602979"/>
<keyword type="struct" name="GimpDatafileData" link="libgimpbase-gimpdatafiles.html#GimpDatafileData"/>
<keyword type="function" name="GimpDatafileLoaderFunc ()" link="libgimpbase-gimpdatafiles.html#GimpDatafileLoaderFunc"/>
<keyword type="function" name="gimp_datafiles_check_extension ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-check-extension"/>
<keyword type="function" name="gimp_datafiles_read_directories ()" link="libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"/>
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586139"/>
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2586140"/>
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2615415"/>
<keyword type="" name="" link="libgimpbase-gimpdatafiles.html#id2615416"/>
<keyword type="function" name="gimp_env_init ()" link="libgimpbase-gimpenv.html#gimp-env-init" since="GIMP 2.4"/>
<keyword type="function" name="gimp_directory ()" link="libgimpbase-gimpenv.html#gimp-directory"/>
<keyword type="function" name="gimp_data_directory ()" link="libgimpbase-gimpenv.html#gimp-data-directory"/>
@ -126,8 +126,8 @@
<keyword type="function" name="gimp_path_to_str ()" link="libgimpbase-gimpenv.html#gimp-path-to-str"/>
<keyword type="function" name="gimp_path_free ()" link="libgimpbase-gimpenv.html#gimp-path-free"/>
<keyword type="function" name="gimp_path_get_user_writable_dir ()" link="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir"/>
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620818"/>
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2620819"/>
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2577784"/>
<keyword type="" name="" link="libgimpbase-gimpenv.html#id2577785"/>
<keyword type="function" name="gimp_memsize_serialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-serialize" since="GIMP 2.2"/>
<keyword type="function" name="gimp_memsize_deserialize ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-deserialize" since="GIMP 2.2"/>
<keyword type="function" name="gimp_memsize_to_string ()" link="libgimpbase-gimpmemsize.html#gimp-memsize-to-string"/>
@ -136,11 +136,11 @@
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-IS-PARAM-SPEC-MEMSIZE:CAPS"/>
<keyword type="function" name="gimp_param_spec_memsize ()" link="libgimpbase-gimpmemsize.html#gimp-param-spec-memsize" since="GIMP 2.4"/>
<keyword type="macro" name="GIMP_VALUE_HOLDS_MEMSIZE()" link="libgimpbase-gimpmemsize.html#GIMP-VALUE-HOLDS-MEMSIZE:CAPS"/>
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621360"/>
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621361"/>
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621917"/>
<keyword type="" name="" link="libgimpbase-gimpmemsize.html#id2621918"/>
<keyword type="function" name="gimp_rectangle_intersect ()" link="libgimpbase-gimprectangle.html#gimp-rectangle-intersect" since="GIMP 2.4"/>
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621115"/>
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2621116"/>
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2578116"/>
<keyword type="" name="" link="libgimpbase-gimprectangle.html#id2578117"/>
<keyword type="struct" name="GimpParasite" link="libgimpbase-gimpparasite.html#GimpParasite"/>
<keyword type="function" name="gimp_parasite_new ()" link="libgimpbase-gimpparasite.html#gimp-parasite-new"/>
<keyword type="function" name="gimp_parasite_free ()" link="libgimpbase-gimpparasite.html#gimp-parasite-free"/>
@ -167,18 +167,18 @@
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-IS-PARAM-SPEC-PARASITE:CAPS"/>
<keyword type="function" name="gimp_param_spec_parasite ()" link="libgimpbase-gimpparasite.html#gimp-param-spec-parasite"/>
<keyword type="macro" name="GIMP_VALUE_HOLDS_PARASITE()" link="libgimpbase-gimpparasite.html#GIMP-VALUE-HOLDS-PARASITE:CAPS"/>
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624959"/>
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2624960"/>
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2625055"/>
<keyword type="" name="" link="libgimpbase-gimpparasite.html#id2625056"/>
<keyword type="macro" name="GIMP_PIXPIPE_MAXDIM" link="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM:CAPS"/>
<keyword type="function" name="gimp_pixpipe_params_init ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init"/>
<keyword type="function" name="gimp_pixpipe_params_parse ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse"/>
<keyword type="function" name="gimp_pixpipe_params_build ()" link="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build"/>
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623668"/>
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2623670"/>
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2595500"/>
<keyword type="" name="" link="libgimpbase-gimpparasiteio.html#id2595501"/>
<keyword type="function" name="GimpSignalHandlerFunc ()" link="libgimpbase-gimpsignal.html#GimpSignalHandlerFunc"/>
<keyword type="function" name="gimp_signal_private ()" link="libgimpbase-gimpsignal.html#gimp-signal-private"/>
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573932"/>
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2573933"/>
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2625950"/>
<keyword type="" name="" link="libgimpbase-gimpsignal.html#id2625951"/>
<keyword type="enum" name="enum GimpUnit" link="libgimpbase-gimpunit.html#GimpUnit"/>
<keyword type="function" name="gimp_unit_get_number_of_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-units"/>
<keyword type="function" name="gimp_unit_get_number_of_built_in_units ()" link="libgimpbase-gimpunit.html#gimp-unit-get-number-of-built-in-units"/>
@ -197,8 +197,8 @@
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_UNIT()" link="libgimpbase-gimpunit.html#GIMP-IS-PARAM-SPEC-UNIT:CAPS"/>
<keyword type="function" name="gimp_param_spec_unit ()" link="libgimpbase-gimpunit.html#gimp-param-spec-unit" since="GIMP 2.4"/>
<keyword type="macro" name="GIMP_VALUE_HOLDS_UNIT()" link="libgimpbase-gimpunit.html#GIMP-VALUE-HOLDS-UNIT:CAPS"/>
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628172"/>
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2628173"/>
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2627456"/>
<keyword type="" name="" link="libgimpbase-gimpunit.html#id2627457"/>
<keyword type="function" name="gimp_any_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-any-to-utf8"/>
<keyword type="function" name="gimp_filename_to_utf8 ()" link="libgimpbase-gimputils.html#gimp-filename-to-utf8"/>
<keyword type="function" name="gimp_utf8_strtrim ()" link="libgimpbase-gimputils.html#gimp-utf8-strtrim"/>
@ -213,7 +213,7 @@
<keyword type="function" name="gimp_flags_get_first_value ()" link="libgimpbase-gimputils.html#gimp-flags-get-first-value" since="GIMP 2.2"/>
<keyword type="function" name="gimp_flags_value_get_desc ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-desc" since="GIMP 2.2"/>
<keyword type="function" name="gimp_flags_value_get_help ()" link="libgimpbase-gimputils.html#gimp-flags-value-get-help" since="GIMP 2.2"/>
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631495"/>
<keyword type="" name="" link="libgimpbase-gimputils.html#id2631496"/>
<keyword type="" name="" link="libgimpbase-gimputils.html#id2630260"/>
<keyword type="" name="" link="libgimpbase-gimputils.html#id2630261"/>
</functions>
</book>

View File

@ -71,14 +71,14 @@ capabilities.
</para></refsect2>
<refsect2>
<title><anchor id="GIMP-MICRO-VERSION:CAPS" role="macro"/>GIMP_MICRO_VERSION</title>
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (3)
<indexterm><primary>GIMP_MICRO_VERSION</primary></indexterm><programlisting>#define GIMP_MICRO_VERSION (4)
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GIMP-VERSION:CAPS" role="macro"/>GIMP_VERSION</title>
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.4.3"
<indexterm><primary>GIMP_VERSION</primary></indexterm><programlisting>#define GIMP_VERSION "2.4.4"
</programlisting>
<para>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581431" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595894" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2527548" class="shortcut">Description</a>
<a href="#id2551138" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2606570" class="shortcut">Object Hierarchy</a>
<a href="#id2607723" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2606630" class="shortcut">Implemented Interfaces</a>
<a href="#id2607783" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2527522" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2607811" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpBrowser"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581431"></a><span class="refentrytitle">GimpBrowser</span>
<a name="id2595894"></a><span class="refentrytitle">GimpBrowser</span>
</h2>
<p>GimpBrowser</p>
</td>
@ -84,7 +84,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2606570"></a><h2>Object Hierarchy</h2>
<a name="id2607723"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -112,39 +112,39 @@ href="../gtk/GtkHPaned.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2606630"></a><h2>Implemented Interfaces</h2>
<a name="id2607783"></a><h2>Implemented Interfaces</h2>
<p>
GimpBrowser implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2527522"></a><h2>Signals</h2>
<a name="id2607811"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpBrowser.html#GimpBrowser-search">search</a>" : Run Last
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2527548"></a><h2>Description</h2>
<a name="id2551138"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2527563"></a><h2>Details</h2>
<a name="id2551153"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2527574"></a><h3>
<a name="id2551164"></a><h3>
<a name="GimpBrowser-struct"></a>GimpBrowser</h3>
<a class="indexterm" name="id2527587"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
<a class="indexterm" name="id2551177"></a><pre class="programlisting">typedef struct _GimpBrowser GimpBrowser;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2527602"></a><h3>
<a name="id2551192"></a><h3>
<a name="gimp-browser-new"></a>gimp_browser_new ()</h3>
<a class="indexterm" name="id2527617"></a><pre class="programlisting"><a
<a class="indexterm" name="id2551206"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_browser_new (void);</pre>
<p>
@ -166,9 +166,9 @@ Create a new <a class="link" href="GimpBrowser.html" title="GimpBrowser"><span c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581822"></a><h3>
<a name="id2551268"></a><h3>
<a name="gimp-browser-add-search-types"></a>gimp_browser_add_search_types ()</h3>
<a class="indexterm" name="id2581835"></a><pre class="programlisting">void gimp_browser_add_search_types (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2576994"></a><pre class="programlisting">void gimp_browser_add_search_types (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *first_type_label,
@ -215,9 +215,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581975"></a><h3>
<a name="id2577133"></a><h3>
<a name="gimp-browser-set-widget"></a>gimp_browser_set_widget ()</h3>
<a class="indexterm" name="id2581988"></a><pre class="programlisting">void gimp_browser_set_widget (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2577147"></a><pre class="programlisting">void gimp_browser_set_widget (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
@ -248,9 +248,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611655"></a><h3>
<a name="id2577246"></a><h3>
<a name="gimp-browser-show-message"></a>gimp_browser_show_message ()</h3>
<a class="indexterm" name="id2611669"></a><pre class="programlisting">void gimp_browser_show_message (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
<a class="indexterm" name="id2577260"></a><pre class="programlisting">void gimp_browser_show_message (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *browser,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *message);</pre>
@ -285,11 +285,11 @@ href="../gtk/GtkLabel.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2611789"></a><h2>Signal Details</h2>
<a name="id2611441"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2611800"></a><h3>
<a name="id2611452"></a><h3>
<a name="GimpBrowser-search"></a>The <code class="literal">"search"</code> signal</h3>
<a class="indexterm" name="id2611815"></a><pre class="programlisting">void user_function (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
<a class="indexterm" name="id2611467"></a><pre class="programlisting">void user_function (<a class="link" href="GimpBrowser.html" title="GimpBrowser">GimpBrowser</a> *gimpbrowser,
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *arg1,
@ -330,9 +330,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2616099"></a><div class="refsect2" lang="en"><a name="id2616100"></a></div>
<a name="id2611579"></a><div class="refsect2" lang="en"><a name="id2611580"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2616101"></a></div>
<div class="refsect2" lang="en"><a name="id2611581"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpChainButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584526" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2615802" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2613821" class="shortcut">Description</a>
<a href="#id2610246" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2574962" class="shortcut">Object Hierarchy</a>
<a href="#id2602365" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2575030" class="shortcut">Implemented Interfaces</a>
<a href="#id2610194" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2575058" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2610221" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2584526"></a><span class="refentrytitle">GimpButton</span>
<a name="id2615802"></a><span class="refentrytitle">GimpButton</span>
</h2>
<p>GimpButton &#8212; A <a
href="../gtk/GtkButton.html"
@ -74,7 +74,7 @@ href="../gdk/gdk-Windows.html#GdkModifierType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2574962"></a><h2>Object Hierarchy</h2>
<a name="id2602365"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -103,20 +103,20 @@ href="../gtk/GtkButton.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2575030"></a><h2>Implemented Interfaces</h2>
<a name="id2610194"></a><h2>Implemented Interfaces</h2>
<p>
GimpButton implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2575058"></a><h2>Signals</h2>
<a name="id2610221"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpButton.html#GimpButton-extended-clicked">extended-clicked</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613821"></a><h2>Description</h2>
<a name="id2610246"></a><h2>Description</h2>
<p>
<a class="link" href="GimpButton.html" title="GimpButton"><span class="type">GimpButton</span></a> adds an extra signal to the <a
href="../gtk/GtkButton.html"
@ -126,20 +126,20 @@ modifier keys pressed.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2613853"></a><h2>Details</h2>
<a name="id2610277"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2613863"></a><h3>
<a name="id2610288"></a><h3>
<a name="GimpButton-struct"></a>GimpButton</h3>
<a class="indexterm" name="id2613876"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<a class="indexterm" name="id2610301"></a><pre class="programlisting">typedef struct _GimpButton GimpButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613891"></a><h3>
<a name="id2610316"></a><h3>
<a name="gimp-button-new"></a>gimp_button_new ()</h3>
<a class="indexterm" name="id2613903"></a><pre class="programlisting"><a
<a class="indexterm" name="id2597387"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_button_new (void);</pre>
<p>
@ -158,9 +158,9 @@ Creates a new <a class="link" href="GimpButton.html" title="GimpButton"><span cl
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613958"></a><h3>
<a name="id2597441"></a><h3>
<a name="gimp-button-extended-clicked"></a>gimp_button_extended_clicked ()</h3>
<a class="indexterm" name="id2613969"></a><pre class="programlisting">void gimp_button_extended_clicked (<a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
<a class="indexterm" name="id2597452"></a><pre class="programlisting">void gimp_button_extended_clicked (<a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> *button,
<a
href="../gdk/gdk-Windows.html#GdkModifierType"
>GdkModifierType</a> state);</pre>
@ -189,11 +189,11 @@ href="../gdk/gdk-Windows.html#GDK-SHIFT-MASK:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2592595"></a><h2>Signal Details</h2>
<a name="id2616547"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2592606"></a><h3>
<a name="id2616558"></a><h3>
<a name="GimpButton-extended-clicked"></a>The <code class="literal">"extended-clicked"</code> signal</h3>
<a class="indexterm" name="id2592620"></a><pre class="programlisting">void user_function (<a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
<a class="indexterm" name="id2616572"></a><pre class="programlisting">void user_function (<a class="link" href="GimpButton.html" title="GimpButton">GimpButton</a> *gimpbutton,
<a
href="../gdk/gdk-Windows.html#GdkModifierType"
>GdkModifierType</a> arg1,
@ -226,9 +226,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2592712"></a><div class="refsect2" lang="en"><a name="id2592713"></a></div>
<a name="id2616664"></a><div class="refsect2" lang="en"><a name="id2616665"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2592714"></a></div>
<div class="refsect2" lang="en"><a name="id2616666"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpCellRendererToggle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574463" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593936" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2649952" class="shortcut">Description</a>
<a href="#id2656080" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2613752" class="shortcut">Object Hierarchy</a>
<a href="#id2635403" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2592738" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2631428" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpCellRendererColor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2574463"></a><span class="refentrytitle">GimpCellRendererColor</span>
<a name="id2593936"></a><span class="refentrytitle">GimpCellRendererColor</span>
</h2>
<p>GimpCellRendererColor</p>
</td>
@ -66,7 +66,7 @@ href="../gtk/GtkCellRenderer.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613752"></a><h2>Object Hierarchy</h2>
<a name="id2635403"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -85,7 +85,7 @@ href="../gtk/GtkCellRenderer.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2592738"></a><h2>Properties</h2>
<a name="id2631428"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpCellRendererColor.html#GimpCellRendererColor--color">color</a>" <a
@ -100,26 +100,26 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2649952"></a><h2>Description</h2>
<a name="id2656080"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2649968"></a><h2>Details</h2>
<a name="id2656096"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2649979"></a><h3>
<a name="id2656107"></a><h3>
<a name="GimpCellRendererColor-struct"></a>GimpCellRendererColor</h3>
<a class="indexterm" name="id2649990"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
<a class="indexterm" name="id2656118"></a><pre class="programlisting">typedef struct _GimpCellRendererColor GimpCellRendererColor;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650006"></a><h3>
<a name="id2656134"></a><h3>
<a name="gimp-cell-renderer-color-new"></a>gimp_cell_renderer_color_new ()</h3>
<a class="indexterm" name="id2655490"></a><pre class="programlisting"><a
<a class="indexterm" name="id2656148"></a><pre class="programlisting"><a
href="../gtk/GtkCellRenderer.html"
>GtkCellRenderer</a>* gimp_cell_renderer_color_new (void);</pre>
<p>
@ -143,20 +143,20 @@ href="../gtk/GtkCellRenderer.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2655552"></a><h2>Property Details</h2>
<a name="id2656210"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2655563"></a><h3>
<a name="id2656220"></a><h3>
<a name="GimpCellRendererColor--color"></a>The <code class="literal">"color"</code> property</h3>
<a class="indexterm" name="id2655577"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2656234"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655822"></a><h3>
<a name="id2656254"></a><h3>
<a name="GimpCellRendererColor--icon-size"></a>The <code class="literal">"icon-size"</code> property</h3>
<a class="indexterm" name="id2655836"></a><pre class="programlisting"> "icon-size" <a
<a class="indexterm" name="id2656268"></a><pre class="programlisting"> "icon-size" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read / Write / Construct</pre>
<p></p>
@ -165,9 +165,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655864"></a><h3>
<a name="id2656295"></a><h3>
<a name="GimpCellRendererColor--opaque"></a>The <code class="literal">"opaque"</code> property</h3>
<a class="indexterm" name="id2655878"></a><pre class="programlisting"> "opaque" <a
<a class="indexterm" name="id2656310"></a><pre class="programlisting"> "opaque" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write / Construct</pre>
<p></p>
@ -175,9 +175,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2655903"></a><div class="refsect2" lang="en"><a name="id2655904"></a></div>
<a name="id2656335"></a><div class="refsect2" lang="en"><a name="id2656336"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2655905"></a></div>
<div class="refsect2" lang="en"><a name="id2656337"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-colordisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2589424" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527236" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2646346" class="shortcut">Description</a>
<a href="#id2659927" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2592319" class="shortcut">Object Hierarchy</a>
<a href="#id2588096" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2646279" class="shortcut">Properties</a>
<a href="#id2659860" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2646321" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2659902" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpCellRendererToggle"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2589424"></a><span class="refentrytitle">GimpCellRendererToggle</span>
<a name="id2527236"></a><span class="refentrytitle">GimpCellRendererToggle</span>
</h2>
<p>GimpCellRendererToggle</p>
</td>
@ -77,7 +77,7 @@ href="../gdk/gdk-Windows.html#GdkModifierType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2592319"></a><h2>Object Hierarchy</h2>
<a name="id2588096"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -99,7 +99,7 @@ href="../gtk/GtkCellRendererToggle.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2646279"></a><h2>Properties</h2>
<a name="id2659860"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id">stock-id</a>" <a
@ -111,33 +111,33 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2646321"></a><h2>Signals</h2>
<a name="id2659902"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked">clicked</a>" : Run Last
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2646346"></a><h2>Description</h2>
<a name="id2659927"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2646362"></a><h2>Details</h2>
<a name="id2659943"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2646372"></a><h3>
<a name="id2659953"></a><h3>
<a name="GimpCellRendererToggle-struct"></a>GimpCellRendererToggle</h3>
<a class="indexterm" name="id2660174"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
<a class="indexterm" name="id2660371"></a><pre class="programlisting">typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660191"></a><h3>
<a name="id2660387"></a><h3>
<a name="gimp-cell-renderer-toggle-new"></a>gimp_cell_renderer_toggle_new ()</h3>
<a class="indexterm" name="id2660204"></a><pre class="programlisting"><a
<a class="indexterm" name="id2660400"></a><pre class="programlisting"><a
href="../gtk/GtkCellRenderer.html"
>GtkCellRenderer</a>* gimp_cell_renderer_toggle_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -174,9 +174,9 @@ layer's visibility by showing <a class="link" href="libgimpwidgets-GimpStock.htm
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660298"></a><h3>
<a name="id2660495"></a><h3>
<a name="gimp-cell-renderer-toggle-clicked"></a>gimp_cell_renderer_toggle_clicked ()</h3>
<a class="indexterm" name="id2660312"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked (<a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
<a class="indexterm" name="id2660508"></a><pre class="programlisting">void gimp_cell_renderer_toggle_clicked (<a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *cell,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *path,
@ -213,11 +213,11 @@ Emits the "clicked" signal from a <a class="link" href="GimpCellRendererToggle.h
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2659606"></a><h2>Property Details</h2>
<a name="id2660621"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2659616"></a><h3>
<a name="id2660632"></a><h3>
<a name="GimpCellRendererToggle--stock-id"></a>The <code class="literal">"stock-id"</code> property</h3>
<a class="indexterm" name="id2659630"></a><pre class="programlisting"> "stock-id" <a
<a class="indexterm" name="id2656365"></a><pre class="programlisting"> "stock-id" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct</pre>
<p></p>
@ -225,9 +225,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659654"></a><h3>
<a name="id2656389"></a><h3>
<a name="GimpCellRendererToggle--stock-size"></a>The <code class="literal">"stock-size"</code> property</h3>
<a class="indexterm" name="id2659669"></a><pre class="programlisting"> "stock-size" <a
<a class="indexterm" name="id2656405"></a><pre class="programlisting"> "stock-size" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read / Write / Construct</pre>
<p></p>
@ -236,11 +236,11 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2659699"></a><h2>Signal Details</h2>
<a name="id2656435"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2659710"></a><h3>
<a name="id2656446"></a><h3>
<a name="GimpCellRendererToggle-clicked"></a>The <code class="literal">"clicked"</code> signal</h3>
<a class="indexterm" name="id2659725"></a><pre class="programlisting">void user_function (<a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
<a class="indexterm" name="id2656461"></a><pre class="programlisting">void user_function (<a class="link" href="GimpCellRendererToggle.html" title="GimpCellRendererToggle">GimpCellRendererToggle</a> *gimpcellrenderertoggle,
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *arg1,
@ -281,9 +281,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2659838"></a><div class="refsect2" lang="en"><a name="id2659839"></a></div>
<a name="id2656574"></a><div class="refsect2" lang="en"><a name="id2656575"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2659840"></a></div>
<div class="refsect2" lang="en"><a name="id2656576"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2608388" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588030" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2584349" class="shortcut">Description</a>
<a href="#id2600820" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2614983" class="shortcut">Object Hierarchy</a>
<a href="#id2603246" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2615038" class="shortcut">Implemented Interfaces</a>
<a href="#id2603301" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2615065" class="shortcut">Properties</a>
<a href="#id2603329" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2584324" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2600795" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpChainButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2608388"></a><span class="refentrytitle">GimpChainButton</span>
<a name="id2588030"></a><span class="refentrytitle">GimpChainButton</span>
</h2>
<p>GimpChainButton &#8212; Widget to visually connect two entry widgets.</p>
</td>
@ -78,7 +78,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614983"></a><h2>Object Hierarchy</h2>
<a name="id2603246"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -103,27 +103,27 @@ href="../gtk/GtkTable.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2615038"></a><h2>Implemented Interfaces</h2>
<a name="id2603301"></a><h2>Implemented Interfaces</h2>
<p>
GimpChainButton implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2615065"></a><h2>Properties</h2>
<a name="id2603329"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpChainButton.html#GimpChainButton--position">position</a>" <a class="link" href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2584324"></a><h2>Signals</h2>
<a name="id2600795"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpChainButton.html#GimpChainButton-toggled">toggled</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2584349"></a><h2>Description</h2>
<a name="id2600820"></a><h2>Description</h2>
<p>
This widget provides a button showing either a linked or a broken
chain that can be used to link two entries, spinbuttons, colors
@ -140,20 +140,20 @@ necessary.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2584392"></a><h2>Details</h2>
<a name="id2600862"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2584403"></a><h3>
<a name="id2600873"></a><h3>
<a name="GimpChainButton-struct"></a>GimpChainButton</h3>
<a class="indexterm" name="id2584414"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<a class="indexterm" name="id2600885"></a><pre class="programlisting">typedef struct _GimpChainButton GimpChainButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584431"></a><h3>
<a name="id2600901"></a><h3>
<a name="GimpChainPosition"></a>enum GimpChainPosition</h3>
<a class="indexterm" name="id2584443"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2600914"></a><pre class="programlisting">typedef enum
{
GIMP_CHAIN_TOP,
GIMP_CHAIN_LEFT,
@ -167,9 +167,9 @@ necessary.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587632"></a><h3>
<a name="id2552638"></a><h3>
<a name="gimp-chain-button-new"></a>gimp_chain_button_new ()</h3>
<a class="indexterm" name="id2587643"></a><pre class="programlisting"><a
<a class="indexterm" name="id2552648"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_chain_button_new (<a class="link" href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> position);</pre>
<p>
@ -206,9 +206,9 @@ for more than two widgets, but the look is optimized for two.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587739"></a><h3>
<a name="id2552744"></a><h3>
<a name="gimp-chain-button-set-active"></a>gimp_chain_button_set_active ()</h3>
<a class="indexterm" name="id2587750"></a><pre class="programlisting">void gimp_chain_button_set_active (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
<a class="indexterm" name="id2552757"></a><pre class="programlisting">void gimp_chain_button_set_active (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> active);</pre>
@ -240,9 +240,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587855"></a><h3>
<a name="id2591847"></a><h3>
<a name="gimp-chain-button-get-active"></a>gimp_chain_button_get_active ()</h3>
<a class="indexterm" name="id2587868"></a><pre class="programlisting"><a
<a class="indexterm" name="id2591860"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_chain_button_get_active (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *button);</pre>
<p>
@ -270,11 +270,11 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2579918"></a><h2>Property Details</h2>
<a name="id2591953"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2579929"></a><h3>
<a name="id2591964"></a><h3>
<a name="GimpChainButton--position"></a>The <code class="literal">"position"</code> property</h3>
<a class="indexterm" name="id2579943"></a><pre class="programlisting"> "position" <a class="link" href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2591978"></a><pre class="programlisting"> "position" <a class="link" href="GimpChainButton.html#GimpChainPosition">GimpChainPosition</a> : Read / Write / Construct Only</pre>
<p>
The position in which the chain button will be used.</p>
<p>
@ -286,11 +286,11 @@ The position in which the chain button will be used.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2579981"></a><h2>Signal Details</h2>
<a name="id2592016"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2579992"></a><h3>
<a name="id2592026"></a><h3>
<a name="GimpChainButton-toggled"></a>The <code class="literal">"toggled"</code> signal</h3>
<a class="indexterm" name="id2580005"></a><pre class="programlisting">void user_function (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
<a class="indexterm" name="id2592040"></a><pre class="programlisting">void user_function (<a class="link" href="GimpChainButton.html" title="GimpChainButton">GimpChainButton</a> *gimpchainbutton,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -315,16 +315,16 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2580074"></a><h2>See Also</h2>
<a name="id2618266"></a><h2>See Also</h2>
<p>
You may want to use the convenience function <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new"><code class="function">gimp_coordinates_new()</code></a> to set
up two GimpSizeEntries (see <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>) linked with a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2580110"></a><div class="refsect2" lang="en"><a name="id2580111"></a></div>
<a name="id2618297"></a><div class="refsect2" lang="en"><a name="id2618298"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2580112"></a></div>
<div class="refsect2" lang="en"><a name="id2618299"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598269" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2613658" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2586526" class="shortcut">Description</a>
<a href="#id2589914" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2587221" class="shortcut">Object Hierarchy</a>
<a href="#id2552495" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2587270" class="shortcut">Implemented Interfaces</a>
<a href="#id2589796" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2587297" class="shortcut">Properties</a>
<a href="#id2589823" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2587363" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2589889" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2598269"></a><span class="refentrytitle">GimpColorArea</span>
<a name="id2613658"></a><span class="refentrytitle">GimpColorArea</span>
</h2>
<p>GimpColorArea &#8212; Displays a GimpRGB color, optionally with alpha-channel.</p>
</td>
@ -94,7 +94,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2587221"></a><h2>Object Hierarchy</h2>
<a name="id2552495"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -116,13 +116,13 @@ href="../gtk/GtkDrawingArea.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2587270"></a><h2>Implemented Interfaces</h2>
<a name="id2589796"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorArea implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2587297"></a><h2>Properties</h2>
<a name="id2589823"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorArea.html#GimpColorArea--color">color</a>" <a
@ -138,33 +138,33 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2587363"></a><h2>Signals</h2>
<a name="id2589889"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorArea.html#GimpColorArea-color-changed">color-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2586526"></a><h2>Description</h2>
<a name="id2589914"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2586542"></a><h2>Details</h2>
<a name="id2589930"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2586552"></a><h3>
<a name="id2614669"></a><h3>
<a name="GimpColorArea-struct"></a>GimpColorArea</h3>
<a class="indexterm" name="id2586564"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
<a class="indexterm" name="id2614681"></a><pre class="programlisting">typedef struct _GimpColorArea GimpColorArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586580"></a><h3>
<a name="id2614697"></a><h3>
<a name="GimpColorAreaType"></a>enum GimpColorAreaType</h3>
<a class="indexterm" name="id2586593"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2614710"></a><pre class="programlisting">typedef enum
{
GIMP_COLOR_AREA_FLAT = 0,
GIMP_COLOR_AREA_SMALL_CHECKS,
@ -177,9 +177,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586610"></a><h3>
<a name="id2614727"></a><h3>
<a name="gimp-color-area-new"></a>gimp_color_area_new ()</h3>
<a class="indexterm" name="id2586622"></a><pre class="programlisting"><a
<a class="indexterm" name="id2614739"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_area_new (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -227,9 +227,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586752"></a><h3>
<a name="id2614869"></a><h3>
<a name="gimp-color-area-set-color"></a>gimp_color_area_set_color ()</h3>
<a class="indexterm" name="id2586763"></a><pre class="programlisting">void gimp_color_area_set_color (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2614880"></a><pre class="programlisting">void gimp_color_area_set_color (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -258,9 +258,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2532630"></a><h3>
<a name="id2618361"></a><h3>
<a name="gimp-color-area-get-color"></a>gimp_color_area_get_color ()</h3>
<a class="indexterm" name="id2532642"></a><pre class="programlisting">void gimp_color_area_get_color (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2618372"></a><pre class="programlisting">void gimp_color_area_get_color (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -289,9 +289,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2532733"></a><h3>
<a name="id2618463"></a><h3>
<a name="gimp-color-area-has-alpha"></a>gimp_color_area_has_alpha ()</h3>
<a class="indexterm" name="id2532744"></a><pre class="programlisting"><a
<a class="indexterm" name="id2618474"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_color_area_has_alpha (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area);</pre>
<p>
@ -322,9 +322,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619216"></a><h3>
<a name="id2618587"></a><h3>
<a name="gimp-color-area-set-type"></a>gimp_color_area_set_type ()</h3>
<a class="indexterm" name="id2619227"></a><pre class="programlisting">void gimp_color_area_set_type (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2618598"></a><pre class="programlisting">void gimp_color_area_set_type (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
<p>
Allows to change the type of <em class="parameter"><code>area</code></em>. The <a class="link" href="GimpColorArea.html#GimpColorAreaType"><span class="type">GimpColorAreaType</span></a> determines
@ -351,9 +351,9 @@ the checkerboard used to do that.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619316"></a><h3>
<a name="id2618699"></a><h3>
<a name="gimp-color-area-set-draw-border"></a>gimp_color_area_set_draw_border ()</h3>
<a class="indexterm" name="id2619329"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a class="indexterm" name="id2618710"></a><pre class="programlisting">void gimp_color_area_set_draw_border (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> draw_border);</pre>
@ -382,11 +382,11 @@ off. The default is not draw a border.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2619418"></a><h2>Property Details</h2>
<a name="id2618799"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2619429"></a><h3>
<a name="id2618809"></a><h3>
<a name="GimpColorArea--color"></a>The <code class="literal">"color"</code> property</h3>
<a class="indexterm" name="id2619443"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2618823"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write / Construct</pre>
<p>
@ -399,18 +399,18 @@ The color displayed in the color area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619476"></a><h3>
<a name="id2618855"></a><h3>
<a name="GimpColorArea--drag-mask"></a>The <code class="literal">"drag-mask"</code> property</h3>
<a class="indexterm" name="id2619490"></a><pre class="programlisting"> "drag-mask" <a
<a class="indexterm" name="id2618869"></a><pre class="programlisting"> "drag-mask" <a
href="../gdk/gdk-Windows.html#GdkModifierType"
>GdkModifierType</a> : Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619511"></a><h3>
<a name="id2618890"></a><h3>
<a name="GimpColorArea--draw-border"></a>The <code class="literal">"draw-border"</code> property</h3>
<a class="indexterm" name="id2619525"></a><pre class="programlisting"> "draw-border" <a
<a class="indexterm" name="id2618904"></a><pre class="programlisting"> "draw-border" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write</pre>
<p>
@ -424,9 +424,9 @@ Whether to draw a thin border in the foreground color around the area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619541"></a><h3>
<a name="id2618940"></a><h3>
<a name="GimpColorArea--type"></a>The <code class="literal">"type"</code> property</h3>
<a class="indexterm" name="id2619554"></a><pre class="programlisting"> "type" <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<a class="indexterm" name="id2618955"></a><pre class="programlisting"> "type" <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<p>
The type of the color area.</p>
<p>
@ -438,11 +438,11 @@ The type of the color area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2619588"></a><h2>Signal Details</h2>
<a name="id2618993"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2619597"></a><h3>
<a name="id2619004"></a><h3>
<a name="GimpColorArea-color-changed"></a>The <code class="literal">"color-changed"</code> signal</h3>
<a class="indexterm" name="id2619610"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
<a class="indexterm" name="id2619018"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorArea.html" title="GimpColorArea">GimpColorArea</a> *gimpcolorarea,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -467,9 +467,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2619674"></a><div class="refsect2" lang="en"><a name="id2619675"></a></div>
<a name="id2619088"></a><div class="refsect2" lang="en"><a name="id2619089"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2619676"></a></div>
<div class="refsect2" lang="en"><a name="id2619090"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorHexEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581260" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600668" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2594100" class="shortcut">Description</a>
<a href="#id2606276" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2584156" class="shortcut">Object Hierarchy</a>
<a href="#id2579995" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2584223" class="shortcut">Implemented Interfaces</a>
<a href="#id2604921" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2584251" class="shortcut">Properties</a>
<a href="#id2604948" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2594075" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2605015" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581260"></a><span class="refentrytitle">GimpColorButton</span>
<a name="id2600668"></a><span class="refentrytitle">GimpColorButton</span>
</h2>
<p>GimpColorButton &#8212; Widget for selecting a color from a simple button.</p>
</td>
@ -102,7 +102,7 @@ void <a class="link" href="GimpColorButton.html#gimp-color-button
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2584156"></a><h2>Object Hierarchy</h2>
<a name="id2579995"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -131,13 +131,13 @@ href="../gtk/GtkButton.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2584223"></a><h2>Implemented Interfaces</h2>
<a name="id2604921"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorButton implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2584251"></a><h2>Properties</h2>
<a name="id2604948"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorButton.html#GimpColorButton--color">color</a>" <a
@ -153,14 +153,14 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594075"></a><h2>Signals</h2>
<a name="id2605015"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorButton.html#GimpColorButton-color-changed">color-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594100"></a><h2>Description</h2>
<a name="id2606276"></a><h2>Description</h2>
<p>
This widget provides a simple button with a preview showing the
color.
@ -173,20 +173,20 @@ color, the "color_changed" signal is emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594125"></a><h2>Details</h2>
<a name="id2606300"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2594136"></a><h3>
<a name="id2606311"></a><h3>
<a name="GimpColorButton-struct"></a>GimpColorButton</h3>
<a class="indexterm" name="id2594147"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
<a class="indexterm" name="id2606323"></a><pre class="programlisting">typedef struct _GimpColorButton GimpColorButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594164"></a><h3>
<a name="id2606339"></a><h3>
<a name="gimp-color-button-new"></a>gimp_color_button_new ()</h3>
<a class="indexterm" name="id2594175"></a><pre class="programlisting"><a
<a class="indexterm" name="id2606350"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_button_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -253,9 +253,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597558"></a><h3>
<a name="id2606526"></a><h3>
<a name="gimp-color-button-set-color"></a>gimp_color_button_set_color ()</h3>
<a class="indexterm" name="id2597570"></a><pre class="programlisting">void gimp_color_button_set_color (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2620408"></a><pre class="programlisting">void gimp_color_button_set_color (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -284,9 +284,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597668"></a><h3>
<a name="id2620506"></a><h3>
<a name="gimp-color-button-get-color"></a>gimp_color_button_get_color ()</h3>
<a class="indexterm" name="id2597679"></a><pre class="programlisting">void gimp_color_button_get_color (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2620517"></a><pre class="programlisting">void gimp_color_button_get_color (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -315,9 +315,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597772"></a><h3>
<a name="id2620609"></a><h3>
<a name="gimp-color-button-set-update"></a>gimp_color_button_set_update ()</h3>
<a class="indexterm" name="id2597785"></a><pre class="programlisting">void gimp_color_button_set_update (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2620623"></a><pre class="programlisting">void gimp_color_button_set_update (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> continuous);</pre>
@ -348,9 +348,9 @@ dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621004"></a><h3>
<a name="id2620722"></a><h3>
<a name="gimp-color-button-get-update"></a>gimp_color_button_get_update ()</h3>
<a class="indexterm" name="id2621016"></a><pre class="programlisting"><a
<a class="indexterm" name="id2620736"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_color_button_get_update (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<p>
@ -376,9 +376,9 @@ Returns the color button's <em class="parameter"><code>continuous_update</code><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621094"></a><h3>
<a name="id2620816"></a><h3>
<a name="gimp-color-button-has-alpha"></a>gimp_color_button_has_alpha ()</h3>
<a class="indexterm" name="id2621106"></a><pre class="programlisting"><a
<a class="indexterm" name="id2620828"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_color_button_has_alpha (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button);</pre>
<p>
@ -409,9 +409,9 @@ otherwise.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621205"></a><h3>
<a name="id2620927"></a><h3>
<a name="gimp-color-button-set-type"></a>gimp_color_button_set_type ()</h3>
<a class="indexterm" name="id2621217"></a><pre class="programlisting">void gimp_color_button_set_type (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="indexterm" name="id2620939"></a><pre class="programlisting">void gimp_color_button_set_type (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *button,
<a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
<p>
Sets the <em class="parameter"><code>button</code></em> to the given <em class="parameter"><code>type</code></em>. See also <a class="link" href="GimpColorArea.html#gimp-color-area-set-type"><code class="function">gimp_color_area_set_type()</code></a>.</p>
@ -436,11 +436,11 @@ Sets the <em class="parameter"><code>button</code></em> to the given <em class="
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621326"></a><h2>Property Details</h2>
<a name="id2621048"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2621336"></a><h3>
<a name="id2621058"></a><h3>
<a name="GimpColorButton--color"></a>The <code class="literal">"color"</code> property</h3>
<a class="indexterm" name="id2621350"></a><pre class="programlisting"> "color" <a
<a class="indexterm" name="id2621072"></a><pre class="programlisting"> "color" <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> : Read / Write / Construct</pre>
<p>
@ -453,9 +453,9 @@ The color displayed in the button's color area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621383"></a><h3>
<a name="id2621104"></a><h3>
<a name="GimpColorButton--continuous-update"></a>The <code class="literal">"continuous-update"</code> property</h3>
<a class="indexterm" name="id2621399"></a><pre class="programlisting"> "continuous-update" <a
<a class="indexterm" name="id2621120"></a><pre class="programlisting"> "continuous-update" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write / Construct</pre>
<p>
@ -469,9 +469,9 @@ The update policy of the color button.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621435"></a><h3>
<a name="id2621155"></a><h3>
<a name="GimpColorButton--title"></a>The <code class="literal">"title"</code> property</h3>
<a class="indexterm" name="id2621449"></a><pre class="programlisting"> "title" <a
<a class="indexterm" name="id2621168"></a><pre class="programlisting"> "title" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct Only</pre>
<p>
@ -485,9 +485,9 @@ The title to be used for the color selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621486"></a><h3>
<a name="id2621205"></a><h3>
<a name="GimpColorButton--type"></a>The <code class="literal">"type"</code> property</h3>
<a class="indexterm" name="id2621500"></a><pre class="programlisting"> "type" <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<a class="indexterm" name="id2621219"></a><pre class="programlisting"> "type" <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> : Read / Write / Construct</pre>
<p>
The type of the button's color area.</p>
<p>
@ -499,11 +499,11 @@ The type of the button's color area.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621538"></a><h2>Signal Details</h2>
<a name="id2621257"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2621549"></a><h3>
<a name="id2621268"></a><h3>
<a name="GimpColorButton-color-changed"></a>The <code class="literal">"color-changed"</code> signal</h3>
<a class="indexterm" name="id2621565"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
<a class="indexterm" name="id2621284"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorButton.html" title="GimpColorButton">GimpColorButton</a> *gimpcolorbutton,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -528,15 +528,15 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621635"></a><h2>See Also</h2>
<a name="id2621355"></a><h2>See Also</h2>
<p>
<span class="type">libgimpcolor-gimpcolorspace</span>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621653"></a><div class="refsect2" lang="en"><a name="id2621654"></a></div>
<a name="id2621373"></a><div class="refsect2" lang="en"><a name="id2621374"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2621655"></a></div>
<div class="refsect2" lang="en"><a name="id2621375"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorDisplayStack.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614631" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601113" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2661870" class="shortcut">Description</a>
<a href="#id2660012" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2661747" class="shortcut">Object Hierarchy</a>
<a href="#id2656686" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2661771" class="shortcut">Implemented Interfaces</a>
<a href="#id2656710" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2661792" class="shortcut">Properties</a>
<a href="#id2656732" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2661846" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2659987" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorDisplay"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2614631"></a><span class="refentrytitle">GimpColorDisplay</span>
<a name="id2601113"></a><span class="refentrytitle">GimpColorDisplay</span>
</h2>
<p>GimpColorDisplay &#8212; Pluggable GIMP display color correction modules.</p>
</td>
@ -112,7 +112,7 @@ void <a class="link" href="GimpColorDisplay.html#gimp-color-displ
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2661747"></a><h2>Object Hierarchy</h2>
<a name="id2656686"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -122,7 +122,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2661771"></a><h2>Implemented Interfaces</h2>
<a name="id2656710"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorDisplay implements
<a
@ -130,7 +130,7 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
>GimpConfigInterface</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2661792"></a><h2>Properties</h2>
<a name="id2656732"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-config">color-config</a>" <a
@ -145,34 +145,34 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2661846"></a><h2>Signals</h2>
<a name="id2659987"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorDisplay.html#GimpColorDisplay-changed">changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2661870"></a><h2>Description</h2>
<a name="id2660012"></a><h2>Description</h2>
<p>
Functions and definitions for creating pluggable GIMP
display color correction modules.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2661888"></a><h2>Details</h2>
<a name="id2660029"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2661898"></a><h3>
<a name="id2660040"></a><h3>
<a name="GimpColorDisplay-struct"></a>GimpColorDisplay</h3>
<a class="indexterm" name="id2661910"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
<a class="indexterm" name="id2660052"></a><pre class="programlisting">typedef struct _GimpColorDisplay GimpColorDisplay;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652527"></a><h3>
<a name="id2660068"></a><h3>
<a name="gimp-color-display-new"></a>gimp_color_display_new ()</h3>
<a class="indexterm" name="id2652541"></a><pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (<a
<a class="indexterm" name="id2660081"></a><pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_new (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> display_type);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -204,9 +204,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#g-object-new"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652632"></a><h3>
<a name="id2660173"></a><h3>
<a name="gimp-color-display-clone"></a>gimp_color_display_clone ()</h3>
<a class="indexterm" name="id2652644"></a><pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_clone (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2660184"></a><pre class="programlisting"><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a>* gimp_color_display_clone (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -230,9 +230,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#g-object-new"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652699"></a><h3>
<a name="id2662643"></a><h3>
<a name="gimp-color-display-set-enabled"></a>gimp_color_display_set_enabled ()</h3>
<a class="indexterm" name="id2652711"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2662657"></a><pre class="programlisting">void gimp_color_display_set_enabled (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> enabled);</pre>
@ -259,9 +259,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652778"></a><h3>
<a name="id2662725"></a><h3>
<a name="gimp-color-display-get-enabled"></a>gimp_color_display_get_enabled ()</h3>
<a class="indexterm" name="id2652791"></a><pre class="programlisting"><a
<a class="indexterm" name="id2662738"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_color_display_get_enabled (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -287,9 +287,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652848"></a><h3>
<a name="id2662795"></a><h3>
<a name="gimp-color-display-get-config"></a>gimp_color_display_get_config ()</h3>
<a class="indexterm" name="id2652864"></a><pre class="programlisting"><a
<a class="indexterm" name="id2662811"></a><pre class="programlisting"><a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a>* gimp_color_display_get_config (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -322,9 +322,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663077"></a><h3>
<a name="id2662895"></a><h3>
<a name="gimp-color-display-get-managed"></a>gimp_color_display_get_managed ()</h3>
<a class="indexterm" name="id2663092"></a><pre class="programlisting"><a
<a class="indexterm" name="id2662910"></a><pre class="programlisting"><a
href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"
>GimpColorManaged</a>* gimp_color_display_get_managed (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -357,9 +357,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663166"></a><h3>
<a name="id2662994"></a><h3>
<a name="gimp-color-display-convert"></a>gimp_color_display_convert ()</h3>
<a class="indexterm" name="id2663178"></a><pre class="programlisting">void gimp_color_display_convert (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2663006"></a><pre class="programlisting">void gimp_color_display_convert (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *buf,
@ -418,9 +418,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663330"></a><h3>
<a name="id2663158"></a><h3>
<a name="gimp-color-display-load-state"></a>gimp_color_display_load_state ()</h3>
<a class="indexterm" name="id2663343"></a><pre class="programlisting">void gimp_color_display_load_state (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a class="indexterm" name="id2663172"></a><pre class="programlisting">void gimp_color_display_load_state (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display,
<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *state);</pre>
@ -447,9 +447,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663411"></a><h3>
<a name="id2663240"></a><h3>
<a name="gimp-color-display-save-state"></a>gimp_color_display_save_state ()</h3>
<a class="indexterm" name="id2663425"></a><pre class="programlisting"><a
<a class="indexterm" name="id2663253"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_color_display_save_state (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -475,9 +475,9 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663482"></a><h3>
<a name="id2663311"></a><h3>
<a name="gimp-color-display-configure"></a>gimp_color_display_configure ()</h3>
<a class="indexterm" name="id2663495"></a><pre class="programlisting"><a
<a class="indexterm" name="id2663324"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_display_configure (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -503,9 +503,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663552"></a><h3>
<a name="id2663381"></a><h3>
<a name="gimp-color-display-configure-reset"></a>gimp_color_display_configure_reset ()</h3>
<a class="indexterm" name="id2663566"></a><pre class="programlisting">void gimp_color_display_configure_reset (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2663394"></a><pre class="programlisting">void gimp_color_display_configure_reset (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -522,9 +522,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663612"></a><h3>
<a name="id2663440"></a><h3>
<a name="gimp-color-display-changed"></a>gimp_color_display_changed ()</h3>
<a class="indexterm" name="id2663624"></a><pre class="programlisting">void gimp_color_display_changed (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<a class="indexterm" name="id2663452"></a><pre class="programlisting">void gimp_color_display_changed (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
</p>
@ -541,29 +541,29 @@ href="../gtk/GtkWidget.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2663672"></a><h2>Property Details</h2>
<a name="id2663499"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2663682"></a><h3>
<a name="id2663510"></a><h3>
<a name="GimpColorDisplay--color-config"></a>The <code class="literal">"color-config"</code> property</h3>
<a class="indexterm" name="id2663698"></a><pre class="programlisting"> "color-config" <a
<a class="indexterm" name="id2663526"></a><pre class="programlisting"> "color-config" <a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> : Read / Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663720"></a><h3>
<a name="id2663546"></a><h3>
<a name="GimpColorDisplay--color-managed"></a>The <code class="literal">"color-managed"</code> property</h3>
<a class="indexterm" name="id2663736"></a><pre class="programlisting"> "color-managed" <a
<a class="indexterm" name="id2663562"></a><pre class="programlisting"> "color-managed" <a
href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface"
>GimpColorManagedInterface</a> : Read / Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2663756"></a><h3>
<a name="id2663583"></a><h3>
<a name="GimpColorDisplay--enabled"></a>The <code class="literal">"enabled"</code> property</h3>
<a class="indexterm" name="id2663770"></a><pre class="programlisting"> "enabled" <a
<a class="indexterm" name="id2663597"></a><pre class="programlisting"> "enabled" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write / Construct</pre>
<p></p>
@ -571,11 +571,11 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2663796"></a><h2>Signal Details</h2>
<a name="id2663622"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2663807"></a><h3>
<a name="id2663633"></a><h3>
<a name="GimpColorDisplay-changed"></a>The <code class="literal">"changed"</code> signal</h3>
<a class="indexterm" name="id2663821"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
<a class="indexterm" name="id2663647"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *gimpcolordisplay,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -600,7 +600,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2663892"></a><h2>See Also</h2>
<a name="id2663717"></a><h2>See Also</h2>
<p>
<a
href="../glib/glib-Dynamic-Loading-of-Modules.html#GModule"
@ -616,9 +616,9 @@ href="../gobject/GTypeModule.html"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2663932"></a><div class="refsect2" lang="en"><a name="id2663933"></a></div>
<a name="id2663757"></a><div class="refsect2" lang="en"><a name="id2663758"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2663934"></a></div>
<div class="refsect2" lang="en"><a name="id2663759"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-colorselector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597378" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580220" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2664176" class="shortcut">Description</a>
<a href="#id2657508" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2664108" class="shortcut">Object Hierarchy</a>
<a href="#id2657438" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2664132" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2657462" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorDisplayStack"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2597378"></a><span class="refentrytitle">GimpColorDisplayStack</span>
<a name="id2580220"></a><span class="refentrytitle">GimpColorDisplayStack</span>
</h2>
<p>GimpColorDisplayStack</p>
</td>
@ -91,7 +91,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2664108"></a><h2>Object Hierarchy</h2>
<a name="id2657438"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -101,7 +101,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2664132"></a><h2>Signals</h2>
<a name="id2657462"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorDisplayStack.html#GimpColorDisplayStack-added">added</a>" : Run First
@ -111,26 +111,26 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2664176"></a><h2>Description</h2>
<a name="id2657508"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2664192"></a><h2>Details</h2>
<a name="id2657524"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2653611"></a><h3>
<a name="id2657535"></a><h3>
<a name="GimpColorDisplayStack-struct"></a>GimpColorDisplayStack</h3>
<a class="indexterm" name="id2653622"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
<a class="indexterm" name="id2657548"></a><pre class="programlisting">typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653639"></a><h3>
<a name="id2657564"></a><h3>
<a name="gimp-color-display-stack-new"></a>gimp_color_display_stack_new ()</h3>
<a class="indexterm" name="id2653651"></a><pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new (void);</pre>
<a class="indexterm" name="id2657577"></a><pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_new (void);</pre>
<p>
</p>
@ -147,9 +147,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653686"></a><h3>
<a name="id2657612"></a><h3>
<a name="gimp-color-display-stack-clone"></a>gimp_color_display_stack_clone ()</h3>
<a class="indexterm" name="id2653700"></a><pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<a class="indexterm" name="id2657625"></a><pre class="programlisting"><a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a>* gimp_color_display_stack_clone (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<p>
</p>
@ -173,9 +173,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653755"></a><h3>
<a name="id2657680"></a><h3>
<a name="gimp-color-display-stack-changed"></a>gimp_color_display_stack_changed ()</h3>
<a class="indexterm" name="id2653768"></a><pre class="programlisting">void gimp_color_display_stack_changed (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<a class="indexterm" name="id2657693"></a><pre class="programlisting">void gimp_color_display_stack_changed (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack);</pre>
<p>
</p>
@ -192,9 +192,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653814"></a><h3>
<a name="id2657739"></a><h3>
<a name="gimp-color-display-stack-add"></a>gimp_color_display_stack_add ()</h3>
<a class="indexterm" name="id2653827"></a><pre class="programlisting">void gimp_color_display_stack_add (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2657752"></a><pre class="programlisting">void gimp_color_display_stack_add (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -219,9 +219,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652987"></a><h3>
<a name="id2657820"></a><h3>
<a name="gimp-color-display-stack-remove"></a>gimp_color_display_stack_remove ()</h3>
<a class="indexterm" name="id2653000"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2657833"></a><pre class="programlisting">void gimp_color_display_stack_remove (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -246,9 +246,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653067"></a><h3>
<a name="id2662017"></a><h3>
<a name="gimp-color-display-stack-reorder-up"></a>gimp_color_display_stack_reorder_up ()</h3>
<a class="indexterm" name="id2653080"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2662030"></a><pre class="programlisting">void gimp_color_display_stack_reorder_up (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -273,9 +273,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653147"></a><h3>
<a name="id2662097"></a><h3>
<a name="gimp-color-display-stack-reorder-down"></a>gimp_color_display_stack_reorder_down ()</h3>
<a class="indexterm" name="id2653160"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
<a class="indexterm" name="id2662108"></a><pre class="programlisting">void gimp_color_display_stack_reorder_down
(<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *display);</pre>
<p>
@ -301,9 +301,9 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653228"></a><h3>
<a name="id2662176"></a><h3>
<a name="gimp-color-display-stack-convert"></a>gimp_color_display_stack_convert ()</h3>
<a class="indexterm" name="id2653241"></a><pre class="programlisting">void gimp_color_display_stack_convert (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a class="indexterm" name="id2662189"></a><pre class="programlisting">void gimp_color_display_stack_convert (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *stack,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *buf,
@ -362,11 +362,11 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2661400"></a><h2>Signal Details</h2>
<a name="id2662342"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2661411"></a><h3>
<a name="id2662353"></a><h3>
<a name="GimpColorDisplayStack-added"></a>The <code class="literal">"added"</code> signal</h3>
<a class="indexterm" name="id2661425"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2662367"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
<a
href="../glib/glib-Basic-Types.html#gint"
@ -405,9 +405,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2661536"></a><h3>
<a name="id2662478"></a><h3>
<a name="GimpColorDisplayStack-changed"></a>The <code class="literal">"changed"</code> signal</h3>
<a class="indexterm" name="id2661551"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2662494"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -432,9 +432,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2661619"></a><h3>
<a name="id2662561"></a><h3>
<a name="GimpColorDisplayStack-removed"></a>The <code class="literal">"removed"</code> signal</h3>
<a class="indexterm" name="id2661634"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2662577"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
<a
href="../glib/glib-Basic-Types.html#gpointer"
@ -465,9 +465,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665069"></a><h3>
<a name="id2664887"></a><h3>
<a name="GimpColorDisplayStack-reordered"></a>The <code class="literal">"reordered"</code> signal</h3>
<a class="indexterm" name="id2665084"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="indexterm" name="id2664903"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorDisplayStack.html" title="GimpColorDisplayStack">GimpColorDisplayStack</a> *gimpcolordisplaystack,
<a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay">GimpColorDisplay</a> *arg1,
<a
href="../glib/glib-Basic-Types.html#gint"
@ -506,9 +506,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2665186"></a><div class="refsect2" lang="en"><a name="id2665187"></a></div>
<a name="id2665016"></a><div class="refsect2" lang="en"><a name="id2665017"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2665188"></a></div>
<div class="refsect2" lang="en"><a name="id2665018"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorScale.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2616733" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609904" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2615233" class="shortcut">Description</a>
<a href="#id2586685" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2595776" class="shortcut">Object Hierarchy</a>
<a href="#id2586572" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2595824" class="shortcut">Implemented Interfaces</a>
<a href="#id2586621" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2595864" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2586660" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorHexEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2616733"></a><span class="refentrytitle">GimpColorHexEntry</span>
<a name="id2609904"></a><span class="refentrytitle">GimpColorHexEntry</span>
</h2>
<p>GimpColorHexEntry &#8212; Widget for entering a color's hex triplet.</p>
</td>
@ -76,7 +76,7 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2595776"></a><h2>Object Hierarchy</h2>
<a name="id2586572"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -98,7 +98,7 @@ href="../gtk/GtkEntry.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2595824"></a><h2>Implemented Interfaces</h2>
<a name="id2586621"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorHexEntry implements
AtkImplementorIface, GtkBuildable, <a
@ -108,33 +108,33 @@ href="../gtk/GtkCellEditable.html"
>GtkCellEditable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2595864"></a><h2>Signals</h2>
<a name="id2586660"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorHexEntry.html#GimpColorHexEntry-color-changed">color-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2615233"></a><h2>Description</h2>
<a name="id2586685"></a><h2>Description</h2>
<p>
Widget for entering a color's hex triplet.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2615250"></a><h2>Details</h2>
<a name="id2593982"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2615260"></a><h3>
<a name="id2593992"></a><h3>
<a name="GimpColorHexEntry-struct"></a>GimpColorHexEntry</h3>
<a class="indexterm" name="id2615272"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
<a class="indexterm" name="id2594004"></a><pre class="programlisting">typedef struct _GimpColorHexEntry GimpColorHexEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615288"></a><h3>
<a name="id2594020"></a><h3>
<a name="gimp-color-hex-entry-new"></a>gimp_color_hex_entry_new ()</h3>
<a class="indexterm" name="id2615302"></a><pre class="programlisting"><a
<a class="indexterm" name="id2594034"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_hex_entry_new (void);</pre>
<p>
@ -156,9 +156,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615356"></a><h3>
<a name="id2594088"></a><h3>
<a name="gimp-color-hex-entry-set-color"></a>gimp_color_hex_entry_set_color ()</h3>
<a class="indexterm" name="id2615370"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a class="indexterm" name="id2594102"></a><pre class="programlisting">void gimp_color_hex_entry_set_color (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -191,9 +191,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578512"></a><h3>
<a name="id2595283"></a><h3>
<a name="gimp-color-hex-entry-get-color"></a>gimp_color_hex_entry_get_color ()</h3>
<a class="indexterm" name="id2578526"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a class="indexterm" name="id2595298"></a><pre class="programlisting">void gimp_color_hex_entry_get_color (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *entry,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -224,11 +224,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2603514"></a><h2>Signal Details</h2>
<a name="id2595400"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2603525"></a><h3>
<a name="id2595411"></a><h3>
<a name="GimpColorHexEntry-color-changed"></a>The <code class="literal">"color-changed"</code> signal</h3>
<a class="indexterm" name="id2603541"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
<a class="indexterm" name="id2579250"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorHexEntry.html" title="GimpColorHexEntry">GimpColorHexEntry</a> *gimpcolorhexentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -253,9 +253,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2603611"></a><div class="refsect2" lang="en"><a name="id2603612"></a></div>
<a name="id2579320"></a><div class="refsect2" lang="en"><a name="id2579321"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2603614"></a></div>
<div class="refsect2" lang="en"><a name="id2579322"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorScales.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575792" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2644126" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2662005" class="shortcut">Description</a>
<a href="#id2665142" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2664592" class="shortcut">Object Hierarchy</a>
<a href="#id2588303" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2661936" class="shortcut">Implemented Interfaces</a>
<a href="#id2665072" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2661963" class="shortcut">Style Properties</a></nobr></td></tr>
<a href="#id2665100" class="shortcut">Style Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorNotebook"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2575792"></a><span class="refentrytitle">GimpColorNotebook</span>
<a name="id2644126"></a><span class="refentrytitle">GimpColorNotebook</span>
</h2>
<p>GimpColorNotebook &#8212; A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -74,7 +74,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2664592"></a><h2>Object Hierarchy</h2>
<a name="id2588303"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -103,13 +103,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2661936"></a><h2>Implemented Interfaces</h2>
<a name="id2665072"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorNotebook implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2661963"></a><h2>Style Properties</h2>
<a name="id2665100"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--tab-border">tab-border</a>" <a
@ -121,27 +121,27 @@ href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2662005"></a><h2>Description</h2>
<a name="id2665142"></a><h2>Description</h2>
<p>
The <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget is an implementation of a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It serves as a container for <span class="type">GimpColorSelectors</span>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2662042"></a><h2>Details</h2>
<a name="id2665179"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2662053"></a><h3>
<a name="id2665902"></a><h3>
<a name="GimpColorNotebook-struct"></a>GimpColorNotebook</h3>
<a class="indexterm" name="id2661045"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
<a class="indexterm" name="id2665914"></a><pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2661062"></a><h3>
<a name="id2665930"></a><h3>
<a name="gimp-color-notebook-set-has-page"></a>gimp_color_notebook_set_has_page ()</h3>
<a class="indexterm" name="id2661073"></a><pre class="programlisting"><a
<a class="indexterm" name="id2665941"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_notebook_set_has_page (<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
<a
@ -193,11 +193,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666497"></a><h2>Style Property Details</h2>
<a name="id2666115"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2666507"></a><h3>
<a name="id2666125"></a><h3>
<a name="GimpColorNotebook--tab-border"></a>The <code class="literal">"tab-border"</code> style property</h3>
<a class="indexterm" name="id2666521"></a><pre class="programlisting"> "tab-border" <a
<a class="indexterm" name="id2666139"></a><pre class="programlisting"> "tab-border" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read</pre>
<p>Width of the border around the tab contents.</p>
@ -206,9 +206,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666550"></a><h3>
<a name="id2666168"></a><h3>
<a name="GimpColorNotebook--tab-icon-size"></a>The <code class="literal">"tab-icon-size"</code> style property</h3>
<a class="indexterm" name="id2666564"></a><pre class="programlisting"> "tab-icon-size" <a
<a class="indexterm" name="id2666182"></a><pre class="programlisting"> "tab-icon-size" <a
href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
>GtkIconSize</a> : Read</pre>
<p>Size for icons displayed in the tab.</p>
@ -216,9 +216,9 @@ href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666590"></a><div class="refsect2" lang="en"><a name="id2666591"></a></div>
<a name="id2666208"></a><div class="refsect2" lang="en"><a name="id2666209"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2666592"></a></div>
<div class="refsect2" lang="en"><a name="id2666210"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575572" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609858" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2619794" class="shortcut">Description</a>
<a href="#id2623770" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2613302" class="shortcut">Object Hierarchy</a>
<a href="#id2623459" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2619712" class="shortcut">Implemented Interfaces</a>
<a href="#id2623520" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2619752" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2623729" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorProfileComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2575572"></a><span class="refentrytitle">GimpColorProfileComboBox</span>
<a name="id2609858"></a><span class="refentrytitle">GimpColorProfileComboBox</span>
</h2>
<p>GimpColorProfileComboBox</p>
</td>
@ -101,7 +101,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2613302"></a><h2>Object Hierarchy</h2>
<a name="id2623459"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -129,7 +129,7 @@ href="../gtk/GtkComboBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2619712"></a><h2>Implemented Interfaces</h2>
<a name="id2623520"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorProfileComboBox implements
AtkImplementorIface, GtkBuildable, <a
@ -139,7 +139,7 @@ href="../gtk/GtkCellLayout.html"
>GtkCellLayout</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2619752"></a><h2>Properties</h2>
<a name="id2623729"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog">dialog</a>" <a
@ -149,26 +149,26 @@ href="../gtk/GtkDialog.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2619794"></a><h2>Description</h2>
<a name="id2623770"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2619810"></a><h2>Details</h2>
<a name="id2623786"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2619820"></a><h3>
<a name="id2623797"></a><h3>
<a name="GimpColorProfileComboBox-struct"></a>GimpColorProfileComboBox</h3>
<a class="indexterm" name="id2619832"></a><pre class="programlisting">typedef struct _GimpColorProfileComboBox GimpColorProfileComboBox;</pre>
<a class="indexterm" name="id2623808"></a><pre class="programlisting">typedef struct _GimpColorProfileComboBox GimpColorProfileComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576877"></a><h3>
<a name="id2623824"></a><h3>
<a name="gimp-color-profile-combo-box-new"></a>gimp_color_profile_combo_box_new ()</h3>
<a class="indexterm" name="id2576891"></a><pre class="programlisting"><a
<a class="indexterm" name="id2623838"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_profile_combo_box_new (<a
href="../gtk/GtkWidget.html"
@ -218,9 +218,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577019"></a><h3>
<a name="id2582478"></a><h3>
<a name="gimp-color-profile-combo-box-new-with-model"></a>gimp_color_profile_combo_box_new_with_model ()</h3>
<a class="indexterm" name="id2577036"></a><pre class="programlisting"><a
<a class="indexterm" name="id2582494"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_profile_combo_box_new_with_model
(<a
@ -269,9 +269,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620014"></a><h3>
<a name="id2582628"></a><h3>
<a name="gimp-color-profile-combo-box-add"></a>gimp_color_profile_combo_box_add ()</h3>
<a class="indexterm" name="id2620030"></a><pre class="programlisting">void gimp_color_profile_combo_box_add (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
<a class="indexterm" name="id2625038"></a><pre class="programlisting">void gimp_color_profile_combo_box_add (<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *filename,
@ -317,9 +317,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620189"></a><h3>
<a name="id2625197"></a><h3>
<a name="gimp-color-profile-combo-box-set-active"></a>gimp_color_profile_combo_box_set_active ()</h3>
<a class="indexterm" name="id2620205"></a><pre class="programlisting">void gimp_color_profile_combo_box_set_active
<a class="indexterm" name="id2625213"></a><pre class="programlisting">void gimp_color_profile_combo_box_set_active
(<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo,
const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -363,9 +363,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626090"></a><h3>
<a name="id2625371"></a><h3>
<a name="gimp-color-profile-combo-box-get-active"></a>gimp_color_profile_combo_box_get_active ()</h3>
<a class="indexterm" name="id2626105"></a><pre class="programlisting"><a
<a class="indexterm" name="id2625387"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_color_profile_combo_box_get_active
(<a class="link" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">GimpColorProfileComboBox</a> *combo);</pre>
@ -399,11 +399,11 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2626168"></a><h2>Property Details</h2>
<a name="id2625476"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2626177"></a><h3>
<a name="id2625486"></a><h3>
<a name="GimpColorProfileComboBox--dialog"></a>The <code class="literal">"dialog"</code> property</h3>
<a class="indexterm" name="id2626192"></a><pre class="programlisting"> "dialog" <a
<a class="indexterm" name="id2625502"></a><pre class="programlisting"> "dialog" <a
href="../gtk/GtkDialog.html"
>GtkDialog</a> : Read / Write / Construct Only</pre>
<p>
@ -419,9 +419,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626228"></a><h3>
<a name="id2625543"></a><h3>
<a name="GimpColorProfileComboBox--model"></a>The <code class="literal">"model"</code> property</h3>
<a class="indexterm" name="id2626243"></a><pre class="programlisting"> "model" <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> : Read / Write</pre>
<a class="indexterm" name="id2625559"></a><pre class="programlisting"> "model" <a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> : Read / Write</pre>
<p>
Overrides the "model" property of the <a
href="../gtk/GtkComboBox.html"
@ -436,9 +436,9 @@ href="../gtk/GtkComboBox.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2626292"></a><div class="refsect2" lang="en"><a name="id2626293"></a></div>
<a name="id2625612"></a><div class="refsect2" lang="en"><a name="id2625613"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2626294"></a></div>
<div class="refsect2" lang="en"><a name="id2625614"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorProfileComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597942" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2617752" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2616491" class="shortcut">Description</a>
<a href="#id2575996" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2616384" class="shortcut">Object Hierarchy</a>
<a href="#id2578652" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2616414" class="shortcut">Implemented Interfaces</a>
<a href="#id2575919" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2616460" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2575965" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorProfileStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2597942"></a><span class="refentrytitle">GimpColorProfileStore</span>
<a name="id2617752"></a><span class="refentrytitle">GimpColorProfileStore</span>
</h2>
<p>GimpColorProfileStore</p>
</td>
@ -77,7 +77,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616384"></a><h2>Object Hierarchy</h2>
<a name="id2578652"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -90,7 +90,7 @@ href="../gtk/GtkListStore.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616414"></a><h2>Implemented Interfaces</h2>
<a name="id2575919"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorProfileStore implements
GtkBuildable, <a
@ -104,7 +104,7 @@ href="../gtk/GtkTreeSortable.html"
>GtkTreeSortable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2616460"></a><h2>Properties</h2>
<a name="id2575965"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore--history">history</a>" <a
@ -113,26 +113,26 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616491"></a><h2>Description</h2>
<a name="id2575996"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618880"></a><h2>Details</h2>
<a name="id2576012"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618890"></a><h3>
<a name="id2576023"></a><h3>
<a name="GimpColorProfileStore-struct"></a>GimpColorProfileStore</h3>
<a class="indexterm" name="id2618902"></a><pre class="programlisting">typedef struct _GimpColorProfileStore GimpColorProfileStore;</pre>
<a class="indexterm" name="id2576034"></a><pre class="programlisting">typedef struct _GimpColorProfileStore GimpColorProfileStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618918"></a><h3>
<a name="id2624001"></a><h3>
<a name="gimp-color-profile-store-new"></a>gimp_color_profile_store_new ()</h3>
<a class="indexterm" name="id2618932"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624014"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_color_profile_store_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -175,9 +175,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622016"></a><h3>
<a name="id2624129"></a><h3>
<a name="gimp-color-profile-store-add"></a>gimp_color_profile_store_add ()</h3>
<a class="indexterm" name="id2622031"></a><pre class="programlisting">void gimp_color_profile_store_add (<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> *store,
<a class="indexterm" name="id2624143"></a><pre class="programlisting">void gimp_color_profile_store_add (<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> *store,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *filename,
@ -233,11 +233,11 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621694"></a><h2>Property Details</h2>
<a name="id2623341"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2621705"></a><h3>
<a name="id2623351"></a><h3>
<a name="GimpColorProfileStore--history"></a>The <code class="literal">"history"</code> property</h3>
<a class="indexterm" name="id2621721"></a><pre class="programlisting"> "history" <a
<a class="indexterm" name="id2623367"></a><pre class="programlisting"> "history" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct Only</pre>
<p>
@ -251,9 +251,9 @@ Filename of the color history used to populate the profile store.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2621758"></a><div class="refsect2" lang="en"><a name="id2621759"></a></div>
<a name="id2582336"></a><div class="refsect2" lang="en"><a name="id2582337"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2621760"></a></div>
<div class="refsect2" lang="en"><a name="id2582338"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorSelection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609122" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2608486" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2617611" class="shortcut">Description</a>
<a href="#id2612654" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2588457" class="shortcut">Object Hierarchy</a>
<a href="#id2612572" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2588511" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2612627" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorScale"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2609122"></a><span class="refentrytitle">GimpColorScale</span>
<a name="id2608486"></a><span class="refentrytitle">GimpColorScale</span>
</h2>
<p>GimpColorScale &#8212; Fancy colored sliders.</p>
</td>
@ -78,7 +78,7 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2588457"></a><h2>Object Hierarchy</h2>
<a name="id2612572"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -103,32 +103,32 @@ href="../gtk/GtkScale.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2588511"></a><h2>Implemented Interfaces</h2>
<a name="id2612627"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorScale implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2617611"></a><h2>Description</h2>
<a name="id2612654"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2617626"></a><h2>Details</h2>
<a name="id2612670"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2617637"></a><h3>
<a name="id2612681"></a><h3>
<a name="GimpColorScale-struct"></a>GimpColorScale</h3>
<a class="indexterm" name="id2617649"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
<a class="indexterm" name="id2599014"></a><pre class="programlisting">typedef struct _GimpColorScale GimpColorScale;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617665"></a><h3>
<a name="id2599030"></a><h3>
<a name="gimp-color-scale-new"></a>gimp_color_scale_new ()</h3>
<a class="indexterm" name="id2617676"></a><pre class="programlisting"><a
<a class="indexterm" name="id2599042"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_scale_new (<a
href="../gtk/gtk-Standard-Enumerations.html#GtkOrientation"
@ -162,9 +162,9 @@ Creates a new <a class="link" href="GimpColorScale.html" title="GimpColorScale">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576388"></a><h3>
<a name="id2599138"></a><h3>
<a name="gimp-color-scale-set-channel"></a>gimp_color_scale_set_channel ()</h3>
<a class="indexterm" name="id2576400"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a class="indexterm" name="id2599149"></a><pre class="programlisting">void gimp_color_scale_set_channel (<a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
<p>
Changes the color channel displayed by the <em class="parameter"><code>scale</code></em>.</p>
@ -189,9 +189,9 @@ Changes the color channel displayed by the <em class="parameter"><code>scale</co
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576484"></a><h3>
<a name="id2613106"></a><h3>
<a name="gimp-color-scale-set-color"></a>gimp_color_scale_set_color ()</h3>
<a class="indexterm" name="id2576495"></a><pre class="programlisting">void gimp_color_scale_set_color (<a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
<a class="indexterm" name="id2613118"></a><pre class="programlisting">void gimp_color_scale_set_color (<a class="link" href="GimpColorScale.html" title="GimpColorScale">GimpColorScale</a> *scale,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *rgb,
@ -230,9 +230,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2576616"></a><div class="refsect2" lang="en"><a name="id2578728"></a></div>
<a name="id2613239"></a><div class="refsect2" lang="en"><a name="id2613240"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2578729"></a></div>
<div class="refsect2" lang="en"><a name="id2613241"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorSelect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597050" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2624987" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2664665" class="shortcut">Description</a>
<a href="#id2657389" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2617466" class="shortcut">Object Hierarchy</a>
<a href="#id2599594" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2664570" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2657361" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorScales"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2597050"></a><span class="refentrytitle">GimpColorScales</span>
<a name="id2624987"></a><span class="refentrytitle">GimpColorScales</span>
</h2>
<p>GimpColorScales &#8212; A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -63,7 +63,7 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2617466"></a><h2>Object Hierarchy</h2>
<a name="id2599594"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -92,13 +92,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2664570"></a><h2>Implemented Interfaces</h2>
<a name="id2657361"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorScales implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2664665"></a><h2>Description</h2>
<a name="id2657389"></a><h2>Description</h2>
<p>
The <a class="link" href="GimpColorScales.html" title="GimpColorScales"><span class="type">GimpColorScales</span></a> widget is an implementation of a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It shows a group of <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> widgets that allow to adjust the
@ -106,20 +106,20 @@ HSV and RGB color channels.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2664703"></a><h2>Details</h2>
<a name="id2667325"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2664714"></a><h3>
<a name="id2667336"></a><h3>
<a name="GimpColorScales-struct"></a>GimpColorScales</h3>
<a class="indexterm" name="id2664726"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
<a class="indexterm" name="id2667348"></a><pre class="programlisting">typedef struct _GimpColorScales GimpColorScales;</pre>
<p>
</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666603"></a><div class="refsect2" lang="en"><a name="id2666604"></a></div>
<a name="id2667365"></a><div class="refsect2" lang="en"><a name="id2667366"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2666605"></a></div>
<div class="refsect2" lang="en"><a name="id2667368"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-controller.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581309" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579077" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2666701" class="shortcut">Description</a>
<a href="#id2667542" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2591454" class="shortcut">Object Hierarchy</a>
<a href="#id2625680" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2666673" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2667516" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581309"></a><span class="refentrytitle">GimpColorSelect</span>
<a name="id2579077"></a><span class="refentrytitle">GimpColorSelect</span>
</h2>
<p>GimpColorSelect &#8212; A <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.</p>
</td>
@ -63,7 +63,7 @@
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591454"></a><h2>Object Hierarchy</h2>
<a name="id2625680"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -92,13 +92,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2666673"></a><h2>Implemented Interfaces</h2>
<a name="id2667516"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelect implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2666701"></a><h2>Description</h2>
<a name="id2667542"></a><h2>Description</h2>
<p>
The <a class="link" href="GimpColorSelect.html" title="GimpColorSelect"><span class="type">GimpColorSelect</span></a> widget is an implementation of a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
It shows a square area that allows to interactively change two color channels
@ -108,20 +108,20 @@ will then change the other two channels accordingly.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2666744"></a><h2>Details</h2>
<a name="id2667583"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2666754"></a><h3>
<a name="id2667593"></a><h3>
<a name="GimpColorSelect-struct"></a>GimpColorSelect</h3>
<a class="indexterm" name="id2666766"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
<a class="indexterm" name="id2667604"></a><pre class="programlisting">typedef struct _GimpColorSelect GimpColorSelect;</pre>
<p>
</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666784"></a><div class="refsect2" lang="en"><a name="id2666266"></a></div>
<a name="id2667621"></a><div class="refsect2" lang="en"><a name="id2667622"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2666267"></a></div>
<div class="refsect2" lang="en"><a name="id2667624"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorProfileStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2599706" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580660" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2616148" class="shortcut">Description</a>
<a href="#id2624423" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2600030" class="shortcut">Object Hierarchy</a>
<a href="#id2583646" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2600090" class="shortcut">Implemented Interfaces</a>
<a href="#id2583708" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2600118" class="shortcut">Properties</a>
<a href="#id2583736" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2616122" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2583766" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelection"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2599706"></a><span class="refentrytitle">GimpColorSelection</span>
<a name="id2580660"></a><span class="refentrytitle">GimpColorSelection</span>
</h2>
<p>GimpColorSelection &#8212; Widget for doing a color selection.</p>
</td>
@ -99,7 +99,7 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2600030"></a><h2>Object Hierarchy</h2>
<a name="id2583646"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -127,13 +127,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2600090"></a><h2>Implemented Interfaces</h2>
<a name="id2583708"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelection implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2600118"></a><h2>Properties</h2>
<a name="id2583736"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorSelection.html#GimpColorSelection--config">config</a>" <a
@ -142,33 +142,33 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616122"></a><h2>Signals</h2>
<a name="id2583766"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorSelection.html#GimpColorSelection-color-changed">color-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616148"></a><h2>Description</h2>
<a name="id2624423"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2616164"></a><h2>Details</h2>
<a name="id2624439"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2616174"></a><h3>
<a name="id2624450"></a><h3>
<a name="GimpColorSelection-struct"></a>GimpColorSelection</h3>
<a class="indexterm" name="id2616186"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
<a class="indexterm" name="id2624461"></a><pre class="programlisting">typedef struct _GimpColorSelection GimpColorSelection;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616202"></a><h3>
<a name="id2624478"></a><h3>
<a name="gimp-color-selection-new"></a>gimp_color_selection_new ()</h3>
<a class="indexterm" name="id2616214"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624489"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_selection_new (void);</pre>
<p>
@ -187,9 +187,9 @@ Creates a new <a class="link" href="GimpColorSelection.html" title="GimpColorSel
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616268"></a><h3>
<a name="id2624544"></a><h3>
<a name="gimp-color-selection-set-show-alpha"></a>gimp_color_selection_set_show_alpha ()</h3>
<a class="indexterm" name="id2616282"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2624557"></a><pre class="programlisting">void gimp_color_selection_set_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show_alpha);</pre>
@ -216,9 +216,9 @@ Sets the <em class="parameter"><code>show_alpha</code></em> property of the <em
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615433"></a><h3>
<a name="id2624654"></a><h3>
<a name="gimp-color-selection-get-show-alpha"></a>gimp_color_selection_get_show_alpha ()</h3>
<a class="indexterm" name="id2615446"></a><pre class="programlisting"><a
<a class="indexterm" name="id2624667"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_color_selection_get_show_alpha (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
@ -246,9 +246,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615540"></a><h3>
<a name="id2621456"></a><h3>
<a name="gimp-color-selection-set-color"></a>gimp_color_selection_set_color ()</h3>
<a class="indexterm" name="id2615553"></a><pre class="programlisting">void gimp_color_selection_set_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2621468"></a><pre class="programlisting">void gimp_color_selection_set_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -275,9 +275,9 @@ Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelectio
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615652"></a><h3>
<a name="id2621567"></a><h3>
<a name="gimp-color-selection-get-color"></a>gimp_color_selection_get_color ()</h3>
<a class="indexterm" name="id2615665"></a><pre class="programlisting">void gimp_color_selection_get_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2621580"></a><pre class="programlisting">void gimp_color_selection_get_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -304,9 +304,9 @@ This function returns the <a class="link" href="GimpColorSelection.html" title="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624004"></a><h3>
<a name="id2621679"></a><h3>
<a name="gimp-color-selection-set-old-color"></a>gimp_color_selection_set_old_color ()</h3>
<a class="indexterm" name="id2624016"></a><pre class="programlisting">void gimp_color_selection_set_old_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2621692"></a><pre class="programlisting">void gimp_color_selection_set_old_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -333,9 +333,9 @@ Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelectio
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624104"></a><h3>
<a name="id2621784"></a><h3>
<a name="gimp-color-selection-get-old-color"></a>gimp_color_selection_get_old_color ()</h3>
<a class="indexterm" name="id2624118"></a><pre class="programlisting">void gimp_color_selection_get_old_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2621797"></a><pre class="programlisting">void gimp_color_selection_get_old_color (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -362,9 +362,9 @@ This function returns the <a class="link" href="GimpColorSelection.html" title="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624216"></a><h3>
<a name="id2621895"></a><h3>
<a name="gimp-color-selection-reset"></a>gimp_color_selection_reset ()</h3>
<a class="indexterm" name="id2624228"></a><pre class="programlisting">void gimp_color_selection_reset (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<a class="indexterm" name="id2621907"></a><pre class="programlisting">void gimp_color_selection_reset (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelection"><span class="type">GimpColorSelection</span></a>'s current color to its old color.</p>
<p>
@ -381,9 +381,9 @@ Sets the <a class="link" href="GimpColorSelection.html" title="GimpColorSelectio
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624292"></a><h3>
<a name="id2621972"></a><h3>
<a name="gimp-color-selection-color-changed"></a>gimp_color_selection_color_changed ()</h3>
<a class="indexterm" name="id2624306"></a><pre class="programlisting">void gimp_color_selection_color_changed (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<a class="indexterm" name="id2621985"></a><pre class="programlisting">void gimp_color_selection_color_changed (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection);</pre>
<p>
Emits the "color-changed" signal.</p>
<p>
@ -400,9 +400,9 @@ Emits the "color-changed" signal.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624364"></a><h3>
<a name="id2622043"></a><h3>
<a name="gimp-color-selection-set-config"></a>gimp_color_selection_set_config ()</h3>
<a class="indexterm" name="id2624380"></a><pre class="programlisting">void gimp_color_selection_set_config (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a class="indexterm" name="id2622058"></a><pre class="programlisting">void gimp_color_selection_set_config (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *selection,
<a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> *config);</pre>
@ -431,22 +431,22 @@ Sets the color management configuration to use with this color selection.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2624461"></a><h2>Property Details</h2>
<a name="id2622140"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2624472"></a><h3>
<a name="id2622150"></a><h3>
<a name="GimpColorSelection--config"></a>The <code class="literal">"config"</code> property</h3>
<a class="indexterm" name="id2624486"></a><pre class="programlisting"> "config" <a
<a class="indexterm" name="id2622164"></a><pre class="programlisting"> "config" <a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> : Write</pre>
<p></p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2624508"></a><h2>Signal Details</h2>
<a name="id2622186"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2624519"></a><h3>
<a name="id2622197"></a><h3>
<a name="GimpColorSelection-color-changed"></a>The <code class="literal">"color-changed"</code> signal</h3>
<a class="indexterm" name="id2624535"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
<a class="indexterm" name="id2622213"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelection.html" title="GimpColorSelection">GimpColorSelection</a> *gimpcolorselection,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -471,9 +471,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2624606"></a><div class="refsect2" lang="en"><a name="id2624607"></a></div>
<a name="id2622284"></a><div class="refsect2" lang="en"><a name="id2622285"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2624608"></a></div>
<div class="refsect2" lang="en"><a name="id2622286"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpColorNotebook.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2645959" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590882" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2653373" class="shortcut">Description</a>
<a href="#id2661570" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2662439" class="shortcut">Object Hierarchy</a>
<a href="#id2657981" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2653314" class="shortcut">Implemented Interfaces</a>
<a href="#id2661511" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2653342" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2661538" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpColorSelector"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2645959"></a><span class="refentrytitle">GimpColorSelector</span>
<a name="id2590882"></a><span class="refentrytitle">GimpColorSelector</span>
</h2>
<p>GimpColorSelector &#8212; Pluggable GIMP color selector modules.</p>
</td>
@ -109,7 +109,7 @@ href="../libgimpconfig/GimpColorConfig.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2662439"></a><h2>Object Hierarchy</h2>
<a name="id2657981"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -140,13 +140,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2653314"></a><h2>Implemented Interfaces</h2>
<a name="id2661511"></a><h2>Implemented Interfaces</h2>
<p>
GimpColorSelector implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2653342"></a><h2>Signals</h2>
<a name="id2661538"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpColorSelector.html#GimpColorSelector-channel-changed">channel-changed</a>" : Run First
@ -154,27 +154,27 @@ GimpColorSelector implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2653373"></a><h2>Description</h2>
<a name="id2661570"></a><h2>Description</h2>
<p>
Functions and definitions for creating pluggable GIMP color
selector modules.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2653390"></a><h2>Details</h2>
<a name="id2661587"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2653401"></a><h3>
<a name="id2661597"></a><h3>
<a name="GimpColorSelector-struct"></a>GimpColorSelector</h3>
<a class="indexterm" name="id2653412"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
<a class="indexterm" name="id2661609"></a><pre class="programlisting">typedef struct _GimpColorSelector GimpColorSelector;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653429"></a><h3>
<a name="id2661626"></a><h3>
<a name="GIMP-COLOR-SELECTOR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_SIZE</h3>
<a class="indexterm" name="id2653440"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
<a class="indexterm" name="id2661638"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_SIZE 150
</pre>
<p>
The suggested size for a color area in a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.
@ -182,9 +182,9 @@ The suggested size for a color area in a <a class="link" href="GimpColorSelector
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653464"></a><h3>
<a name="id2661660"></a><h3>
<a name="GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"></a>GIMP_COLOR_SELECTOR_BAR_SIZE</h3>
<a class="indexterm" name="id2653475"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
<a class="indexterm" name="id2661673"></a><pre class="programlisting">#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
</pre>
<p>
The suggested width for a color bar in a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> implementation.
@ -192,9 +192,9 @@ The suggested width for a color bar in a <a class="link" href="GimpColorSelector
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653499"></a><h3>
<a name="id2661696"></a><h3>
<a name="GimpColorSelectorChannel"></a>enum GimpColorSelectorChannel</h3>
<a class="indexterm" name="id2653510"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2661708"></a><pre class="programlisting">typedef enum
{
GIMP_COLOR_SELECTOR_HUE, /*&lt; desc="_H", help="Hue" &gt;*/
GIMP_COLOR_SELECTOR_SATURATION, /*&lt; desc="_S", help="Saturation" &gt;*/
@ -252,9 +252,9 @@ The suggested width for a color bar in a <a class="link" href="GimpColorSelector
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664858"></a><h3>
<a name="id2666244"></a><h3>
<a name="gimp-color-selector-new"></a>gimp_color_selector_new ()</h3>
<a class="indexterm" name="id2664870"></a><pre class="programlisting"><a
<a class="indexterm" name="id2666255"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_color_selector_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -304,9 +304,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664990"></a><h3>
<a name="id2666375"></a><h3>
<a name="gimp-color-selector-set-toggles-visible"></a>gimp_color_selector_set_toggles_visible ()</h3>
<a class="indexterm" name="id2665003"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
<a class="indexterm" name="id2666387"></a><pre class="programlisting">void gimp_color_selector_set_toggles_visible
(<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -334,9 +334,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660796"></a><h3>
<a name="id2666456"></a><h3>
<a name="gimp-color-selector-set-toggles-sensitive"></a>gimp_color_selector_set_toggles_sensitive ()</h3>
<a class="indexterm" name="id2660811"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
<a class="indexterm" name="id2666470"></a><pre class="programlisting">void gimp_color_selector_set_toggles_sensitive
(<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -364,9 +364,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660879"></a><h3>
<a name="id2666539"></a><h3>
<a name="gimp-color-selector-set-show-alpha"></a>gimp_color_selector_set_show_alpha ()</h3>
<a class="indexterm" name="id2660893"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2666552"></a><pre class="programlisting">void gimp_color_selector_set_show_alpha (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show_alpha);</pre>
@ -393,9 +393,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660960"></a><h3>
<a name="id2666620"></a><h3>
<a name="gimp-color-selector-set-color"></a>gimp_color_selector_set_color ()</h3>
<a class="indexterm" name="id2660973"></a><pre class="programlisting">void gimp_color_selector_set_color (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2666633"></a><pre class="programlisting">void gimp_color_selector_set_color (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *rgb,
@ -430,9 +430,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666858"></a><h3>
<a name="id2666722"></a><h3>
<a name="gimp-color-selector-set-channel"></a>gimp_color_selector_set_channel ()</h3>
<a class="indexterm" name="id2666870"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2666735"></a><pre class="programlisting">void gimp_color_selector_set_channel (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="link" href="GimpColorSelector.html#GimpColorSelectorChannel">GimpColorSelectorChannel</a> channel);</pre>
<p>
@ -457,9 +457,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666931"></a><h3>
<a name="id2666803"></a><h3>
<a name="gimp-color-selector-color-changed"></a>gimp_color_selector_color_changed ()</h3>
<a class="indexterm" name="id2666944"></a><pre class="programlisting">void gimp_color_selector_color_changed (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<a class="indexterm" name="id2666817"></a><pre class="programlisting">void gimp_color_selector_color_changed (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<p>
</p>
@ -476,9 +476,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666985"></a><h3>
<a name="id2666863"></a><h3>
<a name="gimp-color-selector-channel-changed"></a>gimp_color_selector_channel_changed ()</h3>
<a class="indexterm" name="id2666998"></a><pre class="programlisting">void gimp_color_selector_channel_changed (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<a class="indexterm" name="id2666877"></a><pre class="programlisting">void gimp_color_selector_channel_changed (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector);</pre>
<p>
</p>
@ -495,9 +495,9 @@ href="../libgimpcolor/libgimpcolor-GimpHSV.html#GimpHSV"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667039"></a><h3>
<a name="id2666923"></a><h3>
<a name="gimp-color-selector-set-config"></a>gimp_color_selector_set_config ()</h3>
<a class="indexterm" name="id2667054"></a><pre class="programlisting">void gimp_color_selector_set_config (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a class="indexterm" name="id2666939"></a><pre class="programlisting">void gimp_color_selector_set_config (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *selector,
<a
href="../libgimpconfig/GimpColorConfig.html"
>GimpColorConfig</a> *config);</pre>
@ -526,11 +526,11 @@ Sets the color management configuration to use with this color selector.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2667126"></a><h2>Signal Details</h2>
<a name="id2667020"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2667135"></a><h3>
<a name="id2667031"></a><h3>
<a name="GimpColorSelector-channel-changed"></a>The <code class="literal">"channel-changed"</code> signal</h3>
<a class="indexterm" name="id2667150"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a class="indexterm" name="id2667047"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> arg1,
@ -563,9 +563,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667231"></a><h3>
<a name="id2667137"></a><h3>
<a name="GimpColorSelector-color-changed"></a>The <code class="literal">"color-changed"</code> signal</h3>
<a class="indexterm" name="id2667246"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a class="indexterm" name="id2667153"></a><pre class="programlisting">void user_function (<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a> *gimpcolorselector,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> arg1,
@ -606,7 +606,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2667348"></a><h2>See Also</h2>
<a name="id2667266"></a><h2>See Also</h2>
<p>
<a
href="../glib/glib-Dynamic-Loading-of-Modules.html#GModule"
@ -622,9 +622,9 @@ href="../gobject/GTypeModule.html"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2667383"></a><div class="refsect2" lang="en"><a name="id2667384"></a></div>
<a name="id2667306"></a><div class="refsect2" lang="en"><a name="id2667308"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2667385"></a></div>
<div class="refsect2" lang="en"><a name="id2667309"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-utils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574646" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2605362" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2666358" class="shortcut">Description</a>
<a href="#id2664588" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2662586" class="shortcut">Object Hierarchy</a>
<a href="#id2664477" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2666272" class="shortcut">Implemented Interfaces</a>
<a href="#id2664501" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2666293" class="shortcut">Properties</a>
<a href="#id2664522" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2666334" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2664563" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpController"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2574646"></a><span class="refentrytitle">GimpController</span>
<a name="id2605362"></a><span class="refentrytitle">GimpController</span>
</h2>
<p>GimpController &#8212; Pluggable GIMP input controller modules.</p>
</td>
@ -94,7 +94,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2662586"></a><h2>Object Hierarchy</h2>
<a name="id2664477"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -104,7 +104,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2666272"></a><h2>Implemented Interfaces</h2>
<a name="id2664501"></a><h2>Implemented Interfaces</h2>
<p>
GimpController implements
<a
@ -112,7 +112,7 @@ href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
>GimpConfigInterface</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2666293"></a><h2>Properties</h2>
<a name="id2664522"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpController.html#GimpController--name">name</a>" <a
@ -124,24 +124,24 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2666334"></a><h2>Signals</h2>
<a name="id2664563"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpController.html#GimpController-event">event</a>" : Run Last
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2666358"></a><h2>Description</h2>
<a name="id2664588"></a><h2>Description</h2>
<p>
An abstract interface for implementing arbitrary input controllers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2666375"></a><h2>Details</h2>
<a name="id2664605"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2666386"></a><h3>
<a name="id2664616"></a><h3>
<a name="GimpControllerEventType"></a>enum GimpControllerEventType</h3>
<a class="indexterm" name="id2666397"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2664627"></a><pre class="programlisting">typedef enum
{
GIMP_CONTROLLER_EVENT_TRIGGER,
GIMP_CONTROLLER_EVENT_VALUE
@ -153,9 +153,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666414"></a><h3>
<a name="id2664644"></a><h3>
<a name="GimpControllerEventAny"></a>GimpControllerEventAny</h3>
<a class="indexterm" name="id2666425"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2664655"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -167,9 +167,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664210"></a><h3>
<a name="id2664673"></a><h3>
<a name="GimpControllerEventTrigger"></a>GimpControllerEventTrigger</h3>
<a class="indexterm" name="id2664222"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2664684"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -181,9 +181,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664239"></a><h3>
<a name="id2664702"></a><h3>
<a name="GimpControllerEventValue"></a>GimpControllerEventValue</h3>
<a class="indexterm" name="id2664250"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2664713"></a><pre class="programlisting">typedef struct {
GimpControllerEventType type;
GimpController *source;
gint event_id;
@ -196,9 +196,9 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664269"></a><h3>
<a name="id2664731"></a><h3>
<a name="GimpControllerEvent"></a>union GimpControllerEvent</h3>
<a class="indexterm" name="id2664281"></a><pre class="programlisting">union GimpControllerEvent
<a class="indexterm" name="id2664744"></a><pre class="programlisting">union GimpControllerEvent
{
GimpControllerEventType type;
GimpControllerEventAny any;
@ -212,18 +212,18 @@ An abstract interface for implementing arbitrary input controllers.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664299"></a><h3>
<a name="id2665325"></a><h3>
<a name="GimpController-struct"></a>GimpController</h3>
<a class="indexterm" name="id2664311"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
<a class="indexterm" name="id2665336"></a><pre class="programlisting">typedef struct _GimpController GimpController;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664327"></a><h3>
<a name="id2665353"></a><h3>
<a name="gimp-controller-new"></a>gimp_controller_new ()</h3>
<a class="indexterm" name="id2664340"></a><pre class="programlisting"><a class="link" href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (<a
<a class="indexterm" name="id2665365"></a><pre class="programlisting"><a class="link" href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> controller_type);</pre>
<p>
@ -249,9 +249,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664396"></a><h3>
<a name="id2665421"></a><h3>
<a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3>
<a class="indexterm" name="id2664407"></a><pre class="programlisting"><a
<a class="indexterm" name="id2665432"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_controller_get_n_events (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
<p>
@ -277,9 +277,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664464"></a><h3>
<a name="id2665489"></a><h3>
<a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3>
<a class="indexterm" name="id2665822"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2665500"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_controller_get_event_name (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
<a
@ -313,9 +313,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665901"></a><h3>
<a name="id2665579"></a><h3>
<a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3>
<a class="indexterm" name="id2665912"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2665590"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_controller_get_event_blurb (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
<a
@ -349,9 +349,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665991"></a><h3>
<a name="id2665670"></a><h3>
<a name="gimp-controller-event"></a>gimp_controller_event ()</h3>
<a class="indexterm" name="id2666002"></a><pre class="programlisting"><a
<a class="indexterm" name="id2665681"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_controller_event (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
const <a class="link" href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a> *event);</pre>
@ -383,11 +383,11 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666082"></a><h2>Property Details</h2>
<a name="id2665760"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2666093"></a><h3>
<a name="id2665771"></a><h3>
<a name="GimpController--name"></a>The <code class="literal">"name"</code> property</h3>
<a class="indexterm" name="id2666107"></a><pre class="programlisting"> "name" <a
<a class="indexterm" name="id2665785"></a><pre class="programlisting"> "name" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct</pre>
<p></p>
@ -395,9 +395,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666130"></a><h3>
<a name="id2665808"></a><h3>
<a name="GimpController--state"></a>The <code class="literal">"state"</code> property</h3>
<a class="indexterm" name="id2666144"></a><pre class="programlisting"> "state" <a
<a class="indexterm" name="id2665822"></a><pre class="programlisting"> "state" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct</pre>
<p></p>
@ -405,11 +405,11 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2666168"></a><h2>Signal Details</h2>
<a name="id2665847"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2669030"></a><h3>
<a name="id2665858"></a><h3>
<a name="GimpController-event"></a>The <code class="literal">"event"</code> signal</h3>
<a class="indexterm" name="id2669042"></a><pre class="programlisting"><a
<a class="indexterm" name="id2665872"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> user_function (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
<a
@ -449,9 +449,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2669135"></a><div class="refsect2" lang="en"><a name="id2669136"></a></div>
<a name="id2668963"></a><div class="refsect2" lang="en"><a name="id2668964"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2669137"></a></div>
<div class="refsect2" lang="en"><a name="id2668965"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585530" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598280" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618562" class="shortcut">Description</a>
<a href="#id2578051" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2605963" class="shortcut">Object Hierarchy</a>
<a href="#id2597171" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2606031" class="shortcut">Implemented Interfaces</a>
<a href="#id2597238" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2618519" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2597266" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpDialog"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2585530"></a><span class="refentrytitle">GimpDialog</span>
<a name="id2598280"></a><span class="refentrytitle">GimpDialog</span>
</h2>
<p>GimpDialog &#8212; Constructors for <a
href="../gtk/GtkDialog.html"
@ -125,7 +125,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2605963"></a><h2>Object Hierarchy</h2>
<a name="id2597171"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -156,13 +156,13 @@ href="../gtk/GtkDialog.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2606031"></a><h2>Implemented Interfaces</h2>
<a name="id2597238"></a><h2>Implemented Interfaces</h2>
<p>
GimpDialog implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618519"></a><h2>Properties</h2>
<a name="id2597266"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpDialog.html#GimpDialog--help-func">help-func</a>" <a
@ -174,26 +174,26 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2618562"></a><h2>Description</h2>
<a name="id2578051"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618578"></a><h2>Details</h2>
<a name="id2578067"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618589"></a><h3>
<a name="id2578078"></a><h3>
<a name="GimpDialog-struct"></a>GimpDialog</h3>
<a class="indexterm" name="id2618602"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
<a class="indexterm" name="id2578091"></a><pre class="programlisting">typedef struct _GimpDialog GimpDialog;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618617"></a><h3>
<a name="id2578106"></a><h3>
<a name="gimp-dialog-new"></a>gimp_dialog_new ()</h3>
<a class="indexterm" name="id2618629"></a><pre class="programlisting"><a
<a class="indexterm" name="id2578118"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_dialog_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -286,9 +286,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625132"></a><h3>
<a name="id2627308"></a><h3>
<a name="gimp-dialog-new-valist"></a>gimp_dialog_new_valist ()</h3>
<a class="indexterm" name="id2625144"></a><pre class="programlisting"><a
<a class="indexterm" name="id2627319"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_dialog_new_valist (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -377,9 +377,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627950"></a><h3>
<a name="id2627615"></a><h3>
<a name="gimp-dialog-add-button"></a>gimp_dialog_add_button ()</h3>
<a class="indexterm" name="id2627961"></a><pre class="programlisting"><a
<a class="indexterm" name="id2627626"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_dialog_add_button (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
const <a
@ -425,9 +425,9 @@ sets the RESPONSE_OK widget as the default response.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628082"></a><h3>
<a name="id2627747"></a><h3>
<a name="gimp-dialog-add-buttons"></a>gimp_dialog_add_buttons ()</h3>
<a class="indexterm" name="id2628093"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
<a class="indexterm" name="id2627759"></a><pre class="programlisting">void gimp_dialog_add_buttons (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
...);</pre>
<p>
This function is essentially the same as <a
@ -457,9 +457,9 @@ href="../gtk/GtkDialog.html#gtk-dialog-add-button"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628190"></a><h3>
<a name="id2627855"></a><h3>
<a name="gimp-dialog-add-buttons-valist"></a>gimp_dialog_add_buttons_valist ()</h3>
<a class="indexterm" name="id2628203"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
<a class="indexterm" name="id2627869"></a><pre class="programlisting">void gimp_dialog_add_buttons_valist (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog,
va_list args);</pre>
<p>
This function is essentially the same as <a class="link" href="GimpDialog.html#gimp-dialog-add-buttons"><code class="function">gimp_dialog_add_buttons()</code></a>
@ -485,9 +485,9 @@ except it takes a va_list instead of '...'</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628290"></a><h3>
<a name="id2627955"></a><h3>
<a name="gimp-dialog-run"></a>gimp_dialog_run ()</h3>
<a class="indexterm" name="id2628302"></a><pre class="programlisting"><a
<a class="indexterm" name="id2627968"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_dialog_run (<a class="link" href="GimpDialog.html" title="GimpDialog">GimpDialog</a> *dialog);</pre>
<p>
@ -518,9 +518,9 @@ href="../glib/glib-The-Main-Event-Loop.html#GMainLoop"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628388"></a><h3>
<a name="id2628054"></a><h3>
<a name="gimp-dialogs-show-help-button"></a>gimp_dialogs_show_help_button ()</h3>
<a class="indexterm" name="id2617280"></a><pre class="programlisting">void gimp_dialogs_show_help_button (<a
<a class="indexterm" name="id2628069"></a><pre class="programlisting">void gimp_dialogs_show_help_button (<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show);</pre>
<p>
@ -541,20 +541,20 @@ This function is for internal use only.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628438"></a><h2>Property Details</h2>
<a name="id2628129"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2628447"></a><h3>
<a name="id2628140"></a><h3>
<a name="GimpDialog--help-func"></a>The <code class="literal">"help-func"</code> property</h3>
<a class="indexterm" name="id2628460"></a><pre class="programlisting"> "help-func" <a
<a class="indexterm" name="id2628154"></a><pre class="programlisting"> "help-func" <a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> : Read / Write / Construct Only</pre>
<p></p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628479"></a><h3>
<a name="id2628175"></a><h3>
<a name="GimpDialog--help-id"></a>The <code class="literal">"help-id"</code> property</h3>
<a class="indexterm" name="id2628492"></a><pre class="programlisting"> "help-id" <a
<a class="indexterm" name="id2628190"></a><pre class="programlisting"> "help-id" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct Only</pre>
<p></p>
@ -562,9 +562,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628515"></a><div class="refsect2" lang="en"><a name="id2628516"></a></div>
<a name="id2628216"></a><div class="refsect2" lang="en"><a name="id2628217"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2628517"></a></div>
<div class="refsect2" lang="en"><a name="id2628218"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumLabel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2606755" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602742" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2578899" class="shortcut">Description</a>
<a href="#id2626252" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2621893" class="shortcut">Object Hierarchy</a>
<a href="#id2581098" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2621961" class="shortcut">Implemented Interfaces</a>
<a href="#id2604023" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2578869" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2604063" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2606755"></a><span class="refentrytitle">GimpEnumComboBox</span>
<a name="id2602742"></a><span class="refentrytitle">GimpEnumComboBox</span>
</h2>
<p>GimpEnumComboBox</p>
</td>
@ -78,7 +78,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621893"></a><h2>Object Hierarchy</h2>
<a name="id2581098"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -107,7 +107,7 @@ href="../gtk/GtkComboBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621961"></a><h2>Implemented Interfaces</h2>
<a name="id2604023"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumComboBox implements
AtkImplementorIface, GtkBuildable, <a
@ -117,33 +117,33 @@ href="../gtk/GtkCellLayout.html"
>GtkCellLayout</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2578869"></a><h2>Properties</h2>
<a name="id2604063"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpEnumComboBox.html#GimpEnumComboBox--model">model</a>" <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2578899"></a><h2>Description</h2>
<a name="id2626252"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2578915"></a><h2>Details</h2>
<a name="id2626267"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2578926"></a><h3>
<a name="id2626278"></a><h3>
<a name="GimpEnumComboBox-struct"></a>GimpEnumComboBox</h3>
<a class="indexterm" name="id2578937"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<a class="indexterm" name="id2626290"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578954"></a><h3>
<a name="id2626306"></a><h3>
<a name="gimp-enum-combo-box-new"></a>gimp_enum_combo_box_new ()</h3>
<a class="indexterm" name="id2578967"></a><pre class="programlisting"><a
<a class="indexterm" name="id2626320"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_combo_box_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -189,9 +189,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626874"></a><h3>
<a name="id2630762"></a><h3>
<a name="gimp-enum-combo-box-new-with-model"></a>gimp_enum_combo_box_new_with_model ()</h3>
<a class="indexterm" name="id2626888"></a><pre class="programlisting"><a
<a class="indexterm" name="id2630776"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_combo_box_new_with_model (<a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *enum_store);</pre>
<p>
@ -222,9 +222,9 @@ href="../gtk/GtkComboBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626983"></a><h3>
<a name="id2630871"></a><h3>
<a name="gimp-enum-combo-box-set-stock-prefix"></a>gimp_enum_combo_box_set_stock_prefix ()</h3>
<a class="indexterm" name="id2626999"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
<a class="indexterm" name="id2630887"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
(<a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> *combo_box,
const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -255,18 +255,18 @@ Attempts to create stock icons for all items in the <em class="parameter"><code>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2577632"></a><h2>Property Details</h2>
<a name="id2626058"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2577642"></a><h3>
<a name="id2626068"></a><h3>
<a name="GimpEnumComboBox--model"></a>The <code class="literal">"model"</code> property</h3>
<a class="indexterm" name="id2577656"></a><pre class="programlisting"> "model" <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<a class="indexterm" name="id2626082"></a><pre class="programlisting"> "model" <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<p></p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2577677"></a><div class="refsect2" lang="en"><a name="id2577678"></a></div>
<a name="id2626103"></a><div class="refsect2" lang="en"><a name="id2626104"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2577679"></a></div>
<div class="refsect2" lang="en"><a name="id2626105"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpFileEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609106" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601576" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2624820" class="shortcut">Description</a>
<a href="#id2626192" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2625670" class="shortcut">Object Hierarchy</a>
<a href="#id2552206" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2624792" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2626164" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumLabel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2609106"></a><span class="refentrytitle">GimpEnumLabel</span>
<a name="id2601576"></a><span class="refentrytitle">GimpEnumLabel</span>
</h2>
<p>GimpEnumLabel</p>
</td>
@ -75,7 +75,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2625670"></a><h2>Object Hierarchy</h2>
<a name="id2552206"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -100,32 +100,32 @@ href="../gtk/GtkLabel.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2624792"></a><h2>Implemented Interfaces</h2>
<a name="id2626164"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumLabel implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2624820"></a><h2>Description</h2>
<a name="id2626192"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2624836"></a><h2>Details</h2>
<a name="id2626207"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2624847"></a><h3>
<a name="id2626218"></a><h3>
<a name="GimpEnumLabel-struct"></a>GimpEnumLabel</h3>
<a class="indexterm" name="id2624858"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
<a class="indexterm" name="id2626230"></a><pre class="programlisting">typedef struct _GimpEnumLabel GimpEnumLabel;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624875"></a><h3>
<a name="id2626246"></a><h3>
<a name="gimp-enum-label-new"></a>gimp_enum_label_new ()</h3>
<a class="indexterm" name="id2624889"></a><pre class="programlisting"><a
<a class="indexterm" name="id2630461"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_label_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -166,9 +166,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630113"></a><h3>
<a name="id2630565"></a><h3>
<a name="gimp-enum-label-set-value"></a>gimp_enum_label_set_value ()</h3>
<a class="indexterm" name="id2630127"></a><pre class="programlisting">void gimp_enum_label_set_value (<a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
<a class="indexterm" name="id2630578"></a><pre class="programlisting">void gimp_enum_label_set_value (<a class="link" href="GimpEnumLabel.html" title="GimpEnumLabel">GimpEnumLabel</a> *label,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> value);</pre>
@ -197,9 +197,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2630213"></a><div class="refsect2" lang="en"><a name="id2630214"></a></div>
<a name="id2628908"></a><div class="refsect2" lang="en"><a name="id2628909"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2630216"></a></div>
<div class="refsect2" lang="en"><a name="id2628910"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598109" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2603092" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2623361" class="shortcut">Description</a>
<a href="#id2620193" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2603725" class="shortcut">Object Hierarchy</a>
<a href="#id2614350" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2623284" class="shortcut">Implemented Interfaces</a>
<a href="#id2614387" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2623330" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2620162" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2598109"></a><span class="refentrytitle">GimpEnumStore</span>
<a name="id2603092"></a><span class="refentrytitle">GimpEnumStore</span>
</h2>
<p>GimpEnumStore</p>
</td>
@ -104,7 +104,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2603725"></a><h2>Object Hierarchy</h2>
<a name="id2614350"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -118,7 +118,7 @@ href="../gtk/GtkListStore.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2623284"></a><h2>Implemented Interfaces</h2>
<a name="id2614387"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumStore implements
GtkBuildable, <a
@ -132,7 +132,7 @@ href="../gtk/GtkTreeSortable.html"
>GtkTreeSortable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2623330"></a><h2>Properties</h2>
<a name="id2620162"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpEnumStore.html#GimpEnumStore--enum-type">enum-type</a>" <a
@ -141,26 +141,26 @@ href="../gobject/gobject-Type-Information.html#GType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2623361"></a><h2>Description</h2>
<a name="id2620193"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2623376"></a><h2>Details</h2>
<a name="id2620209"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2623387"></a><h3>
<a name="id2620219"></a><h3>
<a name="GimpEnumStore-struct"></a>GimpEnumStore</h3>
<a class="indexterm" name="id2623399"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<a class="indexterm" name="id2620231"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623415"></a><h3>
<a name="id2620247"></a><h3>
<a name="gimp-enum-store-new"></a>gimp_enum_store_new ()</h3>
<a class="indexterm" name="id2623430"></a><pre class="programlisting"><a
<a class="indexterm" name="id2620262"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_enum_store_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -197,9 +197,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626412"></a><h3>
<a name="id2577767"></a><h3>
<a name="gimp-enum-store-new-with-range"></a>gimp_enum_store_new_with_range ()</h3>
<a class="indexterm" name="id2626426"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577781"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_enum_store_new_with_range (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -250,9 +250,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626579"></a><h3>
<a name="id2577937"></a><h3>
<a name="gimp-enum-store-new-with-values"></a>gimp_enum_store_new_with_values ()</h3>
<a class="indexterm" name="id2609390"></a><pre class="programlisting"><a
<a class="indexterm" name="id2577952"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_enum_store_new_with_values (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -301,9 +301,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609532"></a><h3>
<a name="id2628342"></a><h3>
<a name="gimp-enum-store-new-with-values-valist"></a>gimp_enum_store_new_with_values_valist ()</h3>
<a class="indexterm" name="id2609547"></a><pre class="programlisting"><a
<a class="indexterm" name="id2628356"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_enum_store_new_with_values_valist
(<a
@ -351,9 +351,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609690"></a><h3>
<a name="id2628498"></a><h3>
<a name="gimp-enum-store-set-stock-prefix"></a>gimp_enum_store_set_stock_prefix ()</h3>
<a class="indexterm" name="id2609706"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix (<a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *store,
<a class="indexterm" name="id2628514"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix (<a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *store,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *stock_prefix);</pre>
@ -386,11 +386,11 @@ See also: <a class="link" href="GimpEnumComboBox.html#gimp-enum-combo-box-set-st
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2609821"></a><h2>Property Details</h2>
<a name="id2628629"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2609832"></a><h3>
<a name="id2628640"></a><h3>
<a name="GimpEnumStore--enum-type"></a>The <code class="literal">"enum-type"</code> property</h3>
<a class="indexterm" name="id2609846"></a><pre class="programlisting"> "enum-type" <a
<a class="indexterm" name="id2628654"></a><pre class="programlisting"> "enum-type" <a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> : Read / Write / Construct Only</pre>
<p>
@ -405,9 +405,9 @@ href="../gobject/gobject-Type-Information.html#GType"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2609887"></a><div class="refsect2" lang="en"><a name="id2609888"></a></div>
<a name="id2628695"></a><div class="refsect2" lang="en"><a name="id2628696"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2609889"></a></div>
<div class="refsect2" lang="en"><a name="id2628697"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpFrame.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614228" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588665" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2577719" class="shortcut">Description</a>
<a href="#id2626745" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2620600" class="shortcut">Object Hierarchy</a>
<a href="#id2628957" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2620661" class="shortcut">Implemented Interfaces</a>
<a href="#id2629017" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2577694" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2629045" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFileEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2614228"></a><span class="refentrytitle">GimpFileEntry</span>
<a name="id2588665"></a><span class="refentrytitle">GimpFileEntry</span>
</h2>
<p>GimpFileEntry &#8212; Widget for entering a filename.</p>
</td>
@ -86,7 +86,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2620600"></a><h2>Object Hierarchy</h2>
<a name="id2628957"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -114,20 +114,20 @@ href="../gtk/GtkHBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2620661"></a><h2>Implemented Interfaces</h2>
<a name="id2629017"></a><h2>Implemented Interfaces</h2>
<p>
GimpFileEntry implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2577694"></a><h2>Signals</h2>
<a name="id2629045"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpFileEntry.html#GimpFileEntry-filename-changed">filename-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577719"></a><h2>Description</h2>
<a name="id2626745"></a><h2>Description</h2>
<p>
This widget is used to enter filenames or directories.
</p>
@ -158,11 +158,11 @@ will be emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2577807"></a><h2>Details</h2>
<a name="id2626833"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2577818"></a><h3>
<a name="id2626844"></a><h3>
<a name="GimpFileEntry-struct"></a>GimpFileEntry</h3>
<a class="indexterm" name="id2577829"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<a class="indexterm" name="id2626855"></a><pre class="programlisting">typedef struct _GimpFileEntry GimpFileEntry;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GimpFileEntry</code> is deprecated and should not be used in newly-written code.</p>
@ -173,9 +173,9 @@ will be emitted.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577857"></a><h3>
<a name="id2626885"></a><h3>
<a name="gimp-file-entry-new"></a>gimp_file_entry_new ()</h3>
<a class="indexterm" name="id2577872"></a><pre class="programlisting"><a
<a class="indexterm" name="id2626899"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_file_entry_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -238,9 +238,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578050"></a><h3>
<a name="id2629344"></a><h3>
<a name="gimp-file-entry-get-filename"></a>gimp_file_entry_get_filename ()</h3>
<a class="indexterm" name="id2578064"></a><pre class="programlisting"><a
<a class="indexterm" name="id2629358"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_file_entry_get_filename (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -272,9 +272,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628705"></a><h3>
<a name="id2631165"></a><h3>
<a name="gimp-file-entry-set-filename"></a>gimp_file_entry_set_filename ()</h3>
<a class="indexterm" name="id2628719"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
<a class="indexterm" name="id2631181"></a><pre class="programlisting">void gimp_file_entry_set_filename (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *entry,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *filename);</pre>
@ -309,11 +309,11 @@ name.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628837"></a><h2>Signal Details</h2>
<a name="id2631301"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2628848"></a><h3>
<a name="id2631312"></a><h3>
<a name="GimpFileEntry-filename-changed"></a>The <code class="literal">"filename-changed"</code> signal</h3>
<a class="indexterm" name="id2628864"></a><pre class="programlisting">void user_function (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
<a class="indexterm" name="id2631328"></a><pre class="programlisting">void user_function (<a class="link" href="GimpFileEntry.html" title="GimpFileEntry">GimpFileEntry</a> *arg0,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -332,15 +332,15 @@ This signal is emitted whenever the user changes the filename.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628924"></a><h2>See Also</h2>
<a name="id2631388"></a><h2>See Also</h2>
<p>
<a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628942"></a><div class="refsect2" lang="en"><a name="id2628943"></a></div>
<a name="id2631406"></a><div class="refsect2" lang="en"><a name="id2631408"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2628944"></a></div>
<div class="refsect2" lang="en"><a name="id2631409"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpHintBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2608119" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551850" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2628614" class="shortcut">Description</a>
<a href="#id2625813" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2630379" class="shortcut">Object Hierarchy</a>
<a href="#id2586476" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2628545" class="shortcut">Implemented Interfaces</a>
<a href="#id2622823" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2628573" class="shortcut">Style Properties</a></nobr></td></tr>
<a href="#id2625772" class="shortcut">Style Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFrame"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2608119"></a><span class="refentrytitle">GimpFrame</span>
<a name="id2551850"></a><span class="refentrytitle">GimpFrame</span>
</h2>
<p>GimpFrame &#8212; A widget providing a HIG-compliant subclass of <a
href="../gtk/GtkFrame.html"
@ -72,7 +72,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630379"></a><h2>Object Hierarchy</h2>
<a name="id2586476"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -100,13 +100,13 @@ href="../gtk/GtkFrame.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2628545"></a><h2>Implemented Interfaces</h2>
<a name="id2622823"></a><h2>Implemented Interfaces</h2>
<p>
GimpFrame implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628573"></a><h2>Style Properties</h2>
<a name="id2625772"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpFrame.html#GimpFrame--label-bold">label-bold</a>" <a
@ -118,7 +118,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2628614"></a><h2>Description</h2>
<a name="id2625813"></a><h2>Description</h2>
<p>
A widget providing a HIG-compliant subclass of <a
href="../gtk/GtkFrame.html"
@ -126,20 +126,20 @@ href="../gtk/GtkFrame.html"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628638"></a><h2>Details</h2>
<a name="id2625837"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2628648"></a><h3>
<a name="id2625848"></a><h3>
<a name="GimpFrame-struct"></a>GimpFrame</h3>
<a class="indexterm" name="id2630420"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<a class="indexterm" name="id2625860"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630434"></a><h3>
<a name="id2625875"></a><h3>
<a name="gimp-frame-new"></a>gimp_frame_new ()</h3>
<a class="indexterm" name="id2630449"></a><pre class="programlisting"><a
<a class="indexterm" name="id2625890"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_frame_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -178,11 +178,11 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2630560"></a><h2>Style Property Details</h2>
<a name="id2622923"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2630570"></a><h3>
<a name="id2622933"></a><h3>
<a name="GimpFrame--label-bold"></a>The <code class="literal">"label-bold"</code> style property</h3>
<a class="indexterm" name="id2630584"></a><pre class="programlisting"> "label-bold" <a
<a class="indexterm" name="id2622947"></a><pre class="programlisting"> "label-bold" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read</pre>
<p></p>
@ -190,9 +190,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630608"></a><h3>
<a name="id2622970"></a><h3>
<a name="GimpFrame--label-spacing"></a>The <code class="literal">"label-spacing"</code> style property</h3>
<a class="indexterm" name="id2630622"></a><pre class="programlisting"> "label-spacing" <a
<a class="indexterm" name="id2622984"></a><pre class="programlisting"> "label-spacing" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read</pre>
<p></p>
@ -201,9 +201,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2631470"></a><div class="refsect2" lang="en"><a name="id2631471"></a></div>
<a name="id2623012"></a><div class="refsect2" lang="en"><a name="id2623014"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2631472"></a></div>
<div class="refsect2" lang="en"><a name="id2623015"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574472" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2624392" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2629472" class="shortcut">Description</a>
<a href="#id2631490" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2630331" class="shortcut">Object Hierarchy</a>
<a href="#id2622561" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2629401" class="shortcut">Implemented Interfaces</a>
<a href="#id2622629" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2629441" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2631460" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpIntComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2574472"></a><span class="refentrytitle">GimpIntComboBox</span>
<a name="id2624392"></a><span class="refentrytitle">GimpIntComboBox</span>
</h2>
<p>GimpIntComboBox &#8212; A widget providing a popup menu of integer values (e.g. enums).</p>
</td>
@ -135,7 +135,7 @@ href="../glib/glib-Datasets.html#GDestroyNotify"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630331"></a><h2>Object Hierarchy</h2>
<a name="id2622561"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -164,7 +164,7 @@ href="../gtk/GtkComboBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629401"></a><h2>Implemented Interfaces</h2>
<a name="id2622629"></a><h2>Implemented Interfaces</h2>
<p>
GimpIntComboBox implements
AtkImplementorIface, GtkBuildable, <a
@ -174,7 +174,7 @@ href="../gtk/GtkCellLayout.html"
>GtkCellLayout</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629441"></a><h2>Properties</h2>
<a name="id2631460"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpIntComboBox.html#GimpIntComboBox--ellipsize">ellipsize</a>" <a
@ -183,26 +183,26 @@ href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629472"></a><h2>Description</h2>
<a name="id2631490"></a><h2>Description</h2>
<p>
A widget providing a popup menu of integer values (e.g. enums).
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629489"></a><h2>Details</h2>
<a name="id2631507"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629499"></a><h3>
<a name="id2631518"></a><h3>
<a name="GimpIntComboBox-struct"></a>GimpIntComboBox</h3>
<a class="indexterm" name="id2629511"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<a class="indexterm" name="id2631529"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629527"></a><h3>
<a name="id2631546"></a><h3>
<a name="GimpIntSensitivityFunc"></a>GimpIntSensitivityFunc ()</h3>
<a class="indexterm" name="id2629539"></a><pre class="programlisting"><a
<a class="indexterm" name="id2631557"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> (*GimpIntSensitivityFunc) (<a
href="../glib/glib-Basic-Types.html#gint"
@ -238,9 +238,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629616"></a><h3>
<a name="id2631634"></a><h3>
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
<a class="indexterm" name="id2629630"></a><pre class="programlisting"><a
<a class="indexterm" name="id2631648"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_int_combo_box_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -295,9 +295,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629912"></a><h3>
<a name="id2633437"></a><h3>
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
<a class="indexterm" name="id2629928"></a><pre class="programlisting"><a
<a class="indexterm" name="id2633453"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_int_combo_box_new_valist (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -343,9 +343,9 @@ label/value pairs. Probably only useful for language bindings.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634118"></a><h3>
<a name="id2633582"></a><h3>
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
<a class="indexterm" name="id2634131"></a><pre class="programlisting"><a
<a class="indexterm" name="id2633598"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_int_combo_box_new_array (<a
href="../glib/glib-Basic-Types.html#gint"
@ -385,9 +385,9 @@ The array indices are used as values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634232"></a><h3>
<a name="id2633711"></a><h3>
<a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3>
<a class="indexterm" name="id2634245"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2633725"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to prepend items to a
@ -421,9 +421,9 @@ The column number must be taken from the enum <a class="link" href="GimpIntStore
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634360"></a><h3>
<a name="id2633840"></a><h3>
<a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3>
<a class="indexterm" name="id2634375"></a><pre class="programlisting">void gimp_int_combo_box_append (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2633854"></a><pre class="programlisting">void gimp_int_combo_box_append (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to append items to a
@ -457,9 +457,9 @@ The column number must be taken from the enum <a class="link" href="GimpIntStore
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634490"></a><h3>
<a name="id2633969"></a><h3>
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
<a class="indexterm" name="id2634505"></a><pre class="programlisting"><a
<a class="indexterm" name="id2633985"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_int_combo_box_set_active (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a
@ -502,9 +502,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634634"></a><h3>
<a name="id2634113"></a><h3>
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
<a class="indexterm" name="id2634649"></a><pre class="programlisting"><a
<a class="indexterm" name="id2634129"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_int_combo_box_get_active (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a
@ -546,9 +546,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634777"></a><h3>
<a name="id2634257"></a><h3>
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
<a class="indexterm" name="id2634791"></a><pre class="programlisting"><a
<a class="indexterm" name="id2634271"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gulong"
>gulong</a> gimp_int_combo_box_connect (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a
@ -616,9 +616,9 @@ href="../gobject/gobject-Signals.html#g-signal-connect"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635016"></a><h3>
<a name="id2634495"></a><h3>
<a name="gimp-int-combo-box-set-sensitivity"></a>gimp_int_combo_box_set_sensitivity ()</h3>
<a class="indexterm" name="id2635033"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2634511"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc">GimpIntSensitivityFunc</a> func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
@ -671,11 +671,11 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2635211"></a><h2>Property Details</h2>
<a name="id2634688"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2635221"></a><h3>
<a name="id2634699"></a><h3>
<a name="GimpIntComboBox--ellipsize"></a>The <code class="literal">"ellipsize"</code> property</h3>
<a class="indexterm" name="id2635235"></a><pre class="programlisting"> "ellipsize" <a
<a class="indexterm" name="id2634712"></a><pre class="programlisting"> "ellipsize" <a
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
>PangoEllipsizeMode</a> : Read / Write</pre>
<p>
@ -691,9 +691,9 @@ entire string.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2635275"></a><div class="refsect2" lang="en"><a name="id2635276"></a></div>
<a name="id2634752"></a><div class="refsect2" lang="en"><a name="id2634753"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2635277"></a></div>
<div class="refsect2" lang="en"><a name="id2634754"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpMemsizeEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593158" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2616780" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2628953" class="shortcut">Description</a>
<a href="#id2629566" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2629260" class="shortcut">Object Hierarchy</a>
<a href="#id2613035" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2629297" class="shortcut">Implemented Interfaces</a>
<a href="#id2629488" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2629344" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2629535" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpIntStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2593158"></a><span class="refentrytitle">GimpIntStore</span>
<a name="id2616780"></a><span class="refentrytitle">GimpIntStore</span>
</h2>
<p>GimpIntStore &#8212; A model for integer based name-value pairs (e.g. enums)</p>
</td>
@ -80,7 +80,7 @@ href="../gtk/GtkTreeModel.html#GtkTreeIter"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629260"></a><h2>Object Hierarchy</h2>
<a name="id2613035"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -94,7 +94,7 @@ href="../gtk/GtkListStore.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629297"></a><h2>Implemented Interfaces</h2>
<a name="id2629488"></a><h2>Implemented Interfaces</h2>
<p>
GimpIntStore implements
GtkBuildable, <a
@ -108,7 +108,7 @@ href="../gtk/GtkTreeSortable.html"
>GtkTreeSortable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629344"></a><h2>Properties</h2>
<a name="id2629535"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpIntStore.html#GimpIntStore--user-data-type">user-data-type</a>" <a
@ -117,26 +117,26 @@ href="../gobject/gobject-Type-Information.html#GType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2628953"></a><h2>Description</h2>
<a name="id2629566"></a><h2>Description</h2>
<p>
A model for integer based name-value pairs (e.g. enums)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628969"></a><h2>Details</h2>
<a name="id2629582"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2628980"></a><h3>
<a name="id2629593"></a><h3>
<a name="GimpIntStore-struct"></a>GimpIntStore</h3>
<a class="indexterm" name="id2628992"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
<a class="indexterm" name="id2633138"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629008"></a><h3>
<a name="id2633154"></a><h3>
<a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3>
<a class="indexterm" name="id2629020"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2633166"></a><pre class="programlisting">typedef enum
{
GIMP_INT_STORE_VALUE,
GIMP_INT_STORE_LABEL,
@ -152,9 +152,9 @@ A model for integer based name-value pairs (e.g. enums)
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629039"></a><h3>
<a name="id2633185"></a><h3>
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
<a class="indexterm" name="id2629053"></a><pre class="programlisting"><a
<a class="indexterm" name="id2633199"></a><pre class="programlisting"><a
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_int_store_new (void);</pre>
<p>
@ -180,9 +180,9 @@ are identified using an integer value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631091"></a><h3>
<a name="id2633270"></a><h3>
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
<a class="indexterm" name="id2631104"></a><pre class="programlisting"><a
<a class="indexterm" name="id2633283"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_int_store_lookup_by_value (<a
href="../gtk/GtkTreeModel.html"
@ -234,11 +234,11 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2631272"></a><h2>Property Details</h2>
<a name="id2629861"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2631282"></a><h3>
<a name="id2629871"></a><h3>
<a name="GimpIntStore--user-data-type"></a>The <code class="literal">"user-data-type"</code> property</h3>
<a class="indexterm" name="id2631296"></a><pre class="programlisting"> "user-data-type" <a
<a class="indexterm" name="id2629885"></a><pre class="programlisting"> "user-data-type" <a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> : Read / Write / Construct Only</pre>
<p>
@ -258,9 +258,9 @@ handle ref-counting of your user data.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2630669"></a><div class="refsect2" lang="en"><a name="id2630670"></a></div>
<a name="id2629932"></a><div class="refsect2" lang="en"><a name="id2629933"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2630671"></a></div>
<div class="refsect2" lang="en"><a name="id2629934"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpNumberPairEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583870" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597581" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2633953" class="shortcut">Description</a>
<a href="#id2630011" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2633752" class="shortcut">Object Hierarchy</a>
<a href="#id2635253" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2633813" class="shortcut">Implemented Interfaces</a>
<a href="#id2629958" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2633928" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2629986" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpMemsizeEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2583870"></a><span class="refentrytitle">GimpMemsizeEntry</span>
<a name="id2597581"></a><span class="refentrytitle">GimpMemsizeEntry</span>
</h2>
<p>GimpMemsizeEntry &#8212; A composite widget that allows to enter a memory size.</p>
</td>
@ -83,7 +83,7 @@ href="../glib/glib-Basic-Types.html#guint64"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633752"></a><h2>Object Hierarchy</h2>
<a name="id2635253"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -111,20 +111,20 @@ href="../gtk/GtkHBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633813"></a><h2>Implemented Interfaces</h2>
<a name="id2629958"></a><h2>Implemented Interfaces</h2>
<p>
GimpMemsizeEntry implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2633928"></a><h2>Signals</h2>
<a name="id2629986"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed">value-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633953"></a><h2>Description</h2>
<a name="id2630011"></a><h2>Description</h2>
<p>
Similar to a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> but instead of lengths, this widget is used to let
the user enter memory sizes. An option menu allows to switch between
@ -132,20 +132,20 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2633979"></a><h2>Details</h2>
<a name="id2630037"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2633990"></a><h3>
<a name="id2630048"></a><h3>
<a name="GimpMemsizeEntry-struct"></a>GimpMemsizeEntry</h3>
<a class="indexterm" name="id2634002"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
<a class="indexterm" name="id2630059"></a><pre class="programlisting">typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</pre>
<p>
The <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> struct is considered private.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634025"></a><h3>
<a name="id2630083"></a><h3>
<a name="gimp-memsize-entry-new"></a>gimp_memsize_entry_new ()</h3>
<a class="indexterm" name="id2634036"></a><pre class="programlisting"><a
<a class="indexterm" name="id2630094"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_memsize_entry_new (<a
href="../glib/glib-Basic-Types.html#guint64"
@ -196,9 +196,9 @@ href="../gtk/GtkOptionMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633522"></a><h3>
<a name="id2631899"></a><h3>
<a name="gimp-memsize-entry-set-value"></a>gimp_memsize_entry_set_value ()</h3>
<a class="indexterm" name="id2633533"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
<a class="indexterm" name="id2631910"></a><pre class="programlisting">void gimp_memsize_entry_set_value (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#guint64"
>guint64</a> value);</pre>
@ -226,9 +226,9 @@ the value to full Kilobytes.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633624"></a><h3>
<a name="id2632002"></a><h3>
<a name="gimp-memsize-entry-get-value"></a>gimp_memsize_entry_get_value ()</h3>
<a class="indexterm" name="id2633635"></a><pre class="programlisting"><a
<a class="indexterm" name="id2632015"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint64"
>guint64</a> gimp_memsize_entry_get_value (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *entry);</pre>
<p>
@ -254,11 +254,11 @@ Retrieves the current value from a <a class="link" href="GimpMemsizeEntry.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2630704"></a><h2>Signal Details</h2>
<a name="id2632097"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2630715"></a><h3>
<a name="id2632108"></a><h3>
<a name="GimpMemsizeEntry-value-changed"></a>The <code class="literal">"value-changed"</code> signal</h3>
<a class="indexterm" name="id2630730"></a><pre class="programlisting">void user_function (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
<a class="indexterm" name="id2632124"></a><pre class="programlisting">void user_function (<a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">GimpMemsizeEntry</a> *gimpmemsizeentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -283,9 +283,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2630800"></a><div class="refsect2" lang="en"><a name="id2630801"></a></div>
<a name="id2632194"></a><div class="refsect2" lang="en"><a name="id2632196"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2630802"></a></div>
<div class="refsect2" lang="en"><a name="id2632197"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpOffsetArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2617131" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592424" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2631741" class="shortcut">Description</a>
<a href="#id2636815" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2633115" class="shortcut">Object Hierarchy</a>
<a href="#id2630271" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2633164" class="shortcut">Implemented Interfaces</a>
<a href="#id2634892" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2633204" class="shortcut">Properties</a>
<a href="#id2634932" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2631708" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2635102" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpNumberPairEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2617131"></a><span class="refentrytitle">GimpNumberPairEntry</span>
<a name="id2592424"></a><span class="refentrytitle">GimpNumberPairEntry</span>
</h2>
<p>GimpNumberPairEntry</p>
</td>
@ -140,7 +140,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633115"></a><h2>Object Hierarchy</h2>
<a name="id2630271"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -162,7 +162,7 @@ href="../gtk/GtkEntry.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2633164"></a><h2>Implemented Interfaces</h2>
<a name="id2634892"></a><h2>Implemented Interfaces</h2>
<p>
GimpNumberPairEntry implements
AtkImplementorIface, GtkBuildable, <a
@ -172,7 +172,7 @@ href="../gtk/GtkCellEditable.html"
>GtkCellEditable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2633204"></a><h2>Properties</h2>
<a name="id2634932"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--allow-simplification">allow-simplification</a>" <a
@ -212,7 +212,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631708"></a><h2>Signals</h2>
<a name="id2635102"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed">numbers-changed</a>" : Run First
@ -220,26 +220,26 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631741"></a><h2>Description</h2>
<a name="id2636815"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631756"></a><h2>Details</h2>
<a name="id2636831"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631767"></a><h3>
<a name="id2636841"></a><h3>
<a name="GimpNumberPairEntry-struct"></a>GimpNumberPairEntry</h3>
<a class="indexterm" name="id2631779"></a><pre class="programlisting">typedef struct _GimpNumberPairEntry GimpNumberPairEntry;</pre>
<a class="indexterm" name="id2636853"></a><pre class="programlisting">typedef struct _GimpNumberPairEntry GimpNumberPairEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631795"></a><h3>
<a name="id2636870"></a><h3>
<a name="GimpAspectType"></a>enum GimpAspectType</h3>
<a class="indexterm" name="id2631808"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2636882"></a><pre class="programlisting">typedef enum
{
GIMP_ASPECT_SQUARE, /*&lt; desc="Square" &gt;*/
GIMP_ASPECT_PORTRAIT, /*&lt; desc="Portrait" &gt;*/
@ -252,9 +252,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631826"></a><h3>
<a name="id2636901"></a><h3>
<a name="gimp-number-pair-entry-new"></a>gimp_number_pair_entry_new ()</h3>
<a class="indexterm" name="id2631841"></a><pre class="programlisting"><a
<a class="indexterm" name="id2636915"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_number_pair_entry_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -329,9 +329,9 @@ value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638912"></a><h3>
<a name="id2637091"></a><h3>
<a name="gimp-number-pair-entry-set-default-values"></a>gimp_number_pair_entry_set_default_values ()</h3>
<a class="indexterm" name="id2638928"></a><pre class="programlisting">void gimp_number_pair_entry_set_default_values
<a class="indexterm" name="id2637108"></a><pre class="programlisting">void gimp_number_pair_entry_set_default_values
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gdouble"
@ -369,9 +369,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639031"></a><h3>
<a name="id2637217"></a><h3>
<a name="gimp-number-pair-entry-get-default-values"></a>gimp_number_pair_entry_get_default_values ()</h3>
<a class="indexterm" name="id2639048"></a><pre class="programlisting">void gimp_number_pair_entry_get_default_values
<a class="indexterm" name="id2637234"></a><pre class="programlisting">void gimp_number_pair_entry_get_default_values
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gdouble"
@ -409,9 +409,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639156"></a><h3>
<a name="id2637342"></a><h3>
<a name="gimp-number-pair-entry-set-values"></a>gimp_number_pair_entry_set_values ()</h3>
<a class="indexterm" name="id2639173"></a><pre class="programlisting">void gimp_number_pair_entry_set_values (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a class="indexterm" name="id2637358"></a><pre class="programlisting">void gimp_number_pair_entry_set_values (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> left,
@ -450,9 +450,9 @@ user-override will not be changed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639289"></a><h3>
<a name="id2637475"></a><h3>
<a name="gimp-number-pair-entry-get-values"></a>gimp_number_pair_entry_get_values ()</h3>
<a class="indexterm" name="id2639306"></a><pre class="programlisting">void gimp_number_pair_entry_get_values (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a class="indexterm" name="id2637492"></a><pre class="programlisting">void gimp_number_pair_entry_get_values (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *left,
@ -493,9 +493,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639440"></a><h3>
<a name="id2637626"></a><h3>
<a name="gimp-number-pair-entry-get-aspect"></a>gimp_number_pair_entry_get_aspect ()</h3>
<a class="indexterm" name="id2639456"></a><pre class="programlisting"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType">GimpAspectType</a> gimp_number_pair_entry_get_aspect (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
<a class="indexterm" name="id2637642"></a><pre class="programlisting"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType">GimpAspectType</a> gimp_number_pair_entry_get_aspect (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
<p>
Gets the aspect of the ratio displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p>
<p>
@ -522,9 +522,9 @@ Gets the aspect of the ratio displayed by a <a class="link" href="GimpNumberPair
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639540"></a><h3>
<a name="id2637726"></a><h3>
<a name="gimp-number-pair-entry-set-aspect"></a>gimp_number_pair_entry_set_aspect ()</h3>
<a class="indexterm" name="id2639556"></a><pre class="programlisting">void gimp_number_pair_entry_set_aspect (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a class="indexterm" name="id2637742"></a><pre class="programlisting">void gimp_number_pair_entry_set_aspect (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a class="link" href="GimpNumberPairEntry.html#GimpAspectType">GimpAspectType</a> aspect);</pre>
<p>
Sets the aspect of the ratio by swapping the left_number and
@ -553,9 +553,9 @@ right_number if necessary (or setting them to 1.0 in case that
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639659"></a><h3>
<a name="id2637845"></a><h3>
<a name="gimp-number-pair-entry-get-ratio"></a>gimp_number_pair_entry_get_ratio ()</h3>
<a class="indexterm" name="id2639675"></a><pre class="programlisting"><a
<a class="indexterm" name="id2637860"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_number_pair_entry_get_ratio (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
<p>
@ -584,9 +584,9 @@ Retrieves the ratio of the numbers displayed by a <a class="link" href="GimpNumb
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639737"></a><h3>
<a name="id2637944"></a><h3>
<a name="gimp-number-pair-entry-set-ratio"></a>gimp_number_pair_entry_set_ratio ()</h3>
<a class="indexterm" name="id2639751"></a><pre class="programlisting">void gimp_number_pair_entry_set_ratio (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a class="indexterm" name="id2637960"></a><pre class="programlisting">void gimp_number_pair_entry_set_ratio (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> ratio);</pre>
@ -621,9 +621,9 @@ with left_number and right_number &lt; 1000.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639841"></a><h3>
<a name="id2638060"></a><h3>
<a name="gimp-number-pair-entry-get-user-override"></a>gimp_number_pair_entry_get_user_override ()</h3>
<a class="indexterm" name="id2639856"></a><pre class="programlisting"><a
<a class="indexterm" name="id2638076"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_number_pair_entry_get_user_override
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
@ -653,9 +653,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639925"></a><h3>
<a name="id2638154"></a><h3>
<a name="gimp-number-pair-entry-set-user-override"></a>gimp_number_pair_entry_set_user_override ()</h3>
<a class="indexterm" name="id2639940"></a><pre class="programlisting">void gimp_number_pair_entry_set_user_override
<a class="indexterm" name="id2638170"></a><pre class="programlisting">void gimp_number_pair_entry_set_user_override
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -692,9 +692,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640038"></a><h3>
<a name="id2638279"></a><h3>
<a name="gimp-number-pair-entry-get-default-text"></a>gimp_number_pair_entry_get_default_text ()</h3>
<a class="indexterm" name="id2640053"></a><pre class="programlisting">const <a
<a class="indexterm" name="id2638295"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_number_pair_entry_get_default_text
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
@ -727,9 +727,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640131"></a><h3>
<a name="id2638384"></a><h3>
<a name="gimp-number-pair-entry-set-default-text"></a>gimp_number_pair_entry_set_default_text ()</h3>
<a class="indexterm" name="id2640146"></a><pre class="programlisting">void gimp_number_pair_entry_set_default_text
<a class="indexterm" name="id2638400"></a><pre class="programlisting">void gimp_number_pair_entry_set_default_text
(<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -768,11 +768,11 @@ normal.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2640247"></a><h2>Property Details</h2>
<a name="id2638512"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2640256"></a><h3>
<a name="id2638523"></a><h3>
<a name="GimpNumberPairEntry--allow-simplification"></a>The <code class="literal">"allow-simplification"</code> property</h3>
<a class="indexterm" name="id2640271"></a><pre class="programlisting"> "allow-simplification" <a
<a class="indexterm" name="id2638539"></a><pre class="programlisting"> "allow-simplification" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write</pre>
<p>Whether to allow simplification.</p>
@ -780,17 +780,17 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640295"></a><h3>
<a name="id2638565"></a><h3>
<a name="GimpNumberPairEntry--aspect"></a>The <code class="literal">"aspect"</code> property</h3>
<a class="indexterm" name="id2640308"></a><pre class="programlisting"> "aspect" <a class="link" href="GimpNumberPairEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write</pre>
<a class="indexterm" name="id2638579"></a><pre class="programlisting"> "aspect" <a class="link" href="GimpNumberPairEntry.html#GimpAspectType">GimpAspectType</a> : Read / Write</pre>
<p></p>
<p>Default value: GIMP_ASPECT_SQUARE</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640330"></a><h3>
<a name="id2638603"></a><h3>
<a name="GimpNumberPairEntry--default-left-number"></a>The <code class="literal">"default-left-number"</code> property</h3>
<a class="indexterm" name="id2640345"></a><pre class="programlisting"> "default-left-number" <a
<a class="indexterm" name="id2638619"></a><pre class="programlisting"> "default-left-number" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -799,9 +799,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640371"></a><h3>
<a name="id2638648"></a><h3>
<a name="GimpNumberPairEntry--default-right-number"></a>The <code class="literal">"default-right-number"</code> property</h3>
<a class="indexterm" name="id2640386"></a><pre class="programlisting"> "default-right-number" <a
<a class="indexterm" name="id2638664"></a><pre class="programlisting"> "default-right-number" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -810,9 +810,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640412"></a><h3>
<a name="id2638693"></a><h3>
<a name="GimpNumberPairEntry--default-text"></a>The <code class="literal">"default-text"</code> property</h3>
<a class="indexterm" name="id2640427"></a><pre class="programlisting"> "default-text" <a
<a class="indexterm" name="id2638709"></a><pre class="programlisting"> "default-text" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write</pre>
<p>String to show when in automatic mode.</p>
@ -820,9 +820,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640450"></a><h3>
<a name="id2638735"></a><h3>
<a name="GimpNumberPairEntry--left-number"></a>The <code class="literal">"left-number"</code> property</h3>
<a class="indexterm" name="id2640465"></a><pre class="programlisting"> "left-number" <a
<a class="indexterm" name="id2638751"></a><pre class="programlisting"> "left-number" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -831,9 +831,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640491"></a><h3>
<a name="id2638780"></a><h3>
<a name="GimpNumberPairEntry--max-valid-value"></a>The <code class="literal">"max-valid-value"</code> property</h3>
<a class="indexterm" name="id2640506"></a><pre class="programlisting"> "max-valid-value" <a
<a class="indexterm" name="id2638796"></a><pre class="programlisting"> "max-valid-value" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>Maximum value valid when parsing input.</p>
@ -842,9 +842,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640534"></a><h3>
<a name="id2638826"></a><h3>
<a name="GimpNumberPairEntry--min-valid-value"></a>The <code class="literal">"min-valid-value"</code> property</h3>
<a class="indexterm" name="id2640548"></a><pre class="programlisting"> "min-valid-value" <a
<a class="indexterm" name="id2638843"></a><pre class="programlisting"> "min-valid-value" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>Minimum value valid when parsing input.</p>
@ -853,9 +853,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640576"></a><h3>
<a name="id2641205"></a><h3>
<a name="GimpNumberPairEntry--ratio"></a>The <code class="literal">"ratio"</code> property</h3>
<a class="indexterm" name="id2640589"></a><pre class="programlisting"> "ratio" <a
<a class="indexterm" name="id2641217"></a><pre class="programlisting"> "ratio" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -864,9 +864,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640615"></a><h3>
<a name="id2641243"></a><h3>
<a name="GimpNumberPairEntry--right-number"></a>The <code class="literal">"right-number"</code> property</h3>
<a class="indexterm" name="id2640630"></a><pre class="programlisting"> "right-number" <a
<a class="indexterm" name="id2641258"></a><pre class="programlisting"> "right-number" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -875,9 +875,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640656"></a><h3>
<a name="id2641284"></a><h3>
<a name="GimpNumberPairEntry--separators"></a>The <code class="literal">"separators"</code> property</h3>
<a class="indexterm" name="id2640670"></a><pre class="programlisting"> "separators" <a
<a class="indexterm" name="id2641299"></a><pre class="programlisting"> "separators" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read / Write / Construct Only</pre>
<p>A string of valid separators.</p>
@ -885,9 +885,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640694"></a><h3>
<a name="id2641323"></a><h3>
<a name="GimpNumberPairEntry--user-override"></a>The <code class="literal">"user-override"</code> property</h3>
<a class="indexterm" name="id2640709"></a><pre class="programlisting"> "user-override" <a
<a class="indexterm" name="id2641337"></a><pre class="programlisting"> "user-override" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write</pre>
<p>Whether the widget is in 'user override' mode.</p>
@ -895,11 +895,11 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2640734"></a><h2>Signal Details</h2>
<a name="id2641363"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2640744"></a><h3>
<a name="id2641372"></a><h3>
<a name="GimpNumberPairEntry-numbers-changed"></a>The <code class="literal">"numbers-changed"</code> signal</h3>
<a class="indexterm" name="id2640758"></a><pre class="programlisting">void user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
<a class="indexterm" name="id2641386"></a><pre class="programlisting">void user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -924,9 +924,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640821"></a><h3>
<a name="id2641449"></a><h3>
<a name="GimpNumberPairEntry-ratio-changed"></a>The <code class="literal">"ratio-changed"</code> signal</h3>
<a class="indexterm" name="id2640835"></a><pre class="programlisting">void user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
<a class="indexterm" name="id2641463"></a><pre class="programlisting">void user_function (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -951,9 +951,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2640899"></a><div class="refsect2" lang="en"><a name="id2640900"></a></div>
<a name="id2641527"></a><div class="refsect2" lang="en"><a name="id2641528"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2640901"></a></div>
<div class="refsect2" lang="en"><a name="id2641529"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPageSelector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583450" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527308" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2638640" class="shortcut">Description</a>
<a href="#id2641010" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2632245" class="shortcut">Object Hierarchy</a>
<a href="#id2635644" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2638587" class="shortcut">Implemented Interfaces</a>
<a href="#id2635692" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2638615" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2640985" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpOffsetArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2583450"></a><span class="refentrytitle">GimpOffsetArea</span>
<a name="id2527308"></a><span class="refentrytitle">GimpOffsetArea</span>
</h2>
<p>GimpOffsetArea &#8212; Widget to control image offsets.</p>
</td>
@ -91,7 +91,7 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2632245"></a><h2>Object Hierarchy</h2>
<a name="id2635644"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -113,39 +113,39 @@ href="../gtk/GtkDrawingArea.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2638587"></a><h2>Implemented Interfaces</h2>
<a name="id2635692"></a><h2>Implemented Interfaces</h2>
<p>
GimpOffsetArea implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2638615"></a><h2>Signals</h2>
<a name="id2640985"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpOffsetArea.html#GimpOffsetArea-offsets-changed">offsets-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2638640"></a><h2>Description</h2>
<a name="id2641010"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2638656"></a><h2>Details</h2>
<a name="id2641026"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2638666"></a><h3>
<a name="id2641036"></a><h3>
<a name="GimpOffsetArea-struct"></a>GimpOffsetArea</h3>
<a class="indexterm" name="id2638678"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
<a class="indexterm" name="id2641048"></a><pre class="programlisting">typedef struct _GimpOffsetArea GimpOffsetArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638694"></a><h3>
<a name="id2641064"></a><h3>
<a name="gimp-offset-area-new"></a>gimp_offset_area_new ()</h3>
<a class="indexterm" name="id2638706"></a><pre class="programlisting"><a
<a class="indexterm" name="id2641076"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_offset_area_new (<a
href="../glib/glib-Basic-Types.html#gint"
@ -183,9 +183,9 @@ specify the new offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637031"></a><h3>
<a name="id2638876"></a><h3>
<a name="gimp-offset-area-set-size"></a>gimp_offset_area_set_size ()</h3>
<a class="indexterm" name="id2637043"></a><pre class="programlisting">void gimp_offset_area_set_size (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2638887"></a><pre class="programlisting">void gimp_offset_area_set_size (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> width,
@ -222,9 +222,9 @@ signal is emitted.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637152"></a><h3>
<a name="id2638996"></a><h3>
<a name="gimp-offset-area-set-offsets"></a>gimp_offset_area_set_offsets ()</h3>
<a class="indexterm" name="id2637163"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2639008"></a><pre class="programlisting">void gimp_offset_area_set_offsets (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> offset_x,
@ -260,9 +260,9 @@ It does not emit the "offsets-changed" signal.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632584"></a><h3>
<a name="id2639116"></a><h3>
<a name="gimp-offset-area-set-pixbuf"></a>gimp_offset_area_set_pixbuf ()</h3>
<a class="indexterm" name="id2632598"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a class="indexterm" name="id2639130"></a><pre class="programlisting">void gimp_offset_area_set_pixbuf (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *offset_area,
<a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a> *pixbuf);</pre>
@ -294,11 +294,11 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2632693"></a><h2>Signal Details</h2>
<a name="id2632440"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2632704"></a><h3>
<a name="id2632451"></a><h3>
<a name="GimpOffsetArea-offsets-changed"></a>The <code class="literal">"offsets-changed"</code> signal</h3>
<a class="indexterm" name="id2632718"></a><pre class="programlisting">void user_function (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
<a class="indexterm" name="id2632465"></a><pre class="programlisting">void user_function (<a class="link" href="GimpOffsetArea.html" title="GimpOffsetArea">GimpOffsetArea</a> *gimpoffsetarea,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> arg1,
@ -339,9 +339,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2638317"></a><div class="refsect2" lang="en"><a name="id2638318"></a></div>
<a name="id2632577"></a><div class="refsect2" lang="en"><a name="id2632578"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2638319"></a></div>
<div class="refsect2" lang="en"><a name="id2632579"></a></div>
</div>
</div>
</body>

View File

@ -33,24 +33,24 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPathEditor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602334" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604518" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2636756" class="shortcut">Description</a>
<a href="#id2632974" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2636592" class="shortcut">Object Hierarchy</a>
<a href="#id2632809" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2636654" class="shortcut">Implemented Interfaces</a>
<a href="#id2632871" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2636682" class="shortcut">Properties</a>
<a href="#id2632900" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2636724" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2632941" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPageSelector"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2602334"></a><span class="refentrytitle">GimpPageSelector</span>
<a name="id2604518"></a><span class="refentrytitle">GimpPageSelector</span>
</h2>
<p>GimpPageSelector</p>
</td>
@ -140,7 +140,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636592"></a><h2>Object Hierarchy</h2>
<a name="id2632809"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -168,13 +168,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636654"></a><h2>Implemented Interfaces</h2>
<a name="id2632871"></a><h2>Implemented Interfaces</h2>
<p>
GimpPageSelector implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2636682"></a><h2>Properties</h2>
<a name="id2632900"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpPageSelector.html#GimpPageSelector--n-pages">n-pages</a>" <a
@ -184,7 +184,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636724"></a><h2>Signals</h2>
<a name="id2632941"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpPageSelector.html#GimpPageSelector-activate">activate</a>" : Run First / Action
@ -192,26 +192,26 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636756"></a><h2>Description</h2>
<a name="id2632974"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2632812"></a><h2>Details</h2>
<a name="id2632989"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2632823"></a><h3>
<a name="id2633000"></a><h3>
<a name="GimpPageSelector-struct"></a>GimpPageSelector</h3>
<a class="indexterm" name="id2632834"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
<a class="indexterm" name="id2633012"></a><pre class="programlisting">typedef struct _GimpPageSelector GimpPageSelector;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632851"></a><h3>
<a name="id2633028"></a><h3>
<a name="GimpPageSelectorTarget"></a>enum GimpPageSelectorTarget</h3>
<a class="indexterm" name="id2632862"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2641543"></a><pre class="programlisting">typedef enum
{
GIMP_PAGE_SELECTOR_TARGET_LAYERS, /*&lt; desc="Layers" &gt;*/
GIMP_PAGE_SELECTOR_TARGET_IMAGES /*&lt; desc="Images" &gt;*/
@ -223,9 +223,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632880"></a><h3>
<a name="id2641561"></a><h3>
<a name="gimp-page-selector-new"></a>gimp_page_selector_new ()</h3>
<a class="indexterm" name="id2632893"></a><pre class="programlisting"><a
<a class="indexterm" name="id2641575"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_page_selector_new (void);</pre>
<p>
@ -247,9 +247,9 @@ Creates a new <a class="link" href="GimpPageSelector.html" title="GimpPageSelect
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632955"></a><h3>
<a name="id2641636"></a><h3>
<a name="gimp-page-selector-set-n-pages"></a>gimp_page_selector_set_n_pages ()</h3>
<a class="indexterm" name="id2632970"></a><pre class="programlisting">void gimp_page_selector_set_n_pages (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2641651"></a><pre class="programlisting">void gimp_page_selector_set_n_pages (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> n_pages);</pre>
@ -278,9 +278,9 @@ Sets the number of pages in the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633057"></a><h3>
<a name="id2641738"></a><h3>
<a name="gimp-page-selector-get-n-pages"></a>gimp_page_selector_get_n_pages ()</h3>
<a class="indexterm" name="id2633073"></a><pre class="programlisting"><a
<a class="indexterm" name="id2641753"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_page_selector_get_n_pages (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
@ -309,9 +309,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642837"></a><h3>
<a name="id2641830"></a><h3>
<a name="gimp-page-selector-set-target"></a>gimp_page_selector_set_target ()</h3>
<a class="indexterm" name="id2642852"></a><pre class="programlisting">void gimp_page_selector_set_target (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2641845"></a><pre class="programlisting">void gimp_page_selector_set_target (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> target);</pre>
<p>
</p>
@ -338,9 +338,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642932"></a><h3>
<a name="id2641931"></a><h3>
<a name="gimp-page-selector-get-target"></a>gimp_page_selector_get_target ()</h3>
<a class="indexterm" name="id2642948"></a><pre class="programlisting"><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> gimp_page_selector_get_target (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2641947"></a><pre class="programlisting"><a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> gimp_page_selector_get_target (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
</p>
<p>
@ -367,9 +367,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643023"></a><h3>
<a name="id2642022"></a><h3>
<a name="gimp-page-selector-set-page-thumbnail"></a>gimp_page_selector_set_page_thumbnail ()</h3>
<a class="indexterm" name="id2643039"></a><pre class="programlisting">void gimp_page_selector_set_page_thumbnail
<a class="indexterm" name="id2642038"></a><pre class="programlisting">void gimp_page_selector_set_page_thumbnail
(<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gint"
@ -408,9 +408,9 @@ be used if no page thumbnail is set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643159"></a><h3>
<a name="id2642158"></a><h3>
<a name="gimp-page-selector-get-page-thumbnail"></a>gimp_page_selector_get_page_thumbnail ()</h3>
<a class="indexterm" name="id2643175"></a><pre class="programlisting"><a
<a class="indexterm" name="id2642174"></a><pre class="programlisting"><a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* gimp_page_selector_get_page_thumbnail
(<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
@ -452,9 +452,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643292"></a><h3>
<a name="id2642291"></a><h3>
<a name="gimp-page-selector-set-page-label"></a>gimp_page_selector_set_page_label ()</h3>
<a class="indexterm" name="id2643308"></a><pre class="programlisting">void gimp_page_selector_set_page_label (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2642307"></a><pre class="programlisting">void gimp_page_selector_set_page_label (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> page_no,
@ -491,9 +491,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643416"></a><h3>
<a name="id2642415"></a><h3>
<a name="gimp-page-selector-get-page-label"></a>gimp_page_selector_get_page_label ()</h3>
<a class="indexterm" name="id2643432"></a><pre class="programlisting"><a
<a class="indexterm" name="id2642431"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_page_selector_get_page_label (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
@ -536,9 +536,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643549"></a><h3>
<a name="id2642548"></a><h3>
<a name="gimp-page-selector-select-all"></a>gimp_page_selector_select_all ()</h3>
<a class="indexterm" name="id2643565"></a><pre class="programlisting">void gimp_page_selector_select_all (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2642564"></a><pre class="programlisting">void gimp_page_selector_select_all (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
Selects all pages.</p>
<p>
@ -557,9 +557,9 @@ Selects all pages.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643630"></a><h3>
<a name="id2642629"></a><h3>
<a name="gimp-page-selector-unselect-all"></a>gimp_page_selector_unselect_all ()</h3>
<a class="indexterm" name="id2643646"></a><pre class="programlisting">void gimp_page_selector_unselect_all (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<a class="indexterm" name="id2642644"></a><pre class="programlisting">void gimp_page_selector_unselect_all (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
<p>
Unselects all pages.</p>
<p>
@ -578,9 +578,9 @@ Unselects all pages.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643710"></a><h3>
<a name="id2642709"></a><h3>
<a name="gimp-page-selector-select-page"></a>gimp_page_selector_select_page ()</h3>
<a class="indexterm" name="id2643726"></a><pre class="programlisting">void gimp_page_selector_select_page (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2642725"></a><pre class="programlisting">void gimp_page_selector_select_page (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> page_no);</pre>
@ -609,9 +609,9 @@ Adds a page to the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643813"></a><h3>
<a name="id2642812"></a><h3>
<a name="gimp-page-selector-unselect-page"></a>gimp_page_selector_unselect_page ()</h3>
<a class="indexterm" name="id2643829"></a><pre class="programlisting">void gimp_page_selector_unselect_page (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2642828"></a><pre class="programlisting">void gimp_page_selector_unselect_page (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> page_no);</pre>
@ -640,9 +640,9 @@ Removes a page from the selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643916"></a><h3>
<a name="id2642915"></a><h3>
<a name="gimp-page-selector-page-is-selected"></a>gimp_page_selector_page_is_selected ()</h3>
<a class="indexterm" name="id2643932"></a><pre class="programlisting"><a
<a class="indexterm" name="id2642931"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_page_selector_page_is_selected (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a
@ -683,9 +683,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644047"></a><h3>
<a name="id2643046"></a><h3>
<a name="gimp-page-selector-get-selected-pages"></a>gimp_page_selector_get_selected_pages ()</h3>
<a class="indexterm" name="id2644063"></a><pre class="programlisting"><a
<a class="indexterm" name="id2643062"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>* gimp_page_selector_get_selected_pages
(<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
@ -726,9 +726,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644172"></a><h3>
<a name="id2643171"></a><h3>
<a name="gimp-page-selector-select-range"></a>gimp_page_selector_select_range ()</h3>
<a class="indexterm" name="id2644188"></a><pre class="programlisting">void gimp_page_selector_select_range (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
<a class="indexterm" name="id2643187"></a><pre class="programlisting">void gimp_page_selector_select_range (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *range);</pre>
@ -764,9 +764,9 @@ overlapping pages and ranges will be merged.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644267"></a><h3>
<a name="id2643292"></a><h3>
<a name="gimp-page-selector-get-selected-range"></a>gimp_page_selector_get_selected_range ()</h3>
<a class="indexterm" name="id2644281"></a><pre class="programlisting"><a
<a class="indexterm" name="id2643308"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_page_selector_get_selected_range
(<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *selector);</pre>
@ -798,11 +798,11 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2644362"></a><h2>Property Details</h2>
<a name="id2643398"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2644372"></a><h3>
<a name="id2643409"></a><h3>
<a name="GimpPageSelector--n-pages"></a>The <code class="literal">"n-pages"</code> property</h3>
<a class="indexterm" name="id2644384"></a><pre class="programlisting"> "n-pages" <a
<a class="indexterm" name="id2643422"></a><pre class="programlisting"> "n-pages" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read / Write</pre>
<p>
@ -817,9 +817,9 @@ The number of pages of the document to open.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644420"></a><h3>
<a name="id2643462"></a><h3>
<a name="GimpPageSelector--target"></a>The <code class="literal">"target"</code> property</h3>
<a class="indexterm" name="id2644433"></a><pre class="programlisting"> "target" <a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> : Read / Write</pre>
<a class="indexterm" name="id2643476"></a><pre class="programlisting"> "target" <a class="link" href="GimpPageSelector.html#GimpPageSelectorTarget">GimpPageSelectorTarget</a> : Read / Write</pre>
<p>
The target to open the document to.</p>
<p>
@ -831,11 +831,11 @@ The target to open the document to.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2644466"></a><h2>Signal Details</h2>
<a name="id2643514"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2644476"></a><h3>
<a name="id2643525"></a><h3>
<a name="GimpPageSelector-activate"></a>The <code class="literal">"activate"</code> signal</h3>
<a class="indexterm" name="id2644488"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a class="indexterm" name="id2643539"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First / Action</pre>
@ -864,9 +864,9 @@ is emitted when a user double-clicks an item in the page selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644560"></a><h3>
<a name="id2645195"></a><h3>
<a name="GimpPageSelector-selection-changed"></a>The <code class="literal">"selection-changed"</code> signal</h3>
<a class="indexterm" name="id2644574"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a class="indexterm" name="id2645209"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPageSelector.html" title="GimpPageSelector">GimpPageSelector</a> *widget,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -894,9 +894,9 @@ This signal is emitted whenever the set of selected pages changes.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2644646"></a><div class="refsect2" lang="en"><a name="id2644647"></a></div>
<a name="id2645282"></a><div class="refsect2" lang="en"><a name="id2645283"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2644648"></a></div>
<div class="refsect2" lang="en"><a name="id2645284"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPickButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579190" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2617173" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2642708" class="shortcut">Description</a>
<a href="#id2639460" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2642588" class="shortcut">Object Hierarchy</a>
<a href="#id2639340" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2642649" class="shortcut">Implemented Interfaces</a>
<a href="#id2639400" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2642676" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2639428" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPathEditor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2579190"></a><span class="refentrytitle">GimpPathEditor</span>
<a name="id2617173"></a><span class="refentrytitle">GimpPathEditor</span>
</h2>
<p>GimpPathEditor &#8212; Widget for editing a file search path.</p>
</td>
@ -100,7 +100,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642588"></a><h2>Object Hierarchy</h2>
<a name="id2639340"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -128,13 +128,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642649"></a><h2>Implemented Interfaces</h2>
<a name="id2639400"></a><h2>Implemented Interfaces</h2>
<p>
GimpPathEditor implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642676"></a><h2>Signals</h2>
<a name="id2639428"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpPathEditor.html#GimpPathEditor-path-changed">path-changed</a>" : Run First
@ -142,7 +142,7 @@ GimpPathEditor implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642708"></a><h2>Description</h2>
<a name="id2639460"></a><h2>Description</h2>
<p>
This widget is used to edit file search paths.
</p>
@ -161,20 +161,20 @@ the search path, the "path_changed" signal will be emitted.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642091"></a><h2>Details</h2>
<a name="id2639502"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642101"></a><h3>
<a name="id2639513"></a><h3>
<a name="GimpPathEditor-struct"></a>GimpPathEditor</h3>
<a class="indexterm" name="id2642113"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
<a class="indexterm" name="id2639524"></a><pre class="programlisting">typedef struct _GimpPathEditor GimpPathEditor;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642129"></a><h3>
<a name="id2639541"></a><h3>
<a name="gimp-path-editor-new"></a>gimp_path_editor_new ()</h3>
<a class="indexterm" name="id2642141"></a><pre class="programlisting"><a
<a class="indexterm" name="id2639552"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_path_editor_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -218,9 +218,9 @@ href="../gtk/GtkFileChooser.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642255"></a><h3>
<a name="id2639667"></a><h3>
<a name="gimp-path-editor-get-path"></a>gimp_path_editor_get_path ()</h3>
<a class="indexterm" name="id2641731"></a><pre class="programlisting"><a
<a class="indexterm" name="id2639679"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_path_editor_get_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
<p>
@ -254,9 +254,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641813"></a><h3>
<a name="id2639761"></a><h3>
<a name="gimp-path-editor-set-path"></a>gimp_path_editor_set_path ()</h3>
<a class="indexterm" name="id2641824"></a><pre class="programlisting">void gimp_path_editor_set_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
<a class="indexterm" name="id2639773"></a><pre class="programlisting">void gimp_path_editor_set_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *path);</pre>
@ -286,9 +286,9 @@ href="../glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641903"></a><h3>
<a name="id2644613"></a><h3>
<a name="gimp-path-editor-get-writable-path"></a>gimp_path_editor_get_writable_path ()</h3>
<a class="indexterm" name="id2641915"></a><pre class="programlisting"><a
<a class="indexterm" name="id2644626"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_path_editor_get_writable_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
<p>
@ -314,9 +314,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641972"></a><h3>
<a name="id2644683"></a><h3>
<a name="gimp-path-editor-set-writable-path"></a>gimp_path_editor_set_writable_path ()</h3>
<a class="indexterm" name="id2637438"></a><pre class="programlisting">void gimp_path_editor_set_writable_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
<a class="indexterm" name="id2644696"></a><pre class="programlisting">void gimp_path_editor_set_writable_path (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *path);</pre>
@ -343,9 +343,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637504"></a><h3>
<a name="id2644764"></a><h3>
<a name="gimp-path-editor-get-dir-writable"></a>gimp_path_editor_get_dir_writable ()</h3>
<a class="indexterm" name="id2637518"></a><pre class="programlisting"><a
<a class="indexterm" name="id2644777"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_path_editor_get_dir_writable (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const <a
@ -379,9 +379,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637596"></a><h3>
<a name="id2644855"></a><h3>
<a name="gimp-path-editor-set-dir-writable"></a>gimp_path_editor_set_dir_writable ()</h3>
<a class="indexterm" name="id2637610"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
<a class="indexterm" name="id2644868"></a><pre class="programlisting">void gimp_path_editor_set_dir_writable (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *directory,
@ -416,11 +416,11 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2637700"></a><h2>Signal Details</h2>
<a name="id2644958"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2635288"></a><h3>
<a name="id2644969"></a><h3>
<a name="GimpPathEditor-path-changed"></a>The <code class="literal">"path-changed"</code> signal</h3>
<a class="indexterm" name="id2635302"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a class="indexterm" name="id2644983"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -440,9 +440,9 @@ or reorders an element of the search path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635361"></a><h3>
<a name="id2645042"></a><h3>
<a name="GimpPathEditor-writable-changed"></a>The <code class="literal">"writable-changed"</code> signal</h3>
<a class="indexterm" name="id2635377"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a class="indexterm" name="id2645058"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -463,7 +463,7 @@ is changed, either by the user clicking on it or by calling
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2635449"></a><h2>See Also</h2>
<a name="id2645129"></a><h2>See Also</h2>
<p>
<a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
</p>
@ -474,9 +474,9 @@ href="../glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2635477"></a><div class="refsect2" lang="en"><a name="id2635478"></a></div>
<a name="id2645158"></a><div class="refsect2" lang="en"><a name="id2645159"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2635480"></a></div>
<div class="refsect2" lang="en"><a name="id2645160"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPixmap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604805" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2612804" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2641986" class="shortcut">Description</a>
<a href="#id2636183" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2577386" class="shortcut">Object Hierarchy</a>
<a href="#id2527245" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2627498" class="shortcut">Implemented Interfaces</a>
<a href="#id2640980" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2627525" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2636158" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPickButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2604805"></a><span class="refentrytitle">GimpPickButton</span>
<a name="id2612804"></a><span class="refentrytitle">GimpPickButton</span>
</h2>
<p>GimpPickButton &#8212; Widget to pick a color from screen.</p>
</td>
@ -68,7 +68,7 @@ href="../gtk/GtkWidget.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577386"></a><h2>Object Hierarchy</h2>
<a name="id2527245"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -96,20 +96,20 @@ href="../gtk/GtkButton.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2627498"></a><h2>Implemented Interfaces</h2>
<a name="id2640980"></a><h2>Implemented Interfaces</h2>
<p>
GimpPickButton implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2627525"></a><h2>Signals</h2>
<a name="id2636158"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2641986"></a><h2>Description</h2>
<a name="id2636183"></a><h2>Description</h2>
<p>
<a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> is a specialized button. When clicked, it changes the
cursor to a color-picker pipette and allows the user to pick a color
@ -117,20 +117,20 @@ from any point on the screen.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642012"></a><h2>Details</h2>
<a name="id2636208"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642022"></a><h3>
<a name="id2636219"></a><h3>
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
<a class="indexterm" name="id2642034"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<a class="indexterm" name="id2636231"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642050"></a><h3>
<a name="id2636247"></a><h3>
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
<a class="indexterm" name="id2642062"></a><pre class="programlisting"><a
<a class="indexterm" name="id2636258"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_pick_button_new (void);</pre>
<p>
@ -149,11 +149,11 @@ Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton">
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2642319"></a><h2>Signal Details</h2>
<a name="id2636314"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2642330"></a><h3>
<a name="id2636325"></a><h3>
<a name="GimpPickButton-color-picked"></a>The <code class="literal">"color-picked"</code> signal</h3>
<a class="indexterm" name="id2642344"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
<a class="indexterm" name="id2636339"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> arg1,
@ -188,9 +188,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2637252"></a><div class="refsect2" lang="en"><a name="id2637253"></a></div>
<a name="id2636436"></a><div class="refsect2" lang="en"><a name="id2636438"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2637254"></a></div>
<div class="refsect2" lang="en"><a name="id2636439"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPreviewArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602787" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600429" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2637367" class="shortcut">Description</a>
<a href="#id2636512" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2637285" class="shortcut">Object Hierarchy</a>
<a href="#id2598244" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2637339" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2636485" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPixmap"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2602787"></a><span class="refentrytitle">GimpPixmap</span>
<a name="id2600429"></a><span class="refentrytitle">GimpPixmap</span>
</h2>
<p>GimpPixmap &#8212; Widget which creates a <a
href="../gtk/GtkPixmap.html"
@ -74,7 +74,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2637285"></a><h2>Object Hierarchy</h2>
<a name="id2598244"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -99,13 +99,13 @@ href="../gtk/GtkImage.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2637339"></a><h2>Implemented Interfaces</h2>
<a name="id2636485"></a><h2>Implemented Interfaces</h2>
<p>
GimpPixmap implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2637367"></a><h2>Description</h2>
<a name="id2636512"></a><h2>Description</h2>
<p>
Widget which creates a <a
href="../gtk/GtkPixmap.html"
@ -126,11 +126,11 @@ and cannot be cached in memory without doing bad hacks.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2637711"></a><h2>Details</h2>
<a name="id2636569"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2637721"></a><h3>
<a name="id2636580"></a><h3>
<a name="GimpPixmap-struct"></a>GimpPixmap</h3>
<a class="indexterm" name="id2637734"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
<a class="indexterm" name="id2636592"></a><pre class="programlisting">typedef struct _GimpPixmap GimpPixmap;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GimpPixmap</code> is deprecated and should not be used in newly-written code.</p>
@ -141,9 +141,9 @@ and cannot be cached in memory without doing bad hacks.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637762"></a><h3>
<a name="id2636620"></a><h3>
<a name="gimp-pixmap-new"></a>gimp_pixmap_new ()</h3>
<a class="indexterm" name="id2637776"></a><pre class="programlisting"><a
<a class="indexterm" name="id2636635"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_pixmap_new (<a
href="../glib/glib-Basic-Types.html#gchar"
@ -175,9 +175,9 @@ Creates a new <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span cl
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637864"></a><h3>
<a name="id2636723"></a><h3>
<a name="gimp-pixmap-set"></a>gimp_pixmap_set ()</h3>
<a class="indexterm" name="id2637879"></a><pre class="programlisting">void gimp_pixmap_set (<a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
<a class="indexterm" name="id2643588"></a><pre class="programlisting">void gimp_pixmap_set (<a class="link" href="GimpPixmap.html" title="GimpPixmap">GimpPixmap</a> *pixmap,
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> **xpm_data);</pre>
@ -208,7 +208,7 @@ Sets a new image for an existing <a class="link" href="GimpPixmap.html" title="G
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2637973"></a><h2>See Also</h2>
<a name="id2643682"></a><h2>See Also</h2>
<p>
<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new"><code class="function">gimp_pixmap_button_new()</code></a>
</p>
@ -219,9 +219,9 @@ href="../gtk/GtkPixmap.html"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2635556"></a><div class="refsect2" lang="en"><a name="id2635558"></a></div>
<a name="id2643712"></a><div class="refsect2" lang="en"><a name="id2643713"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2635559"></a></div>
<div class="refsect2" lang="en"><a name="id2643714"></a></div>
</div>
</div>
</body>

View File

@ -33,26 +33,26 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpScrolledPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2609368" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2622758" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2647440" class="shortcut">Description</a>
<a href="#id2640391" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2636329" class="shortcut">Object Hierarchy</a>
<a href="#id2640212" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2636396" class="shortcut">Implemented Interfaces</a>
<a href="#id2640279" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2636424" class="shortcut">Properties</a>
<a href="#id2640307" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2636454" class="shortcut">Style Properties</a>
<a href="#id2640337" class="shortcut">Style Properties</a>
&#160;|&#160;
<a href="#id2636483" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2640366" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2609368"></a><span class="refentrytitle">GimpPreview</span>
<a name="id2622758"></a><span class="refentrytitle">GimpPreview</span>
</h2>
<p>GimpPreview &#8212; A widget providing a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the preview.</p>
</td>
@ -148,7 +148,7 @@ href="../gtk/GtkWidget.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636329"></a><h2>Object Hierarchy</h2>
<a name="id2640212"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -177,13 +177,13 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636396"></a><h2>Implemented Interfaces</h2>
<a name="id2640279"></a><h2>Implemented Interfaces</h2>
<p>
GimpPreview implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2636424"></a><h2>Properties</h2>
<a name="id2640307"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpPreview.html#GimpPreview--update">update</a>" <a
@ -192,7 +192,7 @@ href="../glib/glib-Basic-Types.html#gboolean"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636454"></a><h2>Style Properties</h2>
<a name="id2640337"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpPreview.html#GimpPreview--size">size</a>" <a
@ -201,33 +201,33 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2636483"></a><h2>Signals</h2>
<a name="id2640366"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpPreview.html#GimpPreview-invalidated">invalidated</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2647440"></a><h2>Description</h2>
<a name="id2640391"></a><h2>Description</h2>
<p>
A widget providing a <a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea"><span class="type">GimpPreviewArea</span></a> plus framework to update the preview.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2647462"></a><h2>Details</h2>
<a name="id2640414"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2647473"></a><h3>
<a name="id2640424"></a><h3>
<a name="GimpPreview-struct"></a>GimpPreview</h3>
<a class="indexterm" name="id2647486"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
<a class="indexterm" name="id2640437"></a><pre class="programlisting">typedef struct _GimpPreview GimpPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647501"></a><h3>
<a name="id2640453"></a><h3>
<a name="gimp-preview-get-update"></a>gimp_preview_get_update ()</h3>
<a class="indexterm" name="id2647514"></a><pre class="programlisting"><a
<a class="indexterm" name="id2649700"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_preview_get_update (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
@ -256,9 +256,9 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647588"></a><h3>
<a name="id2649775"></a><h3>
<a name="gimp-preview-set-update"></a>gimp_preview_set_update ()</h3>
<a class="indexterm" name="id2647602"></a><pre class="programlisting">void gimp_preview_set_update (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2649788"></a><pre class="programlisting">void gimp_preview_set_update (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> update);</pre>
@ -290,9 +290,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647707"></a><h3>
<a name="id2649894"></a><h3>
<a name="gimp-preview-set-bounds"></a>gimp_preview_set_bounds ()</h3>
<a class="indexterm" name="id2647720"></a><pre class="programlisting">void gimp_preview_set_bounds (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2649907"></a><pre class="programlisting">void gimp_preview_set_bounds (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> xmin,
@ -347,9 +347,9 @@ maximum size of the <a class="link" href="GimpPreviewArea.html" title="GimpPrevi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650644"></a><h3>
<a name="id2650071"></a><h3>
<a name="gimp-preview-get-size"></a>gimp_preview_get_size ()</h3>
<a class="indexterm" name="id2650656"></a><pre class="programlisting">void gimp_preview_get_size (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2650085"></a><pre class="programlisting">void gimp_preview_get_size (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *width,
@ -386,9 +386,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650761"></a><h3>
<a name="id2650192"></a><h3>
<a name="gimp-preview-get-position"></a>gimp_preview_get_position ()</h3>
<a class="indexterm" name="id2650775"></a><pre class="programlisting">void gimp_preview_get_position (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2650206"></a><pre class="programlisting">void gimp_preview_get_position (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *x,
@ -425,9 +425,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650882"></a><h3>
<a name="id2650314"></a><h3>
<a name="gimp-preview-transform"></a>gimp_preview_transform ()</h3>
<a class="indexterm" name="id2650896"></a><pre class="programlisting">void gimp_preview_transform (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2650327"></a><pre class="programlisting">void gimp_preview_transform (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> src_x,
@ -480,9 +480,9 @@ Transforms from image to widget coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651048"></a><h3>
<a name="id2650479"></a><h3>
<a name="gimp-preview-untransform"></a>gimp_preview_untransform ()</h3>
<a class="indexterm" name="id2651061"></a><pre class="programlisting">void gimp_preview_untransform (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2650493"></a><pre class="programlisting">void gimp_preview_untransform (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> src_x,
@ -535,9 +535,9 @@ Transforms from widget to image coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651186"></a><h3>
<a name="id2650645"></a><h3>
<a name="gimp-preview-get-area"></a>gimp_preview_get_area ()</h3>
<a class="indexterm" name="id2651198"></a><pre class="programlisting"><a
<a class="indexterm" name="id2650658"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_preview_get_area (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
@ -569,9 +569,9 @@ such cases, use <a class="link" href="GimpPreview.html#gimp-preview-get-area"><c
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651298"></a><h3>
<a name="id2650771"></a><h3>
<a name="gimp-preview-draw"></a>gimp_preview_draw ()</h3>
<a class="indexterm" name="id2651311"></a><pre class="programlisting">void gimp_preview_draw (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2650785"></a><pre class="programlisting">void gimp_preview_draw (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
Calls the GimpPreview::draw method. GimpPreview itself doesn't
implement a default draw method so the behaviour is determined by
@ -598,9 +598,9 @@ original, unmodified drawable to the <em class="parameter"><code>preview</code><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651394"></a><h3>
<a name="id2650879"></a><h3>
<a name="gimp-preview-draw-buffer"></a>gimp_preview_draw_buffer ()</h3>
<a class="indexterm" name="id2651407"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2650893"></a><pre class="programlisting">void gimp_preview_draw_buffer (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
const <a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *buffer,
@ -639,9 +639,9 @@ derived class implementing this method.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651510"></a><h3>
<a name="id2651009"></a><h3>
<a name="gimp-preview-invalidate"></a>gimp_preview_invalidate ()</h3>
<a class="indexterm" name="id2651523"></a><pre class="programlisting">void gimp_preview_invalidate (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<a class="indexterm" name="id2651022"></a><pre class="programlisting">void gimp_preview_invalidate (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
This function starts or renews a short low-priority timeout. When
the timeout expires, the GimpPreview::invalidated signal is emitted
@ -670,9 +670,9 @@ itself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651602"></a><h3>
<a name="id2651110"></a><h3>
<a name="gimp-preview-set-default-cursor"></a>gimp_preview_set_default_cursor ()</h3>
<a class="indexterm" name="id2651615"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a class="indexterm" name="id2651124"></a><pre class="programlisting">void gimp_preview_set_default_cursor (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview,
<a
href="../gdk/gdk-Cursors.html#GdkCursor"
>GdkCursor</a> *cursor);</pre>
@ -711,9 +711,9 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651725"></a><h3>
<a name="id2651246"></a><h3>
<a name="gimp-preview-get-controls"></a>gimp_preview_get_controls ()</h3>
<a class="indexterm" name="id2651738"></a><pre class="programlisting"><a
<a class="indexterm" name="id2651259"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_preview_get_controls (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *preview);</pre>
<p>
@ -748,11 +748,11 @@ href="../gtk/GtkHBox.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2651821"></a><h2>Property Details</h2>
<a name="id2651351"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2651830"></a><h3>
<a name="id2651361"></a><h3>
<a name="GimpPreview--update"></a>The <code class="literal">"update"</code> property</h3>
<a class="indexterm" name="id2651843"></a><pre class="programlisting"> "update" <a
<a class="indexterm" name="id2651376"></a><pre class="programlisting"> "update" <a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> : Read / Write / Construct</pre>
<p></p>
@ -760,11 +760,11 @@ href="../glib/glib-Basic-Types.html#gboolean"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2651866"></a><h2>Style Property Details</h2>
<a name="id2651402"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2651876"></a><h3>
<a name="id2651412"></a><h3>
<a name="GimpPreview--size"></a>The <code class="literal">"size"</code> style property</h3>
<a class="indexterm" name="id2651889"></a><pre class="programlisting"> "size" <a
<a class="indexterm" name="id2651427"></a><pre class="programlisting"> "size" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read</pre>
<p></p>
@ -773,11 +773,11 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2651915"></a><h2>Signal Details</h2>
<a name="id2651455"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2651924"></a><h3>
<a name="id2651466"></a><h3>
<a name="GimpPreview-invalidated"></a>The <code class="literal">"invalidated"</code> signal</h3>
<a class="indexterm" name="id2651937"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
<a class="indexterm" name="id2651480"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a> *gimppreview,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -802,9 +802,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2652000"></a><div class="refsect2" lang="en"><a name="id2652001"></a></div>
<a name="id2651550"></a><div class="refsect2" lang="en"><a name="id2651551"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2652002"></a></div>
<div class="refsect2" lang="en"><a name="id2651552"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2642419" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584841" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2641193" class="shortcut">Description</a>
<a href="#id2644399" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2641075" class="shortcut">Object Hierarchy</a>
<a href="#id2644281" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2641124" class="shortcut">Implemented Interfaces</a>
<a href="#id2644330" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2641151" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2644357" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPreviewArea"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2642419"></a><span class="refentrytitle">GimpPreviewArea</span>
<a name="id2584841"></a><span class="refentrytitle">GimpPreviewArea</span>
</h2>
<p>GimpPreviewArea &#8212; A general purpose preview widget which caches its pixel data.</p>
</td>
@ -202,7 +202,7 @@ href="../gdk/gdk-Event-Structures.html#GdkEventButton"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2641075"></a><h2>Object Hierarchy</h2>
<a name="id2644281"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -224,13 +224,13 @@ href="../gtk/GtkDrawingArea.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2641124"></a><h2>Implemented Interfaces</h2>
<a name="id2644330"></a><h2>Implemented Interfaces</h2>
<p>
GimpPreviewArea implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2641151"></a><h2>Properties</h2>
<a name="id2644357"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpPreviewArea.html#GimpPreviewArea--check-size">check-size</a>" <a
@ -242,26 +242,26 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2641193"></a><h2>Description</h2>
<a name="id2644399"></a><h2>Description</h2>
<p>
A general purpose preview widget which caches its pixel data.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2641210"></a><h2>Details</h2>
<a name="id2644416"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2641221"></a><h3>
<a name="id2644427"></a><h3>
<a name="GimpPreviewArea-struct"></a>GimpPreviewArea</h3>
<a class="indexterm" name="id2641232"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
<a class="indexterm" name="id2644438"></a><pre class="programlisting">typedef struct _GimpPreviewArea GimpPreviewArea;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641249"></a><h3>
<a name="id2646667"></a><h3>
<a name="gimp-preview-area-new"></a>gimp_preview_area_new ()</h3>
<a class="indexterm" name="id2641260"></a><pre class="programlisting"><a
<a class="indexterm" name="id2646678"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_preview_area_new (void);</pre>
<p>
@ -282,9 +282,9 @@ Since GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641314"></a><h3>
<a name="id2646733"></a><h3>
<a name="gimp-preview-area-draw"></a>gimp_preview_area_draw ()</h3>
<a class="indexterm" name="id2641325"></a><pre class="programlisting">void gimp_preview_area_draw (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2646744"></a><pre class="programlisting">void gimp_preview_area_draw (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -366,9 +366,9 @@ href="../glib/glib-Basic-Types.html#guchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647962"></a><h3>
<a name="id2646993"></a><h3>
<a name="gimp-preview-area-fill"></a>gimp_preview_area_fill ()</h3>
<a class="indexterm" name="id2647972"></a><pre class="programlisting">void gimp_preview_area_fill (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2647005"></a><pre class="programlisting">void gimp_preview_area_fill (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -447,9 +447,9 @@ Since GIMP 2.2</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648183"></a><h3>
<a name="id2647221"></a><h3>
<a name="gimp-preview-area-blend"></a>gimp_preview_area_blend ()</h3>
<a class="indexterm" name="id2648194"></a><pre class="programlisting">void gimp_preview_area_blend (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2647233"></a><pre class="programlisting">void gimp_preview_area_blend (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -560,9 +560,9 @@ href="../glib/glib-Basic-Types.html#guchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648541"></a><h3>
<a name="id2647580"></a><h3>
<a name="gimp-preview-area-mask"></a>gimp_preview_area_mask ()</h3>
<a class="indexterm" name="id2648552"></a><pre class="programlisting">void gimp_preview_area_mask (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2647591"></a><pre class="programlisting">void gimp_preview_area_mask (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -684,9 +684,9 @@ href="../glib/glib-Basic-Types.html#guchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648908"></a><h3>
<a name="id2647968"></a><h3>
<a name="gimp-preview-area-set-offsets"></a>gimp_preview_area_set_offsets ()</h3>
<a class="indexterm" name="id2648921"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2647983"></a><pre class="programlisting">void gimp_preview_area_set_offsets (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -724,9 +724,9 @@ when drawing the checkerboard and to determine the dither offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649019"></a><h3>
<a name="id2648092"></a><h3>
<a name="gimp-preview-area-set-colormap"></a>gimp_preview_area_set_colormap ()</h3>
<a class="indexterm" name="id2649031"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2648105"></a><pre class="programlisting">void gimp_preview_area_set_colormap (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
const <a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *colormap,
@ -768,9 +768,9 @@ href="../glib/glib-Basic-Types.html#guchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649164"></a><h3>
<a name="id2648252"></a><h3>
<a name="gimp-preview-area-set-max-size"></a>gimp_preview_area_set_max_size ()</h3>
<a class="indexterm" name="id2649178"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2648267"></a><pre class="programlisting">void gimp_preview_area_set_max_size (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> width,
@ -810,9 +810,9 @@ preview will draw itself centered into the allocated area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649286"></a><h3>
<a name="id2648387"></a><h3>
<a name="gimp-preview-area-menu-popup"></a>gimp_preview_area_menu_popup ()</h3>
<a class="indexterm" name="id2649300"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a class="indexterm" name="id2648402"></a><pre class="programlisting">void gimp_preview_area_menu_popup (<a class="link" href="GimpPreviewArea.html" title="GimpPreviewArea">GimpPreviewArea</a> *area,
<a
href="../gdk/gdk-Event-Structures.html#GdkEventButton"
>GdkEventButton</a> *event);</pre>
@ -844,11 +844,11 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2649394"></a><h2>Property Details</h2>
<a name="id2648508"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2649403"></a><h3>
<a name="id2648519"></a><h3>
<a name="GimpPreviewArea--check-size"></a>The <code class="literal">"check-size"</code> property</h3>
<a class="indexterm" name="id2649416"></a><pre class="programlisting"> "check-size" <a
<a class="indexterm" name="id2648533"></a><pre class="programlisting"> "check-size" <a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
>GimpCheckSize</a> : Read / Write</pre>
<p></p>
@ -856,9 +856,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649438"></a><h3>
<a name="id2648557"></a><h3>
<a name="GimpPreviewArea--check-type"></a>The <code class="literal">"check-type"</code> property</h3>
<a class="indexterm" name="id2649451"></a><pre class="programlisting"> "check-type" <a
<a class="indexterm" name="id2648571"></a><pre class="programlisting"> "check-type" <a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
>GimpCheckType</a> : Read / Write</pre>
<p></p>
@ -866,9 +866,9 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2649474"></a><div class="refsect2" lang="en"><a name="id2649476"></a></div>
<a name="id2648597"></a><div class="refsect2" lang="en"><a name="id2648598"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2649477"></a></div>
<div class="refsect2" lang="en"><a name="id2648599"></a></div>
</div>
</div>
</body>

View File

@ -33,20 +33,20 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpSizeEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592352" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2644537" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2647286" class="shortcut">Description</a>
<a href="#id2640605" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2644818" class="shortcut">Object Hierarchy</a>
<a href="#id2640510" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2647259" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
<a href="#id2640578" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpScrolledPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2592352"></a><span class="refentrytitle">GimpScrolledPreview</span>
<a name="id2644537"></a><span class="refentrytitle">GimpScrolledPreview</span>
</h2>
<p>GimpScrolledPreview &#8212; A widget providing a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p>
</td>
@ -79,7 +79,7 @@ void <a class="link" href="GimpScrolledPreview.html#gimp-scrolled
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644818"></a><h2>Object Hierarchy</h2>
<a name="id2640510"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -108,32 +108,32 @@ href="../gtk/GtkVBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2647259"></a><h2>Implemented Interfaces</h2>
<a name="id2640578"></a><h2>Implemented Interfaces</h2>
<p>
GimpScrolledPreview implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2647286"></a><h2>Description</h2>
<a name="id2640605"></a><h2>Description</h2>
<p>
A widget providing a <a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2647309"></a><h2>Details</h2>
<a name="id2640627"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2647320"></a><h3>
<a name="id2640638"></a><h3>
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
<a class="indexterm" name="id2647331"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<a class="indexterm" name="id2640650"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647348"></a><h3>
<a name="id2640666"></a><h3>
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
<a class="indexterm" name="id2647361"></a><pre class="programlisting">void gimp_scrolled_preview_set_position (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
<a class="indexterm" name="id2640680"></a><pre class="programlisting">void gimp_scrolled_preview_set_position (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
@ -170,9 +170,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644992"></a><h3>
<a name="id2646361"></a><h3>
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
<a class="indexterm" name="id2645006"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
<a class="indexterm" name="id2646374"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
<a
href="../gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
>GtkPolicyType</a> hscrollbar_policy,
@ -209,9 +209,9 @@ href="../gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645113"></a><h3>
<a name="id2646481"></a><h3>
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
<a class="indexterm" name="id2645128"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2646495"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.
@ -235,9 +235,9 @@ This function should only be used to implement widgets derived from
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646951"></a><h3>
<a name="id2646579"></a><h3>
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
<a class="indexterm" name="id2646965"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<a class="indexterm" name="id2646593"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
<p>
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
response to scroll events.
@ -261,9 +261,9 @@ This function should only be used to implement widgets derived from
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2647051"></a><div class="refsect2" lang="en"><a name="id2647052"></a></div>
<a name="id2645937"></a><div class="refsect2" lang="en"><a name="id2645938"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2647053"></a></div>
<div class="refsect2" lang="en"><a name="id2645939"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpStringComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581012" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2612166" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2635940" class="shortcut">Description</a>
<a href="#id2653047" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2635819" class="shortcut">Object Hierarchy</a>
<a href="#id2646231" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2635874" class="shortcut">Implemented Interfaces</a>
<a href="#id2652980" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2635902" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2653008" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpSizeEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581012"></a><span class="refentrytitle">GimpSizeEntry</span>
<a name="id2612166"></a><span class="refentrytitle">GimpSizeEntry</span>
</h2>
<p>GimpSizeEntry &#8212; Widget for entering pixel values and resolutions.</p>
</td>
@ -215,7 +215,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2635819"></a><h2>Object Hierarchy</h2>
<a name="id2646231"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -240,13 +240,13 @@ href="../gtk/GtkTable.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2635874"></a><h2>Implemented Interfaces</h2>
<a name="id2652980"></a><h2>Implemented Interfaces</h2>
<p>
GimpSizeEntry implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2635902"></a><h2>Signals</h2>
<a name="id2653008"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpSizeEntry.html#GimpSizeEntry-refval-changed">refval-changed</a>" : Run First
@ -255,7 +255,7 @@ GimpSizeEntry implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2635940"></a><h2>Description</h2>
<a name="id2653047"></a><h2>Description</h2>
<p>
This widget is used to enter pixel distances/sizes and resolutions.
</p>
@ -293,29 +293,29 @@ real-world-unit.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2656129"></a><h2>Details</h2>
<a name="id2653168"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2656138"></a><h3>
<a name="id2653178"></a><h3>
<a name="GimpSizeEntry-struct"></a>GimpSizeEntry</h3>
<a class="indexterm" name="id2656149"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
<a class="indexterm" name="id2653190"></a><pre class="programlisting">typedef struct _GimpSizeEntry GimpSizeEntry;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656163"></a><h3>
<a name="id2653206"></a><h3>
<a name="GimpSizeEntryField"></a>GimpSizeEntryField</h3>
<a class="indexterm" name="id2656174"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
<a class="indexterm" name="id2653219"></a><pre class="programlisting">typedef struct _GimpSizeEntryField GimpSizeEntryField;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656188"></a><h3>
<a name="id2653235"></a><h3>
<a name="GimpSizeEntryUpdatePolicy"></a>enum GimpSizeEntryUpdatePolicy</h3>
<a class="indexterm" name="id2656199"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2653247"></a><pre class="programlisting">typedef enum
{
GIMP_SIZE_ENTRY_UPDATE_NONE = 0,
GIMP_SIZE_ENTRY_UPDATE_SIZE = 1,
@ -328,9 +328,9 @@ real-world-unit.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656215"></a><h3>
<a name="id2653265"></a><h3>
<a name="gimp-size-entry-new"></a>gimp_size_entry_new ()</h3>
<a class="indexterm" name="id2656226"></a><pre class="programlisting"><a
<a class="indexterm" name="id2653278"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_size_entry_new (<a
href="../glib/glib-Basic-Types.html#gint"
@ -463,9 +463,9 @@ href="../gtk/GtkSpinButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656661"></a><h3>
<a name="id2653715"></a><h3>
<a name="gimp-size-entry-add-field"></a>gimp_size_entry_add_field ()</h3>
<a class="indexterm" name="id2656673"></a><pre class="programlisting">void gimp_size_entry_add_field (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2653727"></a><pre class="programlisting">void gimp_size_entry_add_field (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../gtk/GtkSpinButton.html"
>GtkSpinButton</a> *value_spinbutton,
@ -512,9 +512,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656835"></a><h3>
<a name="id2653889"></a><h3>
<a name="gimp-size-entry-attach-label"></a>gimp_size_entry_attach_label ()</h3>
<a class="indexterm" name="id2656848"></a><pre class="programlisting"><a
<a class="indexterm" name="id2653902"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_size_entry_attach_label (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
const <a
@ -578,9 +578,9 @@ href="../gtk/GtkLabel.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657026"></a><h3>
<a name="id2654080"></a><h3>
<a name="gimp-size-entry-set-resolution"></a>gimp_size_entry_set_resolution ()</h3>
<a class="indexterm" name="id2657039"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2654093"></a><pre class="programlisting">void gimp_size_entry_set_resolution (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> field,
@ -640,9 +640,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657259"></a><h3>
<a name="id2654313"></a><h3>
<a name="gimp-size-entry-set-size"></a>gimp_size_entry_set_size ()</h3>
<a class="indexterm" name="id2657270"></a><pre class="programlisting">void gimp_size_entry_set_size (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2654324"></a><pre class="programlisting">void gimp_size_entry_set_size (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> field,
@ -697,9 +697,9 @@ This function does nothing if the <a class="link" href="GimpSizeEntry.html#GimpS
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657466"></a><h3>
<a name="id2654520"></a><h3>
<a name="gimp-size-entry-set-value-boundaries"></a>gimp_size_entry_set_value_boundaries ()</h3>
<a class="indexterm" name="id2657479"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
<a class="indexterm" name="id2654533"></a><pre class="programlisting">void gimp_size_entry_set_value_boundaries
(<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
@ -755,9 +755,9 @@ NOTE: In most cases you won't be interested in this function because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657666"></a><h3>
<a name="id2654720"></a><h3>
<a name="gimp-size-entry-get-value"></a>gimp_size_entry_get_value ()</h3>
<a class="indexterm" name="id2657677"></a><pre class="programlisting"><a
<a class="indexterm" name="id2654732"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_size_entry_get_value (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
@ -803,9 +803,9 @@ NOTE: In most cases you won't be interested in this value because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657835"></a><h3>
<a name="id2654889"></a><h3>
<a name="gimp-size-entry-set-value"></a>gimp_size_entry_set_value ()</h3>
<a class="indexterm" name="id2657847"></a><pre class="programlisting">void gimp_size_entry_set_value (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2654901"></a><pre class="programlisting">void gimp_size_entry_set_value (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> field,
@ -852,9 +852,9 @@ NOTE: In most cases you won't be interested in this value because the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2657986"></a><h3>
<a name="id2658278"></a><h3>
<a name="gimp-size-entry-set-refval-boundaries"></a>gimp_size_entry_set_refval_boundaries ()</h3>
<a class="indexterm" name="id2657999"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
<a class="indexterm" name="id2658291"></a><pre class="programlisting">void gimp_size_entry_set_refval_boundaries
(<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
@ -904,9 +904,9 @@ The current reference value of the <em class="parameter"><code>field</code></em>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658146"></a><h3>
<a name="id2658438"></a><h3>
<a name="gimp-size-entry-set-refval-digits"></a>gimp_size_entry_set_refval_digits ()</h3>
<a class="indexterm" name="id2658159"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2658451"></a><pre class="programlisting">void gimp_size_entry_set_refval_digits (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> field,
@ -950,9 +950,9 @@ href="../gtk/GtkSpinButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658293"></a><h3>
<a name="id2658585"></a><h3>
<a name="gimp-size-entry-get-refval"></a>gimp_size_entry_get_refval ()</h3>
<a class="indexterm" name="id2658304"></a><pre class="programlisting"><a
<a class="indexterm" name="id2658596"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_size_entry_get_refval (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
@ -991,9 +991,9 @@ in dpi, depending on which <a class="link" href="GimpSizeEntry.html#GimpSizeEntr
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658416"></a><h3>
<a name="id2658708"></a><h3>
<a name="gimp-size-entry-set-refval"></a>gimp_size_entry_set_refval ()</h3>
<a class="indexterm" name="id2658427"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2658719"></a><pre class="programlisting">void gimp_size_entry_set_refval (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> field,
@ -1033,9 +1033,9 @@ depending on which <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdateP
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658554"></a><h3>
<a name="id2658846"></a><h3>
<a name="gimp-size-entry-get-unit"></a>gimp_size_entry_get_unit ()</h3>
<a class="indexterm" name="id2658565"></a><pre class="programlisting"><a
<a class="indexterm" name="id2658857"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_size_entry_get_unit (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<p>
@ -1064,9 +1064,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658639"></a><h3>
<a name="id2658930"></a><h3>
<a name="gimp-size-entry-set-unit"></a>gimp_size_entry_set_unit ()</h3>
<a class="indexterm" name="id2658649"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2658941"></a><pre class="programlisting">void gimp_size_entry_set_unit (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -1096,9 +1096,9 @@ according to which <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdateP
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658736"></a><h3>
<a name="id2659028"></a><h3>
<a name="gimp-size-entry-set-pixel-digits"></a>gimp_size_entry_set_pixel_digits ()</h3>
<a class="indexterm" name="id2658749"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2659040"></a><pre class="programlisting">void gimp_size_entry_set_pixel_digits (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> digits);</pre>
@ -1126,9 +1126,9 @@ you set up a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><sp
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658837"></a><h3>
<a name="id2659129"></a><h3>
<a name="gimp-size-entry-show-unit-menu"></a>gimp_size_entry_show_unit_menu ()</h3>
<a class="indexterm" name="id2658851"></a><pre class="programlisting">void gimp_size_entry_show_unit_menu (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a class="indexterm" name="id2659143"></a><pre class="programlisting">void gimp_size_entry_show_unit_menu (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show);</pre>
@ -1160,9 +1160,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2658941"></a><h3>
<a name="id2659233"></a><h3>
<a name="gimp-size-entry-grab-focus"></a>gimp_size_entry_grab_focus ()</h3>
<a class="indexterm" name="id2658952"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<a class="indexterm" name="id2659244"></a><pre class="programlisting">void gimp_size_entry_grab_focus (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse);</pre>
<p>
This function is rather ugly and just a workaround for the fact that
it's impossible to implement <a
@ -1184,9 +1184,9 @@ href="../gtk/GtkTable.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659014"></a><h3>
<a name="id2659305"></a><h3>
<a name="gimp-size-entry-set-activates-default"></a>gimp_size_entry_set_activates_default ()</h3>
<a class="indexterm" name="id2659028"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
<a class="indexterm" name="id2659320"></a><pre class="programlisting">void gimp_size_entry_set_activates_default
(<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -1221,9 +1221,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659131"></a><h3>
<a name="id2659423"></a><h3>
<a name="gimp-size-entry-get-help-widget"></a>gimp_size_entry_get_help_widget ()</h3>
<a class="indexterm" name="id2659144"></a><pre class="programlisting"><a
<a class="indexterm" name="id2659436"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_size_entry_get_help_widget (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gse,
<a
@ -1261,11 +1261,11 @@ href="../gtk/GtkWidget.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2659250"></a><h2>Signal Details</h2>
<a name="id2659542"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2659259"></a><h3>
<a name="id2659551"></a><h3>
<a name="GimpSizeEntry-refval-changed"></a>The <code class="literal">"refval-changed"</code> signal</h3>
<a class="indexterm" name="id2659274"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2659566"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -1290,9 +1290,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659335"></a><h3>
<a name="id2659627"></a><h3>
<a name="GimpSizeEntry-unit-changed"></a>The <code class="literal">"unit-changed"</code> signal</h3>
<a class="indexterm" name="id2659348"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2659640"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -1317,9 +1317,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659410"></a><h3>
<a name="id2659701"></a><h3>
<a name="GimpSizeEntry-value-changed"></a>The <code class="literal">"value-changed"</code> signal</h3>
<a class="indexterm" name="id2659422"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a class="indexterm" name="id2659714"></a><pre class="programlisting">void user_function (<a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry">GimpSizeEntry</a> *gimpsizeentry,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -1344,7 +1344,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2659486"></a><h2>See Also</h2>
<a name="id2659778"></a><h2>See Also</h2>
<p>
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -1358,9 +1358,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2659523"></a><div class="refsect2" lang="en"><a name="id2659524"></a></div>
<a name="id2659815"></a><div class="refsect2" lang="en"><a name="id2659816"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2659525"></a></div>
<div class="refsect2" lang="en"><a name="id2659817"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpUnitMenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584795" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598240" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2650385" class="shortcut">Description</a>
<a href="#id2649180" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2655310" class="shortcut">Object Hierarchy</a>
<a href="#id2648801" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2655371" class="shortcut">Implemented Interfaces</a>
<a href="#id2648862" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2650329" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2648902" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpStringComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2584795"></a><span class="refentrytitle">GimpStringComboBox</span>
<a name="id2598240"></a><span class="refentrytitle">GimpStringComboBox</span>
</h2>
<p>GimpStringComboBox</p>
</td>
@ -85,7 +85,7 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655310"></a><h2>Object Hierarchy</h2>
<a name="id2648801"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -113,7 +113,7 @@ href="../gtk/GtkComboBox.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655371"></a><h2>Implemented Interfaces</h2>
<a name="id2648862"></a><h2>Implemented Interfaces</h2>
<p>
GimpStringComboBox implements
AtkImplementorIface, GtkBuildable, <a
@ -123,7 +123,7 @@ href="../gtk/GtkCellLayout.html"
>GtkCellLayout</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650329"></a><h2>Properties</h2>
<a name="id2648902"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpStringComboBox.html#GimpStringComboBox--ellipsize">ellipsize</a>" <a
@ -138,26 +138,26 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2650385"></a><h2>Description</h2>
<a name="id2649180"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650401"></a><h2>Details</h2>
<a name="id2649196"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2650411"></a><h3>
<a name="id2649207"></a><h3>
<a name="GimpStringComboBox-struct"></a>GimpStringComboBox</h3>
<a class="indexterm" name="id2650423"></a><pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre>
<a class="indexterm" name="id2649219"></a><pre class="programlisting">typedef struct _GimpStringComboBox GimpStringComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650440"></a><h3>
<a name="id2649235"></a><h3>
<a name="gimp-string-combo-box-new"></a>gimp_string_combo_box_new ()</h3>
<a class="indexterm" name="id2650453"></a><pre class="programlisting"><a
<a class="indexterm" name="id2649249"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_string_combo_box_new (<a
href="../gtk/GtkTreeModel.html"
@ -204,9 +204,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656045"></a><h3>
<a name="id2655078"></a><h3>
<a name="gimp-string-combo-box-set-active"></a>gimp_string_combo_box_set_active ()</h3>
<a class="indexterm" name="id2656058"></a><pre class="programlisting"><a
<a class="indexterm" name="id2655091"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_string_combo_box_set_active (<a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box,
const <a
@ -249,9 +249,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652335"></a><h3>
<a name="id2655220"></a><h3>
<a name="gimp-string-combo-box-get-active"></a>gimp_string_combo_box_get_active ()</h3>
<a class="indexterm" name="id2652348"></a><pre class="programlisting"><a
<a class="indexterm" name="id2649414"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_string_combo_box_get_active (<a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox">GimpStringComboBox</a> *combo_box);</pre>
<p>
@ -282,11 +282,11 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2652440"></a><h2>Property Details</h2>
<a name="id2649506"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2652451"></a><h3>
<a name="id2649517"></a><h3>
<a name="GimpStringComboBox--ellipsize"></a>The <code class="literal">"ellipsize"</code> property</h3>
<a class="indexterm" name="id2652466"></a><pre class="programlisting"> "ellipsize" <a
<a class="indexterm" name="id2649533"></a><pre class="programlisting"> "ellipsize" <a
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
>PangoEllipsizeMode</a> : Read / Write</pre>
<p>
@ -302,9 +302,9 @@ entire string.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652504"></a><h3>
<a name="id2649571"></a><h3>
<a name="GimpStringComboBox--id-column"></a>The <code class="literal">"id-column"</code> property</h3>
<a class="indexterm" name="id2650042"></a><pre class="programlisting"> "id-column" <a
<a class="indexterm" name="id2649587"></a><pre class="programlisting"> "id-column" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read / Write / Construct Only</pre>
<p>
@ -320,9 +320,9 @@ be used as labels in the combo-box.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650083"></a><h3>
<a name="id2649628"></a><h3>
<a name="GimpStringComboBox--label-column"></a>The <code class="literal">"label-column"</code> property</h3>
<a class="indexterm" name="id2650099"></a><pre class="programlisting"> "label-column" <a
<a class="indexterm" name="id2649644"></a><pre class="programlisting"> "label-column" <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> : Read / Write / Construct Only</pre>
<p></p>
@ -331,9 +331,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2650129"></a><div class="refsect2" lang="en"><a name="id2650130"></a></div>
<a name="id2649674"></a><div class="refsect2" lang="en"><a name="id2649675"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2650131"></a></div>
<div class="refsect2" lang="en"><a name="id2649676"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpZoomModel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2605626" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527403" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2650223" class="shortcut">Description</a>
<a href="#id2651896" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2654557" class="shortcut">Object Hierarchy</a>
<a href="#id2652776" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2650170" class="shortcut">Implemented Interfaces</a>
<a href="#id2652843" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2650198" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2652871" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpUnitMenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2605626"></a><span class="refentrytitle">GimpUnitMenu</span>
<a name="id2527403"></a><span class="refentrytitle">GimpUnitMenu</span>
</h2>
<p>GimpUnitMenu &#8212; Widget for selecting a <a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -98,7 +98,7 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2654557"></a><h2>Object Hierarchy</h2>
<a name="id2652776"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -129,20 +129,20 @@ href="../gtk/GtkOptionMenu.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2650170"></a><h2>Implemented Interfaces</h2>
<a name="id2652843"></a><h2>Implemented Interfaces</h2>
<p>
GimpUnitMenu implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650198"></a><h2>Signals</h2>
<a name="id2652871"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpUnitMenu.html#GimpUnitMenu-unit-changed">unit-changed</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2650223"></a><h2>Description</h2>
<a name="id2651896"></a><h2>Description</h2>
<p>
This widget provides a <a
href="../gtk/GtkOptionMenu.html"
@ -165,20 +165,20 @@ Whenever the user selects a unit from the menu or the dialog, the
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2650285"></a><h2>Details</h2>
<a name="id2651958"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2649483"></a><h3>
<a name="id2651969"></a><h3>
<a name="GimpUnitMenu-struct"></a>GimpUnitMenu</h3>
<a class="indexterm" name="id2649496"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
<a class="indexterm" name="id2651981"></a><pre class="programlisting">typedef struct _GimpUnitMenu GimpUnitMenu;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649511"></a><h3>
<a name="id2651997"></a><h3>
<a name="gimp-unit-menu-new"></a>gimp_unit_menu_new ()</h3>
<a class="indexterm" name="id2649524"></a><pre class="programlisting"><a
<a class="indexterm" name="id2652009"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_unit_menu_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -286,9 +286,9 @@ href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649824"></a><h3>
<a name="id2652309"></a><h3>
<a name="gimp-unit-menu-set-unit"></a>gimp_unit_menu_set_unit ()</h3>
<a class="indexterm" name="id2649835"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a class="indexterm" name="id2652320"></a><pre class="programlisting">void gimp_unit_menu_set_unit (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -317,9 +317,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2654651"></a><h3>
<a name="id2652407"></a><h3>
<a name="gimp-unit-menu-get-unit"></a>gimp_unit_menu_get_unit ()</h3>
<a class="indexterm" name="id2654663"></a><pre class="programlisting"><a
<a class="indexterm" name="id2652418"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_unit_menu_get_unit (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);</pre>
<p>
@ -347,9 +347,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2654738"></a><h3>
<a name="id2655261"></a><h3>
<a name="gimp-unit-menu-get-pixel-digits"></a>gimp_unit_menu_get_pixel_digits ()</h3>
<a class="indexterm" name="id2654749"></a><pre class="programlisting"><a
<a class="indexterm" name="id2655272"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_unit_menu_get_pixel_digits (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu);</pre>
<p>
@ -376,9 +376,9 @@ Retrieve the number of digits for a pixel size as set by
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2654827"></a><h3>
<a name="id2655350"></a><h3>
<a name="gimp-unit-menu-set-pixel-digits"></a>gimp_unit_menu_set_pixel_digits ()</h3>
<a class="indexterm" name="id2654838"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a class="indexterm" name="id2655361"></a><pre class="programlisting">void gimp_unit_menu_set_pixel_digits (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *menu,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> digits);</pre>
@ -414,11 +414,11 @@ here. You should do this after attaching your spinbuttons.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2654938"></a><h2>Signal Details</h2>
<a name="id2655461"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2654949"></a><h3>
<a name="id2655472"></a><h3>
<a name="GimpUnitMenu-unit-changed"></a>The <code class="literal">"unit-changed"</code> signal</h3>
<a class="indexterm" name="id2654963"></a><pre class="programlisting">void user_function (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
<a class="indexterm" name="id2655486"></a><pre class="programlisting">void user_function (<a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu">GimpUnitMenu</a> *arg0,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
@ -440,7 +440,7 @@ the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="t
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2655036"></a><h2>See Also</h2>
<a name="id2655560"></a><h2>See Also</h2>
<p>
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -454,9 +454,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2655078"></a><div class="refsect2" lang="en"><a name="id2655079"></a></div>
<a name="id2655602"></a><div class="refsect2" lang="en"><a name="id2655603"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2655080"></a></div>
<div class="refsect2" lang="en"><a name="id2655604"></a></div>
</div>
</div>
</body>

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-cell-renderers.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598121" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601493" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2655234" class="shortcut">Description</a>
<a href="#id2656940" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2655110" class="shortcut">Object Hierarchy</a>
<a href="#id2652611" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2655134" class="shortcut">Properties</a>
<a href="#id2652635" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2655209" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2656915" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpZoomModel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2598121"></a><span class="refentrytitle">GimpZoomModel</span>
<a name="id2601493"></a><span class="refentrytitle">GimpZoomModel</span>
</h2>
<p>GimpZoomModel</p>
</td>
@ -102,7 +102,7 @@ href="../glib/glib-Basic-Types.html#gdouble"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655110"></a><h2>Object Hierarchy</h2>
<a name="id2652611"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
@ -112,7 +112,7 @@ href="../gobject/gobject-The-Base-Object-Type.html#GObject"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655134"></a><h2>Properties</h2>
<a name="id2652635"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--fraction">fraction</a>" <a
@ -133,33 +133,33 @@ href="../glib/glib-Basic-Types.html#gdouble"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655209"></a><h2>Signals</h2>
<a name="id2656915"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpZoomModel.html#GimpZoomModel-zoomed">zoomed</a>" : Run Last
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655234"></a><h2>Description</h2>
<a name="id2656940"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2653916"></a><h2>Details</h2>
<a name="id2656955"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2653926"></a><h3>
<a name="id2656966"></a><h3>
<a name="GimpZoomModel-struct"></a>GimpZoomModel</h3>
<a class="indexterm" name="id2653938"></a><pre class="programlisting">typedef struct _GimpZoomModel GimpZoomModel;</pre>
<a class="indexterm" name="id2656978"></a><pre class="programlisting">typedef struct _GimpZoomModel GimpZoomModel;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653954"></a><h3>
<a name="id2656994"></a><h3>
<a name="GimpZoomType"></a>enum GimpZoomType</h3>
<a class="indexterm" name="id2653967"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2657007"></a><pre class="programlisting">typedef enum
{
GIMP_ZOOM_IN, /*&lt; desc="Zoom in" &gt;*/
GIMP_ZOOM_OUT, /*&lt; desc="Zoom out" &gt;*/
@ -176,9 +176,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653987"></a><h3>
<a name="id2657027"></a><h3>
<a name="gimp-zoom-model-new"></a>gimp_zoom_model_new ()</h3>
<a class="indexterm" name="id2654000"></a><pre class="programlisting"><a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a>* gimp_zoom_model_new (void);</pre>
<a class="indexterm" name="id2657040"></a><pre class="programlisting"><a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a>* gimp_zoom_model_new (void);</pre>
<p>
Creates a new <a class="link" href="GimpZoomModel.html" title="GimpZoomModel"><span class="type">GimpZoomModel</span></a>.</p>
<p>
@ -197,9 +197,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2654055"></a><h3>
<a name="id2657095"></a><h3>
<a name="gimp-zoom-model-set-range"></a>gimp_zoom_model_set_range ()</h3>
<a class="indexterm" name="id2654066"></a><pre class="programlisting">void gimp_zoom_model_set_range (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="indexterm" name="id2657106"></a><pre class="programlisting">void gimp_zoom_model_set_range (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> min,
@ -237,9 +237,9 @@ Since GIMP 2.4</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645978"></a><h3>
<a name="id2655667"></a><h3>
<a name="gimp-zoom-model-zoom"></a>gimp_zoom_model_zoom ()</h3>
<a class="indexterm" name="id2645989"></a><pre class="programlisting">void gimp_zoom_model_zoom (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="indexterm" name="id2655678"></a><pre class="programlisting">void gimp_zoom_model_zoom (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
<a
href="../glib/glib-Basic-Types.html#gdouble"
@ -272,9 +272,9 @@ Since GIMP 2.4</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646112"></a><h3>
<a name="id2655801"></a><h3>
<a name="gimp-zoom-model-get-factor"></a>gimp_zoom_model_get_factor ()</h3>
<a class="indexterm" name="id2646123"></a><pre class="programlisting"><a
<a class="indexterm" name="id2655812"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_zoom_model_get_factor (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model);</pre>
<p>
@ -302,9 +302,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646196"></a><h3>
<a name="id2655885"></a><h3>
<a name="gimp-zoom-model-get-fraction"></a>gimp_zoom_model_get_fraction ()</h3>
<a class="indexterm" name="id2646208"></a><pre class="programlisting">void gimp_zoom_model_get_fraction (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="indexterm" name="id2655896"></a><pre class="programlisting">void gimp_zoom_model_get_fraction (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *numerator,
@ -342,9 +342,9 @@ Since GIMP 2.4</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646501"></a><h3>
<a name="id2656005"></a><h3>
<a name="gimp-zoom-button-new"></a>gimp_zoom_button_new ()</h3>
<a class="indexterm" name="id2646512"></a><pre class="programlisting"><a
<a class="indexterm" name="id2656017"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_zoom_button_new (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
@ -386,9 +386,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646622"></a><h3>
<a name="id2660723"></a><h3>
<a name="gimp-zoom-model-zoom-step"></a>gimp_zoom_model_zoom_step ()</h3>
<a class="indexterm" name="id2646633"></a><pre class="programlisting"><a
<a class="indexterm" name="id2660733"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_zoom_model_zoom_step (<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
<a
@ -424,11 +424,11 @@ Since GIMP 2.4
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2646732"></a><h2>Property Details</h2>
<a name="id2660821"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2646742"></a><h3>
<a name="id2660831"></a><h3>
<a name="GimpZoomModel--fraction"></a>The <code class="literal">"fraction"</code> property</h3>
<a class="indexterm" name="id2646756"></a><pre class="programlisting"> "fraction" <a
<a class="indexterm" name="id2660843"></a><pre class="programlisting"> "fraction" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read</pre>
<p></p>
@ -436,9 +436,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646780"></a><h3>
<a name="id2660864"></a><h3>
<a name="GimpZoomModel--maximum"></a>The <code class="literal">"maximum"</code> property</h3>
<a class="indexterm" name="id2646794"></a><pre class="programlisting"> "maximum" <a
<a class="indexterm" name="id2660877"></a><pre class="programlisting"> "maximum" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -447,9 +447,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646820"></a><h3>
<a name="id2660901"></a><h3>
<a name="GimpZoomModel--minimum"></a>The <code class="literal">"minimum"</code> property</h3>
<a class="indexterm" name="id2646834"></a><pre class="programlisting"> "minimum" <a
<a class="indexterm" name="id2660913"></a><pre class="programlisting"> "minimum" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -458,9 +458,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646863"></a><h3>
<a name="id2660938"></a><h3>
<a name="GimpZoomModel--percentage"></a>The <code class="literal">"percentage"</code> property</h3>
<a class="indexterm" name="id2646877"></a><pre class="programlisting"> "percentage" <a
<a class="indexterm" name="id2660951"></a><pre class="programlisting"> "percentage" <a
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
>gchararray</a> : Read</pre>
<p></p>
@ -468,9 +468,9 @@ href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2660364"></a><h3>
<a name="id2660972"></a><h3>
<a name="GimpZoomModel--value"></a>The <code class="literal">"value"</code> property</h3>
<a class="indexterm" name="id2660376"></a><pre class="programlisting"> "value" <a
<a class="indexterm" name="id2660985"></a><pre class="programlisting"> "value" <a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p></p>
@ -479,11 +479,11 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2660403"></a><h2>Signal Details</h2>
<a name="id2661012"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2660413"></a><h3>
<a name="id2661021"></a><h3>
<a name="GimpZoomModel-zoomed"></a>The <code class="literal">"zoomed"</code> signal</h3>
<a class="indexterm" name="id2660425"></a><pre class="programlisting">void user_function (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a class="indexterm" name="id2661034"></a><pre class="programlisting">void user_function (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> old_factor,
@ -525,9 +525,9 @@ Emitted when the zoom factor of the zoom model changes.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2660541"></a><div class="refsect2" lang="en"><a name="id2660542"></a></div>
<a name="id2661142"></a><div class="refsect2" lang="en"><a name="id2661143"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2660543"></a></div>
<div class="refsect2" lang="en"><a name="id2661144"></a></div>
</div>
</div>
</body>

View File

@ -27,7 +27,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Widgets Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.4.2
for GIMP 2.4.4
</p></div>
</div>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpPropWidgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577229" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2601966" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2672863" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2671472" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpEnumWidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2577229"></a><span class="refentrytitle">GimpEnumWidgets</span>
<a name="id2601966"></a><span class="refentrytitle">GimpEnumWidgets</span>
</h2>
<p>GimpEnumWidgets</p>
</td>
@ -188,17 +188,17 @@ href="../glib/glib-Basic-Types.html#gint"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2672863"></a><h2>Description</h2>
<a name="id2671472"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2672879"></a><h2>Details</h2>
<a name="id2671488"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2672890"></a><h3>
<a name="id2671499"></a><h3>
<a name="gimp-enum-radio-box-new"></a>gimp_enum_radio_box_new ()</h3>
<a class="indexterm" name="id2672904"></a><pre class="programlisting"><a
<a class="indexterm" name="id2671512"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_radio_box_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -263,9 +263,9 @@ href="../gtk/GtkVBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2673088"></a><h3>
<a name="id2671697"></a><h3>
<a name="gimp-enum-radio-box-new-with-range"></a>gimp_enum_radio_box_new_with_range ()</h3>
<a class="indexterm" name="id2683367"></a><pre class="programlisting"><a
<a class="indexterm" name="id2671710"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_radio_box_new_with_range (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -345,9 +345,9 @@ href="../gtk/GtkVBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2683588"></a><h3>
<a name="id2674644"></a><h3>
<a name="gimp-enum-radio-frame-new"></a>gimp_enum_radio_frame_new ()</h3>
<a class="indexterm" name="id2683602"></a><pre class="programlisting"><a
<a class="indexterm" name="id2674657"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_radio_frame_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -421,9 +421,9 @@ href="../gtk/GtkFrame.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671522"></a><h3>
<a name="id2674863"></a><h3>
<a name="gimp-enum-radio-frame-new-with-range"></a>gimp_enum_radio_frame_new_with_range ()</h3>
<a class="indexterm" name="id2671538"></a><pre class="programlisting"><a
<a class="indexterm" name="id2674877"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_radio_frame_new_with_range
(<a
@ -513,9 +513,9 @@ href="../gtk/GtkFrame.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671789"></a><h3>
<a name="id2675126"></a><h3>
<a name="gimp-enum-stock-box-new"></a>gimp_enum_stock_box_new ()</h3>
<a class="indexterm" name="id2671803"></a><pre class="programlisting"><a
<a class="indexterm" name="id2675139"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_stock_box_new (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -593,9 +593,9 @@ href="../gtk/GtkRadioButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2677262"></a><h3>
<a name="id2675359"></a><h3>
<a name="gimp-enum-stock-box-new-with-range"></a>gimp_enum_stock_box_new_with_range ()</h3>
<a class="indexterm" name="id2677276"></a><pre class="programlisting"><a
<a class="indexterm" name="id2675372"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_enum_stock_box_new_with_range (<a
href="../gobject/gobject-Type-Information.html#GType"
@ -689,9 +689,9 @@ href="../gtk/GtkRadioButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2677540"></a><h3>
<a name="id2679152"></a><h3>
<a name="gimp-enum-stock-box-set-child-padding"></a>gimp_enum_stock_box_set_child_padding ()</h3>
<a class="indexterm" name="id2677556"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
<a class="indexterm" name="id2679166"></a><pre class="programlisting">void gimp_enum_stock_box_set_child_padding
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *stock_box,
@ -732,9 +732,9 @@ Sets the padding of all buttons in a box created by
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2677668"></a><div class="refsect2" lang="en"><a name="id2677669"></a></div>
<a name="id2679278"></a><div class="refsect2" lang="en"><a name="id2679279"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2677670"></a></div>
<div class="refsect2" lang="en"><a name="id2679280"></a></div>
</div>
</div>
</body>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpQueryBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2638288" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604259" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2662924" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2667759" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpHelpUI"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2638288"></a><span class="refentrytitle">GimpHelpUI</span>
<a name="id2604259"></a><span class="refentrytitle">GimpHelpUI</span>
</h2>
<p>GimpHelpUI &#8212; Functions for setting <a
href="../gtk/GtkTooltips.html"
@ -98,17 +98,17 @@ href="../gtk/GtkWidget.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2662924"></a><h2>Description</h2>
<a name="id2667759"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2665198"></a><h2>Details</h2>
<a name="id2667775"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2665208"></a><h3>
<a name="id2667786"></a><h3>
<a name="GimpHelpFunc"></a>GimpHelpFunc ()</h3>
<a class="indexterm" name="id2665220"></a><pre class="programlisting">void (*GimpHelpFunc) (const <a
<a class="indexterm" name="id2667798"></a><pre class="programlisting">void (*GimpHelpFunc) (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id,
<a
@ -129,11 +129,11 @@ All these dialog constructors functions call <a class="link" href="libgimpwidget
<p>
In most cases it will be ok to use <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func"><code class="function">gimp_standard_help_func()</code></a> which does
nothing but passing the <em class="parameter"><code>help_id</code></em> string to <a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a>. If your
plug-in needs some more sophisticated help handling you can provide
your own <em class="parameter"><code>help_func</code></em> which has to call <a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a> to actually display
the help.
</p>
@ -157,9 +157,9 @@ the help.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665377"></a><h3>
<a name="id2668710"></a><h3>
<a name="GIMP-HELP-ID:CAPS"></a>GIMP_HELP_ID</h3>
<a class="indexterm" name="id2665389"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
<a class="indexterm" name="id2668722"></a><pre class="programlisting">#define GIMP_HELP_ID (gimp_help_id_quark ())
</pre>
<p>
Since: GIMP 2.2
@ -167,9 +167,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665406"></a><h3>
<a name="id2668739"></a><h3>
<a name="gimp-help-enable-tooltips"></a>gimp_help_enable_tooltips ()</h3>
<a class="indexterm" name="id2665417"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
<a class="indexterm" name="id2668750"></a><pre class="programlisting">void gimp_help_enable_tooltips (void);</pre>
<p>
This function calls <a
href="../gtk/GtkTooltips.html#gtk-tooltips-enable"
@ -180,9 +180,9 @@ href="../gtk/GtkTooltips.html#gtk-tooltips-enable"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665450"></a><h3>
<a name="id2668784"></a><h3>
<a name="gimp-help-disable-tooltips"></a>gimp_help_disable_tooltips ()</h3>
<a class="indexterm" name="id2665462"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
<a class="indexterm" name="id2668795"></a><pre class="programlisting">void gimp_help_disable_tooltips (void);</pre>
<p>
This function calls <a
href="../gtk/GtkTooltips.html#gtk-tooltips-disable"
@ -193,9 +193,9 @@ href="../gtk/GtkTooltips.html#gtk-tooltips-disable"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665495"></a><h3>
<a name="id2668828"></a><h3>
<a name="gimp-standard-help-func"></a>gimp_standard_help_func ()</h3>
<a class="indexterm" name="id2665506"></a><pre class="programlisting">void gimp_standard_help_func (const <a
<a class="indexterm" name="id2668839"></a><pre class="programlisting">void gimp_standard_help_func (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id,
<a
@ -204,7 +204,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
<p>
This is the standard GIMP help function which does nothing but calling
<a
href="../app/app-Gimp-gui.html#gimp-help"
href="../libgimp/libgimp-gimphelp.html#gimp-help"
><code class="function">gimp_help()</code></a>. It is the right function to use in almost all cases.</p>
<p>
@ -227,9 +227,9 @@ href="../app/app-Gimp-gui.html#gimp-help"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2665603"></a><h3>
<a name="id2663837"></a><h3>
<a name="gimp-help-connect"></a>gimp_help_connect ()</h3>
<a class="indexterm" name="id2667713"></a><pre class="programlisting">void gimp_help_connect (<a
<a class="indexterm" name="id2663850"></a><pre class="programlisting">void gimp_help_connect (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="link" href="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc">GimpHelpFunc</a> help_func,
@ -277,9 +277,9 @@ href="../gtk/GtkWindow.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667862"></a><h3>
<a name="id2663999"></a><h3>
<a name="gimp-help-set-help-data"></a>gimp_help_set_help_data ()</h3>
<a class="indexterm" name="id2667873"></a><pre class="programlisting">void gimp_help_set_help_data (<a
<a class="indexterm" name="id2664010"></a><pre class="programlisting">void gimp_help_set_help_data (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const <a
@ -333,9 +333,9 @@ href="../gtk/GtkTipsQuery.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668051"></a><h3>
<a name="id2664188"></a><h3>
<a name="gimp-context-help"></a>gimp_context_help ()</h3>
<a class="indexterm" name="id2668063"></a><pre class="programlisting">void gimp_context_help (<a
<a class="indexterm" name="id2670057"></a><pre class="programlisting">void gimp_context_help (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<p>
@ -367,9 +367,9 @@ href="../gtk/GtkWidget.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2668155"></a><div class="refsect2" lang="en"><a name="id2668156"></a></div>
<a name="id2670149"></a><div class="refsect2" lang="en"><a name="id2670150"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2668157"></a></div>
<div class="refsect2" lang="en"><a name="id2670151"></a></div>
</div>
</div>
</body>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527263" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2578673" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2609199" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2623569" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpHintBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2527263"></a><span class="refentrytitle">GimpHintBox</span>
<a name="id2578673"></a><span class="refentrytitle">GimpHintBox</span>
</h2>
<p>GimpHintBox</p>
</td>
@ -63,17 +63,17 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609199"></a><h2>Description</h2>
<a name="id2623569"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631347"></a><h2>Details</h2>
<a name="id2614559"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631357"></a><h3>
<a name="id2601382"></a><h3>
<a name="gimp-hint-box-new"></a>gimp_hint_box_new ()</h3>
<a class="indexterm" name="id2631370"></a><pre class="programlisting"><a
<a class="indexterm" name="id2578772"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_hint_box_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -104,9 +104,9 @@ Since GIMP 2.4
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2631438"></a><div class="refsect2" lang="en"><a name="id2631439"></a></div>
<a name="id2622357"></a><div class="refsect2" lang="en"><a name="id2622358"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2631440"></a></div>
<div class="refsect2" lang="en"><a name="id2622359"></a></div>
</div>
</div>
</body>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpWidgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2611198" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2616428" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2693350" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2681400" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpPropWidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2611198"></a><span class="refentrytitle">GimpPropWidgets</span>
<a name="id2616428"></a><span class="refentrytitle">GimpPropWidgets</span>
</h2>
<p>GimpPropWidgets</p>
</td>
@ -504,17 +504,17 @@ href="../glib/glib-Basic-Types.html#gchar"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2693350"></a><h2>Description</h2>
<a name="id2681400"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2693366"></a><h2>Details</h2>
<a name="id2681416"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2693376"></a><h3>
<a name="id2681426"></a><h3>
<a name="gimp-prop-boolean-combo-box-new"></a>gimp_prop_boolean_combo_box_new ()</h3>
<a class="indexterm" name="id2693390"></a><pre class="programlisting"><a
<a class="indexterm" name="id2681440"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_boolean_combo_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -582,9 +582,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693539"></a><h3>
<a name="id2681621"></a><h3>
<a name="gimp-prop-boolean-radio-frame-new"></a>gimp_prop_boolean_radio_frame_new ()</h3>
<a class="indexterm" name="id2693550"></a><pre class="programlisting"><a
<a class="indexterm" name="id2681634"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_boolean_radio_frame_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -651,9 +651,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693711"></a><h3>
<a name="id2681809"></a><h3>
<a name="gimp-prop-check-button-new"></a>gimp_prop_check_button_new ()</h3>
<a class="indexterm" name="id2693722"></a><pre class="programlisting"><a
<a class="indexterm" name="id2681821"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_check_button_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -704,9 +704,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693831"></a><h3>
<a name="id2681941"></a><h3>
<a name="gimp-prop-color-area-new"></a>gimp_prop_color_area_new ()</h3>
<a class="indexterm" name="id2693842"></a><pre class="programlisting"><a
<a class="indexterm" name="id2681953"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_color_area_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -767,9 +767,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693988"></a><h3>
<a name="id2682114"></a><h3>
<a name="gimp-prop-coordinates-connect"></a>gimp_prop_coordinates_connect ()</h3>
<a class="indexterm" name="id2694000"></a><pre class="programlisting"><a
<a class="indexterm" name="id2682127"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_prop_coordinates_connect (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -853,9 +853,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694186"></a><h3>
<a name="id2682334"></a><h3>
<a name="gimp-prop-coordinates-new"></a>gimp_prop_coordinates_new ()</h3>
<a class="indexterm" name="id2694197"></a><pre class="programlisting"><a
<a class="indexterm" name="id2682346"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_coordinates_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -951,9 +951,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694438"></a><h3>
<a name="id2682611"></a><h3>
<a name="gimp-prop-entry-new"></a>gimp_prop_entry_new ()</h3>
<a class="indexterm" name="id2694448"></a><pre class="programlisting"><a
<a class="indexterm" name="id2682623"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_entry_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1004,9 +1004,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694555"></a><h3>
<a name="id2682741"></a><h3>
<a name="gimp-prop-enum-check-button-new"></a>gimp_prop_enum_check_button_new ()</h3>
<a class="indexterm" name="id2694568"></a><pre class="programlisting"><a
<a class="indexterm" name="id2682754"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_check_button_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1075,9 +1075,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694720"></a><h3>
<a name="id2695105"></a><h3>
<a name="gimp-prop-enum-combo-box-new"></a>gimp_prop_enum_combo_box_new ()</h3>
<a class="indexterm" name="id2694732"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695115"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_combo_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1138,9 +1138,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694881"></a><h3>
<a name="id2695262"></a><h3>
<a name="gimp-prop-enum-label-new"></a>gimp_prop_enum_label_new ()</h3>
<a class="indexterm" name="id2694892"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695272"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_label_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1178,9 +1178,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2694972"></a><h3>
<a name="id2695352"></a><h3>
<a name="gimp-prop-enum-radio-box-new"></a>gimp_prop_enum_radio_box_new ()</h3>
<a class="indexterm" name="id2694985"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695363"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_radio_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1241,9 +1241,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695133"></a><h3>
<a name="id2695512"></a><h3>
<a name="gimp-prop-enum-radio-frame-new"></a>gimp_prop_enum_radio_frame_new ()</h3>
<a class="indexterm" name="id2695145"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695524"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_radio_frame_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1308,9 +1308,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695303"></a><h3>
<a name="id2695682"></a><h3>
<a name="gimp-prop-enum-stock-box-new"></a>gimp_prop_enum_stock_box_new ()</h3>
<a class="indexterm" name="id2695315"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695694"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_enum_stock_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1376,9 +1376,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695476"></a><h3>
<a name="id2695854"></a><h3>
<a name="gimp-prop-expander-new"></a>gimp_prop_expander_new ()</h3>
<a class="indexterm" name="id2695486"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695865"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_expander_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1432,9 +1432,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695603"></a><h3>
<a name="id2695981"></a><h3>
<a name="gimp-prop-file-chooser-button-new"></a>gimp_prop_file_chooser_button_new ()</h3>
<a class="indexterm" name="id2695616"></a><pre class="programlisting"><a
<a class="indexterm" name="id2695994"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_file_chooser_button_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1502,9 +1502,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695765"></a><h3>
<a name="id2696143"></a><h3>
<a name="gimp-prop-file-chooser-button-new-with-dialog"></a>gimp_prop_file_chooser_button_new_with_dialog ()</h3>
<a class="indexterm" name="id2695779"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696156"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_file_chooser_button_new_with_dialog
(<a
@ -1576,9 +1576,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2695947"></a><h3>
<a name="id2696324"></a><h3>
<a name="gimp-prop-hscale-new"></a>gimp_prop_hscale_new ()</h3>
<a class="indexterm" name="id2695957"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696335"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_hscale_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1643,9 +1643,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696098"></a><h3>
<a name="id2696476"></a><h3>
<a name="gimp-prop-int-combo-box-new"></a>gimp_prop_int_combo_box_new ()</h3>
<a class="indexterm" name="id2696110"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696487"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_int_combo_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1694,9 +1694,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696252"></a><h3>
<a name="id2696624"></a><h3>
<a name="gimp-prop-label-new"></a>gimp_prop_label_new ()</h3>
<a class="indexterm" name="id2696266"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696634"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_label_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1741,9 +1741,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696376"></a><h3>
<a name="id2696732"></a><h3>
<a name="gimp-prop-memsize-entry-new"></a>gimp_prop_memsize_entry_new ()</h3>
<a class="indexterm" name="id2696391"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696743"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_memsize_entry_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1783,9 +1783,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696500"></a><h3>
<a name="id2696839"></a><h3>
<a name="gimp-prop-opacity-entry-new"></a>gimp_prop_opacity_entry_new ()</h3>
<a class="indexterm" name="id2696514"></a><pre class="programlisting"><a
<a class="indexterm" name="id2696850"></a><pre class="programlisting"><a
href="../gtk/GtkObject.html"
>GtkObject</a>* gimp_prop_opacity_entry_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1869,9 +1869,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696741"></a><h3>
<a name="id2697053"></a><h3>
<a name="gimp-prop-path-editor-new"></a>gimp_prop_path_editor_new ()</h3>
<a class="indexterm" name="id2696755"></a><pre class="programlisting"><a
<a class="indexterm" name="id2697064"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_path_editor_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -1923,9 +1923,9 @@ href="../glib/glib-Basic-Types.html#gchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2696877"></a><h3>
<a name="id2697173"></a><h3>
<a name="gimp-prop-scale-entry-new"></a>gimp_prop_scale_entry_new ()</h3>
<a class="indexterm" name="id2696891"></a><pre class="programlisting"><a
<a class="indexterm" name="id2697184"></a><pre class="programlisting"><a
href="../gtk/GtkObject.html"
>GtkObject</a>* gimp_prop_scale_entry_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2063,9 +2063,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2697288"></a><h3>
<a name="id2697540"></a><h3>
<a name="gimp-prop-size-entry-new"></a>gimp_prop_size_entry_new ()</h3>
<a class="indexterm" name="id2697302"></a><pre class="programlisting"><a
<a class="indexterm" name="id2697551"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_size_entry_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2150,9 +2150,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2697546"></a><h3>
<a name="id2697769"></a><h3>
<a name="gimp-prop-spin-button-new"></a>gimp_prop_spin_button_new ()</h3>
<a class="indexterm" name="id2697561"></a><pre class="programlisting"><a
<a class="indexterm" name="id2697780"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_spin_button_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2215,9 +2215,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2697718"></a><h3>
<a name="id2697922"></a><h3>
<a name="gimp-prop-stock-image-new"></a>gimp_prop_stock_image_new ()</h3>
<a class="indexterm" name="id2697733"></a><pre class="programlisting"><a
<a class="indexterm" name="id2697933"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_stock_image_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2269,9 +2269,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2697857"></a><h3>
<a name="id2698043"></a><h3>
<a name="gimp-prop-string-combo-box-new"></a>gimp_prop_string_combo_box_new ()</h3>
<a class="indexterm" name="id2697871"></a><pre class="programlisting"><a
<a class="indexterm" name="id2698055"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_string_combo_box_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2340,9 +2340,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2698070"></a><h3>
<a name="id2698232"></a><h3>
<a name="gimp-prop-text-buffer-new"></a>gimp_prop_text_buffer_new ()</h3>
<a class="indexterm" name="id2698084"></a><pre class="programlisting"><a
<a class="indexterm" name="id2698243"></a><pre class="programlisting"><a
href="../gtk/GtkTextBuffer.html"
>GtkTextBuffer</a>* gimp_prop_text_buffer_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2402,9 +2402,9 @@ Since GIMP 2.4
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2698235"></a><h3>
<a name="id2698378"></a><h3>
<a name="gimp-prop-unit-menu-new"></a>gimp_prop_unit_menu_new ()</h3>
<a class="indexterm" name="id2698249"></a><pre class="programlisting"><a
<a class="indexterm" name="id2698389"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_prop_unit_menu_new (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
@ -2452,9 +2452,9 @@ Since GIMP 2.4
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2698382"></a><div class="refsect2" lang="en"><a name="id2698383"></a></div>
<a name="id2698506"></a><div class="refsect2" lang="en"><a name="id2698507"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2698384"></a></div>
<div class="refsect2" lang="en"><a name="id2698508"></a></div>
</div>
</div>
</body>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpStock.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2661264" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597608" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2668267" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2671862" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpQueryBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2661264"></a><span class="refentrytitle">GimpQueryBox</span>
<a name="id2597608"></a><span class="refentrytitle">GimpQueryBox</span>
</h2>
<p>GimpQueryBox &#8212; Some simple dialogs to enter a single int, double, string or boolean value.</p>
</td>
@ -285,7 +285,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2668267"></a><h2>Description</h2>
<a name="id2671862"></a><h2>Description</h2>
<p>
These functions provide simple dialogs for entering a single string,
integer, double, boolean or pixel size value.
@ -306,11 +306,11 @@ callback function is called and returns the entered value.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2668313"></a><h2>Details</h2>
<a name="id2671908"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2668324"></a><h3>
<a name="id2671919"></a><h3>
<a name="GimpQueryStringCallback"></a>GimpQueryStringCallback ()</h3>
<a class="indexterm" name="id2668335"></a><pre class="programlisting">void (*GimpQueryStringCallback) (<a
<a class="indexterm" name="id2671930"></a><pre class="programlisting">void (*GimpQueryStringCallback) (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *query_box,
const <a
@ -349,9 +349,9 @@ href="../glib/glib-Memory-Allocation.html#g-free"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668432"></a><h3>
<a name="id2672027"></a><h3>
<a name="GimpQueryIntCallback"></a>GimpQueryIntCallback ()</h3>
<a class="indexterm" name="id2668444"></a><pre class="programlisting">void (*GimpQueryIntCallback) (<a
<a class="indexterm" name="id2672038"></a><pre class="programlisting">void (*GimpQueryIntCallback) (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *query_box,
<a
@ -388,9 +388,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2673506"></a><h3>
<a name="id2672127"></a><h3>
<a name="GimpQueryDoubleCallback"></a>GimpQueryDoubleCallback ()</h3>
<a class="indexterm" name="id2673517"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (<a
<a class="indexterm" name="id2672138"></a><pre class="programlisting">void (*GimpQueryDoubleCallback) (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *query_box,
<a
@ -427,9 +427,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2673596"></a><h3>
<a name="id2672226"></a><h3>
<a name="GimpQuerySizeCallback"></a>GimpQuerySizeCallback ()</h3>
<a class="indexterm" name="id2673606"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (<a
<a class="indexterm" name="id2672237"></a><pre class="programlisting">void (*GimpQuerySizeCallback) (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *query_box,
<a
@ -474,9 +474,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2673718"></a><h3>
<a name="id2672354"></a><h3>
<a name="GimpQueryBooleanCallback"></a>GimpQueryBooleanCallback ()</h3>
<a class="indexterm" name="id2673729"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (<a
<a class="indexterm" name="id2672365"></a><pre class="programlisting">void (*GimpQueryBooleanCallback) (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *query_box,
<a
@ -513,9 +513,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2673818"></a><h3>
<a name="id2672453"></a><h3>
<a name="gimp-query-string-box"></a>gimp_query_string_box ()</h3>
<a class="indexterm" name="id2673829"></a><pre class="programlisting"><a
<a class="indexterm" name="id2672465"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_query_string_box (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -615,9 +615,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2674098"></a><h3>
<a name="id2672734"></a><h3>
<a name="gimp-query-int-box"></a>gimp_query_int_box ()</h3>
<a class="indexterm" name="id2674110"></a><pre class="programlisting"><a
<a class="indexterm" name="id2672746"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_query_int_box (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -733,9 +733,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2674425"></a><h3>
<a name="id2673060"></a><h3>
<a name="gimp-query-double-box"></a>gimp_query_double_box ()</h3>
<a class="indexterm" name="id2674436"></a><pre class="programlisting"><a
<a class="indexterm" name="id2673071"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_query_double_box (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -861,9 +861,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2674780"></a><h3>
<a name="id2673413"></a><h3>
<a name="gimp-query-size-box"></a>gimp_query_size_box ()</h3>
<a class="indexterm" name="id2674792"></a><pre class="programlisting"><a
<a class="indexterm" name="id2673425"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_query_size_box (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -1017,9 +1017,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2675235"></a><h3>
<a name="id2673863"></a><h3>
<a name="gimp-query-boolean-box"></a>gimp_query_boolean_box ()</h3>
<a class="indexterm" name="id2675246"></a><pre class="programlisting"><a
<a class="indexterm" name="id2675772"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_query_boolean_box (const <a
href="../glib/glib-Basic-Types.html#gchar"
@ -1138,9 +1138,9 @@ href="../gtk/GtkDialog.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2675539"></a><h3>
<a name="id2676062"></a><h3>
<a name="GIMP-QUERY-BOX-VBOX:CAPS"></a>GIMP_QUERY_BOX_VBOX()</h3>
<a class="indexterm" name="id2675550"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
<a class="indexterm" name="id2676072"></a><pre class="programlisting">#define GIMP_QUERY_BOX_VBOX(qbox)</pre>
<p>
A macro to access the <a
href="../gtk/GtkVBox.html"
@ -1160,7 +1160,7 @@ more widgets.
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2675595"></a><h2>See Also</h2>
<a name="id2676117"></a><h2>See Also</h2>
<p>
GimpSizeEntry
</p>
@ -1169,9 +1169,9 @@ GimpUnitMenu
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2675608"></a><div class="refsect2" lang="en"><a name="id2675609"></a></div>
<a name="id2676130"></a><div class="refsect2" lang="en"><a name="id2676131"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2675610"></a></div>
<div class="refsect2" lang="en"><a name="id2676132"></a></div>
</div>
</div>
</body>

File diff suppressed because it is too large Load Diff

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-deprecated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2597498" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2617943" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2700261" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2693301" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpWidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2597498"></a><span class="refentrytitle">GimpWidgets</span>
<a name="id2617943"></a><span class="refentrytitle">GimpWidgets</span>
</h2>
<p>GimpWidgets &#8212; A collection of convenient widget constructors, standard callbacks and
helper functions.</p>
@ -427,17 +427,17 @@ href="../gtk/GtkLabel.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2700261"></a><h2>Description</h2>
<a name="id2693301"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2700275"></a><h2>Details</h2>
<a name="id2693317"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2700284"></a><h3>
<a name="id2693328"></a><h3>
<a name="gimp-radio-group-new"></a>gimp_radio_group_new ()</h3>
<a class="indexterm" name="id2700294"></a><pre class="programlisting"><a
<a class="indexterm" name="id2693339"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_radio_group_new (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -492,9 +492,9 @@ href="../gtk/GtkFrame.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2700451"></a><h3>
<a name="id2693513"></a><h3>
<a name="gimp-radio-group-new2"></a>gimp_radio_group_new2 ()</h3>
<a class="indexterm" name="id2700461"></a><pre class="programlisting"><a
<a class="indexterm" name="id2693525"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_radio_group_new2 (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -580,9 +580,9 @@ href="../gtk/GtkFrame.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2700695"></a><h3>
<a name="id2693782"></a><h3>
<a name="gimp-radio-group-set-active"></a>gimp_radio_group_set_active ()</h3>
<a class="indexterm" name="id2700706"></a><pre class="programlisting">void gimp_radio_group_set_active (<a
<a class="indexterm" name="id2693794"></a><pre class="programlisting">void gimp_radio_group_set_active (<a
href="../gtk/GtkRadioButton.html"
>GtkRadioButton</a> *radio_button,
<a
@ -616,9 +616,9 @@ href="../gtk/GtkRadioButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2700797"></a><h3>
<a name="id2693895"></a><h3>
<a name="gimp-int-radio-group-new"></a>gimp_int_radio_group_new ()</h3>
<a class="indexterm" name="id2700808"></a><pre class="programlisting"><a
<a class="indexterm" name="id2693906"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_int_radio_group_new (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -707,9 +707,9 @@ href="../gtk/GtkFrame.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701057"></a><h3>
<a name="id2694179"></a><h3>
<a name="gimp-int-radio-group-set-active"></a>gimp_int_radio_group_set_active ()</h3>
<a class="indexterm" name="id2701070"></a><pre class="programlisting">void gimp_int_radio_group_set_active (<a
<a class="indexterm" name="id2694192"></a><pre class="programlisting">void gimp_int_radio_group_set_active (<a
href="../gtk/GtkRadioButton.html"
>GtkRadioButton</a> *radio_button,
<a
@ -745,9 +745,9 @@ href="../gtk/GtkRadioButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701177"></a><h3>
<a name="id2694309"></a><h3>
<a name="gimp-spin-button-new"></a>gimp_spin_button_new ()</h3>
<a class="indexterm" name="id2701187"></a><pre class="programlisting"><a
<a class="indexterm" name="id2694320"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_spin_button_new (<a
href="../gtk/GtkObject.html"
@ -852,9 +852,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701446"></a><h3>
<a name="id2694606"></a><h3>
<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a>GIMP_SCALE_ENTRY_LABEL()</h3>
<a class="indexterm" name="id2701457"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
<a class="indexterm" name="id2694618"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
<p>
Returns the scale_entry's <a
href="../gtk/GtkLabel.html"
@ -875,9 +875,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701509"></a><h3>
<a name="id2694676"></a><h3>
<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a>GIMP_SCALE_ENTRY_SCALE()</h3>
<a class="indexterm" name="id2701519"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
<a class="indexterm" name="id2694687"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
<p>
Returns the scale_entry's <a
href="../gtk/GtkHScale.html"
@ -898,9 +898,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701572"></a><h3>
<a name="id2694745"></a><h3>
<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3>
<a class="indexterm" name="id2701584"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
<a class="indexterm" name="id2694758"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
<p>
Returns the <a
href="../gtk/GtkAdjustment.html"
@ -923,9 +923,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701642"></a><h3>
<a name="id2694823"></a><h3>
<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON()</h3>
<a class="indexterm" name="id2701655"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
<a class="indexterm" name="id2694837"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
<p>
Returns the scale_entry's <a
href="../gtk/GtkSpinButton.html"
@ -946,9 +946,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701707"></a><h3>
<a name="id2701936"></a><h3>
<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3>
<a class="indexterm" name="id2701720"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
<a class="indexterm" name="id2701948"></a><pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
<p>
Returns the <a
href="../gtk/GtkAdjustment.html"
@ -971,9 +971,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2701780"></a><h3>
<a name="id2702008"></a><h3>
<a name="gimp-scale-entry-new"></a>gimp_scale_entry_new ()</h3>
<a class="indexterm" name="id2701790"></a><pre class="programlisting"><a
<a class="indexterm" name="id2702018"></a><pre class="programlisting"><a
href="../gtk/GtkObject.html"
>GtkObject</a>* gimp_scale_entry_new (<a
href="../gtk/GtkTable.html"
@ -1166,9 +1166,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702290"></a><h3>
<a name="id2702518"></a><h3>
<a name="gimp-scale-entry-set-sensitive"></a>gimp_scale_entry_set_sensitive ()</h3>
<a class="indexterm" name="id2702302"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (<a
<a class="indexterm" name="id2702530"></a><pre class="programlisting">void gimp_scale_entry_set_sensitive (<a
href="../gtk/GtkObject.html"
>GtkObject</a> *adjustment,
<a
@ -1207,9 +1207,9 @@ href="../gtk/GtkWidget.html#gtk-widget-set-sensitive"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702415"></a><h3>
<a name="id2702643"></a><h3>
<a name="gimp-scale-entry-set-logarithmic"></a>gimp_scale_entry_set_logarithmic ()</h3>
<a class="indexterm" name="id2702429"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic (<a
<a class="indexterm" name="id2702657"></a><pre class="programlisting">void gimp_scale_entry_set_logarithmic (<a
href="../gtk/GtkObject.html"
>GtkObject</a> *adjustment,
<a
@ -1246,9 +1246,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702519"></a><h3>
<a name="id2702747"></a><h3>
<a name="gimp-scale-entry-get-logarithmic"></a>gimp_scale_entry_get_logarithmic ()</h3>
<a class="indexterm" name="id2702533"></a><pre class="programlisting"><a
<a class="indexterm" name="id2702761"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_scale_entry_get_logarithmic (<a
href="../gtk/GtkObject.html"
@ -1286,9 +1286,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702626"></a><h3>
<a name="id2702854"></a><h3>
<a name="gimp-color-scale-entry-new"></a>gimp_color_scale_entry_new ()</h3>
<a class="indexterm" name="id2702637"></a><pre class="programlisting"><a
<a class="indexterm" name="id2702865"></a><pre class="programlisting"><a
href="../gtk/GtkObject.html"
>GtkObject</a>* gimp_color_scale_entry_new (<a
href="../gtk/GtkTable.html"
@ -1442,9 +1442,9 @@ href="../gtk/GtkAdjustment.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703060"></a><h3>
<a name="id2703256"></a><h3>
<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON()</h3>
<a class="indexterm" name="id2703074"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
<a class="indexterm" name="id2703269"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
<p>
Returns the random_seed's <a
href="../gtk/GtkSpinButton.html"
@ -1465,9 +1465,9 @@ href="../gtk/GtkHBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703135"></a><h3>
<a name="id2703321"></a><h3>
<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3>
<a class="indexterm" name="id2703150"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
<a class="indexterm" name="id2703334"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
<p>
Returns the <a
href="../gtk/GtkAdjustment.html"
@ -1490,9 +1490,9 @@ href="../gtk/GtkHBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703218"></a><h3>
<a name="id2703394"></a><h3>
<a name="GIMP-RANDOM-SEED-TOGGLE:CAPS"></a>GIMP_RANDOM_SEED_TOGGLE()</h3>
<a class="indexterm" name="id2703233"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
<a class="indexterm" name="id2703406"></a><pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
<p>
</p>
@ -1509,9 +1509,9 @@ href="../gtk/GtkHBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703268"></a><h3>
<a name="id2703437"></a><h3>
<a name="gimp-random-seed-new"></a>gimp_random_seed_new ()</h3>
<a class="indexterm" name="id2703282"></a><pre class="programlisting"><a
<a class="indexterm" name="id2703448"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_random_seed_new (<a
href="../glib/glib-Basic-Types.html#guint32"
@ -1556,9 +1556,9 @@ href="../gtk/GtkButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703390"></a><h3>
<a name="id2703545"></a><h3>
<a name="GIMP-COORDINATES-CHAINBUTTON:CAPS"></a>GIMP_COORDINATES_CHAINBUTTON()</h3>
<a class="indexterm" name="id2703404"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
<a class="indexterm" name="id2703557"></a><pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
<p>
Returns the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> which is attached to the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
</p>
@ -1575,9 +1575,9 @@ Returns the <a class="link" href="GimpChainButton.html" title="GimpChainButton">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2703472"></a><h3>
<a name="id2703616"></a><h3>
<a name="gimp-coordinates-new"></a>gimp_coordinates_new ()</h3>
<a class="indexterm" name="id2703486"></a><pre class="programlisting"><a
<a class="indexterm" name="id2703627"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_coordinates_new (<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
@ -1792,9 +1792,9 @@ href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704147"></a><h3>
<a name="id2704223"></a><h3>
<a name="gimp-pixmap-button-new"></a>gimp_pixmap_button_new ()</h3>
<a class="indexterm" name="id2704163"></a><pre class="programlisting"><a
<a class="indexterm" name="id2704236"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_pixmap_button_new (<a
href="../glib/glib-Basic-Types.html#gchar"
@ -1841,9 +1841,9 @@ href="../gtk/GtkButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704298"></a><h3>
<a name="id2704356"></a><h3>
<a name="gimp-toggle-button-sensitive-update"></a>gimp_toggle_button_sensitive_update ()</h3>
<a class="indexterm" name="id2704313"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update (<a
<a class="indexterm" name="id2704369"></a><pre class="programlisting">void gimp_toggle_button_sensitive_update (<a
href="../gtk/GtkToggleButton.html"
>GtkToggleButton</a> *toggle_button);</pre>
<p>
@ -1883,9 +1883,9 @@ href="../gtk/GtkToggleButton.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704410"></a><h3>
<a name="id2704457"></a><h3>
<a name="gimp-toggle-button-update"></a>gimp_toggle_button_update ()</h3>
<a class="indexterm" name="id2704425"></a><pre class="programlisting">void gimp_toggle_button_update (<a
<a class="indexterm" name="id2704468"></a><pre class="programlisting">void gimp_toggle_button_update (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
@ -1921,9 +1921,9 @@ href="../gtk/GtkToggleButton.html#gtk-toggle-button-get-active"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704531"></a><h3>
<a name="id2704568"></a><h3>
<a name="gimp-radio-button-update"></a>gimp_radio_button_update ()</h3>
<a class="indexterm" name="id2704545"></a><pre class="programlisting">void gimp_radio_button_update (<a
<a class="indexterm" name="id2704581"></a><pre class="programlisting">void gimp_radio_button_update (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
@ -1957,9 +1957,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704649"></a><h3>
<a name="id2704685"></a><h3>
<a name="gimp-int-adjustment-update"></a>gimp_int_adjustment_update ()</h3>
<a class="indexterm" name="id2704664"></a><pre class="programlisting">void gimp_int_adjustment_update (<a
<a class="indexterm" name="id2704700"></a><pre class="programlisting">void gimp_int_adjustment_update (<a
href="../gtk/GtkAdjustment.html"
>GtkAdjustment</a> *adjustment,
<a
@ -2000,9 +2000,9 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704781"></a><h3>
<a name="id2704817"></a><h3>
<a name="gimp-uint-adjustment-update"></a>gimp_uint_adjustment_update ()</h3>
<a class="indexterm" name="id2704795"></a><pre class="programlisting">void gimp_uint_adjustment_update (<a
<a class="indexterm" name="id2704831"></a><pre class="programlisting">void gimp_uint_adjustment_update (<a
href="../gtk/GtkAdjustment.html"
>GtkAdjustment</a> *adjustment,
<a
@ -2043,9 +2043,9 @@ href="../glib/glib-Basic-Types.html#guint"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2704910"></a><h3>
<a name="id2704946"></a><h3>
<a name="gimp-float-adjustment-update"></a>gimp_float_adjustment_update ()</h3>
<a class="indexterm" name="id2704924"></a><pre class="programlisting">void gimp_float_adjustment_update (<a
<a class="indexterm" name="id2704960"></a><pre class="programlisting">void gimp_float_adjustment_update (<a
href="../gtk/GtkAdjustment.html"
>GtkAdjustment</a> *adjustment,
<a
@ -2079,9 +2079,9 @@ href="../glib/glib-Basic-Types.html#gfloat"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2705017"></a><h3>
<a name="id2705053"></a><h3>
<a name="gimp-double-adjustment-update"></a>gimp_double_adjustment_update ()</h3>
<a class="indexterm" name="id2705031"></a><pre class="programlisting">void gimp_double_adjustment_update (<a
<a class="indexterm" name="id2705068"></a><pre class="programlisting">void gimp_double_adjustment_update (<a
href="../gtk/GtkAdjustment.html"
>GtkAdjustment</a> *adjustment,
<a
@ -2115,9 +2115,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2705124"></a><h3>
<a name="id2705161"></a><h3>
<a name="gimp-unit-menu-update"></a>gimp_unit_menu_update ()</h3>
<a class="indexterm" name="id2705138"></a><pre class="programlisting">void gimp_unit_menu_update (<a
<a class="indexterm" name="id2705174"></a><pre class="programlisting">void gimp_unit_menu_update (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
@ -2160,9 +2160,9 @@ href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2705260"></a><h3>
<a name="id2705296"></a><h3>
<a name="gimp-table-attach-aligned"></a>gimp_table_attach_aligned ()</h3>
<a class="indexterm" name="id2705274"></a><pre class="programlisting"><a
<a class="indexterm" name="id2705310"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_table_attach_aligned (<a
href="../gtk/GtkTable.html"
@ -2272,9 +2272,9 @@ href="../gtk/GtkLabel.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2705583"></a><h3>
<a name="id2705619"></a><h3>
<a name="gimp-label-set-attributes"></a>gimp_label_set_attributes ()</h3>
<a class="indexterm" name="id2705600"></a><pre class="programlisting">void gimp_label_set_attributes (<a
<a class="indexterm" name="id2705636"></a><pre class="programlisting">void gimp_label_set_attributes (<a
href="../gtk/GtkLabel.html"
>GtkLabel</a> *label,
...);</pre>
@ -2322,9 +2322,9 @@ href="../gtk/GtkLabel.html"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2705719"></a><div class="refsect2" lang="en"><a name="id2705720"></a></div>
<a name="id2705755"></a><div class="refsect2" lang="en"><a name="id2705756"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2705721"></a></div>
<div class="refsect2" lang="en"><a name="id2705757"></a></div>
</div>
</div>
</body>

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584472" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614111" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2676163" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2680066" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-gimpoldwidgets"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2584472"></a><span class="refentrytitle">gimpoldwidgets</span>
<a name="id2614111"></a><span class="refentrytitle">gimpoldwidgets</span>
</h2>
<p>gimpoldwidgets &#8212; Old API that is still available but declared as deprecated.</p>
</td>
@ -143,17 +143,17 @@ href="../glib/glib-Basic-Types.html#gpointer"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2676163"></a><h2>Description</h2>
<a name="id2680066"></a><h2>Description</h2>
<p>
These functions are not defined if you #define GIMP_DISABLE_DEPRECATED.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2676179"></a><h2>Details</h2>
<a name="id2680083"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2676190"></a><h3>
<a name="id2680093"></a><h3>
<a name="gimp-int-option-menu-new"></a>gimp_int_option_menu_new ()</h3>
<a class="indexterm" name="id2676204"></a><pre class="programlisting"><a
<a class="indexterm" name="id2680107"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_int_option_menu_new (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -237,9 +237,9 @@ href="../gtk/GtkMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680432"></a><h3>
<a name="id2678475"></a><h3>
<a name="gimp-int-option-menu-set-history"></a>gimp_int_option_menu_set_history ()</h3>
<a class="indexterm" name="id2680445"></a><pre class="programlisting">void gimp_int_option_menu_set_history (<a
<a class="indexterm" name="id2678490"></a><pre class="programlisting">void gimp_int_option_menu_set_history (<a
href="../gtk/GtkOptionMenu.html"
>GtkOptionMenu</a> *option_menu,
<a
@ -282,9 +282,9 @@ href="../gtk/GtkOptionMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2698499"></a><h3>
<a name="id2678641"></a><h3>
<a name="GimpIntOptionMenuSensitivityCallback"></a>GimpIntOptionMenuSensitivityCallback ()</h3>
<a class="indexterm" name="id2698515"></a><pre class="programlisting"><a
<a class="indexterm" name="id2678655"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> (*GimpIntOptionMenuSensitivityCallback)
(<a
@ -325,9 +325,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2698608"></a><h3>
<a name="id2682842"></a><h3>
<a name="gimp-int-option-menu-set-sensitive"></a>gimp_int_option_menu_set_sensitive ()</h3>
<a class="indexterm" name="id2698622"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive (<a
<a class="indexterm" name="id2682858"></a><pre class="programlisting">void gimp_int_option_menu_set_sensitive (<a
href="../gtk/GtkOptionMenu.html"
>GtkOptionMenu</a> *option_menu,
<a class="link" href="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback">GimpIntOptionMenuSensitivityCallback</a> callback,
@ -374,9 +374,9 @@ href="../gtk/GtkOptionMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2676007"></a><h3>
<a name="id2683027"></a><h3>
<a name="gimp-option-menu-new"></a>gimp_option_menu_new ()</h3>
<a class="indexterm" name="id2676020"></a><pre class="programlisting"><a
<a class="indexterm" name="id2683040"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_option_menu_new (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -428,9 +428,9 @@ href="../gtk/GtkMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680982"></a><h3>
<a name="id2683196"></a><h3>
<a name="gimp-option-menu-new2"></a>gimp_option_menu_new2 ()</h3>
<a class="indexterm" name="id2680995"></a><pre class="programlisting"><a
<a class="indexterm" name="id2683210"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_option_menu_new2 (<a
href="../glib/glib-Basic-Types.html#gboolean"
@ -510,9 +510,9 @@ href="../gtk/GtkMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2699680"></a><h3>
<a name="id2680262"></a><h3>
<a name="gimp-option-menu-set-history"></a>gimp_option_menu_set_history ()</h3>
<a class="indexterm" name="id2699695"></a><pre class="programlisting">void gimp_option_menu_set_history (<a
<a class="indexterm" name="id2680278"></a><pre class="programlisting">void gimp_option_menu_set_history (<a
href="../gtk/GtkOptionMenu.html"
>GtkOptionMenu</a> *option_menu,
<a
@ -555,9 +555,9 @@ href="../gtk/GtkOptionMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2699851"></a><h3>
<a name="id2680434"></a><h3>
<a name="GimpOptionMenuSensitivityCallback"></a>GimpOptionMenuSensitivityCallback ()</h3>
<a class="indexterm" name="id2699867"></a><pre class="programlisting"><a
<a class="indexterm" name="id2680450"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> (*GimpOptionMenuSensitivityCallback)
(<a
@ -598,9 +598,9 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2699959"></a><h3>
<a name="id2680542"></a><h3>
<a name="gimp-option-menu-set-sensitive"></a>gimp_option_menu_set_sensitive ()</h3>
<a class="indexterm" name="id2681355"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (<a
<a class="indexterm" name="id2680557"></a><pre class="programlisting">void gimp_option_menu_set_sensitive (<a
href="../gtk/GtkOptionMenu.html"
>GtkOptionMenu</a> *option_menu,
<a class="link" href="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback">GimpOptionMenuSensitivityCallback</a> callback,
@ -645,9 +645,9 @@ href="../gtk/GtkOptionMenu.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2681509"></a><h3>
<a name="id2680711"></a><h3>
<a name="gimp-menu-item-update"></a>gimp_menu_item_update ()</h3>
<a class="indexterm" name="id2681522"></a><pre class="programlisting">void gimp_menu_item_update (<a
<a class="indexterm" name="id2680725"></a><pre class="programlisting">void gimp_menu_item_update (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a
@ -685,15 +685,15 @@ href="../glib/glib-Basic-Types.html#gint"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2681628"></a><h2>See Also</h2>
<a name="id2698591"></a><h2>See Also</h2>
<p>
GimpIntComboBox
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2681639"></a><div class="refsect2" lang="en"><a name="id2681640"></a></div>
<a name="id2698602"></a><div class="refsect2" lang="en"><a name="id2698604"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2681641"></a></div>
<div class="refsect2" lang="en"><a name="id2698605"></a></div>
</div>
</div>
</body>

View File

@ -37,49 +37,49 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpFileEntry, <a class="indexterm" href="GimpFileEntry.html#id2577818">GimpFileEntry</a>
<dt>GimpFileEntry, <a class="indexterm" href="GimpFileEntry.html#id2626844">GimpFileEntry</a>
</dt>
<dt>GimpIntOptionMenuSensitivityCallback, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2698499">GimpIntOptionMenuSensitivityCallback ()</a>
<dt>GimpIntOptionMenuSensitivityCallback, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2678641">GimpIntOptionMenuSensitivityCallback ()</a>
</dt>
<dt>GimpOptionMenuSensitivityCallback, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2699851">GimpOptionMenuSensitivityCallback ()</a>
<dt>GimpOptionMenuSensitivityCallback, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680434">GimpOptionMenuSensitivityCallback ()</a>
</dt>
<dt>GimpPixmap, <a class="indexterm" href="GimpPixmap.html#id2637721">GimpPixmap</a>
<dt>GimpPixmap, <a class="indexterm" href="GimpPixmap.html#id2636580">GimpPixmap</a>
</dt>
<dt>gimp_color_display_new, <a class="indexterm" href="GimpColorDisplay.html#id2652527">gimp_color_display_new ()</a>
<dt>gimp_color_display_new, <a class="indexterm" href="GimpColorDisplay.html#id2660068">gimp_color_display_new ()</a>
</dt>
<dt>gimp_file_entry_get_filename, <a class="indexterm" href="GimpFileEntry.html#id2578050">gimp_file_entry_get_filename ()</a>
<dt>gimp_file_entry_get_filename, <a class="indexterm" href="GimpFileEntry.html#id2629344">gimp_file_entry_get_filename ()</a>
</dt>
<dt>gimp_file_entry_new, <a class="indexterm" href="GimpFileEntry.html#id2577857">gimp_file_entry_new ()</a>
<dt>gimp_file_entry_new, <a class="indexterm" href="GimpFileEntry.html#id2626885">gimp_file_entry_new ()</a>
</dt>
<dt>gimp_file_entry_set_filename, <a class="indexterm" href="GimpFileEntry.html#id2628705">gimp_file_entry_set_filename ()</a>
<dt>gimp_file_entry_set_filename, <a class="indexterm" href="GimpFileEntry.html#id2631165">gimp_file_entry_set_filename ()</a>
</dt>
<dt>gimp_int_option_menu_new, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2676190">gimp_int_option_menu_new ()</a>
<dt>gimp_int_option_menu_new, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680093">gimp_int_option_menu_new ()</a>
</dt>
<dt>gimp_int_option_menu_set_history, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680432">gimp_int_option_menu_set_history ()</a>
<dt>gimp_int_option_menu_set_history, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2678475">gimp_int_option_menu_set_history ()</a>
</dt>
<dt>gimp_int_option_menu_set_sensitive, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2698608">gimp_int_option_menu_set_sensitive ()</a>
<dt>gimp_int_option_menu_set_sensitive, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2682842">gimp_int_option_menu_set_sensitive ()</a>
</dt>
<dt>gimp_menu_item_update, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2681509">gimp_menu_item_update ()</a>
<dt>gimp_menu_item_update, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680711">gimp_menu_item_update ()</a>
</dt>
<dt>gimp_option_menu_new, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2676007">gimp_option_menu_new ()</a>
<dt>gimp_option_menu_new, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2683027">gimp_option_menu_new ()</a>
</dt>
<dt>gimp_option_menu_new2, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680982">gimp_option_menu_new2 ()</a>
<dt>gimp_option_menu_new2, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2683196">gimp_option_menu_new2 ()</a>
</dt>
<dt>gimp_option_menu_set_history, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2699680">gimp_option_menu_set_history ()</a>
<dt>gimp_option_menu_set_history, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680262">gimp_option_menu_set_history ()</a>
</dt>
<dt>gimp_option_menu_set_sensitive, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2699959">gimp_option_menu_set_sensitive ()</a>
<dt>gimp_option_menu_set_sensitive, <a class="indexterm" href="libgimpwidgets-gimpoldwidgets.html#id2680542">gimp_option_menu_set_sensitive ()</a>
</dt>
<dt>gimp_pixmap_button_new, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2704147">gimp_pixmap_button_new ()</a>
<dt>gimp_pixmap_button_new, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2704223">gimp_pixmap_button_new ()</a>
</dt>
<dt>gimp_pixmap_new, <a class="indexterm" href="GimpPixmap.html#id2637762">gimp_pixmap_new ()</a>
<dt>gimp_pixmap_new, <a class="indexterm" href="GimpPixmap.html#id2636620">gimp_pixmap_new ()</a>
</dt>
<dt>gimp_pixmap_set, <a class="indexterm" href="GimpPixmap.html#id2637864">gimp_pixmap_set ()</a>
<dt>gimp_pixmap_set, <a class="indexterm" href="GimpPixmap.html#id2636723">gimp_pixmap_set ()</a>
</dt>
<dt>GIMP_STOCK_INDEXED_PALETTE, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2686552">GIMP_STOCK_INDEXED_PALETTE</a>
<dt>GIMP_STOCK_INDEXED_PALETTE, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2686606">GIMP_STOCK_INDEXED_PALETTE</a>
</dt>
<dt>GIMP_STOCK_QMASK_OFF, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2692494">GIMP_STOCK_QMASK_OFF</a>
<dt>GIMP_STOCK_QMASK_OFF, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2692548">GIMP_STOCK_QMASK_OFF</a>
</dt>
<dt>GIMP_STOCK_QMASK_ON, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2692448">GIMP_STOCK_QMASK_ON</a>
<dt>GIMP_STOCK_QMASK_ON, <a class="indexterm" href="libgimpwidgets-GimpStock.html#id2692502">GIMP_STOCK_QMASK_ON</a>
</dt>
</dl>
</div></div>

View File

@ -38,73 +38,73 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_cell_renderer_color_new, <a class="indexterm" href="GimpCellRendererColor.html#id2650006">gimp_cell_renderer_color_new ()</a>
<dt>gimp_cell_renderer_color_new, <a class="indexterm" href="GimpCellRendererColor.html#id2656134">gimp_cell_renderer_color_new ()</a>
</dt>
<dt>gimp_cell_renderer_toggle_clicked, <a class="indexterm" href="GimpCellRendererToggle.html#id2660298">gimp_cell_renderer_toggle_clicked ()</a>
<dt>gimp_cell_renderer_toggle_clicked, <a class="indexterm" href="GimpCellRendererToggle.html#id2660495">gimp_cell_renderer_toggle_clicked ()</a>
</dt>
<dt>gimp_cell_renderer_toggle_new, <a class="indexterm" href="GimpCellRendererToggle.html#id2660191">gimp_cell_renderer_toggle_new ()</a>
<dt>gimp_cell_renderer_toggle_new, <a class="indexterm" href="GimpCellRendererToggle.html#id2660387">gimp_cell_renderer_toggle_new ()</a>
</dt>
<dt>gimp_color_hex_entry_get_color, <a class="indexterm" href="GimpColorHexEntry.html#id2578512">gimp_color_hex_entry_get_color ()</a>
<dt>gimp_color_hex_entry_get_color, <a class="indexterm" href="GimpColorHexEntry.html#id2595283">gimp_color_hex_entry_get_color ()</a>
</dt>
<dt>gimp_color_hex_entry_new, <a class="indexterm" href="GimpColorHexEntry.html#id2615288">gimp_color_hex_entry_new ()</a>
<dt>gimp_color_hex_entry_new, <a class="indexterm" href="GimpColorHexEntry.html#id2594020">gimp_color_hex_entry_new ()</a>
</dt>
<dt>gimp_color_hex_entry_set_color, <a class="indexterm" href="GimpColorHexEntry.html#id2615356">gimp_color_hex_entry_set_color ()</a>
<dt>gimp_color_hex_entry_set_color, <a class="indexterm" href="GimpColorHexEntry.html#id2594088">gimp_color_hex_entry_set_color ()</a>
</dt>
<dt>gimp_dialogs_show_help_button, <a class="indexterm" href="GimpDialog.html#id2628388">gimp_dialogs_show_help_button ()</a>
<dt>gimp_dialogs_show_help_button, <a class="indexterm" href="GimpDialog.html#id2628054">gimp_dialogs_show_help_button ()</a>
</dt>
<dt>gimp_frame_new, <a class="indexterm" href="GimpFrame.html#id2630434">gimp_frame_new ()</a>
<dt>gimp_frame_new, <a class="indexterm" href="GimpFrame.html#id2625875">gimp_frame_new ()</a>
</dt>
<dt>gimp_int_combo_box_append, <a class="indexterm" href="GimpIntComboBox.html#id2634360">gimp_int_combo_box_append ()</a>
<dt>gimp_int_combo_box_append, <a class="indexterm" href="GimpIntComboBox.html#id2633840">gimp_int_combo_box_append ()</a>
</dt>
<dt>gimp_int_combo_box_connect, <a class="indexterm" href="GimpIntComboBox.html#id2634777">gimp_int_combo_box_connect ()</a>
<dt>gimp_int_combo_box_connect, <a class="indexterm" href="GimpIntComboBox.html#id2634257">gimp_int_combo_box_connect ()</a>
</dt>
<dt>gimp_int_combo_box_get_active, <a class="indexterm" href="GimpIntComboBox.html#id2634634">gimp_int_combo_box_get_active ()</a>
<dt>gimp_int_combo_box_get_active, <a class="indexterm" href="GimpIntComboBox.html#id2634113">gimp_int_combo_box_get_active ()</a>
</dt>
<dt>gimp_int_combo_box_new, <a class="indexterm" href="GimpIntComboBox.html#id2629616">gimp_int_combo_box_new ()</a>
<dt>gimp_int_combo_box_new, <a class="indexterm" href="GimpIntComboBox.html#id2631634">gimp_int_combo_box_new ()</a>
</dt>
<dt>gimp_int_combo_box_new_array, <a class="indexterm" href="GimpIntComboBox.html#id2634118">gimp_int_combo_box_new_array ()</a>
<dt>gimp_int_combo_box_new_array, <a class="indexterm" href="GimpIntComboBox.html#id2633582">gimp_int_combo_box_new_array ()</a>
</dt>
<dt>gimp_int_combo_box_new_valist, <a class="indexterm" href="GimpIntComboBox.html#id2629912">gimp_int_combo_box_new_valist ()</a>
<dt>gimp_int_combo_box_new_valist, <a class="indexterm" href="GimpIntComboBox.html#id2633437">gimp_int_combo_box_new_valist ()</a>
</dt>
<dt>gimp_int_combo_box_prepend, <a class="indexterm" href="GimpIntComboBox.html#id2634232">gimp_int_combo_box_prepend ()</a>
<dt>gimp_int_combo_box_prepend, <a class="indexterm" href="GimpIntComboBox.html#id2633711">gimp_int_combo_box_prepend ()</a>
</dt>
<dt>gimp_int_combo_box_set_active, <a class="indexterm" href="GimpIntComboBox.html#id2634490">gimp_int_combo_box_set_active ()</a>
<dt>gimp_int_combo_box_set_active, <a class="indexterm" href="GimpIntComboBox.html#id2633969">gimp_int_combo_box_set_active ()</a>
</dt>
<dt>gimp_int_store_lookup_by_value, <a class="indexterm" href="GimpIntStore.html#id2631091">gimp_int_store_lookup_by_value ()</a>
<dt>gimp_int_store_lookup_by_value, <a class="indexterm" href="GimpIntStore.html#id2633270">gimp_int_store_lookup_by_value ()</a>
</dt>
<dt>gimp_int_store_new, <a class="indexterm" href="GimpIntStore.html#id2629039">gimp_int_store_new ()</a>
<dt>gimp_int_store_new, <a class="indexterm" href="GimpIntStore.html#id2633185">gimp_int_store_new ()</a>
</dt>
<dt>gimp_label_set_attributes, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2705583">gimp_label_set_attributes ()</a>
<dt>gimp_label_set_attributes, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2705619">gimp_label_set_attributes ()</a>
</dt>
<dt>gimp_offset_area_set_pixbuf, <a class="indexterm" href="GimpOffsetArea.html#id2632584">gimp_offset_area_set_pixbuf ()</a>
<dt>gimp_offset_area_set_pixbuf, <a class="indexterm" href="GimpOffsetArea.html#id2639116">gimp_offset_area_set_pixbuf ()</a>
</dt>
<dt>gimp_preview_area_menu_popup, <a class="indexterm" href="GimpPreviewArea.html#id2649286">gimp_preview_area_menu_popup ()</a>
<dt>gimp_preview_area_menu_popup, <a class="indexterm" href="GimpPreviewArea.html#id2648387">gimp_preview_area_menu_popup ()</a>
</dt>
<dt>gimp_preview_area_set_max_size, <a class="indexterm" href="GimpPreviewArea.html#id2649164">gimp_preview_area_set_max_size ()</a>
<dt>gimp_preview_area_set_max_size, <a class="indexterm" href="GimpPreviewArea.html#id2648252">gimp_preview_area_set_max_size ()</a>
</dt>
<dt>gimp_preview_area_set_offsets, <a class="indexterm" href="GimpPreviewArea.html#id2648908">gimp_preview_area_set_offsets ()</a>
<dt>gimp_preview_area_set_offsets, <a class="indexterm" href="GimpPreviewArea.html#id2647968">gimp_preview_area_set_offsets ()</a>
</dt>
<dt>gimp_preview_draw, <a class="indexterm" href="GimpPreview.html#id2651298">gimp_preview_draw ()</a>
<dt>gimp_preview_draw, <a class="indexterm" href="GimpPreview.html#id2650771">gimp_preview_draw ()</a>
</dt>
<dt>gimp_preview_draw_buffer, <a class="indexterm" href="GimpPreview.html#id2651394">gimp_preview_draw_buffer ()</a>
<dt>gimp_preview_draw_buffer, <a class="indexterm" href="GimpPreview.html#id2650879">gimp_preview_draw_buffer ()</a>
</dt>
<dt>gimp_preview_get_position, <a class="indexterm" href="GimpPreview.html#id2650761">gimp_preview_get_position ()</a>
<dt>gimp_preview_get_position, <a class="indexterm" href="GimpPreview.html#id2650192">gimp_preview_get_position ()</a>
</dt>
<dt>gimp_preview_get_size, <a class="indexterm" href="GimpPreview.html#id2650644">gimp_preview_get_size ()</a>
<dt>gimp_preview_get_size, <a class="indexterm" href="GimpPreview.html#id2650071">gimp_preview_get_size ()</a>
</dt>
<dt>gimp_preview_get_update, <a class="indexterm" href="GimpPreview.html#id2647501">gimp_preview_get_update ()</a>
<dt>gimp_preview_get_update, <a class="indexterm" href="GimpPreview.html#id2640453">gimp_preview_get_update ()</a>
</dt>
<dt>gimp_preview_invalidate, <a class="indexterm" href="GimpPreview.html#id2651510">gimp_preview_invalidate ()</a>
<dt>gimp_preview_invalidate, <a class="indexterm" href="GimpPreview.html#id2651009">gimp_preview_invalidate ()</a>
</dt>
<dt>gimp_preview_set_bounds, <a class="indexterm" href="GimpPreview.html#id2647707">gimp_preview_set_bounds ()</a>
<dt>gimp_preview_set_bounds, <a class="indexterm" href="GimpPreview.html#id2649894">gimp_preview_set_bounds ()</a>
</dt>
<dt>gimp_preview_set_default_cursor, <a class="indexterm" href="GimpPreview.html#id2651602">gimp_preview_set_default_cursor ()</a>
<dt>gimp_preview_set_default_cursor, <a class="indexterm" href="GimpPreview.html#id2651110">gimp_preview_set_default_cursor ()</a>
</dt>
<dt>gimp_preview_set_update, <a class="indexterm" href="GimpPreview.html#id2647588">gimp_preview_set_update ()</a>
<dt>gimp_preview_set_update, <a class="indexterm" href="GimpPreview.html#id2649775">gimp_preview_set_update ()</a>
</dt>
<dt>gimp_scale_entry_get_logarithmic, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2702519">gimp_scale_entry_get_logarithmic ()</a>
<dt>gimp_scale_entry_get_logarithmic, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2702747">gimp_scale_entry_get_logarithmic ()</a>
</dt>
<dt>gimp_scale_entry_set_logarithmic, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2702415">gimp_scale_entry_set_logarithmic ()</a>
<dt>gimp_scale_entry_set_logarithmic, <a class="indexterm" href="libgimpwidgets-GimpWidgets.html#id2702643">gimp_scale_entry_set_logarithmic ()</a>
</dt>
</dl>
</div></div>

View File

@ -38,197 +38,197 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpChainButton:position, <a class="indexterm" href="GimpChainButton.html#id2579929">The "position" property</a>
<dt>GimpChainButton:position, <a class="indexterm" href="GimpChainButton.html#id2591964">The "position" property</a>
</dt>
<dt>GimpColorArea:color, <a class="indexterm" href="GimpColorArea.html#id2619429">The "color" property</a>
<dt>GimpColorArea:color, <a class="indexterm" href="GimpColorArea.html#id2618809">The "color" property</a>
</dt>
<dt>GimpColorArea:draw-border, <a class="indexterm" href="GimpColorArea.html#id2619511">The "draw-border" property</a>
<dt>GimpColorArea:draw-border, <a class="indexterm" href="GimpColorArea.html#id2618890">The "draw-border" property</a>
</dt>
<dt>GimpColorArea:type, <a class="indexterm" href="GimpColorArea.html#id2619541">The "type" property</a>
<dt>GimpColorArea:type, <a class="indexterm" href="GimpColorArea.html#id2618940">The "type" property</a>
</dt>
<dt>GimpColorButton:color, <a class="indexterm" href="GimpColorButton.html#id2621336">The "color" property</a>
<dt>GimpColorButton:color, <a class="indexterm" href="GimpColorButton.html#id2621058">The "color" property</a>
</dt>
<dt>GimpColorButton:continuous-update, <a class="indexterm" href="GimpColorButton.html#id2621383">The "continuous-update" property</a>
<dt>GimpColorButton:continuous-update, <a class="indexterm" href="GimpColorButton.html#id2621104">The "continuous-update" property</a>
</dt>
<dt>GimpColorButton:title, <a class="indexterm" href="GimpColorButton.html#id2621435">The "title" property</a>
<dt>GimpColorButton:title, <a class="indexterm" href="GimpColorButton.html#id2621155">The "title" property</a>
</dt>
<dt>GimpColorButton:type, <a class="indexterm" href="GimpColorButton.html#id2621486">The "type" property</a>
<dt>GimpColorButton:type, <a class="indexterm" href="GimpColorButton.html#id2621205">The "type" property</a>
</dt>
<dt>GimpColorProfileComboBox:dialog, <a class="indexterm" href="GimpColorProfileComboBox.html#id2626177">The "dialog" property</a>
<dt>GimpColorProfileComboBox:dialog, <a class="indexterm" href="GimpColorProfileComboBox.html#id2625486">The "dialog" property</a>
</dt>
<dt>GimpColorProfileComboBox:model, <a class="indexterm" href="GimpColorProfileComboBox.html#id2626228">The "model" property</a>
<dt>GimpColorProfileComboBox:model, <a class="indexterm" href="GimpColorProfileComboBox.html#id2625543">The "model" property</a>
</dt>
<dt>GimpColorProfileStore:history, <a class="indexterm" href="GimpColorProfileStore.html#id2621705">The "history" property</a>
<dt>GimpColorProfileStore:history, <a class="indexterm" href="GimpColorProfileStore.html#id2623351">The "history" property</a>
</dt>
<dt>GimpEnumStore:enum-type, <a class="indexterm" href="GimpEnumStore.html#id2609832">The "enum-type" property</a>
<dt>GimpEnumStore:enum-type, <a class="indexterm" href="GimpEnumStore.html#id2628640">The "enum-type" property</a>
</dt>
<dt>GimpIntComboBox:ellipsize, <a class="indexterm" href="GimpIntComboBox.html#id2635221">The "ellipsize" property</a>
<dt>GimpIntComboBox:ellipsize, <a class="indexterm" href="GimpIntComboBox.html#id2634699">The "ellipsize" property</a>
</dt>
<dt>GimpIntStore:user-data-type, <a class="indexterm" href="GimpIntStore.html#id2631282">The "user-data-type" property</a>
<dt>GimpIntStore:user-data-type, <a class="indexterm" href="GimpIntStore.html#id2629871">The "user-data-type" property</a>
</dt>
<dt>GimpPageSelector::activate, <a class="indexterm" href="GimpPageSelector.html#id2644476">The "activate" signal</a>
<dt>GimpPageSelector::activate, <a class="indexterm" href="GimpPageSelector.html#id2643525">The "activate" signal</a>
</dt>
<dt>GimpPageSelector::selection-changed, <a class="indexterm" href="GimpPageSelector.html#id2644560">The "selection-changed" signal</a>
<dt>GimpPageSelector::selection-changed, <a class="indexterm" href="GimpPageSelector.html#id2645195">The "selection-changed" signal</a>
</dt>
<dt>GimpPageSelector:n-pages, <a class="indexterm" href="GimpPageSelector.html#id2644372">The "n-pages" property</a>
<dt>GimpPageSelector:n-pages, <a class="indexterm" href="GimpPageSelector.html#id2643409">The "n-pages" property</a>
</dt>
<dt>GimpPageSelector:target, <a class="indexterm" href="GimpPageSelector.html#id2644420">The "target" property</a>
<dt>GimpPageSelector:target, <a class="indexterm" href="GimpPageSelector.html#id2643462">The "target" property</a>
</dt>
<dt>GimpStringComboBox:ellipsize, <a class="indexterm" href="GimpStringComboBox.html#id2652451">The "ellipsize" property</a>
<dt>GimpStringComboBox:ellipsize, <a class="indexterm" href="GimpStringComboBox.html#id2649517">The "ellipsize" property</a>
</dt>
<dt>GimpStringComboBox:id-column, <a class="indexterm" href="GimpStringComboBox.html#id2652504">The "id-column" property</a>
<dt>GimpStringComboBox:id-column, <a class="indexterm" href="GimpStringComboBox.html#id2649571">The "id-column" property</a>
</dt>
<dt>gimp_browser_add_search_types, <a class="indexterm" href="GimpBrowser.html#id2581822">gimp_browser_add_search_types ()</a>
<dt>gimp_browser_add_search_types, <a class="indexterm" href="GimpBrowser.html#id2551268">gimp_browser_add_search_types ()</a>
</dt>
<dt>gimp_browser_new, <a class="indexterm" href="GimpBrowser.html#id2527602">gimp_browser_new ()</a>
<dt>gimp_browser_new, <a class="indexterm" href="GimpBrowser.html#id2551192">gimp_browser_new ()</a>
</dt>
<dt>gimp_browser_set_widget, <a class="indexterm" href="GimpBrowser.html#id2581975">gimp_browser_set_widget ()</a>
<dt>gimp_browser_set_widget, <a class="indexterm" href="GimpBrowser.html#id2577133">gimp_browser_set_widget ()</a>
</dt>
<dt>gimp_browser_show_message, <a class="indexterm" href="GimpBrowser.html#id2611655">gimp_browser_show_message ()</a>
<dt>gimp_browser_show_message, <a class="indexterm" href="GimpBrowser.html#id2577246">gimp_browser_show_message ()</a>
</dt>
<dt>gimp_color_display_get_config, <a class="indexterm" href="GimpColorDisplay.html#id2652848">gimp_color_display_get_config ()</a>
<dt>gimp_color_display_get_config, <a class="indexterm" href="GimpColorDisplay.html#id2662795">gimp_color_display_get_config ()</a>
</dt>
<dt>gimp_color_display_get_managed, <a class="indexterm" href="GimpColorDisplay.html#id2663077">gimp_color_display_get_managed ()</a>
<dt>gimp_color_display_get_managed, <a class="indexterm" href="GimpColorDisplay.html#id2662895">gimp_color_display_get_managed ()</a>
</dt>
<dt>gimp_color_profile_combo_box_add, <a class="indexterm" href="GimpColorProfileComboBox.html#id2620014">gimp_color_profile_combo_box_add ()</a>
<dt>gimp_color_profile_combo_box_add, <a class="indexterm" href="GimpColorProfileComboBox.html#id2582628">gimp_color_profile_combo_box_add ()</a>
</dt>
<dt>gimp_color_profile_combo_box_get_active, <a class="indexterm" href="GimpColorProfileComboBox.html#id2626090">gimp_color_profile_combo_box_get_active ()</a>
<dt>gimp_color_profile_combo_box_get_active, <a class="indexterm" href="GimpColorProfileComboBox.html#id2625371">gimp_color_profile_combo_box_get_active ()</a>
</dt>
<dt>gimp_color_profile_combo_box_new, <a class="indexterm" href="GimpColorProfileComboBox.html#id2576877">gimp_color_profile_combo_box_new ()</a>
<dt>gimp_color_profile_combo_box_new, <a class="indexterm" href="GimpColorProfileComboBox.html#id2623824">gimp_color_profile_combo_box_new ()</a>
</dt>
<dt>gimp_color_profile_combo_box_new_with_model, <a class="indexterm" href="GimpColorProfileComboBox.html#id2577019">gimp_color_profile_combo_box_new_with_model ()</a>
<dt>gimp_color_profile_combo_box_new_with_model, <a class="indexterm" href="GimpColorProfileComboBox.html#id2582478">gimp_color_profile_combo_box_new_with_model ()</a>
</dt>
<dt>gimp_color_profile_combo_box_set_active, <a class="indexterm" href="GimpColorProfileComboBox.html#id2620189">gimp_color_profile_combo_box_set_active ()</a>
<dt>gimp_color_profile_combo_box_set_active, <a class="indexterm" href="GimpColorProfileComboBox.html#id2625197">gimp_color_profile_combo_box_set_active ()</a>
</dt>
<dt>gimp_color_profile_store_add, <a class="indexterm" href="GimpColorProfileStore.html#id2622016">gimp_color_profile_store_add ()</a>
<dt>gimp_color_profile_store_add, <a class="indexterm" href="GimpColorProfileStore.html#id2624129">gimp_color_profile_store_add ()</a>
</dt>
<dt>gimp_color_profile_store_new, <a class="indexterm" href="GimpColorProfileStore.html#id2618918">gimp_color_profile_store_new ()</a>
<dt>gimp_color_profile_store_new, <a class="indexterm" href="GimpColorProfileStore.html#id2624001">gimp_color_profile_store_new ()</a>
</dt>
<dt>gimp_color_selection_set_config, <a class="indexterm" href="GimpColorSelection.html#id2624364">gimp_color_selection_set_config ()</a>
<dt>gimp_color_selection_set_config, <a class="indexterm" href="GimpColorSelection.html#id2622043">gimp_color_selection_set_config ()</a>
</dt>
<dt>gimp_color_selector_set_config, <a class="indexterm" href="GimpColorSelector.html#id2667039">gimp_color_selector_set_config ()</a>
<dt>gimp_color_selector_set_config, <a class="indexterm" href="GimpColorSelector.html#id2666923">gimp_color_selector_set_config ()</a>
</dt>
<dt>gimp_enum_combo_box_new, <a class="indexterm" href="GimpEnumComboBox.html#id2578954">gimp_enum_combo_box_new ()</a>
<dt>gimp_enum_combo_box_new, <a class="indexterm" href="GimpEnumComboBox.html#id2626306">gimp_enum_combo_box_new ()</a>
</dt>
<dt>gimp_enum_combo_box_new_with_model, <a class="indexterm" href="GimpEnumComboBox.html#id2626874">gimp_enum_combo_box_new_with_model ()</a>
<dt>gimp_enum_combo_box_new_with_model, <a class="indexterm" href="GimpEnumComboBox.html#id2630762">gimp_enum_combo_box_new_with_model ()</a>
</dt>
<dt>gimp_enum_combo_box_set_stock_prefix, <a class="indexterm" href="GimpEnumComboBox.html#id2626983">gimp_enum_combo_box_set_stock_prefix ()</a>
<dt>gimp_enum_combo_box_set_stock_prefix, <a class="indexterm" href="GimpEnumComboBox.html#id2630871">gimp_enum_combo_box_set_stock_prefix ()</a>
</dt>
<dt>gimp_enum_label_new, <a class="indexterm" href="GimpEnumLabel.html#id2624875">gimp_enum_label_new ()</a>
<dt>gimp_enum_label_new, <a class="indexterm" href="GimpEnumLabel.html#id2626246">gimp_enum_label_new ()</a>
</dt>
<dt>gimp_enum_label_set_value, <a class="indexterm" href="GimpEnumLabel.html#id2630113">gimp_enum_label_set_value ()</a>
<dt>gimp_enum_label_set_value, <a class="indexterm" href="GimpEnumLabel.html#id2630565">gimp_enum_label_set_value ()</a>
</dt>
<dt>gimp_enum_radio_box_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2672890">gimp_enum_radio_box_new ()</a>
<dt>gimp_enum_radio_box_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2671499">gimp_enum_radio_box_new ()</a>
</dt>
<dt>gimp_enum_radio_box_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2673088">gimp_enum_radio_box_new_with_range ()</a>
<dt>gimp_enum_radio_box_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2671697">gimp_enum_radio_box_new_with_range ()</a>
</dt>
<dt>gimp_enum_radio_frame_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2683588">gimp_enum_radio_frame_new ()</a>
<dt>gimp_enum_radio_frame_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2674644">gimp_enum_radio_frame_new ()</a>
</dt>
<dt>gimp_enum_radio_frame_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2671522">gimp_enum_radio_frame_new_with_range ()</a>
<dt>gimp_enum_radio_frame_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2674863">gimp_enum_radio_frame_new_with_range ()</a>
</dt>
<dt>gimp_enum_stock_box_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2671789">gimp_enum_stock_box_new ()</a>
<dt>gimp_enum_stock_box_new, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2675126">gimp_enum_stock_box_new ()</a>
</dt>
<dt>gimp_enum_stock_box_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2677262">gimp_enum_stock_box_new_with_range ()</a>
<dt>gimp_enum_stock_box_new_with_range, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2675359">gimp_enum_stock_box_new_with_range ()</a>
</dt>
<dt>gimp_enum_stock_box_set_child_padding, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2677540">gimp_enum_stock_box_set_child_padding ()</a>
<dt>gimp_enum_stock_box_set_child_padding, <a class="indexterm" href="libgimpwidgets-GimpEnumWidgets.html#id2679152">gimp_enum_stock_box_set_child_padding ()</a>
</dt>
<dt>gimp_enum_store_new, <a class="indexterm" href="GimpEnumStore.html#id2623415">gimp_enum_store_new ()</a>
<dt>gimp_enum_store_new, <a class="indexterm" href="GimpEnumStore.html#id2620247">gimp_enum_store_new ()</a>
</dt>
<dt>gimp_enum_store_new_with_range, <a class="indexterm" href="GimpEnumStore.html#id2626412">gimp_enum_store_new_with_range ()</a>
<dt>gimp_enum_store_new_with_range, <a class="indexterm" href="GimpEnumStore.html#id2577767">gimp_enum_store_new_with_range ()</a>
</dt>
<dt>gimp_enum_store_new_with_values, <a class="indexterm" href="GimpEnumStore.html#id2626579">gimp_enum_store_new_with_values ()</a>
<dt>gimp_enum_store_new_with_values, <a class="indexterm" href="GimpEnumStore.html#id2577937">gimp_enum_store_new_with_values ()</a>
</dt>
<dt>gimp_enum_store_new_with_values_valist, <a class="indexterm" href="GimpEnumStore.html#id2609532">gimp_enum_store_new_with_values_valist ()</a>
<dt>gimp_enum_store_new_with_values_valist, <a class="indexterm" href="GimpEnumStore.html#id2628342">gimp_enum_store_new_with_values_valist ()</a>
</dt>
<dt>gimp_enum_store_set_stock_prefix, <a class="indexterm" href="GimpEnumStore.html#id2609690">gimp_enum_store_set_stock_prefix ()</a>
<dt>gimp_enum_store_set_stock_prefix, <a class="indexterm" href="GimpEnumStore.html#id2628498">gimp_enum_store_set_stock_prefix ()</a>
</dt>
<dt>gimp_int_combo_box_set_sensitivity, <a class="indexterm" href="GimpIntComboBox.html#id2635016">gimp_int_combo_box_set_sensitivity ()</a>
<dt>gimp_int_combo_box_set_sensitivity, <a class="indexterm" href="GimpIntComboBox.html#id2634495">gimp_int_combo_box_set_sensitivity ()</a>
</dt>
<dt>gimp_number_pair_entry_get_aspect, <a class="indexterm" href="GimpNumberPairEntry.html#id2639440">gimp_number_pair_entry_get_aspect ()</a>
<dt>gimp_number_pair_entry_get_aspect, <a class="indexterm" href="GimpNumberPairEntry.html#id2637626">gimp_number_pair_entry_get_aspect ()</a>
</dt>
<dt>gimp_number_pair_entry_get_default_text, <a class="indexterm" href="GimpNumberPairEntry.html#id2640038">gimp_number_pair_entry_get_default_text ()</a>
<dt>gimp_number_pair_entry_get_default_text, <a class="indexterm" href="GimpNumberPairEntry.html#id2638279">gimp_number_pair_entry_get_default_text ()</a>
</dt>
<dt>gimp_number_pair_entry_get_default_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2639031">gimp_number_pair_entry_get_default_values ()</a>
<dt>gimp_number_pair_entry_get_default_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2637217">gimp_number_pair_entry_get_default_values ()</a>
</dt>
<dt>gimp_number_pair_entry_get_ratio, <a class="indexterm" href="GimpNumberPairEntry.html#id2639659">gimp_number_pair_entry_get_ratio ()</a>
<dt>gimp_number_pair_entry_get_ratio, <a class="indexterm" href="GimpNumberPairEntry.html#id2637845">gimp_number_pair_entry_get_ratio ()</a>
</dt>
<dt>gimp_number_pair_entry_get_user_override, <a class="indexterm" href="GimpNumberPairEntry.html#id2639841">gimp_number_pair_entry_get_user_override ()</a>
<dt>gimp_number_pair_entry_get_user_override, <a class="indexterm" href="GimpNumberPairEntry.html#id2638060">gimp_number_pair_entry_get_user_override ()</a>
</dt>
<dt>gimp_number_pair_entry_get_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2639289">gimp_number_pair_entry_get_values ()</a>
<dt>gimp_number_pair_entry_get_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2637475">gimp_number_pair_entry_get_values ()</a>
</dt>
<dt>gimp_number_pair_entry_new, <a class="indexterm" href="GimpNumberPairEntry.html#id2631826">gimp_number_pair_entry_new ()</a>
<dt>gimp_number_pair_entry_new, <a class="indexterm" href="GimpNumberPairEntry.html#id2636901">gimp_number_pair_entry_new ()</a>
</dt>
<dt>gimp_number_pair_entry_set_aspect, <a class="indexterm" href="GimpNumberPairEntry.html#id2639540">gimp_number_pair_entry_set_aspect ()</a>
<dt>gimp_number_pair_entry_set_aspect, <a class="indexterm" href="GimpNumberPairEntry.html#id2637726">gimp_number_pair_entry_set_aspect ()</a>
</dt>
<dt>gimp_number_pair_entry_set_default_text, <a class="indexterm" href="GimpNumberPairEntry.html#id2640131">gimp_number_pair_entry_set_default_text ()</a>
<dt>gimp_number_pair_entry_set_default_text, <a class="indexterm" href="GimpNumberPairEntry.html#id2638384">gimp_number_pair_entry_set_default_text ()</a>
</dt>
<dt>gimp_number_pair_entry_set_default_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2638912">gimp_number_pair_entry_set_default_values ()</a>
<dt>gimp_number_pair_entry_set_default_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2637091">gimp_number_pair_entry_set_default_values ()</a>
</dt>
<dt>gimp_number_pair_entry_set_ratio, <a class="indexterm" href="GimpNumberPairEntry.html#id2639737">gimp_number_pair_entry_set_ratio ()</a>
<dt>gimp_number_pair_entry_set_ratio, <a class="indexterm" href="GimpNumberPairEntry.html#id2637944">gimp_number_pair_entry_set_ratio ()</a>
</dt>
<dt>gimp_number_pair_entry_set_user_override, <a class="indexterm" href="GimpNumberPairEntry.html#id2639925">gimp_number_pair_entry_set_user_override ()</a>
<dt>gimp_number_pair_entry_set_user_override, <a class="indexterm" href="GimpNumberPairEntry.html#id2638154">gimp_number_pair_entry_set_user_override ()</a>
</dt>
<dt>gimp_number_pair_entry_set_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2639156">gimp_number_pair_entry_set_values ()</a>
<dt>gimp_number_pair_entry_set_values, <a class="indexterm" href="GimpNumberPairEntry.html#id2637342">gimp_number_pair_entry_set_values ()</a>
</dt>
<dt>gimp_page_selector_get_n_pages, <a class="indexterm" href="GimpPageSelector.html#id2633057">gimp_page_selector_get_n_pages ()</a>
<dt>gimp_page_selector_get_n_pages, <a class="indexterm" href="GimpPageSelector.html#id2641738">gimp_page_selector_get_n_pages ()</a>
</dt>
<dt>gimp_page_selector_get_page_label, <a class="indexterm" href="GimpPageSelector.html#id2643416">gimp_page_selector_get_page_label ()</a>
<dt>gimp_page_selector_get_page_label, <a class="indexterm" href="GimpPageSelector.html#id2642415">gimp_page_selector_get_page_label ()</a>
</dt>
<dt>gimp_page_selector_get_page_thumbnail, <a class="indexterm" href="GimpPageSelector.html#id2643159">gimp_page_selector_get_page_thumbnail ()</a>
<dt>gimp_page_selector_get_page_thumbnail, <a class="indexterm" href="GimpPageSelector.html#id2642158">gimp_page_selector_get_page_thumbnail ()</a>
</dt>
<dt>gimp_page_selector_get_selected_pages, <a class="indexterm" href="GimpPageSelector.html#id2644047">gimp_page_selector_get_selected_pages ()</a>
<dt>gimp_page_selector_get_selected_pages, <a class="indexterm" href="GimpPageSelector.html#id2643046">gimp_page_selector_get_selected_pages ()</a>
</dt>
<dt>gimp_page_selector_get_selected_range, <a class="indexterm" href="GimpPageSelector.html#id2644267">gimp_page_selector_get_selected_range ()</a>
<dt>gimp_page_selector_get_selected_range, <a class="indexterm" href="GimpPageSelector.html#id2643292">gimp_page_selector_get_selected_range ()</a>
</dt>
<dt>gimp_page_selector_get_target, <a class="indexterm" href="GimpPageSelector.html#id2642932">gimp_page_selector_get_target ()</a>
<dt>gimp_page_selector_get_target, <a class="indexterm" href="GimpPageSelector.html#id2641931">gimp_page_selector_get_target ()</a>
</dt>
<dt>gimp_page_selector_new, <a class="indexterm" href="GimpPageSelector.html#id2632880">gimp_page_selector_new ()</a>
<dt>gimp_page_selector_new, <a class="indexterm" href="GimpPageSelector.html#id2641561">gimp_page_selector_new ()</a>
</dt>
<dt>gimp_page_selector_page_is_selected, <a class="indexterm" href="GimpPageSelector.html#id2643916">gimp_page_selector_page_is_selected ()</a>
<dt>gimp_page_selector_page_is_selected, <a class="indexterm" href="GimpPageSelector.html#id2642915">gimp_page_selector_page_is_selected ()</a>
</dt>
<dt>gimp_page_selector_select_all, <a class="indexterm" href="GimpPageSelector.html#id2643549">gimp_page_selector_select_all ()</a>
<dt>gimp_page_selector_select_all, <a class="indexterm" href="GimpPageSelector.html#id2642548">gimp_page_selector_select_all ()</a>
</dt>
<dt>gimp_page_selector_select_page, <a class="indexterm" href="GimpPageSelector.html#id2643710">gimp_page_selector_select_page ()</a>
<dt>gimp_page_selector_select_page, <a class="indexterm" href="GimpPageSelector.html#id2642709">gimp_page_selector_select_page ()</a>
</dt>
<dt>gimp_page_selector_select_range, <a class="indexterm" href="GimpPageSelector.html#id2644172">gimp_page_selector_select_range ()</a>
<dt>gimp_page_selector_select_range, <a class="indexterm" href="GimpPageSelector.html#id2643171">gimp_page_selector_select_range ()</a>
</dt>
<dt>gimp_page_selector_set_n_pages, <a class="indexterm" href="GimpPageSelector.html#id2632955">gimp_page_selector_set_n_pages ()</a>
<dt>gimp_page_selector_set_n_pages, <a class="indexterm" href="GimpPageSelector.html#id2641636">gimp_page_selector_set_n_pages ()</a>
</dt>
<dt>gimp_page_selector_set_page_label, <a class="indexterm" href="GimpPageSelector.html#id2643292">gimp_page_selector_set_page_label ()</a>
<dt>gimp_page_selector_set_page_label, <a class="indexterm" href="GimpPageSelector.html#id2642291">gimp_page_selector_set_page_label ()</a>
</dt>
<dt>gimp_page_selector_set_page_thumbnail, <a class="indexterm" href="GimpPageSelector.html#id2643023">gimp_page_selector_set_page_thumbnail ()</a>
<dt>gimp_page_selector_set_page_thumbnail, <a class="indexterm" href="GimpPageSelector.html#id2642022">gimp_page_selector_set_page_thumbnail ()</a>
</dt>
<dt>gimp_page_selector_set_target, <a class="indexterm" href="GimpPageSelector.html#id2642837">gimp_page_selector_set_target ()</a>
<dt>gimp_page_selector_set_target, <a class="indexterm" href="GimpPageSelector.html#id2641830">gimp_page_selector_set_target ()</a>
</dt>
<dt>gimp_page_selector_unselect_all, <a class="indexterm" href="GimpPageSelector.html#id2643630">gimp_page_selector_unselect_all ()</a>
<dt>gimp_page_selector_unselect_all, <a class="indexterm" href="GimpPageSelector.html#id2642629">gimp_page_selector_unselect_all ()</a>
</dt>
<dt>gimp_page_selector_unselect_page, <a class="indexterm" href="GimpPageSelector.html#id2643813">gimp_page_selector_unselect_page ()</a>
<dt>gimp_page_selector_unselect_page, <a class="indexterm" href="GimpPageSelector.html#id2642812">gimp_page_selector_unselect_page ()</a>
</dt>
<dt>gimp_preview_get_area, <a class="indexterm" href="GimpPreview.html#id2651186">gimp_preview_get_area ()</a>
<dt>gimp_preview_get_area, <a class="indexterm" href="GimpPreview.html#id2650645">gimp_preview_get_area ()</a>
</dt>
<dt>gimp_preview_get_controls, <a class="indexterm" href="GimpPreview.html#id2651725">gimp_preview_get_controls ()</a>
<dt>gimp_preview_get_controls, <a class="indexterm" href="GimpPreview.html#id2651246">gimp_preview_get_controls ()</a>
</dt>
<dt>gimp_preview_transform, <a class="indexterm" href="GimpPreview.html#id2650882">gimp_preview_transform ()</a>
<dt>gimp_preview_transform, <a class="indexterm" href="GimpPreview.html#id2650314">gimp_preview_transform ()</a>
</dt>
<dt>gimp_preview_untransform, <a class="indexterm" href="GimpPreview.html#id2651048">gimp_preview_untransform ()</a>
<dt>gimp_preview_untransform, <a class="indexterm" href="GimpPreview.html#id2650479">gimp_preview_untransform ()</a>
</dt>
<dt>gimp_scrolled_preview_freeze, <a class="indexterm" href="GimpScrolledPreview.html#id2645113">gimp_scrolled_preview_freeze ()</a>
<dt>gimp_scrolled_preview_freeze, <a class="indexterm" href="GimpScrolledPreview.html#id2646481">gimp_scrolled_preview_freeze ()</a>
</dt>
<dt>gimp_scrolled_preview_set_policy, <a class="indexterm" href="GimpScrolledPreview.html#id2644992">gimp_scrolled_preview_set_policy ()</a>
<dt>gimp_scrolled_preview_set_policy, <a class="indexterm" href="GimpScrolledPreview.html#id2646361">gimp_scrolled_preview_set_policy ()</a>
</dt>
<dt>gimp_scrolled_preview_set_position, <a class="indexterm" href="GimpScrolledPreview.html#id2647348">gimp_scrolled_preview_set_position ()</a>
<dt>gimp_scrolled_preview_set_position, <a class="indexterm" href="GimpScrolledPreview.html#id2640666">gimp_scrolled_preview_set_position ()</a>
</dt>
<dt>gimp_scrolled_preview_thaw, <a class="indexterm" href="GimpScrolledPreview.html#id2646951">gimp_scrolled_preview_thaw ()</a>
<dt>gimp_scrolled_preview_thaw, <a class="indexterm" href="GimpScrolledPreview.html#id2646579">gimp_scrolled_preview_thaw ()</a>
</dt>
<dt>gimp_size_entry_set_activates_default, <a class="indexterm" href="GimpSizeEntry.html#id2659014">gimp_size_entry_set_activates_default ()</a>
<dt>gimp_size_entry_set_activates_default, <a class="indexterm" href="GimpSizeEntry.html#id2659305">gimp_size_entry_set_activates_default ()</a>
</dt>
<dt>gimp_size_entry_show_unit_menu, <a class="indexterm" href="GimpSizeEntry.html#id2658837">gimp_size_entry_show_unit_menu ()</a>
<dt>gimp_size_entry_show_unit_menu, <a class="indexterm" href="GimpSizeEntry.html#id2659129">gimp_size_entry_show_unit_menu ()</a>
</dt>
<dt>gimp_string_combo_box_get_active, <a class="indexterm" href="GimpStringComboBox.html#id2652335">gimp_string_combo_box_get_active ()</a>
<dt>gimp_string_combo_box_get_active, <a class="indexterm" href="GimpStringComboBox.html#id2655220">gimp_string_combo_box_get_active ()</a>
</dt>
<dt>gimp_string_combo_box_new, <a class="indexterm" href="GimpStringComboBox.html#id2650440">gimp_string_combo_box_new ()</a>
<dt>gimp_string_combo_box_new, <a class="indexterm" href="GimpStringComboBox.html#id2649235">gimp_string_combo_box_new ()</a>
</dt>
<dt>gimp_string_combo_box_set_active, <a class="indexterm" href="GimpStringComboBox.html#id2656045">gimp_string_combo_box_set_active ()</a>
<dt>gimp_string_combo_box_set_active, <a class="indexterm" href="GimpStringComboBox.html#id2655078">gimp_string_combo_box_set_active ()</a>
</dt>
</dl>
</div></div>

File diff suppressed because it is too large Load Diff

View File

@ -79,14 +79,14 @@
<function name="gimp_browser_set_widget ()" link="GimpBrowser.html#gimp-browser-set-widget"/>
<function name="gimp_browser_show_message ()" link="GimpBrowser.html#gimp-browser-show-message"/>
<function name="The &quot;search&quot; signal" link="GimpBrowser.html#GimpBrowser-search"/>
<function name="" link="GimpBrowser.html#id2616100"/>
<function name="" link="GimpBrowser.html#id2616101"/>
<function name="" link="GimpBrowser.html#id2611580"/>
<function name="" link="GimpBrowser.html#id2611581"/>
<function name="GimpButton" link="GimpButton.html#GimpButton-struct"/>
<function name="gimp_button_new ()" link="GimpButton.html#gimp-button-new"/>
<function name="gimp_button_extended_clicked ()" link="GimpButton.html#gimp-button-extended-clicked"/>
<function name="The &quot;extended-clicked&quot; signal" link="GimpButton.html#GimpButton-extended-clicked"/>
<function name="" link="GimpButton.html#id2592713"/>
<function name="" link="GimpButton.html#id2592714"/>
<function name="" link="GimpButton.html#id2616665"/>
<function name="" link="GimpButton.html#id2616666"/>
<function name="GimpChainButton" link="GimpChainButton.html#GimpChainButton-struct"/>
<function name="enum GimpChainPosition" link="GimpChainButton.html#GimpChainPosition"/>
<function name="gimp_chain_button_new ()" link="GimpChainButton.html#gimp-chain-button-new"/>
@ -94,8 +94,8 @@
<function name="gimp_chain_button_get_active ()" link="GimpChainButton.html#gimp-chain-button-get-active"/>
<function name="The &quot;position&quot; property" link="GimpChainButton.html#GimpChainButton--position"/>
<function name="The &quot;toggled&quot; signal" link="GimpChainButton.html#GimpChainButton-toggled"/>
<function name="" link="GimpChainButton.html#id2580111"/>
<function name="" link="GimpChainButton.html#id2580112"/>
<function name="" link="GimpChainButton.html#id2618298"/>
<function name="" link="GimpChainButton.html#id2618299"/>
<function name="GimpColorArea" link="GimpColorArea.html#GimpColorArea-struct"/>
<function name="enum GimpColorAreaType" link="GimpColorArea.html#GimpColorAreaType"/>
<function name="gimp_color_area_new ()" link="GimpColorArea.html#gimp-color-area-new"/>
@ -109,8 +109,8 @@
<function name="The &quot;draw-border&quot; property" link="GimpColorArea.html#GimpColorArea--draw-border"/>
<function name="The &quot;type&quot; property" link="GimpColorArea.html#GimpColorArea--type"/>
<function name="The &quot;color-changed&quot; signal" link="GimpColorArea.html#GimpColorArea-color-changed"/>
<function name="" link="GimpColorArea.html#id2619675"/>
<function name="" link="GimpColorArea.html#id2619676"/>
<function name="" link="GimpColorArea.html#id2619089"/>
<function name="" link="GimpColorArea.html#id2619090"/>
<function name="GimpColorButton" link="GimpColorButton.html#GimpColorButton-struct"/>
<function name="gimp_color_button_new ()" link="GimpColorButton.html#gimp-color-button-new"/>
<function name="gimp_color_button_set_color ()" link="GimpColorButton.html#gimp-color-button-set-color"/>
@ -124,21 +124,21 @@
<function name="The &quot;title&quot; property" link="GimpColorButton.html#GimpColorButton--title"/>
<function name="The &quot;type&quot; property" link="GimpColorButton.html#GimpColorButton--type"/>
<function name="The &quot;color-changed&quot; signal" link="GimpColorButton.html#GimpColorButton-color-changed"/>
<function name="" link="GimpColorButton.html#id2621654"/>
<function name="" link="GimpColorButton.html#id2621655"/>
<function name="" link="GimpColorButton.html#id2621374"/>
<function name="" link="GimpColorButton.html#id2621375"/>
<function name="GimpColorHexEntry" link="GimpColorHexEntry.html#GimpColorHexEntry-struct"/>
<function name="gimp_color_hex_entry_new ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-new"/>
<function name="gimp_color_hex_entry_set_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-set-color"/>
<function name="gimp_color_hex_entry_get_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-get-color"/>
<function name="The &quot;color-changed&quot; signal" link="GimpColorHexEntry.html#GimpColorHexEntry-color-changed"/>
<function name="" link="GimpColorHexEntry.html#id2603612"/>
<function name="" link="GimpColorHexEntry.html#id2603614"/>
<function name="" link="GimpColorHexEntry.html#id2579321"/>
<function name="" link="GimpColorHexEntry.html#id2579322"/>
<function name="GimpColorScale" link="GimpColorScale.html#GimpColorScale-struct"/>
<function name="gimp_color_scale_new ()" link="GimpColorScale.html#gimp-color-scale-new"/>
<function name="gimp_color_scale_set_channel ()" link="GimpColorScale.html#gimp-color-scale-set-channel"/>
<function name="gimp_color_scale_set_color ()" link="GimpColorScale.html#gimp-color-scale-set-color"/>
<function name="" link="GimpColorScale.html#id2578728"/>
<function name="" link="GimpColorScale.html#id2578729"/>
<function name="" link="GimpColorScale.html#id2613240"/>
<function name="" link="GimpColorScale.html#id2613241"/>
<function name="GimpColorSelection" link="GimpColorSelection.html#GimpColorSelection-struct"/>
<function name="gimp_color_selection_new ()" link="GimpColorSelection.html#gimp-color-selection-new"/>
<function name="gimp_color_selection_set_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-set-show-alpha"/>
@ -152,14 +152,14 @@
<function name="gimp_color_selection_set_config ()" link="GimpColorSelection.html#gimp-color-selection-set-config"/>
<function name="The &quot;config&quot; property" link="GimpColorSelection.html#GimpColorSelection--config"/>
<function name="The &quot;color-changed&quot; signal" link="GimpColorSelection.html#GimpColorSelection-color-changed"/>
<function name="" link="GimpColorSelection.html#id2624607"/>
<function name="" link="GimpColorSelection.html#id2624608"/>
<function name="" link="GimpColorSelection.html#id2622285"/>
<function name="" link="GimpColorSelection.html#id2622286"/>
<function name="GimpColorProfileStore" link="GimpColorProfileStore.html#GimpColorProfileStore-struct"/>
<function name="gimp_color_profile_store_new ()" link="GimpColorProfileStore.html#gimp-color-profile-store-new"/>
<function name="gimp_color_profile_store_add ()" link="GimpColorProfileStore.html#gimp-color-profile-store-add"/>
<function name="The &quot;history&quot; property" link="GimpColorProfileStore.html#GimpColorProfileStore--history"/>
<function name="" link="GimpColorProfileStore.html#id2621759"/>
<function name="" link="GimpColorProfileStore.html#id2621760"/>
<function name="" link="GimpColorProfileStore.html#id2582337"/>
<function name="" link="GimpColorProfileStore.html#id2582338"/>
<function name="GimpColorProfileComboBox" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct"/>
<function name="gimp_color_profile_combo_box_new ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new"/>
<function name="gimp_color_profile_combo_box_new_with_model ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model"/>
@ -168,8 +168,8 @@
<function name="gimp_color_profile_combo_box_get_active ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active"/>
<function name="The &quot;dialog&quot; property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog"/>
<function name="The &quot;model&quot; property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model"/>
<function name="" link="GimpColorProfileComboBox.html#id2626293"/>
<function name="" link="GimpColorProfileComboBox.html#id2626294"/>
<function name="" link="GimpColorProfileComboBox.html#id2625613"/>
<function name="" link="GimpColorProfileComboBox.html#id2625614"/>
<function name="GimpDialog" link="GimpDialog.html#GimpDialog-struct"/>
<function name="gimp_dialog_new ()" link="GimpDialog.html#gimp-dialog-new"/>
<function name="gimp_dialog_new_valist ()" link="GimpDialog.html#gimp-dialog-new-valist"/>
@ -180,8 +180,8 @@
<function name="gimp_dialogs_show_help_button ()" link="GimpDialog.html#gimp-dialogs-show-help-button"/>
<function name="The &quot;help-func&quot; property" link="GimpDialog.html#GimpDialog--help-func"/>
<function name="The &quot;help-id&quot; property" link="GimpDialog.html#GimpDialog--help-id"/>
<function name="" link="GimpDialog.html#id2628516"/>
<function name="" link="GimpDialog.html#id2628517"/>
<function name="" link="GimpDialog.html#id2628217"/>
<function name="" link="GimpDialog.html#id2628218"/>
<function name="GimpEnumStore" link="GimpEnumStore.html#GimpEnumStore-struct"/>
<function name="gimp_enum_store_new ()" link="GimpEnumStore.html#gimp-enum-store-new"/>
<function name="gimp_enum_store_new_with_range ()" link="GimpEnumStore.html#gimp-enum-store-new-with-range"/>
@ -189,36 +189,36 @@
<function name="gimp_enum_store_new_with_values_valist ()" link="GimpEnumStore.html#gimp-enum-store-new-with-values-valist"/>
<function name="gimp_enum_store_set_stock_prefix ()" link="GimpEnumStore.html#gimp-enum-store-set-stock-prefix"/>
<function name="The &quot;enum-type&quot; property" link="GimpEnumStore.html#GimpEnumStore--enum-type"/>
<function name="" link="GimpEnumStore.html#id2609888"/>
<function name="" link="GimpEnumStore.html#id2609889"/>
<function name="" link="GimpEnumStore.html#id2628696"/>
<function name="" link="GimpEnumStore.html#id2628697"/>
<function name="GimpEnumComboBox" link="GimpEnumComboBox.html#GimpEnumComboBox-struct"/>
<function name="gimp_enum_combo_box_new ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new"/>
<function name="gimp_enum_combo_box_new_with_model ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model"/>
<function name="gimp_enum_combo_box_set_stock_prefix ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"/>
<function name="The &quot;model&quot; property" link="GimpEnumComboBox.html#GimpEnumComboBox--model"/>
<function name="" link="GimpEnumComboBox.html#id2577678"/>
<function name="" link="GimpEnumComboBox.html#id2577679"/>
<function name="" link="GimpEnumComboBox.html#id2626104"/>
<function name="" link="GimpEnumComboBox.html#id2626105"/>
<function name="GimpEnumLabel" link="GimpEnumLabel.html#GimpEnumLabel-struct"/>
<function name="gimp_enum_label_new ()" link="GimpEnumLabel.html#gimp-enum-label-new"/>
<function name="gimp_enum_label_set_value ()" link="GimpEnumLabel.html#gimp-enum-label-set-value"/>
<function name="" link="GimpEnumLabel.html#id2630214"/>
<function name="" link="GimpEnumLabel.html#id2630216"/>
<function name="" link="GimpEnumLabel.html#id2628909"/>
<function name="" link="GimpEnumLabel.html#id2628910"/>
<function name="GimpFileEntry" link="GimpFileEntry.html#GimpFileEntry-struct"/>
<function name="gimp_file_entry_new ()" link="GimpFileEntry.html#gimp-file-entry-new"/>
<function name="gimp_file_entry_get_filename ()" link="GimpFileEntry.html#gimp-file-entry-get-filename"/>
<function name="gimp_file_entry_set_filename ()" link="GimpFileEntry.html#gimp-file-entry-set-filename"/>
<function name="The &quot;filename-changed&quot; signal" link="GimpFileEntry.html#GimpFileEntry-filename-changed"/>
<function name="" link="GimpFileEntry.html#id2628943"/>
<function name="" link="GimpFileEntry.html#id2628944"/>
<function name="" link="GimpFileEntry.html#id2631408"/>
<function name="" link="GimpFileEntry.html#id2631409"/>
<function name="GimpFrame" link="GimpFrame.html#GimpFrame-struct"/>
<function name="gimp_frame_new ()" link="GimpFrame.html#gimp-frame-new"/>
<function name="The &quot;label-bold&quot; style property" link="GimpFrame.html#GimpFrame--label-bold"/>
<function name="The &quot;label-spacing&quot; style property" link="GimpFrame.html#GimpFrame--label-spacing"/>
<function name="" link="GimpFrame.html#id2631471"/>
<function name="" link="GimpFrame.html#id2631472"/>
<function name="" link="GimpFrame.html#id2623014"/>
<function name="" link="GimpFrame.html#id2623015"/>
<function name="gimp_hint_box_new ()" link="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new"/>
<function name="" link="libgimpwidgets-GimpHintBox.html#id2631439"/>
<function name="" link="libgimpwidgets-GimpHintBox.html#id2631440"/>
<function name="" link="libgimpwidgets-GimpHintBox.html#id2622358"/>
<function name="" link="libgimpwidgets-GimpHintBox.html#id2622359"/>
<function name="GimpIntComboBox" link="GimpIntComboBox.html#GimpIntComboBox-struct"/>
<function name="GimpIntSensitivityFunc ()" link="GimpIntComboBox.html#GimpIntSensitivityFunc"/>
<function name="gimp_int_combo_box_new ()" link="GimpIntComboBox.html#gimp-int-combo-box-new"/>
@ -231,22 +231,22 @@
<function name="gimp_int_combo_box_connect ()" link="GimpIntComboBox.html#gimp-int-combo-box-connect"/>
<function name="gimp_int_combo_box_set_sensitivity ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity"/>
<function name="The &quot;ellipsize&quot; property" link="GimpIntComboBox.html#GimpIntComboBox--ellipsize"/>
<function name="" link="GimpIntComboBox.html#id2635276"/>
<function name="" link="GimpIntComboBox.html#id2635277"/>
<function name="" link="GimpIntComboBox.html#id2634753"/>
<function name="" link="GimpIntComboBox.html#id2634754"/>
<function name="GimpIntStore" link="GimpIntStore.html#GimpIntStore-struct"/>
<function name="enum GimpIntStoreColumns" link="GimpIntStore.html#GimpIntStoreColumns"/>
<function name="gimp_int_store_new ()" link="GimpIntStore.html#gimp-int-store-new"/>
<function name="gimp_int_store_lookup_by_value ()" link="GimpIntStore.html#gimp-int-store-lookup-by-value"/>
<function name="The &quot;user-data-type&quot; property" link="GimpIntStore.html#GimpIntStore--user-data-type"/>
<function name="" link="GimpIntStore.html#id2630670"/>
<function name="" link="GimpIntStore.html#id2630671"/>
<function name="" link="GimpIntStore.html#id2629933"/>
<function name="" link="GimpIntStore.html#id2629934"/>
<function name="GimpMemsizeEntry" link="GimpMemsizeEntry.html#GimpMemsizeEntry-struct"/>
<function name="gimp_memsize_entry_new ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-new"/>
<function name="gimp_memsize_entry_set_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-set-value"/>
<function name="gimp_memsize_entry_get_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-get-value"/>
<function name="The &quot;value-changed&quot; signal" link="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed"/>
<function name="" link="GimpMemsizeEntry.html#id2630801"/>
<function name="" link="GimpMemsizeEntry.html#id2630802"/>
<function name="" link="GimpMemsizeEntry.html#id2632196"/>
<function name="" link="GimpMemsizeEntry.html#id2632197"/>
<function name="GimpNumberPairEntry" link="GimpNumberPairEntry.html#GimpNumberPairEntry-struct"/>
<function name="enum GimpAspectType" link="GimpNumberPairEntry.html#GimpAspectType"/>
<function name="gimp_number_pair_entry_new ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-new"/>
@ -276,16 +276,16 @@
<function name="The &quot;user-override&quot; property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--user-override"/>
<function name="The &quot;numbers-changed&quot; signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed"/>
<function name="The &quot;ratio-changed&quot; signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed"/>
<function name="" link="GimpNumberPairEntry.html#id2640900"/>
<function name="" link="GimpNumberPairEntry.html#id2640901"/>
<function name="" link="GimpNumberPairEntry.html#id2641528"/>
<function name="" link="GimpNumberPairEntry.html#id2641529"/>
<function name="GimpOffsetArea" link="GimpOffsetArea.html#GimpOffsetArea-struct"/>
<function name="gimp_offset_area_new ()" link="GimpOffsetArea.html#gimp-offset-area-new"/>
<function name="gimp_offset_area_set_size ()" link="GimpOffsetArea.html#gimp-offset-area-set-size"/>
<function name="gimp_offset_area_set_offsets ()" link="GimpOffsetArea.html#gimp-offset-area-set-offsets"/>
<function name="gimp_offset_area_set_pixbuf ()" link="GimpOffsetArea.html#gimp-offset-area-set-pixbuf"/>
<function name="The &quot;offsets-changed&quot; signal" link="GimpOffsetArea.html#GimpOffsetArea-offsets-changed"/>
<function name="" link="GimpOffsetArea.html#id2638318"/>
<function name="" link="GimpOffsetArea.html#id2638319"/>
<function name="" link="GimpOffsetArea.html#id2632578"/>
<function name="" link="GimpOffsetArea.html#id2632579"/>
<function name="GimpPageSelector" link="GimpPageSelector.html#GimpPageSelector-struct"/>
<function name="enum GimpPageSelectorTarget" link="GimpPageSelector.html#GimpPageSelectorTarget"/>
<function name="gimp_page_selector_new ()" link="GimpPageSelector.html#gimp-page-selector-new"/>
@ -309,8 +309,8 @@
<function name="The &quot;target&quot; property" link="GimpPageSelector.html#GimpPageSelector--target"/>
<function name="The &quot;activate&quot; signal" link="GimpPageSelector.html#GimpPageSelector-activate"/>
<function name="The &quot;selection-changed&quot; signal" link="GimpPageSelector.html#GimpPageSelector-selection-changed"/>
<function name="" link="GimpPageSelector.html#id2644647"/>
<function name="" link="GimpPageSelector.html#id2644648"/>
<function name="" link="GimpPageSelector.html#id2645283"/>
<function name="" link="GimpPageSelector.html#id2645284"/>
<function name="GimpPathEditor" link="GimpPathEditor.html#GimpPathEditor-struct"/>
<function name="gimp_path_editor_new ()" link="GimpPathEditor.html#gimp-path-editor-new"/>
<function name="gimp_path_editor_get_path ()" link="GimpPathEditor.html#gimp-path-editor-get-path"/>
@ -321,18 +321,18 @@
<function name="gimp_path_editor_set_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-set-dir-writable"/>
<function name="The &quot;path-changed&quot; signal" link="GimpPathEditor.html#GimpPathEditor-path-changed"/>
<function name="The &quot;writable-changed&quot; signal" link="GimpPathEditor.html#GimpPathEditor-writable-changed"/>
<function name="" link="GimpPathEditor.html#id2635478"/>
<function name="" link="GimpPathEditor.html#id2635480"/>
<function name="" link="GimpPathEditor.html#id2645159"/>
<function name="" link="GimpPathEditor.html#id2645160"/>
<function name="GimpPickButton" link="GimpPickButton.html#GimpPickButton-struct"/>
<function name="gimp_pick_button_new ()" link="GimpPickButton.html#gimp-pick-button-new"/>
<function name="The &quot;color-picked&quot; signal" link="GimpPickButton.html#GimpPickButton-color-picked"/>
<function name="" link="GimpPickButton.html#id2637253"/>
<function name="" link="GimpPickButton.html#id2637254"/>
<function name="" link="GimpPickButton.html#id2636438"/>
<function name="" link="GimpPickButton.html#id2636439"/>
<function name="GimpPixmap" link="GimpPixmap.html#GimpPixmap-struct"/>
<function name="gimp_pixmap_new ()" link="GimpPixmap.html#gimp-pixmap-new"/>
<function name="gimp_pixmap_set ()" link="GimpPixmap.html#gimp-pixmap-set"/>
<function name="" link="GimpPixmap.html#id2635558"/>
<function name="" link="GimpPixmap.html#id2635559"/>
<function name="" link="GimpPixmap.html#id2643713"/>
<function name="" link="GimpPixmap.html#id2643714"/>
<function name="GimpPreviewArea" link="GimpPreviewArea.html#GimpPreviewArea-struct"/>
<function name="gimp_preview_area_new ()" link="GimpPreviewArea.html#gimp-preview-area-new"/>
<function name="gimp_preview_area_draw ()" link="GimpPreviewArea.html#gimp-preview-area-draw"/>
@ -345,8 +345,8 @@
<function name="gimp_preview_area_menu_popup ()" link="GimpPreviewArea.html#gimp-preview-area-menu-popup"/>
<function name="The &quot;check-size&quot; property" link="GimpPreviewArea.html#GimpPreviewArea--check-size"/>
<function name="The &quot;check-type&quot; property" link="GimpPreviewArea.html#GimpPreviewArea--check-type"/>
<function name="" link="GimpPreviewArea.html#id2649476"/>
<function name="" link="GimpPreviewArea.html#id2649477"/>
<function name="" link="GimpPreviewArea.html#id2648598"/>
<function name="" link="GimpPreviewArea.html#id2648599"/>
<function name="GimpPreview" link="GimpPreview.html#GimpPreview-struct"/>
<function name="gimp_preview_get_update ()" link="GimpPreview.html#gimp-preview-get-update"/>
<function name="gimp_preview_set_update ()" link="GimpPreview.html#gimp-preview-set-update"/>
@ -364,15 +364,15 @@
<function name="The &quot;update&quot; property" link="GimpPreview.html#GimpPreview--update"/>
<function name="The &quot;size&quot; style property" link="GimpPreview.html#GimpPreview--size"/>
<function name="The &quot;invalidated&quot; signal" link="GimpPreview.html#GimpPreview-invalidated"/>
<function name="" link="GimpPreview.html#id2652001"/>
<function name="" link="GimpPreview.html#id2652002"/>
<function name="" link="GimpPreview.html#id2651551"/>
<function name="" link="GimpPreview.html#id2651552"/>
<function name="GimpScrolledPreview" link="GimpScrolledPreview.html#GimpScrolledPreview-struct"/>
<function name="gimp_scrolled_preview_set_position ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-position"/>
<function name="gimp_scrolled_preview_set_policy ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy"/>
<function name="gimp_scrolled_preview_freeze ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-freeze"/>
<function name="gimp_scrolled_preview_thaw ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-thaw"/>
<function name="" link="GimpScrolledPreview.html#id2647052"/>
<function name="" link="GimpScrolledPreview.html#id2647053"/>
<function name="" link="GimpScrolledPreview.html#id2645938"/>
<function name="" link="GimpScrolledPreview.html#id2645939"/>
<function name="GimpSizeEntry" link="GimpSizeEntry.html#GimpSizeEntry-struct"/>
<function name="GimpSizeEntryField" link="GimpSizeEntry.html#GimpSizeEntryField"/>
<function name="enum GimpSizeEntryUpdatePolicy" link="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"/>
@ -398,8 +398,8 @@
<function name="The &quot;refval-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/>
<function name="The &quot;unit-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/>
<function name="The &quot;value-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/>
<function name="" link="GimpSizeEntry.html#id2659524"/>
<function name="" link="GimpSizeEntry.html#id2659525"/>
<function name="" link="GimpSizeEntry.html#id2659816"/>
<function name="" link="GimpSizeEntry.html#id2659817"/>
<function name="GimpStringComboBox" link="GimpStringComboBox.html#GimpStringComboBox-struct"/>
<function name="gimp_string_combo_box_new ()" link="GimpStringComboBox.html#gimp-string-combo-box-new"/>
<function name="gimp_string_combo_box_set_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-set-active"/>
@ -407,8 +407,8 @@
<function name="The &quot;ellipsize&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--ellipsize"/>
<function name="The &quot;id-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--id-column"/>
<function name="The &quot;label-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--label-column"/>
<function name="" link="GimpStringComboBox.html#id2650130"/>
<function name="" link="GimpStringComboBox.html#id2650131"/>
<function name="" link="GimpStringComboBox.html#id2649675"/>
<function name="" link="GimpStringComboBox.html#id2649676"/>
<function name="GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/>
<function name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new"/>
<function name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit"/>
@ -416,8 +416,8 @@
<function name="gimp_unit_menu_get_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits"/>
<function name="gimp_unit_menu_set_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits"/>
<function name="The &quot;unit-changed&quot; signal" link="GimpUnitMenu.html#GimpUnitMenu-unit-changed"/>
<function name="" link="GimpUnitMenu.html#id2655079"/>
<function name="" link="GimpUnitMenu.html#id2655080"/>
<function name="" link="GimpUnitMenu.html#id2655603"/>
<function name="" link="GimpUnitMenu.html#id2655604"/>
<function name="GimpZoomModel" link="GimpZoomModel.html#GimpZoomModel-struct"/>
<function name="enum GimpZoomType" link="GimpZoomModel.html#GimpZoomType"/>
<function name="gimp_zoom_model_new ()" link="GimpZoomModel.html#gimp-zoom-model-new"/>
@ -433,23 +433,23 @@
<function name="The &quot;percentage&quot; property" link="GimpZoomModel.html#GimpZoomModel--percentage"/>
<function name="The &quot;value&quot; property" link="GimpZoomModel.html#GimpZoomModel--value"/>
<function name="The &quot;zoomed&quot; signal" link="GimpZoomModel.html#GimpZoomModel-zoomed"/>
<function name="" link="GimpZoomModel.html#id2660542"/>
<function name="" link="GimpZoomModel.html#id2660543"/>
<function name="" link="GimpZoomModel.html#id2661143"/>
<function name="" link="GimpZoomModel.html#id2661144"/>
<function name="GimpCellRendererColor" link="GimpCellRendererColor.html#GimpCellRendererColor-struct"/>
<function name="gimp_cell_renderer_color_new ()" link="GimpCellRendererColor.html#gimp-cell-renderer-color-new"/>
<function name="The &quot;color&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--color"/>
<function name="The &quot;icon-size&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--icon-size"/>
<function name="The &quot;opaque&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--opaque"/>
<function name="" link="GimpCellRendererColor.html#id2655904"/>
<function name="" link="GimpCellRendererColor.html#id2655905"/>
<function name="" link="GimpCellRendererColor.html#id2656336"/>
<function name="" link="GimpCellRendererColor.html#id2656337"/>
<function name="GimpCellRendererToggle" link="GimpCellRendererToggle.html#GimpCellRendererToggle-struct"/>
<function name="gimp_cell_renderer_toggle_new ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new"/>
<function name="gimp_cell_renderer_toggle_clicked ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked"/>
<function name="The &quot;stock-id&quot; property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id"/>
<function name="The &quot;stock-size&quot; property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size"/>
<function name="The &quot;clicked&quot; signal" link="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked"/>
<function name="" link="GimpCellRendererToggle.html#id2659839"/>
<function name="" link="GimpCellRendererToggle.html#id2659840"/>
<function name="" link="GimpCellRendererToggle.html#id2656575"/>
<function name="" link="GimpCellRendererToggle.html#id2656576"/>
<function name="GimpColorDisplay" link="GimpColorDisplay.html#GimpColorDisplay-struct"/>
<function name="gimp_color_display_new ()" link="GimpColorDisplay.html#gimp-color-display-new"/>
<function name="gimp_color_display_clone ()" link="GimpColorDisplay.html#gimp-color-display-clone"/>
@ -467,8 +467,8 @@
<function name="The &quot;color-managed&quot; property" link="GimpColorDisplay.html#GimpColorDisplay--color-managed"/>
<function name="The &quot;enabled&quot; property" link="GimpColorDisplay.html#GimpColorDisplay--enabled"/>
<function name="The &quot;changed&quot; signal" link="GimpColorDisplay.html#GimpColorDisplay-changed"/>
<function name="" link="GimpColorDisplay.html#id2663933"/>
<function name="" link="GimpColorDisplay.html#id2663934"/>
<function name="" link="GimpColorDisplay.html#id2663758"/>
<function name="" link="GimpColorDisplay.html#id2663759"/>
<function name="GimpColorDisplayStack" link="GimpColorDisplayStack.html#GimpColorDisplayStack-struct"/>
<function name="gimp_color_display_stack_new ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-new"/>
<function name="gimp_color_display_stack_clone ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-clone"/>
@ -482,8 +482,8 @@
<function name="The &quot;changed&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-changed"/>
<function name="The &quot;removed&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-removed"/>
<function name="The &quot;reordered&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered"/>
<function name="" link="GimpColorDisplayStack.html#id2665187"/>
<function name="" link="GimpColorDisplayStack.html#id2665188"/>
<function name="" link="GimpColorDisplayStack.html#id2665017"/>
<function name="" link="GimpColorDisplayStack.html#id2665018"/>
<function name="GimpColorSelector" link="GimpColorSelector.html#GimpColorSelector-struct"/>
<function name="GIMP_COLOR_SELECTOR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS"/>
<function name="GIMP_COLOR_SELECTOR_BAR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"/>
@ -499,20 +499,20 @@
<function name="gimp_color_selector_set_config ()" link="GimpColorSelector.html#gimp-color-selector-set-config"/>
<function name="The &quot;channel-changed&quot; signal" link="GimpColorSelector.html#GimpColorSelector-channel-changed"/>
<function name="The &quot;color-changed&quot; signal" link="GimpColorSelector.html#GimpColorSelector-color-changed"/>
<function name="" link="GimpColorSelector.html#id2667384"/>
<function name="" link="GimpColorSelector.html#id2667385"/>
<function name="" link="GimpColorSelector.html#id2667308"/>
<function name="" link="GimpColorSelector.html#id2667309"/>
<function name="GimpColorNotebook" link="GimpColorNotebook.html#GimpColorNotebook-struct"/>
<function name="gimp_color_notebook_set_has_page ()" link="GimpColorNotebook.html#gimp-color-notebook-set-has-page"/>
<function name="The &quot;tab-border&quot; style property" link="GimpColorNotebook.html#GimpColorNotebook--tab-border"/>
<function name="The &quot;tab-icon-size&quot; style property" link="GimpColorNotebook.html#GimpColorNotebook--tab-icon-size"/>
<function name="" link="GimpColorNotebook.html#id2666591"/>
<function name="" link="GimpColorNotebook.html#id2666592"/>
<function name="" link="GimpColorNotebook.html#id2666209"/>
<function name="" link="GimpColorNotebook.html#id2666210"/>
<function name="GimpColorScales" link="GimpColorScales.html#GimpColorScales-struct"/>
<function name="" link="GimpColorScales.html#id2666604"/>
<function name="" link="GimpColorScales.html#id2666605"/>
<function name="" link="GimpColorScales.html#id2667366"/>
<function name="" link="GimpColorScales.html#id2667368"/>
<function name="GimpColorSelect" link="GimpColorSelect.html#GimpColorSelect-struct"/>
<function name="" link="GimpColorSelect.html#id2666266"/>
<function name="" link="GimpColorSelect.html#id2666267"/>
<function name="" link="GimpColorSelect.html#id2667622"/>
<function name="" link="GimpColorSelect.html#id2667624"/>
<function name="enum GimpControllerEventType" link="GimpController.html#GimpControllerEventType"/>
<function name="GimpControllerEventAny" link="GimpController.html#GimpControllerEventAny"/>
<function name="GimpControllerEventTrigger" link="GimpController.html#GimpControllerEventTrigger"/>
@ -527,8 +527,8 @@
<function name="The &quot;name&quot; property" link="GimpController.html#GimpController--name"/>
<function name="The &quot;state&quot; property" link="GimpController.html#GimpController--state"/>
<function name="The &quot;event&quot; signal" link="GimpController.html#GimpController-event"/>
<function name="" link="GimpController.html#id2669136"/>
<function name="" link="GimpController.html#id2669137"/>
<function name="" link="GimpController.html#id2668964"/>
<function name="" link="GimpController.html#id2668965"/>
<function name="GimpHelpFunc ()" link="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"/>
<function name="GIMP_HELP_ID" link="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID:CAPS"/>
<function name="gimp_help_enable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips"/>
@ -537,8 +537,8 @@
<function name="gimp_help_connect ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"/>
<function name="gimp_help_set_help_data ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"/>
<function name="gimp_context_help ()" link="libgimpwidgets-GimpHelpUI.html#gimp-context-help"/>
<function name="" link="libgimpwidgets-GimpHelpUI.html#id2668156"/>
<function name="" link="libgimpwidgets-GimpHelpUI.html#id2668157"/>
<function name="" link="libgimpwidgets-GimpHelpUI.html#id2670150"/>
<function name="" link="libgimpwidgets-GimpHelpUI.html#id2670151"/>
<function name="GimpQueryStringCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback"/>
<function name="GimpQueryIntCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback"/>
<function name="GimpQueryDoubleCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback"/>
@ -550,8 +550,8 @@
<function name="gimp_query_size_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box"/>
<function name="gimp_query_boolean_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box"/>
<function name="GIMP_QUERY_BOX_VBOX()" link="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX:CAPS"/>
<function name="" link="libgimpwidgets-GimpQueryBox.html#id2675609"/>
<function name="" link="libgimpwidgets-GimpQueryBox.html#id2675610"/>
<function name="" link="libgimpwidgets-GimpQueryBox.html#id2676131"/>
<function name="" link="libgimpwidgets-GimpQueryBox.html#id2676132"/>
<function name="gimp_stock_init ()" link="libgimpwidgets-GimpStock.html#gimp-stock-init"/>
<function name="GIMP_STOCK_ANCHOR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ANCHOR:CAPS"/>
<function name="GIMP_STOCK_CENTER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CENTER:CAPS"/>
@ -753,8 +753,8 @@
<function name="GIMP_STOCK_GRADIENT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT:CAPS"/>
<function name="GIMP_STOCK_PALETTE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PALETTE:CAPS"/>
<function name="GIMP_STOCK_PATTERN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATTERN:CAPS"/>
<function name="" link="libgimpwidgets-GimpStock.html#id2692754"/>
<function name="" link="libgimpwidgets-GimpStock.html#id2692755"/>
<function name="" link="libgimpwidgets-GimpStock.html#id2692808"/>
<function name="" link="libgimpwidgets-GimpStock.html#id2692809"/>
<function name="gimp_enum_radio_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new"/>
<function name="gimp_enum_radio_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range"/>
<function name="gimp_enum_radio_frame_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new"/>
@ -762,8 +762,8 @@
<function name="gimp_enum_stock_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new"/>
<function name="gimp_enum_stock_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range"/>
<function name="gimp_enum_stock_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding"/>
<function name="" link="libgimpwidgets-GimpEnumWidgets.html#id2677669"/>
<function name="" link="libgimpwidgets-GimpEnumWidgets.html#id2677670"/>
<function name="" link="libgimpwidgets-GimpEnumWidgets.html#id2679279"/>
<function name="" link="libgimpwidgets-GimpEnumWidgets.html#id2679280"/>
<function name="gimp_prop_boolean_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new"/>
<function name="gimp_prop_boolean_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new"/>
<function name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
@ -793,8 +793,8 @@
<function name="gimp_prop_string_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new"/>
<function name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<function name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<function name="" link="libgimpwidgets-GimpPropWidgets.html#id2698383"/>
<function name="" link="libgimpwidgets-GimpPropWidgets.html#id2698384"/>
<function name="" link="libgimpwidgets-GimpPropWidgets.html#id2698507"/>
<function name="" link="libgimpwidgets-GimpPropWidgets.html#id2698508"/>
<function name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/>
<function name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/>
<function name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/>
@ -828,8 +828,8 @@
<function name="gimp_unit_menu_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update"/>
<function name="gimp_table_attach_aligned ()" link="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned"/>
<function name="gimp_label_set_attributes ()" link="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes"/>
<function name="" link="libgimpwidgets-GimpWidgets.html#id2705720"/>
<function name="" link="libgimpwidgets-GimpWidgets.html#id2705721"/>
<function name="" link="libgimpwidgets-GimpWidgets.html#id2705756"/>
<function name="" link="libgimpwidgets-GimpWidgets.html#id2705757"/>
<function name="gimp_int_option_menu_new ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new"/>
<function name="gimp_int_option_menu_set_history ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-history"/>
<function name="GimpIntOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback"/>
@ -840,7 +840,7 @@
<function name="GimpOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback"/>
<function name="gimp_option_menu_set_sensitive ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive"/>
<function name="gimp_menu_item_update ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update"/>
<function name="" link="libgimpwidgets-gimpoldwidgets.html#id2681640"/>
<function name="" link="libgimpwidgets-gimpoldwidgets.html#id2681641"/>
<function name="" link="libgimpwidgets-gimpoldwidgets.html#id2698604"/>
<function name="" link="libgimpwidgets-gimpoldwidgets.html#id2698605"/>
</functions>
</book>

View File

@ -79,14 +79,14 @@
<keyword type="function" name="gimp_browser_set_widget ()" link="GimpBrowser.html#gimp-browser-set-widget" since="GIMP 2.4"/>
<keyword type="function" name="gimp_browser_show_message ()" link="GimpBrowser.html#gimp-browser-show-message" since="GIMP 2.4"/>
<keyword type="" name="The &quot;search&quot; signal" link="GimpBrowser.html#GimpBrowser-search"/>
<keyword type="" name="" link="GimpBrowser.html#id2616100"/>
<keyword type="" name="" link="GimpBrowser.html#id2616101"/>
<keyword type="" name="" link="GimpBrowser.html#id2611580"/>
<keyword type="" name="" link="GimpBrowser.html#id2611581"/>
<keyword type="struct" name="GimpButton" link="GimpButton.html#GimpButton-struct"/>
<keyword type="function" name="gimp_button_new ()" link="GimpButton.html#gimp-button-new"/>
<keyword type="function" name="gimp_button_extended_clicked ()" link="GimpButton.html#gimp-button-extended-clicked"/>
<keyword type="" name="The &quot;extended-clicked&quot; signal" link="GimpButton.html#GimpButton-extended-clicked"/>
<keyword type="" name="" link="GimpButton.html#id2592713"/>
<keyword type="" name="" link="GimpButton.html#id2592714"/>
<keyword type="" name="" link="GimpButton.html#id2616665"/>
<keyword type="" name="" link="GimpButton.html#id2616666"/>
<keyword type="struct" name="GimpChainButton" link="GimpChainButton.html#GimpChainButton-struct"/>
<keyword type="enum" name="enum GimpChainPosition" link="GimpChainButton.html#GimpChainPosition"/>
<keyword type="function" name="gimp_chain_button_new ()" link="GimpChainButton.html#gimp-chain-button-new"/>
@ -94,8 +94,8 @@
<keyword type="function" name="gimp_chain_button_get_active ()" link="GimpChainButton.html#gimp-chain-button-get-active"/>
<keyword type="" name="The &quot;position&quot; property" link="GimpChainButton.html#GimpChainButton--position"/>
<keyword type="" name="The &quot;toggled&quot; signal" link="GimpChainButton.html#GimpChainButton-toggled"/>
<keyword type="" name="" link="GimpChainButton.html#id2580111"/>
<keyword type="" name="" link="GimpChainButton.html#id2580112"/>
<keyword type="" name="" link="GimpChainButton.html#id2618298"/>
<keyword type="" name="" link="GimpChainButton.html#id2618299"/>
<keyword type="struct" name="GimpColorArea" link="GimpColorArea.html#GimpColorArea-struct"/>
<keyword type="enum" name="enum GimpColorAreaType" link="GimpColorArea.html#GimpColorAreaType"/>
<keyword type="function" name="gimp_color_area_new ()" link="GimpColorArea.html#gimp-color-area-new"/>
@ -109,8 +109,8 @@
<keyword type="" name="The &quot;draw-border&quot; property" link="GimpColorArea.html#GimpColorArea--draw-border"/>
<keyword type="" name="The &quot;type&quot; property" link="GimpColorArea.html#GimpColorArea--type"/>
<keyword type="" name="The &quot;color-changed&quot; signal" link="GimpColorArea.html#GimpColorArea-color-changed"/>
<keyword type="" name="" link="GimpColorArea.html#id2619675"/>
<keyword type="" name="" link="GimpColorArea.html#id2619676"/>
<keyword type="" name="" link="GimpColorArea.html#id2619089"/>
<keyword type="" name="" link="GimpColorArea.html#id2619090"/>
<keyword type="struct" name="GimpColorButton" link="GimpColorButton.html#GimpColorButton-struct"/>
<keyword type="function" name="gimp_color_button_new ()" link="GimpColorButton.html#gimp-color-button-new"/>
<keyword type="function" name="gimp_color_button_set_color ()" link="GimpColorButton.html#gimp-color-button-set-color"/>
@ -124,21 +124,21 @@
<keyword type="" name="The &quot;title&quot; property" link="GimpColorButton.html#GimpColorButton--title"/>
<keyword type="" name="The &quot;type&quot; property" link="GimpColorButton.html#GimpColorButton--type"/>
<keyword type="" name="The &quot;color-changed&quot; signal" link="GimpColorButton.html#GimpColorButton-color-changed"/>
<keyword type="" name="" link="GimpColorButton.html#id2621654"/>
<keyword type="" name="" link="GimpColorButton.html#id2621655"/>
<keyword type="" name="" link="GimpColorButton.html#id2621374"/>
<keyword type="" name="" link="GimpColorButton.html#id2621375"/>
<keyword type="struct" name="GimpColorHexEntry" link="GimpColorHexEntry.html#GimpColorHexEntry-struct"/>
<keyword type="function" name="gimp_color_hex_entry_new ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_color_hex_entry_set_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-set-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_color_hex_entry_get_color ()" link="GimpColorHexEntry.html#gimp-color-hex-entry-get-color" since="GIMP 2.2"/>
<keyword type="" name="The &quot;color-changed&quot; signal" link="GimpColorHexEntry.html#GimpColorHexEntry-color-changed"/>
<keyword type="" name="" link="GimpColorHexEntry.html#id2603612"/>
<keyword type="" name="" link="GimpColorHexEntry.html#id2603614"/>
<keyword type="" name="" link="GimpColorHexEntry.html#id2579321"/>
<keyword type="" name="" link="GimpColorHexEntry.html#id2579322"/>
<keyword type="struct" name="GimpColorScale" link="GimpColorScale.html#GimpColorScale-struct"/>
<keyword type="function" name="gimp_color_scale_new ()" link="GimpColorScale.html#gimp-color-scale-new"/>
<keyword type="function" name="gimp_color_scale_set_channel ()" link="GimpColorScale.html#gimp-color-scale-set-channel"/>
<keyword type="function" name="gimp_color_scale_set_color ()" link="GimpColorScale.html#gimp-color-scale-set-color"/>
<keyword type="" name="" link="GimpColorScale.html#id2578728"/>
<keyword type="" name="" link="GimpColorScale.html#id2578729"/>
<keyword type="" name="" link="GimpColorScale.html#id2613240"/>
<keyword type="" name="" link="GimpColorScale.html#id2613241"/>
<keyword type="struct" name="GimpColorSelection" link="GimpColorSelection.html#GimpColorSelection-struct"/>
<keyword type="function" name="gimp_color_selection_new ()" link="GimpColorSelection.html#gimp-color-selection-new"/>
<keyword type="function" name="gimp_color_selection_set_show_alpha ()" link="GimpColorSelection.html#gimp-color-selection-set-show-alpha"/>
@ -152,14 +152,14 @@
<keyword type="function" name="gimp_color_selection_set_config ()" link="GimpColorSelection.html#gimp-color-selection-set-config" since="GIMP 2.4"/>
<keyword type="" name="The &quot;config&quot; property" link="GimpColorSelection.html#GimpColorSelection--config"/>
<keyword type="" name="The &quot;color-changed&quot; signal" link="GimpColorSelection.html#GimpColorSelection-color-changed"/>
<keyword type="" name="" link="GimpColorSelection.html#id2624607"/>
<keyword type="" name="" link="GimpColorSelection.html#id2624608"/>
<keyword type="" name="" link="GimpColorSelection.html#id2622285"/>
<keyword type="" name="" link="GimpColorSelection.html#id2622286"/>
<keyword type="struct" name="GimpColorProfileStore" link="GimpColorProfileStore.html#GimpColorProfileStore-struct"/>
<keyword type="function" name="gimp_color_profile_store_new ()" link="GimpColorProfileStore.html#gimp-color-profile-store-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_color_profile_store_add ()" link="GimpColorProfileStore.html#gimp-color-profile-store-add" since="GIMP 2.4"/>
<keyword type="" name="The &quot;history&quot; property" link="GimpColorProfileStore.html#GimpColorProfileStore--history"/>
<keyword type="" name="" link="GimpColorProfileStore.html#id2621759"/>
<keyword type="" name="" link="GimpColorProfileStore.html#id2621760"/>
<keyword type="" name="" link="GimpColorProfileStore.html#id2582337"/>
<keyword type="" name="" link="GimpColorProfileStore.html#id2582338"/>
<keyword type="struct" name="GimpColorProfileComboBox" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox-struct"/>
<keyword type="function" name="gimp_color_profile_combo_box_new ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_color_profile_combo_box_new_with_model ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-new-with-model" since="GIMP 2.4"/>
@ -168,8 +168,8 @@
<keyword type="function" name="gimp_color_profile_combo_box_get_active ()" link="GimpColorProfileComboBox.html#gimp-color-profile-combo-box-get-active" since="GIMP 2.4"/>
<keyword type="" name="The &quot;dialog&quot; property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--dialog"/>
<keyword type="" name="The &quot;model&quot; property" link="GimpColorProfileComboBox.html#GimpColorProfileComboBox--model"/>
<keyword type="" name="" link="GimpColorProfileComboBox.html#id2626293"/>
<keyword type="" name="" link="GimpColorProfileComboBox.html#id2626294"/>
<keyword type="" name="" link="GimpColorProfileComboBox.html#id2625613"/>
<keyword type="" name="" link="GimpColorProfileComboBox.html#id2625614"/>
<keyword type="struct" name="GimpDialog" link="GimpDialog.html#GimpDialog-struct"/>
<keyword type="function" name="gimp_dialog_new ()" link="GimpDialog.html#gimp-dialog-new"/>
<keyword type="function" name="gimp_dialog_new_valist ()" link="GimpDialog.html#gimp-dialog-new-valist"/>
@ -180,8 +180,8 @@
<keyword type="function" name="gimp_dialogs_show_help_button ()" link="GimpDialog.html#gimp-dialogs-show-help-button" since="GIMP 2.2"/>
<keyword type="" name="The &quot;help-func&quot; property" link="GimpDialog.html#GimpDialog--help-func"/>
<keyword type="" name="The &quot;help-id&quot; property" link="GimpDialog.html#GimpDialog--help-id"/>
<keyword type="" name="" link="GimpDialog.html#id2628516"/>
<keyword type="" name="" link="GimpDialog.html#id2628517"/>
<keyword type="" name="" link="GimpDialog.html#id2628217"/>
<keyword type="" name="" link="GimpDialog.html#id2628218"/>
<keyword type="struct" name="GimpEnumStore" link="GimpEnumStore.html#GimpEnumStore-struct"/>
<keyword type="function" name="gimp_enum_store_new ()" link="GimpEnumStore.html#gimp-enum-store-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_store_new_with_range ()" link="GimpEnumStore.html#gimp-enum-store-new-with-range" since="GIMP 2.4"/>
@ -189,36 +189,36 @@
<keyword type="function" name="gimp_enum_store_new_with_values_valist ()" link="GimpEnumStore.html#gimp-enum-store-new-with-values-valist" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_store_set_stock_prefix ()" link="GimpEnumStore.html#gimp-enum-store-set-stock-prefix" since="GIMP 2.4"/>
<keyword type="" name="The &quot;enum-type&quot; property" link="GimpEnumStore.html#GimpEnumStore--enum-type"/>
<keyword type="" name="" link="GimpEnumStore.html#id2609888"/>
<keyword type="" name="" link="GimpEnumStore.html#id2609889"/>
<keyword type="" name="" link="GimpEnumStore.html#id2628696"/>
<keyword type="" name="" link="GimpEnumStore.html#id2628697"/>
<keyword type="struct" name="GimpEnumComboBox" link="GimpEnumComboBox.html#GimpEnumComboBox-struct"/>
<keyword type="function" name="gimp_enum_combo_box_new ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_combo_box_new_with_model ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-new-with-model" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_combo_box_set_stock_prefix ()" link="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix" since="GIMP 2.4"/>
<keyword type="" name="The &quot;model&quot; property" link="GimpEnumComboBox.html#GimpEnumComboBox--model"/>
<keyword type="" name="" link="GimpEnumComboBox.html#id2577678"/>
<keyword type="" name="" link="GimpEnumComboBox.html#id2577679"/>
<keyword type="" name="" link="GimpEnumComboBox.html#id2626104"/>
<keyword type="" name="" link="GimpEnumComboBox.html#id2626105"/>
<keyword type="struct" name="GimpEnumLabel" link="GimpEnumLabel.html#GimpEnumLabel-struct"/>
<keyword type="function" name="gimp_enum_label_new ()" link="GimpEnumLabel.html#gimp-enum-label-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_label_set_value ()" link="GimpEnumLabel.html#gimp-enum-label-set-value" since="GIMP 2.4"/>
<keyword type="" name="" link="GimpEnumLabel.html#id2630214"/>
<keyword type="" name="" link="GimpEnumLabel.html#id2630216"/>
<keyword type="" name="" link="GimpEnumLabel.html#id2628909"/>
<keyword type="" name="" link="GimpEnumLabel.html#id2628910"/>
<keyword type="struct" name="GimpFileEntry" link="GimpFileEntry.html#GimpFileEntry-struct"/>
<keyword type="function" name="gimp_file_entry_new ()" link="GimpFileEntry.html#gimp-file-entry-new" deprecated=""/>
<keyword type="function" name="gimp_file_entry_get_filename ()" link="GimpFileEntry.html#gimp-file-entry-get-filename" deprecated=""/>
<keyword type="function" name="gimp_file_entry_set_filename ()" link="GimpFileEntry.html#gimp-file-entry-set-filename" deprecated=""/>
<keyword type="" name="The &quot;filename-changed&quot; signal" link="GimpFileEntry.html#GimpFileEntry-filename-changed"/>
<keyword type="" name="" link="GimpFileEntry.html#id2628943"/>
<keyword type="" name="" link="GimpFileEntry.html#id2628944"/>
<keyword type="" name="" link="GimpFileEntry.html#id2631408"/>
<keyword type="" name="" link="GimpFileEntry.html#id2631409"/>
<keyword type="struct" name="GimpFrame" link="GimpFrame.html#GimpFrame-struct"/>
<keyword type="function" name="gimp_frame_new ()" link="GimpFrame.html#gimp-frame-new" since="GIMP 2.2"/>
<keyword type="" name="The &quot;label-bold&quot; style property" link="GimpFrame.html#GimpFrame--label-bold"/>
<keyword type="" name="The &quot;label-spacing&quot; style property" link="GimpFrame.html#GimpFrame--label-spacing"/>
<keyword type="" name="" link="GimpFrame.html#id2631471"/>
<keyword type="" name="" link="GimpFrame.html#id2631472"/>
<keyword type="" name="" link="GimpFrame.html#id2623014"/>
<keyword type="" name="" link="GimpFrame.html#id2623015"/>
<keyword type="function" name="gimp_hint_box_new ()" link="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new"/>
<keyword type="" name="" link="libgimpwidgets-GimpHintBox.html#id2631439"/>
<keyword type="" name="" link="libgimpwidgets-GimpHintBox.html#id2631440"/>
<keyword type="" name="" link="libgimpwidgets-GimpHintBox.html#id2622358"/>
<keyword type="" name="" link="libgimpwidgets-GimpHintBox.html#id2622359"/>
<keyword type="struct" name="GimpIntComboBox" link="GimpIntComboBox.html#GimpIntComboBox-struct"/>
<keyword type="function" name="GimpIntSensitivityFunc ()" link="GimpIntComboBox.html#GimpIntSensitivityFunc"/>
<keyword type="function" name="gimp_int_combo_box_new ()" link="GimpIntComboBox.html#gimp-int-combo-box-new" since="GIMP 2.2"/>
@ -231,22 +231,22 @@
<keyword type="function" name="gimp_int_combo_box_connect ()" link="GimpIntComboBox.html#gimp-int-combo-box-connect" since="GIMP 2.2"/>
<keyword type="function" name="gimp_int_combo_box_set_sensitivity ()" link="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity" since="GIMP 2.4"/>
<keyword type="" name="The &quot;ellipsize&quot; property" link="GimpIntComboBox.html#GimpIntComboBox--ellipsize"/>
<keyword type="" name="" link="GimpIntComboBox.html#id2635276"/>
<keyword type="" name="" link="GimpIntComboBox.html#id2635277"/>
<keyword type="" name="" link="GimpIntComboBox.html#id2634753"/>
<keyword type="" name="" link="GimpIntComboBox.html#id2634754"/>
<keyword type="struct" name="GimpIntStore" link="GimpIntStore.html#GimpIntStore-struct"/>
<keyword type="enum" name="enum GimpIntStoreColumns" link="GimpIntStore.html#GimpIntStoreColumns"/>
<keyword type="function" name="gimp_int_store_new ()" link="GimpIntStore.html#gimp-int-store-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_int_store_lookup_by_value ()" link="GimpIntStore.html#gimp-int-store-lookup-by-value" since="GIMP 2.2"/>
<keyword type="" name="The &quot;user-data-type&quot; property" link="GimpIntStore.html#GimpIntStore--user-data-type"/>
<keyword type="" name="" link="GimpIntStore.html#id2630670"/>
<keyword type="" name="" link="GimpIntStore.html#id2630671"/>
<keyword type="" name="" link="GimpIntStore.html#id2629933"/>
<keyword type="" name="" link="GimpIntStore.html#id2629934"/>
<keyword type="struct" name="GimpMemsizeEntry" link="GimpMemsizeEntry.html#GimpMemsizeEntry-struct"/>
<keyword type="function" name="gimp_memsize_entry_new ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-new"/>
<keyword type="function" name="gimp_memsize_entry_set_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-set-value"/>
<keyword type="function" name="gimp_memsize_entry_get_value ()" link="GimpMemsizeEntry.html#gimp-memsize-entry-get-value"/>
<keyword type="" name="The &quot;value-changed&quot; signal" link="GimpMemsizeEntry.html#GimpMemsizeEntry-value-changed"/>
<keyword type="" name="" link="GimpMemsizeEntry.html#id2630801"/>
<keyword type="" name="" link="GimpMemsizeEntry.html#id2630802"/>
<keyword type="" name="" link="GimpMemsizeEntry.html#id2632196"/>
<keyword type="" name="" link="GimpMemsizeEntry.html#id2632197"/>
<keyword type="struct" name="GimpNumberPairEntry" link="GimpNumberPairEntry.html#GimpNumberPairEntry-struct"/>
<keyword type="enum" name="enum GimpAspectType" link="GimpNumberPairEntry.html#GimpAspectType"/>
<keyword type="function" name="gimp_number_pair_entry_new ()" link="GimpNumberPairEntry.html#gimp-number-pair-entry-new" since="GIMP 2.4"/>
@ -276,16 +276,16 @@
<keyword type="" name="The &quot;user-override&quot; property" link="GimpNumberPairEntry.html#GimpNumberPairEntry--user-override"/>
<keyword type="" name="The &quot;numbers-changed&quot; signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed"/>
<keyword type="" name="The &quot;ratio-changed&quot; signal" link="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed"/>
<keyword type="" name="" link="GimpNumberPairEntry.html#id2640900"/>
<keyword type="" name="" link="GimpNumberPairEntry.html#id2640901"/>
<keyword type="" name="" link="GimpNumberPairEntry.html#id2641528"/>
<keyword type="" name="" link="GimpNumberPairEntry.html#id2641529"/>
<keyword type="struct" name="GimpOffsetArea" link="GimpOffsetArea.html#GimpOffsetArea-struct"/>
<keyword type="function" name="gimp_offset_area_new ()" link="GimpOffsetArea.html#gimp-offset-area-new"/>
<keyword type="function" name="gimp_offset_area_set_size ()" link="GimpOffsetArea.html#gimp-offset-area-set-size"/>
<keyword type="function" name="gimp_offset_area_set_offsets ()" link="GimpOffsetArea.html#gimp-offset-area-set-offsets"/>
<keyword type="function" name="gimp_offset_area_set_pixbuf ()" link="GimpOffsetArea.html#gimp-offset-area-set-pixbuf" since="GIMP 2.2"/>
<keyword type="" name="The &quot;offsets-changed&quot; signal" link="GimpOffsetArea.html#GimpOffsetArea-offsets-changed"/>
<keyword type="" name="" link="GimpOffsetArea.html#id2638318"/>
<keyword type="" name="" link="GimpOffsetArea.html#id2638319"/>
<keyword type="" name="" link="GimpOffsetArea.html#id2632578"/>
<keyword type="" name="" link="GimpOffsetArea.html#id2632579"/>
<keyword type="struct" name="GimpPageSelector" link="GimpPageSelector.html#GimpPageSelector-struct"/>
<keyword type="enum" name="enum GimpPageSelectorTarget" link="GimpPageSelector.html#GimpPageSelectorTarget"/>
<keyword type="function" name="gimp_page_selector_new ()" link="GimpPageSelector.html#gimp-page-selector-new" since="GIMP 2.4"/>
@ -309,8 +309,8 @@
<keyword type="" name="The &quot;target&quot; property" link="GimpPageSelector.html#GimpPageSelector--target"/>
<keyword type="" name="The &quot;activate&quot; signal" link="GimpPageSelector.html#GimpPageSelector-activate"/>
<keyword type="" name="The &quot;selection-changed&quot; signal" link="GimpPageSelector.html#GimpPageSelector-selection-changed"/>
<keyword type="" name="" link="GimpPageSelector.html#id2644647"/>
<keyword type="" name="" link="GimpPageSelector.html#id2644648"/>
<keyword type="" name="" link="GimpPageSelector.html#id2645283"/>
<keyword type="" name="" link="GimpPageSelector.html#id2645284"/>
<keyword type="struct" name="GimpPathEditor" link="GimpPathEditor.html#GimpPathEditor-struct"/>
<keyword type="function" name="gimp_path_editor_new ()" link="GimpPathEditor.html#gimp-path-editor-new"/>
<keyword type="function" name="gimp_path_editor_get_path ()" link="GimpPathEditor.html#gimp-path-editor-get-path"/>
@ -321,18 +321,18 @@
<keyword type="function" name="gimp_path_editor_set_dir_writable ()" link="GimpPathEditor.html#gimp-path-editor-set-dir-writable"/>
<keyword type="" name="The &quot;path-changed&quot; signal" link="GimpPathEditor.html#GimpPathEditor-path-changed"/>
<keyword type="" name="The &quot;writable-changed&quot; signal" link="GimpPathEditor.html#GimpPathEditor-writable-changed"/>
<keyword type="" name="" link="GimpPathEditor.html#id2635478"/>
<keyword type="" name="" link="GimpPathEditor.html#id2635480"/>
<keyword type="" name="" link="GimpPathEditor.html#id2645159"/>
<keyword type="" name="" link="GimpPathEditor.html#id2645160"/>
<keyword type="struct" name="GimpPickButton" link="GimpPickButton.html#GimpPickButton-struct"/>
<keyword type="function" name="gimp_pick_button_new ()" link="GimpPickButton.html#gimp-pick-button-new"/>
<keyword type="" name="The &quot;color-picked&quot; signal" link="GimpPickButton.html#GimpPickButton-color-picked"/>
<keyword type="" name="" link="GimpPickButton.html#id2637253"/>
<keyword type="" name="" link="GimpPickButton.html#id2637254"/>
<keyword type="" name="" link="GimpPickButton.html#id2636438"/>
<keyword type="" name="" link="GimpPickButton.html#id2636439"/>
<keyword type="struct" name="GimpPixmap" link="GimpPixmap.html#GimpPixmap-struct"/>
<keyword type="function" name="gimp_pixmap_new ()" link="GimpPixmap.html#gimp-pixmap-new" deprecated=""/>
<keyword type="function" name="gimp_pixmap_set ()" link="GimpPixmap.html#gimp-pixmap-set" deprecated=""/>
<keyword type="" name="" link="GimpPixmap.html#id2635558"/>
<keyword type="" name="" link="GimpPixmap.html#id2635559"/>
<keyword type="" name="" link="GimpPixmap.html#id2643713"/>
<keyword type="" name="" link="GimpPixmap.html#id2643714"/>
<keyword type="struct" name="GimpPreviewArea" link="GimpPreviewArea.html#GimpPreviewArea-struct"/>
<keyword type="function" name="gimp_preview_area_new ()" link="GimpPreviewArea.html#gimp-preview-area-new"/>
<keyword type="function" name="gimp_preview_area_draw ()" link="GimpPreviewArea.html#gimp-preview-area-draw"/>
@ -345,8 +345,8 @@
<keyword type="function" name="gimp_preview_area_menu_popup ()" link="GimpPreviewArea.html#gimp-preview-area-menu-popup" since="GIMP 2.2"/>
<keyword type="" name="The &quot;check-size&quot; property" link="GimpPreviewArea.html#GimpPreviewArea--check-size"/>
<keyword type="" name="The &quot;check-type&quot; property" link="GimpPreviewArea.html#GimpPreviewArea--check-type"/>
<keyword type="" name="" link="GimpPreviewArea.html#id2649476"/>
<keyword type="" name="" link="GimpPreviewArea.html#id2649477"/>
<keyword type="" name="" link="GimpPreviewArea.html#id2648598"/>
<keyword type="" name="" link="GimpPreviewArea.html#id2648599"/>
<keyword type="struct" name="GimpPreview" link="GimpPreview.html#GimpPreview-struct"/>
<keyword type="function" name="gimp_preview_get_update ()" link="GimpPreview.html#gimp-preview-get-update" since="GIMP 2.2"/>
<keyword type="function" name="gimp_preview_set_update ()" link="GimpPreview.html#gimp-preview-set-update" since="GIMP 2.2"/>
@ -364,15 +364,15 @@
<keyword type="" name="The &quot;update&quot; property" link="GimpPreview.html#GimpPreview--update"/>
<keyword type="" name="The &quot;size&quot; style property" link="GimpPreview.html#GimpPreview--size"/>
<keyword type="" name="The &quot;invalidated&quot; signal" link="GimpPreview.html#GimpPreview-invalidated"/>
<keyword type="" name="" link="GimpPreview.html#id2652001"/>
<keyword type="" name="" link="GimpPreview.html#id2652002"/>
<keyword type="" name="" link="GimpPreview.html#id2651551"/>
<keyword type="" name="" link="GimpPreview.html#id2651552"/>
<keyword type="struct" name="GimpScrolledPreview" link="GimpScrolledPreview.html#GimpScrolledPreview-struct"/>
<keyword type="function" name="gimp_scrolled_preview_set_position ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-position" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scrolled_preview_set_policy ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scrolled_preview_freeze ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-freeze" since="GIMP 2.4"/>
<keyword type="function" name="gimp_scrolled_preview_thaw ()" link="GimpScrolledPreview.html#gimp-scrolled-preview-thaw" since="GIMP 2.4"/>
<keyword type="" name="" link="GimpScrolledPreview.html#id2647052"/>
<keyword type="" name="" link="GimpScrolledPreview.html#id2647053"/>
<keyword type="" name="" link="GimpScrolledPreview.html#id2645938"/>
<keyword type="" name="" link="GimpScrolledPreview.html#id2645939"/>
<keyword type="struct" name="GimpSizeEntry" link="GimpSizeEntry.html#GimpSizeEntry-struct"/>
<keyword type="struct" name="GimpSizeEntryField" link="GimpSizeEntry.html#GimpSizeEntryField"/>
<keyword type="enum" name="enum GimpSizeEntryUpdatePolicy" link="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy"/>
@ -398,8 +398,8 @@
<keyword type="" name="The &quot;refval-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-refval-changed"/>
<keyword type="" name="The &quot;unit-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-unit-changed"/>
<keyword type="" name="The &quot;value-changed&quot; signal" link="GimpSizeEntry.html#GimpSizeEntry-value-changed"/>
<keyword type="" name="" link="GimpSizeEntry.html#id2659524"/>
<keyword type="" name="" link="GimpSizeEntry.html#id2659525"/>
<keyword type="" name="" link="GimpSizeEntry.html#id2659816"/>
<keyword type="" name="" link="GimpSizeEntry.html#id2659817"/>
<keyword type="struct" name="GimpStringComboBox" link="GimpStringComboBox.html#GimpStringComboBox-struct"/>
<keyword type="function" name="gimp_string_combo_box_new ()" link="GimpStringComboBox.html#gimp-string-combo-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_string_combo_box_set_active ()" link="GimpStringComboBox.html#gimp-string-combo-box-set-active" since="GIMP 2.4"/>
@ -407,8 +407,8 @@
<keyword type="" name="The &quot;ellipsize&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--ellipsize"/>
<keyword type="" name="The &quot;id-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--id-column"/>
<keyword type="" name="The &quot;label-column&quot; property" link="GimpStringComboBox.html#GimpStringComboBox--label-column"/>
<keyword type="" name="" link="GimpStringComboBox.html#id2650130"/>
<keyword type="" name="" link="GimpStringComboBox.html#id2650131"/>
<keyword type="" name="" link="GimpStringComboBox.html#id2649675"/>
<keyword type="" name="" link="GimpStringComboBox.html#id2649676"/>
<keyword type="struct" name="GimpUnitMenu" link="GimpUnitMenu.html#GimpUnitMenu-struct"/>
<keyword type="function" name="gimp_unit_menu_new ()" link="GimpUnitMenu.html#gimp-unit-menu-new"/>
<keyword type="function" name="gimp_unit_menu_set_unit ()" link="GimpUnitMenu.html#gimp-unit-menu-set-unit"/>
@ -416,8 +416,8 @@
<keyword type="function" name="gimp_unit_menu_get_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-get-pixel-digits"/>
<keyword type="function" name="gimp_unit_menu_set_pixel_digits ()" link="GimpUnitMenu.html#gimp-unit-menu-set-pixel-digits"/>
<keyword type="" name="The &quot;unit-changed&quot; signal" link="GimpUnitMenu.html#GimpUnitMenu-unit-changed"/>
<keyword type="" name="" link="GimpUnitMenu.html#id2655079"/>
<keyword type="" name="" link="GimpUnitMenu.html#id2655080"/>
<keyword type="" name="" link="GimpUnitMenu.html#id2655603"/>
<keyword type="" name="" link="GimpUnitMenu.html#id2655604"/>
<keyword type="struct" name="GimpZoomModel" link="GimpZoomModel.html#GimpZoomModel-struct"/>
<keyword type="enum" name="enum GimpZoomType" link="GimpZoomModel.html#GimpZoomType"/>
<keyword type="function" name="gimp_zoom_model_new ()" link="GimpZoomModel.html#gimp-zoom-model-new"/>
@ -433,23 +433,23 @@
<keyword type="" name="The &quot;percentage&quot; property" link="GimpZoomModel.html#GimpZoomModel--percentage"/>
<keyword type="" name="The &quot;value&quot; property" link="GimpZoomModel.html#GimpZoomModel--value"/>
<keyword type="" name="The &quot;zoomed&quot; signal" link="GimpZoomModel.html#GimpZoomModel-zoomed"/>
<keyword type="" name="" link="GimpZoomModel.html#id2660542"/>
<keyword type="" name="" link="GimpZoomModel.html#id2660543"/>
<keyword type="" name="" link="GimpZoomModel.html#id2661143"/>
<keyword type="" name="" link="GimpZoomModel.html#id2661144"/>
<keyword type="struct" name="GimpCellRendererColor" link="GimpCellRendererColor.html#GimpCellRendererColor-struct"/>
<keyword type="function" name="gimp_cell_renderer_color_new ()" link="GimpCellRendererColor.html#gimp-cell-renderer-color-new" since="GIMP 2.2"/>
<keyword type="" name="The &quot;color&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--color"/>
<keyword type="" name="The &quot;icon-size&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--icon-size"/>
<keyword type="" name="The &quot;opaque&quot; property" link="GimpCellRendererColor.html#GimpCellRendererColor--opaque"/>
<keyword type="" name="" link="GimpCellRendererColor.html#id2655904"/>
<keyword type="" name="" link="GimpCellRendererColor.html#id2655905"/>
<keyword type="" name="" link="GimpCellRendererColor.html#id2656336"/>
<keyword type="" name="" link="GimpCellRendererColor.html#id2656337"/>
<keyword type="struct" name="GimpCellRendererToggle" link="GimpCellRendererToggle.html#GimpCellRendererToggle-struct"/>
<keyword type="function" name="gimp_cell_renderer_toggle_new ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_cell_renderer_toggle_clicked ()" link="GimpCellRendererToggle.html#gimp-cell-renderer-toggle-clicked" since="GIMP 2.2"/>
<keyword type="" name="The &quot;stock-id&quot; property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-id"/>
<keyword type="" name="The &quot;stock-size&quot; property" link="GimpCellRendererToggle.html#GimpCellRendererToggle--stock-size"/>
<keyword type="" name="The &quot;clicked&quot; signal" link="GimpCellRendererToggle.html#GimpCellRendererToggle-clicked"/>
<keyword type="" name="" link="GimpCellRendererToggle.html#id2659839"/>
<keyword type="" name="" link="GimpCellRendererToggle.html#id2659840"/>
<keyword type="" name="" link="GimpCellRendererToggle.html#id2656575"/>
<keyword type="" name="" link="GimpCellRendererToggle.html#id2656576"/>
<keyword type="struct" name="GimpColorDisplay" link="GimpColorDisplay.html#GimpColorDisplay-struct"/>
<keyword type="function" name="gimp_color_display_new ()" link="GimpColorDisplay.html#gimp-color-display-new" deprecated=""/>
<keyword type="function" name="gimp_color_display_clone ()" link="GimpColorDisplay.html#gimp-color-display-clone"/>
@ -467,8 +467,8 @@
<keyword type="" name="The &quot;color-managed&quot; property" link="GimpColorDisplay.html#GimpColorDisplay--color-managed"/>
<keyword type="" name="The &quot;enabled&quot; property" link="GimpColorDisplay.html#GimpColorDisplay--enabled"/>
<keyword type="" name="The &quot;changed&quot; signal" link="GimpColorDisplay.html#GimpColorDisplay-changed"/>
<keyword type="" name="" link="GimpColorDisplay.html#id2663933"/>
<keyword type="" name="" link="GimpColorDisplay.html#id2663934"/>
<keyword type="" name="" link="GimpColorDisplay.html#id2663758"/>
<keyword type="" name="" link="GimpColorDisplay.html#id2663759"/>
<keyword type="struct" name="GimpColorDisplayStack" link="GimpColorDisplayStack.html#GimpColorDisplayStack-struct"/>
<keyword type="function" name="gimp_color_display_stack_new ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-new"/>
<keyword type="function" name="gimp_color_display_stack_clone ()" link="GimpColorDisplayStack.html#gimp-color-display-stack-clone"/>
@ -482,8 +482,8 @@
<keyword type="" name="The &quot;changed&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-changed"/>
<keyword type="" name="The &quot;removed&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-removed"/>
<keyword type="" name="The &quot;reordered&quot; signal" link="GimpColorDisplayStack.html#GimpColorDisplayStack-reordered"/>
<keyword type="" name="" link="GimpColorDisplayStack.html#id2665187"/>
<keyword type="" name="" link="GimpColorDisplayStack.html#id2665188"/>
<keyword type="" name="" link="GimpColorDisplayStack.html#id2665017"/>
<keyword type="" name="" link="GimpColorDisplayStack.html#id2665018"/>
<keyword type="struct" name="GimpColorSelector" link="GimpColorSelector.html#GimpColorSelector-struct"/>
<keyword type="macro" name="GIMP_COLOR_SELECTOR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-SIZE:CAPS"/>
<keyword type="macro" name="GIMP_COLOR_SELECTOR_BAR_SIZE" link="GimpColorSelector.html#GIMP-COLOR-SELECTOR-BAR-SIZE:CAPS"/>
@ -499,20 +499,20 @@
<keyword type="function" name="gimp_color_selector_set_config ()" link="GimpColorSelector.html#gimp-color-selector-set-config" since="GIMP 2.4"/>
<keyword type="" name="The &quot;channel-changed&quot; signal" link="GimpColorSelector.html#GimpColorSelector-channel-changed"/>
<keyword type="" name="The &quot;color-changed&quot; signal" link="GimpColorSelector.html#GimpColorSelector-color-changed"/>
<keyword type="" name="" link="GimpColorSelector.html#id2667384"/>
<keyword type="" name="" link="GimpColorSelector.html#id2667385"/>
<keyword type="" name="" link="GimpColorSelector.html#id2667308"/>
<keyword type="" name="" link="GimpColorSelector.html#id2667309"/>
<keyword type="struct" name="GimpColorNotebook" link="GimpColorNotebook.html#GimpColorNotebook-struct"/>
<keyword type="function" name="gimp_color_notebook_set_has_page ()" link="GimpColorNotebook.html#gimp-color-notebook-set-has-page"/>
<keyword type="" name="The &quot;tab-border&quot; style property" link="GimpColorNotebook.html#GimpColorNotebook--tab-border"/>
<keyword type="" name="The &quot;tab-icon-size&quot; style property" link="GimpColorNotebook.html#GimpColorNotebook--tab-icon-size"/>
<keyword type="" name="" link="GimpColorNotebook.html#id2666591"/>
<keyword type="" name="" link="GimpColorNotebook.html#id2666592"/>
<keyword type="" name="" link="GimpColorNotebook.html#id2666209"/>
<keyword type="" name="" link="GimpColorNotebook.html#id2666210"/>
<keyword type="struct" name="GimpColorScales" link="GimpColorScales.html#GimpColorScales-struct"/>
<keyword type="" name="" link="GimpColorScales.html#id2666604"/>
<keyword type="" name="" link="GimpColorScales.html#id2666605"/>
<keyword type="" name="" link="GimpColorScales.html#id2667366"/>
<keyword type="" name="" link="GimpColorScales.html#id2667368"/>
<keyword type="struct" name="GimpColorSelect" link="GimpColorSelect.html#GimpColorSelect-struct"/>
<keyword type="" name="" link="GimpColorSelect.html#id2666266"/>
<keyword type="" name="" link="GimpColorSelect.html#id2666267"/>
<keyword type="" name="" link="GimpColorSelect.html#id2667622"/>
<keyword type="" name="" link="GimpColorSelect.html#id2667624"/>
<keyword type="enum" name="enum GimpControllerEventType" link="GimpController.html#GimpControllerEventType"/>
<keyword type="struct" name="GimpControllerEventAny" link="GimpController.html#GimpControllerEventAny"/>
<keyword type="struct" name="GimpControllerEventTrigger" link="GimpController.html#GimpControllerEventTrigger"/>
@ -527,8 +527,8 @@
<keyword type="" name="The &quot;name&quot; property" link="GimpController.html#GimpController--name"/>
<keyword type="" name="The &quot;state&quot; property" link="GimpController.html#GimpController--state"/>
<keyword type="" name="The &quot;event&quot; signal" link="GimpController.html#GimpController-event"/>
<keyword type="" name="" link="GimpController.html#id2669136"/>
<keyword type="" name="" link="GimpController.html#id2669137"/>
<keyword type="" name="" link="GimpController.html#id2668964"/>
<keyword type="" name="" link="GimpController.html#id2668965"/>
<keyword type="function" name="GimpHelpFunc ()" link="libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"/>
<keyword type="macro" name="GIMP_HELP_ID" link="libgimpwidgets-GimpHelpUI.html#GIMP-HELP-ID:CAPS"/>
<keyword type="function" name="gimp_help_enable_tooltips ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-enable-tooltips"/>
@ -537,8 +537,8 @@
<keyword type="function" name="gimp_help_connect ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-connect"/>
<keyword type="function" name="gimp_help_set_help_data ()" link="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data"/>
<keyword type="function" name="gimp_context_help ()" link="libgimpwidgets-GimpHelpUI.html#gimp-context-help"/>
<keyword type="" name="" link="libgimpwidgets-GimpHelpUI.html#id2668156"/>
<keyword type="" name="" link="libgimpwidgets-GimpHelpUI.html#id2668157"/>
<keyword type="" name="" link="libgimpwidgets-GimpHelpUI.html#id2670150"/>
<keyword type="" name="" link="libgimpwidgets-GimpHelpUI.html#id2670151"/>
<keyword type="function" name="GimpQueryStringCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryStringCallback"/>
<keyword type="function" name="GimpQueryIntCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryIntCallback"/>
<keyword type="function" name="GimpQueryDoubleCallback ()" link="libgimpwidgets-GimpQueryBox.html#GimpQueryDoubleCallback"/>
@ -550,8 +550,8 @@
<keyword type="function" name="gimp_query_size_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-size-box"/>
<keyword type="function" name="gimp_query_boolean_box ()" link="libgimpwidgets-GimpQueryBox.html#gimp-query-boolean-box"/>
<keyword type="macro" name="GIMP_QUERY_BOX_VBOX()" link="libgimpwidgets-GimpQueryBox.html#GIMP-QUERY-BOX-VBOX:CAPS"/>
<keyword type="" name="" link="libgimpwidgets-GimpQueryBox.html#id2675609"/>
<keyword type="" name="" link="libgimpwidgets-GimpQueryBox.html#id2675610"/>
<keyword type="" name="" link="libgimpwidgets-GimpQueryBox.html#id2676131"/>
<keyword type="" name="" link="libgimpwidgets-GimpQueryBox.html#id2676132"/>
<keyword type="function" name="gimp_stock_init ()" link="libgimpwidgets-GimpStock.html#gimp-stock-init"/>
<keyword type="macro" name="GIMP_STOCK_ANCHOR" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-ANCHOR:CAPS"/>
<keyword type="macro" name="GIMP_STOCK_CENTER" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-CENTER:CAPS"/>
@ -753,8 +753,8 @@
<keyword type="macro" name="GIMP_STOCK_GRADIENT" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-GRADIENT:CAPS"/>
<keyword type="macro" name="GIMP_STOCK_PALETTE" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PALETTE:CAPS"/>
<keyword type="macro" name="GIMP_STOCK_PATTERN" link="libgimpwidgets-GimpStock.html#GIMP-STOCK-PATTERN:CAPS"/>
<keyword type="" name="" link="libgimpwidgets-GimpStock.html#id2692754"/>
<keyword type="" name="" link="libgimpwidgets-GimpStock.html#id2692755"/>
<keyword type="" name="" link="libgimpwidgets-GimpStock.html#id2692808"/>
<keyword type="" name="" link="libgimpwidgets-GimpStock.html#id2692809"/>
<keyword type="function" name="gimp_enum_radio_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_radio_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-box-new-with-range" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_radio_frame_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-radio-frame-new" since="GIMP 2.4"/>
@ -762,8 +762,8 @@
<keyword type="function" name="gimp_enum_stock_box_new ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_stock_box_new_with_range ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-new-with-range" since="GIMP 2.4"/>
<keyword type="function" name="gimp_enum_stock_box_set_child_padding ()" link="libgimpwidgets-GimpEnumWidgets.html#gimp-enum-stock-box-set-child-padding" since="GIMP 2.4"/>
<keyword type="" name="" link="libgimpwidgets-GimpEnumWidgets.html#id2677669"/>
<keyword type="" name="" link="libgimpwidgets-GimpEnumWidgets.html#id2677670"/>
<keyword type="" name="" link="libgimpwidgets-GimpEnumWidgets.html#id2679279"/>
<keyword type="" name="" link="libgimpwidgets-GimpEnumWidgets.html#id2679280"/>
<keyword type="function" name="gimp_prop_boolean_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new"/>
<keyword type="function" name="gimp_prop_boolean_radio_frame_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new"/>
<keyword type="function" name="gimp_prop_check_button_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new"/>
@ -793,8 +793,8 @@
<keyword type="function" name="gimp_prop_string_combo_box_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new"/>
<keyword type="function" name="gimp_prop_text_buffer_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new"/>
<keyword type="function" name="gimp_prop_unit_menu_new ()" link="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new"/>
<keyword type="" name="" link="libgimpwidgets-GimpPropWidgets.html#id2698383"/>
<keyword type="" name="" link="libgimpwidgets-GimpPropWidgets.html#id2698384"/>
<keyword type="" name="" link="libgimpwidgets-GimpPropWidgets.html#id2698507"/>
<keyword type="" name="" link="libgimpwidgets-GimpPropWidgets.html#id2698508"/>
<keyword type="function" name="gimp_radio_group_new ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new"/>
<keyword type="function" name="gimp_radio_group_new2 ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2"/>
<keyword type="function" name="gimp_radio_group_set_active ()" link="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active"/>
@ -828,8 +828,8 @@
<keyword type="function" name="gimp_unit_menu_update ()" link="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update"/>
<keyword type="function" name="gimp_table_attach_aligned ()" link="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned"/>
<keyword type="function" name="gimp_label_set_attributes ()" link="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes" since="GIMP 2.2"/>
<keyword type="" name="" link="libgimpwidgets-GimpWidgets.html#id2705720"/>
<keyword type="" name="" link="libgimpwidgets-GimpWidgets.html#id2705721"/>
<keyword type="" name="" link="libgimpwidgets-GimpWidgets.html#id2705756"/>
<keyword type="" name="" link="libgimpwidgets-GimpWidgets.html#id2705757"/>
<keyword type="function" name="gimp_int_option_menu_new ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-new" deprecated=""/>
<keyword type="function" name="gimp_int_option_menu_set_history ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-int-option-menu-set-history" deprecated=""/>
<keyword type="function" name="GimpIntOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpIntOptionMenuSensitivityCallback" deprecated=""/>
@ -840,7 +840,7 @@
<keyword type="function" name="GimpOptionMenuSensitivityCallback ()" link="libgimpwidgets-gimpoldwidgets.html#GimpOptionMenuSensitivityCallback" deprecated=""/>
<keyword type="function" name="gimp_option_menu_set_sensitive ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-option-menu-set-sensitive" deprecated=""/>
<keyword type="function" name="gimp_menu_item_update ()" link="libgimpwidgets-gimpoldwidgets.html#gimp-menu-item-update" deprecated=""/>
<keyword type="" name="" link="libgimpwidgets-gimpoldwidgets.html#id2681640"/>
<keyword type="" name="" link="libgimpwidgets-gimpoldwidgets.html#id2681641"/>
<keyword type="" name="" link="libgimpwidgets-gimpoldwidgets.html#id2698604"/>
<keyword type="" name="" link="libgimpwidgets-gimpoldwidgets.html#id2698605"/>
</functions>
</book>

View File

@ -326,7 +326,7 @@ RTL variant
</para></refsect2>
<refsect2>
<title><anchor id="GIMP-STOCK-MOVE-TO-SCREEN:CAPS" role="macro"/>GIMP_STOCK_MOVE_TO_SCREEN</title>
<indexterm><primary>GIMP_STOCK_MOVE_TO_SCREEN</primary></indexterm><programlisting>#define GIMP_STOCK_MOVE_TO_SCREEN "gimp_move-to-screen"
<indexterm><primary>GIMP_STOCK_MOVE_TO_SCREEN</primary></indexterm><programlisting>#define GIMP_STOCK_MOVE_TO_SCREEN "gimp-move-to-screen"
</programlisting>
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-move-to-screen-24.png" format="png"></inlinegraphic>

View File

@ -353,7 +353,7 @@ This is the distance in pixels where Guide and Grid snapping activates. This
is an integer value.
.TP
(marching-ants-speed 100)
(marching-ants-speed 200)
Speed of marching ants in the selection outline. This value is in
milliseconds (less time indicates faster marching). This is an integer value.

Some files were not shown because too many files have changed in this diff Show More