Imported Upstream version 2.2.13

This commit is contained in:
Ari Pollak
2010-08-11 01:16:57 -04:00
parent c055124f1e
commit 70ad8213cf
243 changed files with 10052 additions and 8795 deletions

139
ChangeLog
View File

@ -1,3 +1,142 @@
2006-08-24 Sven Neumann <sven@gimp.org>
* Made 2.2.13 release.
2006-08-24 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* data/misc/gimp.desktop.in.in (Categories): removed "Application"
which is not any longer in the Desktop Menu spec.
2006-08-24 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* plug-ins/winicon/icodialog.c
* plug-ins/winicon/icosave.c: fixed handling of indexed images
(bug #342883).
2006-08-24 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* docs/gimp.1.in: explain ${datarootdir}.
2006-08-24 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* app/display/gimpdisplayshell-preview.c
(gimp_display_shell_draw_tri): just return if gdk_drawable_get_size()
returns 0 for width or height (bug #340056).
2006-08-23 Sven Neumann <sven@gimp.org>
* data/misc/Makefile.am: also substitute ${datarootdir} to work
with newer autoconf.
Merged from HEAD branch:
* gimptool-2.0.in
* gimptool-win32.c.in: add reference to datarootdir.
2006-08-23 Sven Neumann <sven@gimp.org>
Merged a fix from the HEAD branch to fix bug #164061:
* app/composite/gimp-composite-sse2.c: Repaired a latent bug in
gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 where setting up
the alpha masks were not done correctly.
Use movntq instructions to avoid processor cache pollution.
Some adjustments to register allocation specifications.
2006-08-23 Sven Neumann <sven@gimp.org>
* app/dialogs/file-save-dialog.c (file_save_overwrite): set the
GTK_DIALOG_DESTROY_WITH_PARENT flag. Fixes bug #329001.
2006-08-22 Sven Neumann <sven@gimp.org>
* app/core/gimplayer.c (gimp_layer_convert): backport the fix for
bug #321855 from the HEAD branch. Fixes bug #345051.
2006-08-22 Sven Neumann <sven@gimp.org>
* plug-ins/common/gauss.c: reverted change from bug #331051 that
shouldn't have been backported to the stable branch (bug #343047).
2006-08-22 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite-regression.[ch]: use gulong instead
of u_long. Should fix bug #352221.
2006-08-16 Sven Neumann <sven@gimp.org>
* plug-ins/common/autocrop.c: merged changes from HEAD branch.
Fixes bug #337888 and other problems.
2006-08-14 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* plug-ins/winicon/icoload.c: open the file in binary mode.
Pointed out by Aurimas Juska; fixes bug #172503.
2006-08-14 Michael Natterer <mitch@gimp.org>
Merged from HEAD branch:
* libgimp/gimpdrawablepreview.c (gimp_drawable_preview_draw_area):
draw only within the intersection of the the passed coordinates
and the selection to avoid access to non-existant (out-of-image)
selction tiles. Fixes bug #350760.
2006-08-08 Sven Neumann <sven@gimp.org>
Merged from HEAD branch:
* plug-ins/common/warp.c (diff_prepare_row): applied patch from
Robert Ögren to fix a segfault on 64bit architectures (bug #327479).
2006-08-05 Raphaël Quinet <raphael@gimp.org>
Merged from HEAD branch:
* app/core/gimpgradient-load.c (gimp_gradient_load): Do not crash
when loading corrupt gradient files. Ensure that error messages
are correctly reported with g_set_error() instead of g_message().
Fixes bug #349996.
2006-07-26 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpcontainertreeview.c
(gimp_container_tree_view_button_press): added runtime version
check and adjust the coords for RTL only for GTK+ < 2.7.0 because
gtk_tree_view_get_path_at_pos() does the right thing by itself
after this version. Fixes bug #348347.
2006-07-18 Michael Natterer <mitch@gimp.org>
Merged from HEAD branch:
* app/widgets/gimpfiledialog.c (gimp_file_dialog_set_image): use
file_utils_uri_to_utf8_basename() instead of g_path_get_basename()
to get an uri's basename. Fixes bug #347544.
2006-07-10 Sven Neumann <sven@gimp.org>
* configure.in: bumped version to 2.2.13, interface_age 13.
Merged from HEAD branch:
* app/xcf/xcf-load.c: use a signed variable when attempting to
skip over unknown properties and check for EOF. Fixes bug #345802.
* app/xcf/xcf-read.c: cleanup, nothing really changed
2006-07-06 Sven Neumann <sven@gimp.org>
* Made 2.2.12 release.

View File

@ -76,7 +76,7 @@ EXTRA_DIST = \
po-script-fu/update.sh
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console --disable-print
DISTCLEANFILES = \
intltool-extract \

View File

@ -494,7 +494,7 @@ EXTRA_DIST = \
po-plug-ins/update.sh \
po-script-fu/update.sh
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console --disable-print
DISTCLEANFILES = \
intltool-extract \
intltool-merge \

21
NEWS
View File

@ -6,6 +6,27 @@ here. New features are being added in the HEAD branch that will be
released as GIMP version 2.4.
Bugs fixed in GIMP 2.2.13
=========================
- avoid endless looping when loading a corrupt XCF file (bug #345802)
- fixed regression in file dialogs (bug #347544)
- fixed right-to-left layout in layers dialog (bug #348347)
- avoid a crash when loading a corrupt gradient file (bug #349996)
- fixed segfault in Warp plug-in on 64bit architectures (bug #327479)
- fixed crash in GimpDrawablePreview (bug #350760)
- fixed error in Winicon load plug-in (bug #172503)
- fixed errors in Autocrop plug-in (bug #337888)
- fixed compile errors in regression tests on OS X (bug #352221)
- fixed regression in Gaussian Blur plug-in (bug #343047)
- fixed crash when opening an RGB image in an indexed image (bug #345051)
- fixed a possible crash in the Save dialog (bug #329001)
- fixed Lighten Only layer mode on SSE2 platforms (bug #164061)
- work with newer versions of autoconf
- protect against bogus values returned from GDK (bug #340056)
- fixed handling of indexed images in the Winicon save plug-in (bug #342883)
Bugs fixed in GIMP 2.2.12
=========================

View File

@ -318,9 +318,9 @@ gimp_composite_regression_compare_contexts (char *operation, GimpCompositeContex
* Return value:
**/
int
gimp_composite_regression_comp_rgba8 (char *str, gimp_rgba8_t *rgba8A, gimp_rgba8_t *rgba8B, gimp_rgba8_t *expected, gimp_rgba8_t *actual, u_long length)
gimp_composite_regression_comp_rgba8 (char *str, gimp_rgba8_t *rgba8A, gimp_rgba8_t *rgba8B, gimp_rgba8_t *expected, gimp_rgba8_t *actual, gulong length)
{
u_long i;
gulong i;
int failed;
int fail_count;
@ -366,7 +366,7 @@ gimp_composite_regression_comp_rgba8 (char *str, gimp_rgba8_t *rgba8A, gimp_rgba
* Return value:
**/
int
gimp_composite_regression_comp_va8 (char *str, gimp_va8_t *va8A, gimp_va8_t *va8B, gimp_va8_t *expected, gimp_va8_t *actual, u_long length)
gimp_composite_regression_comp_va8 (char *str, gimp_va8_t *va8A, gimp_va8_t *va8B, gimp_va8_t *expected, gimp_va8_t *actual, gulong length)
{
int i;
int failed;
@ -406,7 +406,7 @@ gimp_composite_regression_comp_va8 (char *str, gimp_va8_t *va8A, gimp_va8_t *va8
*
**/
void
gimp_composite_regression_dump_rgba8 (char *str, gimp_rgba8_t *rgba, u_long n_pixels)
gimp_composite_regression_dump_rgba8 (char *str, gimp_rgba8_t *rgba, gulong n_pixels)
{
int i;
@ -447,12 +447,12 @@ gimp_composite_regression_timer_report (char *name, double t1, double t2)
* Return value:
**/
double
gimp_composite_regression_time_function (u_long iterations, void (*func)(), GimpCompositeContext *ctx)
gimp_composite_regression_time_function (gulong iterations, void (*func)(), GimpCompositeContext *ctx)
{
struct timeval t0;
struct timeval t1;
struct timeval tv_elapsed;
u_long i;
gulong i;
gettimeofday (&t0, NULL);
for (i = 0; i < iterations; i++) { (*func)(ctx); }
@ -471,10 +471,10 @@ gimp_composite_regression_time_function (u_long iterations, void (*func)(), Gimp
* Return value:
**/
gimp_rgba8_t *
gimp_composite_regression_random_rgba8 (u_long n_pixels)
gimp_composite_regression_random_rgba8 (gulong n_pixels)
{
gimp_rgba8_t *rgba8;
u_long i;
gulong i;
if ((rgba8 = (gimp_rgba8_t *) calloc (sizeof(gimp_rgba8_t), n_pixels))) {
for (i = 0; i < n_pixels; i++) {
@ -497,11 +497,11 @@ gimp_composite_regression_random_rgba8 (u_long n_pixels)
* Return value:
**/
gimp_rgba8_t *
gimp_composite_regression_fixed_rgba8 (u_long n_pixels)
gimp_composite_regression_fixed_rgba8 (gulong n_pixels)
{
gimp_rgba8_t *rgba8;
u_long i;
u_long v;
gulong i;
gulong v;
if ((rgba8 = (gimp_rgba8_t *) calloc(sizeof(gimp_rgba8_t), n_pixels))) {
for (i = 0; i < n_pixels; i++) {

View File

@ -5,7 +5,7 @@
*/
typedef struct
{
guint8 v;
guint8 v;
} gimp_v8_t;
typedef struct
@ -102,7 +102,7 @@ extern void gimp_composite_regression_print_vector_rgba8 (gimp_rgba8_t v[],
unsigned int n_pixels);
extern double gimp_composite_regression_time_function (u_long iterations,
extern double gimp_composite_regression_time_function (gulong iterations,
void (*func)(),
GimpCompositeContext *ctx);
extern int gimp_composite_regression_comp_rgba8 (char *str,
@ -110,27 +110,27 @@ extern int gimp_composite_regression_comp_rgba8 (char *str,
gimp_rgba8_t *rgba8B,
gimp_rgba8_t *expected,
gimp_rgba8_t *actual,
u_long length);
gulong length);
extern int gimp_composite_regression_comp_va8 (char *str,
gimp_va8_t *va8A,
gimp_va8_t *va8B,
gimp_va8_t *expected,
gimp_va8_t *actual,
u_long length);
gulong length);
extern int gimp_composite_regression_compare_contexts (char *,
GimpCompositeContext *ctx1,
GimpCompositeContext *ctx2);
extern void gimp_composite_regression_dump_rgba8 (char *str,
gimp_rgba8_t *rgba,
u_long n_pixels);
gulong n_pixels);
extern void gimp_composite_regression_print_rgba8 (gimp_rgba8_t *rgba8);
extern void gimp_composite_regression_print_va8 (gimp_va8_t *va8);
extern void gimp_composite_regression_timer_report (char *name,
double t1,
double t2);
extern gimp_rgba8_t *gimp_composite_regression_random_rgba8 (u_long n_pixels);
extern gimp_rgba8_t *gimp_composite_regression_fixed_rgba8 (u_long n_pixels);
extern gimp_rgba8_t *gimp_composite_regression_random_rgba8 (gulong n_pixels);
extern gimp_rgba8_t *gimp_composite_regression_fixed_rgba8 (gulong n_pixels);
extern GimpCompositeContext *gimp_composite_context_init (GimpCompositeContext *ctx,
GimpCompositeOperation op,
GimpPixelFormat a_format,

View File

@ -137,7 +137,7 @@ gimp_composite_addition_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpminub %%mm3,%%mm2\n"
"\tpand %%mm0,%%mm2\n"
"\tpor %%mm2,%%mm1\n"
"\tmovq %%mm1,%0\n"
"\tmovntq %%mm1,%0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm0", "%mm1", "%mm2", "%mm3", "%mm4", "%mm5", "%mm6", "%mm7");
@ -166,15 +166,6 @@ gimp_composite_addition_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
asm("emms");
}
#if 0
void
xxxgimp_composite_burn_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
{
}
#endif
void
gimp_composite_darken_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
{
@ -208,7 +199,7 @@ gimp_composite_darken_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
{
asm volatile (" movq %1, %%mm2\n"
"\tpminub %2, %%mm2\n"
"\tmovq %%mm2, %0\n"
"\tmovntq %%mm2, %0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4");
@ -289,7 +280,7 @@ gimp_composite_difference_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpminub %%mm3, %%mm2\n"
"\tpand %%mm0, %%mm2\n"
"\tpor %%mm2, %%mm1\n"
"\tmovq %%mm1, %0\n"
"\tmovntq %%mm1, %0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4", "%mm5");
@ -322,142 +313,6 @@ gimp_composite_difference_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
}
#if 0
void
xxxgimp_composite_dodge_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
{
GimpCompositeContext op = *_op;
for (; op.n_pixels >= 4; op.n_pixels -= 4)
{
asm volatile (" movdqu %1,%%xmm0\n"
"\tmovdqu %2,%%xmm1\n"
"\tmovdqu %%xmm1,%%xmm3\n"
"\tpxor %%xmm2,%%xmm2\n"
"\tpunpcklbw %%xmm2,%%xmm3\n"
"\tpunpcklbw %%xmm0,%%xmm2\n"
"\tmovdqu %3,%%xmm4\n"
"\tpsubw %%xmm3,%%xmm4\n"
"\t" xmm_pdivwuqX(xmm2,xmm4,xmm5,xmm6) "\n"
"\tmovdqu %%xmm1,%%xmm3\n"
"\tpxor %%xmm2,%%xmm2\n"
"\tpunpckhbw %%xmm2,%%xmm3\n"
"\tpunpckhbw %%xmm0,%%xmm2\n"
"\tmovdqu %3,%%xmm4\n"
"\tpsubw %%xmm3,%%xmm4\n"
"\t" xmm_pdivwuqX(xmm2,xmm4,xmm6,xmm7) "\n"
"\tpackuswb %%xmm6,%%xmm5\n"
"\tmovdqu %4,%%xmm6\n"
"\tmovdqu %%xmm1,%%xmm7\n"
"\tpminub %%xmm0,%%xmm7\n"
"\tpand %%xmm6,%%xmm7\n"
"\tpandn %%xmm5,%%xmm6\n"
"\tpor %%xmm6,%%xmm7\n"
"\tmovdqu %%xmm7,%0\n"
: "=m" (*op.D)
: "m" (*op.A), "m" (*op.B), "m" (*rgba8_w256_128), "m" (*rgba8_alpha_mask_128)
: "%eax", "%ecx", "%edx", "%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7");
op.A += 16;
op.B += 16;
op.D += 16;
}
for (; op.n_pixels >= 2; op.n_pixels -= 2)
{
asm volatile (" movq %1,%%mm0\n"
"\tmovq %2,%%mm1\n"
"\tmovq %%mm1,%%mm3\n"
"\tpxor %%mm2,%%mm2\n"
"\tpunpcklbw %%mm2,%%mm3\n"
"\tpunpcklbw %%mm0,%%mm2\n"
"\tmovq %3,%%mm4\n"
"\tpsubw %%mm3,%%mm4\n"
"\t" pdivwuqX(mm2,mm4,mm5) "\n"
"\tmovq %%mm1,%%mm3\n"
"\tpxor %%mm2,%%mm2\n"
"\tpunpckhbw %%mm2,%%mm3\n"
"\tpunpckhbw %%mm0,%%mm2\n"
"\tmovq %3,%%mm4\n"
"\tpsubw %%mm3,%%mm4\n"
"\t" pdivwuqX(mm2,mm4,mm6) "\n"
"\tpackuswb %%mm6,%%mm5\n"
"\tmovq %4,%%mm6\n"
"\tmovq %%mm1,%%mm7\n"
"\tpminub %%mm0,%%mm7\n"
"\tpand %%mm6,%%mm7\n"
"\tpandn %%mm5,%%mm6\n"
"\tpor %%mm6,%%mm7\n"
"\tmovq %%mm7,%0\n"
: (*op.D)
: "m" (*op.A), "m" (*op.B), "m" (*rgba8_w256_64), "m" (*rgba8_alpha_mask_64)
: "%eax", "%ecx", "%edx", "%mm0", "%mm1", "%mm2", "%mm3", "%mm4", "%mm5", "%mm6", "%mm7");
op.A += 8;
op.B += 8;
op.D += 8;
}
if (op.n_pixels)
{
asm volatile (" movd %1,%%mm0\n"
"\tmovq %2,%%mm1\n"
"\tmovq %%mm1,%%mm3\n"
"\tpxor %%mm2,%%mm2\n"
"\tpunpcklbw %%mm2,%%mm3\n"
"\tpunpcklbw %%mm0,%%mm2\n"
"\tmovq %3,%%mm4\n"
"\tpsubw %%mm3,%%mm4\n"
"\t" pdivwuqX(mm2,mm4,mm5) "\n"
"\tmovq %%mm1,%%mm3\n"
"\tpxor %%mm2,%%mm2\n"
"\tpunpckhbw %%mm2,%%mm3\n"
"\tpunpckhbw %%mm0,%%mm2\n"
"\tmovq %3,%%mm4\n"
"\tpsubw %%mm3,%%mm4\n"
"\t" pdivwuqX(mm2,mm4,mm6) "\n"
"\tpackuswb %%mm6,%%mm5\n"
"\tmovq %4,%%mm6\n"
"\tmovq %%mm1,%%mm7\n"
"\tpminub %%mm0,%%mm7\n"
"\tpand %%mm6,%%mm7\n"
"\tpandn %%mm5,%%mm6\n"
"\tpor %%mm6,%%mm7\n"
"\tmovd %%mm7,%0\n"
: "=m" (*op.D)
: "m" (*op.A), "m" (*op.B), "m" (*rgba8_w256_64), "m" (*rgba8_alpha_mask_64)
: "%eax", "%ecx", "%edx", "%mm1", "%mm2", "%mm3", "%mm4", "%mm5");
}
asm("emms");
}
#endif
void
gimp_composite_grain_extract_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
{
@ -508,7 +363,7 @@ gimp_composite_grain_extract_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tmovdqu %%xmm1,%0\n"
: "=m" (*D)
: "m" (*A), "m" (*B)
: "%xmm1", "%xmm2", "%xmm3", "%xmm4");
: "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5");
A++;
B++;
D++;
@ -544,10 +399,10 @@ gimp_composite_grain_extract_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpand %%mm0,%%mm2\n"
"\tpor %%mm2,%%mm1\n"
"\tmovq %%mm1,%0\n"
"\tmovntq %%mm1,%0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4");
: "%mm1", "%mm2", "%mm3", "%mm4", "%mm5");
a++;
b++;
d++;
@ -572,7 +427,7 @@ gimp_composite_grain_extract_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tmovd %%mm1, %0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4");
: "%mm1", "%mm2", "%mm3", "%mm4", "%mm5");
}
asm("emms");
@ -589,7 +444,12 @@ gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
uint128 *B = (uint128 *) _op->B;
gulong n_pixels = _op->n_pixels;
asm volatile ("movdqu %0,%%xmm0" : : "m" (*rgba8_alpha_mask_64) : "%xmm0");
asm volatile (" movdqu %0,%%xmm0\n"
"\tmovq %1,%%mm0"
: /* empty */
: "m" (*rgba8_alpha_mask_128), "m" (*rgba8_alpha_mask_64)
: "%xmm0", "%mm0");
for (; n_pixels >= 4; n_pixels -= 4)
{
@ -626,7 +486,7 @@ gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpminub %%mm2, %%mm3\n"
"\tpand %%mm0, %%mm3\n"
"\tpor %%mm3, %%mm1\n"
"\tmovq %%mm1, %0\n"
"\tmovntq %%mm1, %0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4");
@ -643,7 +503,7 @@ gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpmaxub %%mm3, %%mm4\n"
"\tmovq %%mm0, %%mm1\n"
"\tpandn %%mm4, %%mm1\n"
"\tpminub %%mm2,%%mm3\n"
"\tpminub %%mm2, %%mm3\n"
"\tpand %%mm0, %%mm3\n"
"\tpor %%mm3, %%mm1\n"
"\tmovd %%mm1, %0\n"
@ -708,7 +568,7 @@ gimp_composite_subtract_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
"\tpminub %%mm3,%%mm2\n"
"\tpand %%mm0,%%mm2\n"
"\tpor %%mm2,%%mm1\n"
"\tmovq %%mm1,%0\n"
"\tmovntq %%mm1,%0\n"
: "=m" (*d)
: "m" (*a), "m" (*b)
: "%mm1", "%mm2", "%mm3", "%mm4");
@ -837,7 +697,7 @@ gimp_composite_swap_rgba8_rgba8_rgba8_sse2 (GimpCompositeContext *_op)
asm volatile (" movq %0,%%mm2\n"
"\tmovq %1,%%mm3\n"
"\tmovq %%mm3,%0\n"
"\tmovq %%mm2,%1\n"
"\tmovntq %%mm2,%1\n"
: "+m" (*op.A), "+m" (*op.B)
: /* empty */
: "%mm2", "%mm3");

View File

@ -169,8 +169,9 @@ gimp_gradient_load (const gchar *filename,
}
else
{
g_message (_("Corrupt segment %d in gradient file '%s'."),
i, gimp_filename_to_utf8 (filename));
g_set_error (error, GIMP_DATA_ERROR, GIMP_DATA_ERROR_READ,
_("Corrupt segment %d in gradient file '%s'."),
i, gimp_filename_to_utf8 (filename));
g_object_unref (gradient);
fclose (file);
return NULL;

View File

@ -542,7 +542,7 @@ gimp_layer_convert (GimpItem *item,
gimp_item_height (item),
TRUE);
gimp_layer_transform_color (gimp_item_get_image (item),
gimp_layer_transform_color (dest_image,
&newPR, &layerPR,
NULL,
old_base_type);

View File

@ -191,15 +191,14 @@ file_save_overwrite (GtkWidget *save_dialog,
overwrite_data->uri = g_strdup (uri);
overwrite_data->raw_filename = g_strdup (raw_filename);
dialog =
gimp_message_dialog_new (_("File exists"), GIMP_STOCK_WARNING,
save_dialog, 0,
gimp_standard_help_func, NULL,
dialog = gimp_message_dialog_new (_("File exists"), GIMP_STOCK_WARNING,
save_dialog, GTK_DIALOG_DESTROY_WITH_PARENT,
gimp_standard_help_func, NULL,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
_("_Replace"), GTK_RESPONSE_OK,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
_("_Replace"), GTK_RESPONSE_OK,
NULL);
NULL);
g_signal_connect (dialog, "response",
G_CALLBACK (file_save_overwrite_response),

View File

@ -331,9 +331,13 @@ gimp_display_shell_draw_tri (GimpDrawable *texture,
gdk_drawable_get_size (dest, &dwidth, &dheight);
row = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
mask ? TRUE : gimp_drawable_has_alpha (texture),
8, dwidth, 1);
if (dwidth > 0 && dheight > 0)
row = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
mask ? TRUE : gimp_drawable_has_alpha (texture),
8, dwidth, 1);
else
return;
g_return_if_fail (row != NULL);
/* sort vertices in order of y-coordinate */

View File

@ -866,7 +866,8 @@ gimp_container_tree_view_button_press (GtkWidget *widget,
/* Actually gtk_tree_view_get_path_at_pos() should take care of the
* render direction, but unfortunately it doesn't seem to do that.
*/
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL &&
! gtk_check_version (2, 7, 0))
x = MAX (widget->requisition.width, widget->allocation.width) - bevent->x;
else
x = bevent->x;

View File

@ -412,7 +412,7 @@ gimp_file_dialog_set_image (GimpFileDialog *dialog,
gimp_file_dialog_set_file_proc (dialog, NULL);
dirname = g_path_get_dirname (uri);
basename = g_path_get_basename (uri);
basename = file_utils_uri_to_utf8_basename (uri);
if (dirname && strlen (dirname) && strcmp (dirname, "."))
gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dialog),

View File

@ -514,8 +514,9 @@ xcf_load_image_props (XcfInfo *info,
{
if (base + prop_size != info->cp)
{
g_warning ("Mismatch in PROP_VECTORS size: skipping %d bytes.",
base + prop_size - info->cp);
g_printerr ("Mismatch in PROP_VECTORS size: "
"skipping %d bytes.\n",
base + prop_size - info->cp);
xcf_seek_pos (info, base + prop_size, NULL);
}
}
@ -531,18 +532,22 @@ xcf_load_image_props (XcfInfo *info,
default:
#ifdef GIMP_UNSTABLE
g_printerr ("unexpected/unknown image property: %d (skipping)",
g_printerr ("unexpected/unknown image property: %d (skipping)\n",
prop_type);
#endif
{
gsize size = prop_size;
guint8 buf[16];
guint amount;
while (prop_size > 0)
while (size > 0)
{
amount = MIN (16, prop_size);
if (feof (info->fp))
return FALSE;
amount = MIN (16, size);
info->cp += xcf_read_int8 (info->fp, buf, amount);
prop_size -= MIN (16, amount);
size -= MIN (16, amount);
}
}
break;
@ -673,19 +678,23 @@ xcf_load_layer_props (XcfInfo *info,
break;
default:
#ifdef GIMP_UNSTABLE
g_printerr ("unexpected/unknown layer property: %d (skipping)\n",
prop_type);
#endif
{
gsize size = prop_size;
guint8 buf[16];
guint amount;
#ifdef GIMP_UNSTABLE
g_printerr ("unexpected/unknown layer property: %d (skipping)",
prop_type);
#endif
while (prop_size > 0)
while (size > 0)
{
amount = MIN (16, prop_size);
if (feof (info->fp))
return FALSE;
amount = MIN (16, size);
info->cp += xcf_read_int8 (info->fp, buf, amount);
prop_size -= MIN (16, amount);
size -= MIN (16, amount);
}
}
break;
@ -807,19 +816,22 @@ xcf_load_channel_props (XcfInfo *info,
default:
#ifdef GIMP_UNSTABLE
g_printerr ("unexpected/unknown channel property: %d (skipping)",
g_printerr ("unexpected/unknown channel property: %d (skipping)\n",
prop_type);
#endif
{
gsize size = prop_size;
guint8 buf[16];
guint amount;
guint amount;
while (prop_size > 0)
while (size > 0)
{
amount = MIN (16, prop_size);
if (feof (info->fp))
return FALSE;
amount = MIN (16, size);
info->cp += xcf_read_int8 (info->fp, buf, amount);
prop_size -= MIN (16, amount);
size -= MIN (16, amount);
}
}
break;

View File

@ -34,9 +34,8 @@ xcf_read_int32 (FILE *fp,
guint32 *data,
gint count)
{
guint total;
guint total = count;
total = count;
if (count > 0)
{
xcf_read_int8 (fp, (guint8 *) data, count * 4);
@ -64,15 +63,15 @@ xcf_read_int8 (FILE *fp,
guint8 *data,
gint count)
{
guint total;
gint bytes;
guint total = count;
total = count;
while (count > 0)
{
bytes = fread ((char *) data, sizeof (char), count, fp);
gint bytes = fread ((char *) data, sizeof (char), count, fp);
if (bytes <= 0) /* something bad happened */
break;
count -= bytes;
data += bytes;
}
@ -85,14 +84,15 @@ xcf_read_string (FILE *fp,
gchar **data,
gint count)
{
guint32 tmp;
guint total;
gint i;
guint total = 0;
gint i;
total = 0;
for (i = 0; i < count; i++)
{
guint32 tmp;
total += xcf_read_int32 (fp, &tmp, 1);
if (tmp > 0)
{
gchar *str;

21
config.guess vendored
View File

@ -1,9 +1,10 @@
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2006-02-23'
timestamp='2006-07-02'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -210,7 +211,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
exit ;;
macppc:MirBSD:*:*)
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
echo powerpc-unknown-mirbsd${UNAME_RELEASE}
exit ;;
*:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@ -770,6 +771,8 @@ EOF
case ${UNAME_MACHINE} in
pc98)
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
amd64)
echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
esac
@ -780,9 +783,6 @@ EOF
i*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
i*:MSYS_NT-*:*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
i*:windows32*:*)
# uname -m includes "-pc" on this system.
echo ${UNAME_MACHINE}-mingw32
@ -790,10 +790,10 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
x86:Interix*:[345]*)
x86:Interix*:[3456]*)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T:Interix*:[345]*)
EM64T:Interix*:[3456]*)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
@ -831,6 +831,9 @@ EOF
arm*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
avr32*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
cris:Linux:*:*)
echo cris-axis-linux-gnu
exit ;;
@ -989,7 +992,7 @@ EOF
LIBC=gnulibc1
# endif
#else
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
LIBC=gnu
#else
LIBC=gnuaout

46
config.sub vendored
View File

@ -1,9 +1,10 @@
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2006-02-23'
timestamp='2006-07-02'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -240,7 +241,7 @@ case $basic_machine in
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
| bfin \
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
@ -248,7 +249,8 @@ case $basic_machine in
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
| m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
| maxq | mb | microblaze | mcore \
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64el \
@ -274,11 +276,11 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b \
| strongarm \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
| spu | strongarm \
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
@ -286,9 +288,6 @@ case $basic_machine in
| z8k)
basic_machine=$basic_machine-unknown
;;
m32c)
basic_machine=$basic_machine-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12)
# Motorola 68HC11/12.
basic_machine=$basic_machine-unknown
@ -318,7 +317,7 @@ case $basic_machine in
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* \
| avr-* | avr32-* \
| bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
| clipper-* | craynv-* | cydra-* \
@ -329,7 +328,7 @@ case $basic_machine in
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
| i*86-* | i860-* | i960-* | ia64-* \
| ip2k-* | iq2000-* \
| m32r-* | m32rle-* \
| m32c-* | m32r-* | m32rle-* \
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
| m88110-* | m88k-* | maxq-* | mcore-* \
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
@ -358,11 +357,11 @@ case $basic_machine in
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
| pyramid-* \
| romp-* | rs6000-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
| sparclite-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
| tahoe-* | thumb-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
| tron-* \
@ -373,8 +372,6 @@ case $basic_machine in
| ymp-* \
| z8k-*)
;;
m32c-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)
@ -1128,7 +1125,7 @@ case $basic_machine in
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
basic_machine=sh-unknown
;;
sparc | sparcv8 | sparcv9 | sparcv9b)
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
basic_machine=sparc-sun
;;
cydra)
@ -1217,7 +1214,7 @@ case $os in
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
| -skyos* | -haiku* | -rdos*)
| -skyos* | -haiku* | -rdos* | -toppers*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@ -1369,6 +1366,9 @@ else
# system, and we'll never get to this point.
case $basic_machine in
spu-*)
os=-elf
;;
*-acorn)
os=-riscix1.2
;;
@ -1378,9 +1378,9 @@ case $basic_machine in
arm*-semi)
os=-aout
;;
c4x-* | tic4x-*)
os=-coff
;;
c4x-* | tic4x-*)
os=-coff
;;
# This must come before the *-dec entry.
pdp10-*)
os=-tops20

401
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -8,11 +8,11 @@ AC_PREREQ(2.54)
m4_define([gimp_major_version], [2])
m4_define([gimp_minor_version], [2])
m4_define([gimp_micro_version], [12])
m4_define([gimp_micro_version], [13])
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], [12])
m4_define([gimp_interface_age], [13])
m4_define([gimp_binary_age],
[m4_eval(100 * gimp_minor_version + gimp_micro_version)])

View File

@ -22,7 +22,8 @@ CLEANFILES = $(gen_sources)
DISTCLEANFILES = gimp.desktop
gimp.desktop: gimp.desktop.in $(wildcard $(top_srcdir)/po/*.po)
sed -e 's|.[{]prefix[}]|${prefix}|' gimp.desktop.in > desktop-foo \
sed -e 's|.[{]prefix[}]|${prefix}|' gimp.desktop.in | \
sed -e 's|.[{]datarootdir[}]|${datarootdir}|' > desktop-foo \
&& $(INTLTOOL_MERGE) $(top_srcdir)/po desktop-foo $(@) -d -u -c $(top_builddir)/po/.intltool-merge-cachemake \
&& rm -r desktop-foo

View File

@ -608,7 +608,8 @@ uninstall-am: uninstall-info-am uninstall-local uninstall-miscdataDATA
gimp.desktop: gimp.desktop.in $(wildcard $(top_srcdir)/po/*.po)
sed -e 's|.[{]prefix[}]|${prefix}|' gimp.desktop.in > desktop-foo \
sed -e 's|.[{]prefix[}]|${prefix}|' gimp.desktop.in | \
sed -e 's|.[{]datarootdir[}]|${datarootdir}|' > desktop-foo \
&& $(INTLTOOL_MERGE) $(top_srcdir)/po desktop-foo $(@) -d -u -c $(top_builddir)/po/.intltool-merge-cachemake \
&& rm -r desktop-foo

View File

@ -9,7 +9,7 @@ Exec=gimp-remote-@GIMP_APP_VERSION@ %U
TryExec=gimp-@GIMP_APP_VERSION@
Icon=@gimpdatadir@/images/@GIMP_DESKTOP_ICON@
Terminal=false
Categories=Application;Graphics;2DGraphics;RasterGraphics;GTK;
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=GIMP
StartupNotify=true

View File

@ -133,13 +133,13 @@ GIMPPRINT_REQUIRED_VERSION = 4.2.0
GIMPPRINT_TOONEW_VERSION = 4.3.0
GIMP_API_VERSION = 2.0
GIMP_APP_VERSION = 2.2
GIMP_BINARY_AGE = 212
GIMP_BINARY_AGE = 213
GIMP_DATA_VERSION = 2.0
GIMP_DESKTOP_ICON = wilber-icon.png
GIMP_FULL_NAME = The GIMP
GIMP_INTERFACE_AGE = 12
GIMP_INTERFACE_AGE = 13
GIMP_MAJOR_VERSION = 2
GIMP_MICRO_VERSION = 12
GIMP_MICRO_VERSION = 13
GIMP_MINOR_VERSION = 2
GIMP_MKENUMS = $(PERL) $(top_srcdir)/tools/gimp-mkenums
GIMP_MODULES = modules
@ -148,7 +148,7 @@ GIMP_MP_LIBS =
GIMP_PKGCONFIG_VERSION = 2.0
GIMP_PLUGINS = plug-ins
GIMP_PLUGIN_VERSION = 2.0
GIMP_REAL_VERSION = 2.2.12
GIMP_REAL_VERSION = 2.2.13
GIMP_REMOTE = gimp-remote-2.2$(EXEEXT)
GIMP_SYSCONF_VERSION = 2.0
GIMP_THREAD_FLAGS =
@ -156,7 +156,7 @@ GIMP_THREAD_LIBS =
GIMP_TOOL_VERSION = 2.0
GIMP_UNSTABLE = no
GIMP_USER_VERSION = 2.2
GIMP_VERSION = 2.2.12
GIMP_VERSION = 2.2.13
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GLIB_GENMARSHAL = glib-genmarshal
GLIB_LIBS = -lgobject-2.0 -lglib-2.0
@ -170,7 +170,7 @@ GOBJECT_QUERY = gobject-query
GREP = /bin/grep
GTKDOC_REQUIRED_VERSION = 1.0
GTKHTML2_CFLAGS = -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GTKHTML2_LIBS = -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GTKHTML2_LIBS = -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GTKHTML2_REQUIRED_VERSION = 2.0.0
GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GTK_DOC_USE_LIBTOOL_FALSE = #
@ -242,14 +242,14 @@ LIBSCREENSHOT = -lX11
LIBSVG = -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
LIBTIFF = -ltiff
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBWMF = -L/usr/lib -lwmf -lwmflite -lfreetype -lz -L/usr/X11R6/lib -lSM -lICE -lX11 -lexpat -ljpeg -lpng -lz -lm
LIBWMF = -L/usr/lib -lwmf -lwmflite -lfreetype -lz -lX11 -lexpat -ljpeg -lpng -lz -lm
LIBXMU = -lSM -lICE -lX11 -lXmu -lXt
LIBXPM = -lSM -lICE -lX11 -lXpm
LIBZ = -lz
LN_S = ln -s
LTLIBOBJS =
LT_CURRENT_MINUS_AGE = 0
LT_VERSION_INFO = 200:12:200
LT_VERSION_INFO = 200:13:200
MAIL = mail$(EXEEXT)
MAINT =
MAINTAINER_MODE_FALSE = #
@ -270,9 +270,9 @@ OS_WIN32_TRUE = #
PACKAGE = gimp
PACKAGE_BUGREPORT = http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP
PACKAGE_NAME = GIMP
PACKAGE_STRING = GIMP 2.2.12
PACKAGE_STRING = GIMP 2.2.13
PACKAGE_TARNAME = gimp
PACKAGE_VERSION = 2.2.12
PACKAGE_VERSION = 2.2.13
PANGOFT2_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
PANGOFT2_LIBS = -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
PANGOFT2_REQUIRED_VERSION = 1.4.0
@ -318,7 +318,7 @@ SYMPREFIX =
TIFF = tiff$(EXEEXT)
URL = url$(EXEEXT)
USE_NLS = yes
VERSION = 2.2.12
VERSION = 2.2.13
WINCLIPBOARD =
WINDRES = :
WINPRINT =
@ -697,6 +697,9 @@ uninstall-am: uninstall-info-am uninstall-local
all-local: html-build.stamp
#all-local:
docs: html-build.stamp
#### scan ####
@ -731,7 +734,7 @@ tmpl.stamp: tmpl-build.stamp
#### xml ####
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml $(expand_content_files)
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && \
@ -753,7 +756,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Fixing cross-references'
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
touch html-build.stamp
#all-local:
##############
@ -800,7 +802,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
fi
.PHONY : dist-hook-local
.PHONY : dist-hook-local docs
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -697,63 +697,65 @@ uninstall-am: uninstall-info-am uninstall-local
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
@ENABLE_GTK_DOC_FALSE@all-local:
docs: html-build.stamp
#### scan ####
@ENABLE_GTK_DOC_TRUE@scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Scanning header files'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
@ENABLE_GTK_DOC_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
@ENABLE_GTK_DOC_TRUE@ else \
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) ; \
@ENABLE_GTK_DOC_TRUE@ for i in $(SCANOBJ_FILES) ; do \
@ENABLE_GTK_DOC_TRUE@ test -f $$i || touch $$i ; \
@ENABLE_GTK_DOC_TRUE@ done \
@ENABLE_GTK_DOC_TRUE@ fi
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
@ENABLE_GTK_DOC_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
@ENABLE_GTK_DOC_TRUE@ touch scan-build.stamp
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo 'gtk-doc: Scanning header files'
@-chmod -R u+w $(srcdir)
if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
else \
cd $(srcdir) ; \
for i in $(SCANOBJ_FILES) ; do \
test -f $$i || touch $$i ; \
done \
fi
cd $(srcdir) && \
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
touch scan-build.stamp
@ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
@true
#### templates ####
@ENABLE_GTK_DOC_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Rebuilding template files'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch tmpl-build.stamp
tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@echo 'gtk-doc: Rebuilding template files'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
touch tmpl-build.stamp
@ENABLE_GTK_DOC_TRUE@tmpl.stamp: tmpl-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
tmpl.stamp: tmpl-build.stamp
@true
#### xml ####
@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml $(expand_content_files)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building XML'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
@ENABLE_GTK_DOC_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch sgml-build.stamp
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
touch sgml-build.stamp
@ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
sgml.stamp: sgml-build.stamp
@true
#### html ####
@ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building HTML'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ rm -rf $(srcdir)/html
@ENABLE_GTK_DOC_TRUE@ mkdir $(srcdir)/html
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
@ENABLE_GTK_DOC_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Fixing cross-references'
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch html-build.stamp
@ENABLE_GTK_DOC_FALSE@all-local:
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building HTML'
@-chmod -R u+w $(srcdir)
rm -rf $(srcdir)/html
mkdir $(srcdir)/html
cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
@echo 'gtk-doc: Fixing cross-references'
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
touch html-build.stamp
##############
@ -800,7 +802,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
fi
.PHONY : dist-hook-local
.PHONY : dist-hook-local docs
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1 +1 @@
2.2.12
2.2.13

View File

@ -654,63 +654,65 @@ uninstall-am: uninstall-info-am uninstall-local
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
@ENABLE_GTK_DOC_FALSE@all-local:
docs: html-build.stamp
#### scan ####
@ENABLE_GTK_DOC_TRUE@scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Scanning header files'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
@ENABLE_GTK_DOC_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
@ENABLE_GTK_DOC_TRUE@ else \
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) ; \
@ENABLE_GTK_DOC_TRUE@ for i in $(SCANOBJ_FILES) ; do \
@ENABLE_GTK_DOC_TRUE@ test -f $$i || touch $$i ; \
@ENABLE_GTK_DOC_TRUE@ done \
@ENABLE_GTK_DOC_TRUE@ fi
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
@ENABLE_GTK_DOC_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
@ENABLE_GTK_DOC_TRUE@ touch scan-build.stamp
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo 'gtk-doc: Scanning header files'
@-chmod -R u+w $(srcdir)
if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
else \
cd $(srcdir) ; \
for i in $(SCANOBJ_FILES) ; do \
test -f $$i || touch $$i ; \
done \
fi
cd $(srcdir) && \
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
touch scan-build.stamp
@ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
@true
#### templates ####
@ENABLE_GTK_DOC_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Rebuilding template files'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch tmpl-build.stamp
tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@echo 'gtk-doc: Rebuilding template files'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
touch tmpl-build.stamp
@ENABLE_GTK_DOC_TRUE@tmpl.stamp: tmpl-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
tmpl.stamp: tmpl-build.stamp
@true
#### xml ####
@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml $(expand_content_files)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building XML'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && \
@ENABLE_GTK_DOC_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch sgml-build.stamp
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
touch sgml-build.stamp
@ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp
@ENABLE_GTK_DOC_TRUE@ @true
sgml.stamp: sgml-build.stamp
@true
#### html ####
@ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Building HTML'
@ENABLE_GTK_DOC_TRUE@ @-chmod -R u+w $(srcdir)
@ENABLE_GTK_DOC_TRUE@ rm -rf $(srcdir)/html
@ENABLE_GTK_DOC_TRUE@ mkdir $(srcdir)/html
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
@ENABLE_GTK_DOC_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
@ENABLE_GTK_DOC_TRUE@ @echo 'gtk-doc: Fixing cross-references'
@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
@ENABLE_GTK_DOC_TRUE@ touch html-build.stamp
@ENABLE_GTK_DOC_FALSE@all-local:
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building HTML'
@-chmod -R u+w $(srcdir)
rm -rf $(srcdir)/html
mkdir $(srcdir)/html
cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
@echo 'gtk-doc: Fixing cross-references'
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
touch html-build.stamp
##############
@ -757,7 +759,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
fi
.PHONY : dist-hook-local
.PHONY : dist-hook-local docs
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpexport.html" title="gimpexport">
<link rel="next" href="GimpDrawablePreview.html" title="GimpDrawablePreview">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,29 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpexport.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="GimpDrawablePreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527748" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2651204" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2651507" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2651184" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpAspectPreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">GimpAspectPreview</span></h2>
<h2>
<a name="id2527748"></a><span class="refentrytitle">GimpAspectPreview</span>
</h2>
<p>GimpAspectPreview &#8212; A widget providing a preview with fixed aspect ratio.</p>
</td>
<td valign="top" align="right"></td>
@ -42,34 +54,22 @@
<a href="GimpAspectPreview.html#GimpAspectPreview-struct">GimpAspectPreview</a>;
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="GimpAspectPreview.html#gimp-aspect-preview-new">gimp_aspect_preview_new</a> (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
GtkWidget* <a href="GimpAspectPreview.html#gimp-aspect-preview-new">gimp_aspect_preview_new</a> (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean *toggle);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2519712"></a><h2>Object Hierarchy</h2>
<a name="id2651507"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GInitiallyUnowned
+----<a
href="../gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="../gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
href="../gtk/GtkBox.html"
>GtkBox</a>
+----<a
href="../gtk/GtkVBox.html"
>GtkVBox</a>
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----<a
href="../libgimpwidgets/GimpPreview.html"
>GimpPreview</a>
@ -77,34 +77,32 @@ href="../libgimpwidgets/GimpPreview.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642334"></a><h2>Implemented Interfaces</h2>
<a name="id2651184"></a><h2>Implemented Interfaces</h2>
<p>
GimpAspectPreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642350"></a><h2>Description</h2>
<a name="id2651204"></a><h2>Description</h2>
<p>
A widget providing a preview with fixed aspect ratio.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642362"></a><h2>Details</h2>
<a name="id2651220"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642368"></a><h3>
<a name="id2651231"></a><h3>
<a name="GimpAspectPreview-struct"></a>GimpAspectPreview</h3>
<a class="indexterm" name="id2642377"></a><pre class="programlisting">typedef struct _GimpAspectPreview GimpAspectPreview;</pre>
<a class="indexterm" name="id2651242"></a><pre class="programlisting">typedef struct _GimpAspectPreview GimpAspectPreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642392"></a><h3>
<a name="id2651258"></a><h3>
<a name="gimp-aspect-preview-new"></a>gimp_aspect_preview_new ()</h3>
<a class="indexterm" name="id2642401"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_aspect_preview_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2651269"></a><pre class="programlisting">GtkWidget* gimp_aspect_preview_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean *toggle);</pre>
<p>
@ -137,9 +135,5 @@ href="../gtk/GtkWidget.html"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpexport.html"><b>&lt;&lt;&#160;gimpexport</b></a></td>
<td align="right"><a accesskey="n" href="GimpDrawablePreview.html"><b>GimpDrawablePreview&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="GimpAspectPreview.html" title="GimpAspectPreview">
<link rel="next" href="libgimp-gimpdrawablecombobox.html" title="gimpdrawablecombobox">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,29 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpAspectPreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpdrawablecombobox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580931" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2651954" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2651334" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2651405" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpDrawablePreview"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">GimpDrawablePreview</span></h2>
<h2>
<a name="id2580931"></a><span class="refentrytitle">GimpDrawablePreview</span>
</h2>
<p>GimpDrawablePreview &#8212; A widget providing a preview of a <a href="libgimp-gimpdrawable.html#GimpDrawable"><span class="type">GimpDrawable</span></a>.</p>
</td>
<td valign="top" align="right"></td>
@ -42,9 +54,7 @@
<a href="GimpDrawablePreview.html#GimpDrawablePreview-struct">GimpDrawablePreview</a>;
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="GimpDrawablePreview.html#gimp-drawable-preview-new">gimp_drawable_preview_new</a> (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
GtkWidget* <a href="GimpDrawablePreview.html#gimp-drawable-preview-new">gimp_drawable_preview_new</a> (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean *toggle);
<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a>* <a href="GimpDrawablePreview.html#gimp-drawable-preview-get-drawable">gimp_drawable_preview_get_drawable</a>
(<a href="GimpDrawablePreview.html" title="GimpDrawablePreview">GimpDrawablePreview</a> *preview);
@ -55,26 +65,16 @@ void <a href="GimpDrawablePreview.html#gimp-drawable-preview-draw-region"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644140"></a><h2>Object Hierarchy</h2>
<a name="id2651334"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GInitiallyUnowned
+----<a
href="../gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="../gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
href="../gtk/GtkBox.html"
>GtkBox</a>
+----<a
href="../gtk/GtkVBox.html"
>GtkVBox</a>
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----<a
href="../libgimpwidgets/GimpPreview.html"
>GimpPreview</a>
@ -85,34 +85,32 @@ href="../libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html#GimpScrolledPrev
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644206"></a><h2>Implemented Interfaces</h2>
<a name="id2651405"></a><h2>Implemented Interfaces</h2>
<p>
GimpDrawablePreview implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2640000"></a><h2>Description</h2>
<a name="id2651954"></a><h2>Description</h2>
<p>
A widget providing a preview of a <a href="libgimp-gimpdrawable.html#GimpDrawable"><span class="type">GimpDrawable</span></a>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2640018"></a><h2>Details</h2>
<a name="id2651976"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2640024"></a><h3>
<a name="id2651987"></a><h3>
<a name="GimpDrawablePreview-struct"></a>GimpDrawablePreview</h3>
<a class="indexterm" name="id2640033"></a><pre class="programlisting">typedef struct _GimpDrawablePreview GimpDrawablePreview;</pre>
<a class="indexterm" name="id2651998"></a><pre class="programlisting">typedef struct _GimpDrawablePreview GimpDrawablePreview;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640048"></a><h3>
<a name="id2652014"></a><h3>
<a name="gimp-drawable-preview-new"></a>gimp_drawable_preview_new ()</h3>
<a class="indexterm" name="id2640057"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_drawable_preview_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2652027"></a><pre class="programlisting">GtkWidget* gimp_drawable_preview_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean *toggle);</pre>
<p>
Creates a new <a href="GimpDrawablePreview.html" title="GimpDrawablePreview"><span class="type">GimpDrawablePreview</span></a> widget for <em class="parameter"><code>drawable</code></em>. If
@ -153,9 +151,9 @@ data. For convenience you can pass a pointer to the <span class="type">gboolean<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631404"></a><h3>
<a name="id2649844"></a><h3>
<a name="gimp-drawable-preview-get-drawable"></a>gimp_drawable_preview_get_drawable ()</h3>
<a class="indexterm" name="id2631413"></a><pre class="programlisting"><a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a>* gimp_drawable_preview_get_drawable
<a class="indexterm" name="id2649857"></a><pre class="programlisting"><a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a>* gimp_drawable_preview_get_drawable
(<a href="GimpDrawablePreview.html" title="GimpDrawablePreview">GimpDrawablePreview</a> *preview);</pre>
<p>
</p>
@ -186,9 +184,9 @@ data. For convenience you can pass a pointer to the <span class="type">gboolean<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631498"></a><h3>
<a name="id2649942"></a><h3>
<a name="gimp-drawable-preview-draw-region"></a>gimp_drawable_preview_draw_region ()</h3>
<a class="indexterm" name="id2642035"></a><pre class="programlisting">void gimp_drawable_preview_draw_region
<a class="indexterm" name="id2649956"></a><pre class="programlisting">void gimp_drawable_preview_draw_region
(<a href="GimpDrawablePreview.html" title="GimpDrawablePreview">GimpDrawablePreview</a> *preview,
const <a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *region);</pre>
<p>
@ -218,9 +216,5 @@ data. For convenience you can pass a pointer to the <span class="type">gboolean<
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="GimpAspectPreview.html"><b>&lt;&lt;&#160;GimpAspectPreview</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpdrawablecombobox.html"><b>gimpdrawablecombobox&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimppixbuf.html" title="gimppixbuf">
<link rel="next" href="libgimp-gimpmenu.html" title="gimpmenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,29 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppixbuf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpmenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563149" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2657415" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2554302" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2657395" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpProgressBar"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">GimpProgressBar</span></h2>
<h2>
<a name="id2563149"></a><span class="refentrytitle">GimpProgressBar</span>
</h2>
<p>GimpProgressBar &#8212; A widget providing a progress bar.</p>
</td>
<td valign="top" align="right"></td>
@ -42,63 +54,51 @@
<a href="GimpProgressBar.html#GimpProgressBar-struct">GimpProgressBar</a>;
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="GimpProgressBar.html#gimp-progress-bar-new">gimp_progress_bar_new</a> (void);
GtkWidget* <a href="GimpProgressBar.html#gimp-progress-bar-new">gimp_progress_bar_new</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2526831"></a><h2>Object Hierarchy</h2>
<a name="id2554302"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GInitiallyUnowned
+----<a
href="../gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="../gtk/GtkProgress.html"
>GtkProgress</a>
+----<a
href="../gtk/GtkProgressBar.html"
>GtkProgressBar</a>
+----GtkObject
+----GtkWidget
+----GtkProgress
+----GtkProgressBar
+----GimpProgressBar
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644069"></a><h2>Implemented Interfaces</h2>
<a name="id2657395"></a><h2>Implemented Interfaces</h2>
<p>
GimpProgressBar implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642974"></a><h2>Description</h2>
<a name="id2657415"></a><h2>Description</h2>
<p>
A widget providing a progress bar that automatically redirects any progress
calls to itself.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642986"></a><h2>Details</h2>
<a name="id2657432"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642993"></a><h3>
<a name="id2657443"></a><h3>
<a name="GimpProgressBar-struct"></a>GimpProgressBar</h3>
<a class="indexterm" name="id2643002"></a><pre class="programlisting">typedef struct _GimpProgressBar GimpProgressBar;</pre>
<a class="indexterm" name="id2657454"></a><pre class="programlisting">typedef struct _GimpProgressBar GimpProgressBar;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643017"></a><h3>
<a name="id2657470"></a><h3>
<a name="gimp-progress-bar-new"></a>gimp_progress_bar_new ()</h3>
<a class="indexterm" name="id2643026"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_progress_bar_new (void);</pre>
<a class="indexterm" name="id2657483"></a><pre class="programlisting">GtkWidget* gimp_progress_bar_new (void);</pre>
<p>
Creates a new <a href="GimpProgressBar.html" title="GimpProgressBar"><span class="type">GimpProgressBar</span></a> widget.</p>
<p>
@ -119,9 +119,5 @@ Creates a new <a href="GimpProgressBar.html" title="GimpProgressBar"><span class
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppixbuf.html"><b>&lt;&lt;&#160;gimppixbuf</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpmenu.html"><b>gimpmenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Library Reference Manual">
<link rel="prev" href="index.html" title="GIMP Library Reference Manual">
<link rel="next" href="libgimp-gimpenums.html" title="gimpenums">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,17 +20,14 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td>&#160;</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpenums.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
<a name="gimpdefinitions"></a>GIMP Constants</h1></div></div></div></div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="index.html"><b>&lt;&lt;&#160;GIMP Library Reference Manual</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpenums.html"><b>gimpenums&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -5,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
<link rel="next" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -16,13 +17,12 @@
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book" lang="en">
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en">
<div class="titlepage">
<div>
<div><table class="navigation" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Library Reference Manual</p></th></tr></table></div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.2.11
for GIMP 2.2.13
</p></div>
</div>
@ -229,10 +229,5 @@ Interface Library headers.</span>
</dl></dd>
</dl>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"></td>
<td align="right"><a accesskey="n" href="gimpdefinitions.html"><b>Part&#160;I.&#160;GIMP Constants&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</div></body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<link rel="prev" href="libgimp-gimpundo.html" title="gimpundo">
<link rel="next" href="libgimp-gimpbrush.html" title="gimpbrush">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,7 +20,7 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpundo.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
@ -59,9 +60,5 @@
</dt>
</dl></div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpundo.html"><b>&lt;&lt;&#160;gimpundo</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpbrush.html"><b>gimpbrush&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<link rel="prev" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<link rel="next" href="libgimp-gimp.html" title="gimp">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,7 +20,7 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
@ -57,9 +58,5 @@ all other GIMP Library headers.</span>
</dt>
</dl></div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp.html"><b>&lt;&lt;&#160;Part&#160;II.&#160;GIMP Library</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimp.html"><b>gimp&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="next" href="libgimp-gimpcontext.html" title="gimpcontext">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-general.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpcontext.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2536430" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2570683" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimp"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimp</span></h2>
<h2>
<a name="id2536430"></a><span class="refentrytitle">gimp</span>
</h2>
<p>gimp &#8212; Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.</p>
</td>
@ -150,7 +158,7 @@ void <a href="libgimp-gimp.html#gimp-attach-new-parasite">gimp_attach_new
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2563153"></a><h2>Description</h2>
<a name="id2570683"></a><h2>Description</h2>
<p>
Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.
@ -158,20 +166,20 @@ all other GIMP Library headers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563164"></a><h2>Details</h2>
<a name="id2570699"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2563170"></a><h3>
<a name="id2570708"></a><h3>
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
<a class="indexterm" name="id2563178"></a><pre class="programlisting">#define GIMPVAR</pre>
<a class="indexterm" name="id2570718"></a><pre class="programlisting">#define GIMPVAR</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563192"></a><h3>
<a name="id2570732"></a><h3>
<a name="gimp-version"></a>gimp_version ()</h3>
<a class="indexterm" name="id2563200"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
<a class="indexterm" name="id2570742"></a><pre class="programlisting">gchar* gimp_version (void);</pre>
<p>
Returns the host gimp version.
</p>
@ -193,9 +201,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563243"></a><h3>
<a name="id2570785"></a><h3>
<a name="gimp-major-version"></a>gimp_major_version</h3>
<a class="indexterm" name="id2563253"></a><pre class="programlisting">extern const guint gimp_major_version;
<a class="indexterm" name="id2570798"></a><pre class="programlisting">extern const guint gimp_major_version;
</pre>
<p>
@ -203,9 +211,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563268"></a><h3>
<a name="id2570813"></a><h3>
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
<a class="indexterm" name="id2563279"></a><pre class="programlisting">extern const guint gimp_minor_version;
<a class="indexterm" name="id2570825"></a><pre class="programlisting">extern const guint gimp_minor_version;
</pre>
<p>
@ -213,9 +221,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563294"></a><h3>
<a name="id2570841"></a><h3>
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
<a class="indexterm" name="id2563304"></a><pre class="programlisting">extern const guint gimp_micro_version;
<a class="indexterm" name="id2570853"></a><pre class="programlisting">extern const guint gimp_micro_version;
</pre>
<p>
@ -223,9 +231,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563320"></a><h3>
<a name="id2570869"></a><h3>
<a name="gimp-get-data"></a>gimp_get_data</h3>
<a class="indexterm" name="id2563330"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
<a class="indexterm" name="id2570881"></a><pre class="programlisting">#define gimp_get_data gimp_procedural_db_get_data
</pre>
<p>
@ -233,9 +241,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563346"></a><h3>
<a name="id2570898"></a><h3>
<a name="gimp-get-data-size"></a>gimp_get_data_size</h3>
<a class="indexterm" name="id2563356"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
<a class="indexterm" name="id2570910"></a><pre class="programlisting">#define gimp_get_data_size gimp_procedural_db_get_data_size
</pre>
<p>
@ -254,9 +262,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563388"></a><h3>
<a name="id2570942"></a><h3>
<a name="gimp-set-data"></a>gimp_set_data</h3>
<a class="indexterm" name="id2563399"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
<a class="indexterm" name="id2570954"></a><pre class="programlisting">#define gimp_set_data gimp_procedural_db_set_data
</pre>
<p>
@ -264,36 +272,36 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563415"></a><h3>
<a name="id2570971"></a><h3>
<a name="GimpInitProc"></a>GimpInitProc ()</h3>
<a class="indexterm" name="id2563425"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
<a class="indexterm" name="id2570983"></a><pre class="programlisting">void (*GimpInitProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563446"></a><h3>
<a name="id2571004"></a><h3>
<a name="GimpQuitProc"></a>GimpQuitProc ()</h3>
<a class="indexterm" name="id2563456"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
<a class="indexterm" name="id2571017"></a><pre class="programlisting">void (*GimpQuitProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563478"></a><h3>
<a name="id2571038"></a><h3>
<a name="GimpQueryProc"></a>GimpQueryProc ()</h3>
<a class="indexterm" name="id2563488"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
<a class="indexterm" name="id2571050"></a><pre class="programlisting">void (*GimpQueryProc) (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563509"></a><h3>
<a name="id2571071"></a><h3>
<a name="GimpRunProc"></a>GimpRunProc ()</h3>
<a class="indexterm" name="id2563519"></a><pre class="programlisting">void (*GimpRunProc) (const gchar *name,
<a class="indexterm" name="id2571084"></a><pre class="programlisting">void (*GimpRunProc) (const gchar *name,
gint n_params,
const <a href="libgimp-gimp.html#GimpParam">GimpParam</a> *param,
gint *n_return_vals,
@ -341,9 +349,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563649"></a><h3>
<a name="id2571214"></a><h3>
<a name="GimpPlugInInfo"></a>GimpPlugInInfo</h3>
<a class="indexterm" name="id2563659"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571227"></a><pre class="programlisting">typedef struct {
/* called when the gimp application initially starts up */
GimpInitProc init_proc;
@ -368,9 +376,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563683"></a><h3>
<a name="id2571250"></a><h3>
<a name="GimpParamDef"></a>GimpParamDef</h3>
<a class="indexterm" name="id2563693"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571263"></a><pre class="programlisting">typedef struct {
GimpPDBArgType type;
gchar *name;
gchar *description;
@ -382,9 +390,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563711"></a><h3>
<a name="id2571280"></a><h3>
<a name="GimpParamRegion"></a>GimpParamRegion</h3>
<a class="indexterm" name="id2563721"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2571293"></a><pre class="programlisting">typedef struct {
gint32 x;
gint32 y;
gint32 width;
@ -397,9 +405,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563738"></a><h3>
<a name="id2571310"></a><h3>
<a name="GimpParamData"></a>union GimpParamData</h3>
<a class="indexterm" name="id2563748"></a><pre class="programlisting">union GimpParamData
<a class="indexterm" name="id2571322"></a><pre class="programlisting">union GimpParamData
{
gint32 d_int32;
gint16 d_int16;
@ -434,9 +442,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535925"></a><h3>
<a name="id2536494"></a><h3>
<a name="GimpParam"></a>GimpParam</h3>
<a class="indexterm" name="id2534589"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2561585"></a><pre class="programlisting">typedef struct {
GimpPDBArgType type;
GimpParamData data;
} GimpParam;
@ -447,9 +455,9 @@ gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563782"></a><h3>
<a name="id2571359"></a><h3>
<a name="MAIN:CAPS"></a>MAIN()</h3>
<a class="indexterm" name="id2563790"></a><pre class="programlisting">#define MAIN()</pre>
<a class="indexterm" name="id2571370"></a><pre class="programlisting">#define MAIN()</pre>
<p>
A macro that expands to the appropriate <code class="function">main()</code> function for the
platform being compiled for.
@ -463,9 +471,9 @@ To use this macro, simply place a line that contains just the code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563830"></a><h3>
<a name="id2571410"></a><h3>
<a name="gimp-main"></a>gimp_main ()</h3>
<a class="indexterm" name="id2563839"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
<a class="indexterm" name="id2571420"></a><pre class="programlisting">gint gimp_main (const <a href="libgimp-gimp.html#GimpPlugInInfo">GimpPlugInInfo</a> *info,
gint argc,
gchar *argv[]);</pre>
<p>
@ -506,9 +514,9 @@ and the 'argc' and 'argv' that are passed to "main".</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563933"></a><h3>
<a name="id2571514"></a><h3>
<a name="gimp-quit"></a>gimp_quit ()</h3>
<a class="indexterm" name="id2563942"></a><pre class="programlisting">void gimp_quit (void);</pre>
<a class="indexterm" name="id2571525"></a><pre class="programlisting">void gimp_quit (void);</pre>
<p>
Forcefully causes the gimp library to exit and close down its
connection to main gimp application. This function never returns.</p>
@ -518,9 +526,9 @@ connection to main gimp application. This function never returns.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563966"></a><h3>
<a name="id2571549"></a><h3>
<a name="gimp-install-procedure"></a>gimp_install_procedure ()</h3>
<a class="indexterm" name="id2563974"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
<a class="indexterm" name="id2571559"></a><pre class="programlisting">void gimp_install_procedure (const gchar *name,
const gchar *blurb,
const gchar *help,
const gchar *author,
@ -674,9 +682,9 @@ that will be automatically started on each GIMP startup.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564467"></a><h3>
<a name="id2572053"></a><h3>
<a name="gimp-install-temp-proc"></a>gimp_install_temp_proc ()</h3>
<a class="indexterm" name="id2564476"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
<a class="indexterm" name="id2572063"></a><pre class="programlisting">void gimp_install_temp_proc (const gchar *name,
const gchar *blurb,
const gchar *help,
const gchar *author,
@ -814,9 +822,9 @@ details.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564863"></a><h3>
<a name="id2572450"></a><h3>
<a name="gimp-uninstall-temp-proc"></a>gimp_uninstall_temp_proc ()</h3>
<a class="indexterm" name="id2564871"></a><pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
<a class="indexterm" name="id2572460"></a><pre class="programlisting">void gimp_uninstall_temp_proc (const gchar *name);</pre>
<p>
Uninstalls a temporary procedure which has previously been
installed using <a href="libgimp-gimp.html#gimp-install-temp-proc"><code class="function">gimp_install_temp_proc()</code></a>.</p>
@ -835,9 +843,9 @@ installed using <a href="libgimp-gimp.html#gimp-install-temp-proc"><code class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564925"></a><h3>
<a name="id2572514"></a><h3>
<a name="gimp-run-procedure"></a>gimp_run_procedure ()</h3>
<a class="indexterm" name="id2564933"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
<a class="indexterm" name="id2572524"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure (const gchar *name,
gint *n_return_vals,
...);</pre>
<p>
@ -885,9 +893,9 @@ and passes them to <a href="libgimp-gimp.html#gimp-run-procedure2"><code class="
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565048"></a><h3>
<a name="id2572640"></a><h3>
<a name="gimp-run-procedure2"></a>gimp_run_procedure2 ()</h3>
<a class="indexterm" name="id2565057"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
<a class="indexterm" name="id2572650"></a><pre class="programlisting"><a href="libgimp-gimp.html#GimpParam">GimpParam</a>* gimp_run_procedure2 (const gchar *name,
gint *n_return_vals,
gint n_params,
const <a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params);</pre>
@ -934,9 +942,9 @@ This function calls a GIMP procedure and returns its return values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565173"></a><h3>
<a name="id2572766"></a><h3>
<a name="gimp-destroy-params"></a>gimp_destroy_params ()</h3>
<a class="indexterm" name="id2565181"></a><pre class="programlisting">void gimp_destroy_params (<a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params,
<a class="indexterm" name="id2572776"></a><pre class="programlisting">void gimp_destroy_params (<a href="libgimp-gimp.html#GimpParam">GimpParam</a> *params,
gint n_params);</pre>
<p>
Destroys a <a href="libgimp-gimp.html#GimpParam"><span class="type">GimpParam</span></a> array as returned by <a href="libgimp-gimp.html#gimp-run-procedure"><code class="function">gimp_run_procedure()</code></a></p>
@ -963,9 +971,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParam"><span class="type">GimpParam</s
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565264"></a><h3>
<a name="id2572860"></a><h3>
<a name="gimp-destroy-paramdefs"></a>gimp_destroy_paramdefs ()</h3>
<a class="indexterm" name="id2565273"></a><pre class="programlisting">void gimp_destroy_paramdefs (<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *paramdefs,
<a class="indexterm" name="id2572870"></a><pre class="programlisting">void gimp_destroy_paramdefs (<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> *paramdefs,
gint n_params);</pre>
<p>
Destroys a <a href="libgimp-gimp.html#GimpParamDef"><span class="type">GimpParamDef</span></a> array as returned by <code class="function">gimp_query_procedure()</code></p>
@ -992,9 +1000,9 @@ Destroys a <a href="libgimp-gimp.html#GimpParamDef"><span class="type">GimpParam
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565356"></a><h3>
<a name="id2572953"></a><h3>
<a name="gimp-tile-width"></a>gimp_tile_width ()</h3>
<a class="indexterm" name="id2565364"></a><pre class="programlisting">guint gimp_tile_width (void);</pre>
<a class="indexterm" name="id2572964"></a><pre class="programlisting">guint gimp_tile_width (void);</pre>
<p>
Returns the tile_width the GIMP is using. This is a constant value
given at Plug-In config time.</p>
@ -1013,9 +1021,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565402"></a><h3>
<a name="id2573001"></a><h3>
<a name="gimp-tile-height"></a>gimp_tile_height ()</h3>
<a class="indexterm" name="id2565410"></a><pre class="programlisting">guint gimp_tile_height (void);</pre>
<a class="indexterm" name="id2573011"></a><pre class="programlisting">guint gimp_tile_height (void);</pre>
<p>
Returns the tile_height the GIMP is using. This is a constant value
given at Plug-In config time.</p>
@ -1034,9 +1042,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565448"></a><h3>
<a name="id2573049"></a><h3>
<a name="gimp-shm-ID"></a>gimp_shm_ID ()</h3>
<a class="indexterm" name="id2565456"></a><pre class="programlisting">gint gimp_shm_ID (void);</pre>
<a class="indexterm" name="id2573059"></a><pre class="programlisting">gint gimp_shm_ID (void);</pre>
<p>
Returns the shared memory ID used for passing tile data between the GIMP
core and the Plug-In. This is a constant value
@ -1056,9 +1064,9 @@ given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565494"></a><h3>
<a name="id2573097"></a><h3>
<a name="gimp-shm-addr"></a>gimp_shm_addr ()</h3>
<a class="indexterm" name="id2565503"></a><pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
<a class="indexterm" name="id2573108"></a><pre class="programlisting">guchar* gimp_shm_addr (void);</pre>
<p>
Returns the address of the shared memory segment used for passing
tile data between the GIMP core and the Plug-In. This is a constant
@ -1078,9 +1086,9 @@ value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565541"></a><h3>
<a name="id2573146"></a><h3>
<a name="gimp-gamma"></a>gimp_gamma ()</h3>
<a class="indexterm" name="id2565550"></a><pre class="programlisting">gdouble gimp_gamma (void);</pre>
<a class="indexterm" name="id2573157"></a><pre class="programlisting">gdouble gimp_gamma (void);</pre>
<p>
Returns the global gamma value the GIMP and all its Plug-Ins should
use. This is a constant value given at Plug-In config time.
@ -1102,9 +1110,9 @@ NOTE: this feature is unimplemented.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565591"></a><h3>
<a name="id2573199"></a><h3>
<a name="gimp-install-cmap"></a>gimp_install_cmap ()</h3>
<a class="indexterm" name="id2565600"></a><pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
<a class="indexterm" name="id2573209"></a><pre class="programlisting">gboolean gimp_install_cmap (void);</pre>
<p>
Returns whether or not the Plug-In should allocate an own colormap
when running on an 8 bit display. This is a constant value given at
@ -1127,9 +1135,9 @@ See also: <a href="libgimp-gimp.html#gimp-min-colors"><code class="function">gim
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565648"></a><h3>
<a name="id2573258"></a><h3>
<a name="gimp-min-colors"></a>gimp_min_colors ()</h3>
<a class="indexterm" name="id2565657"></a><pre class="programlisting">gint gimp_min_colors (void);</pre>
<a class="indexterm" name="id2573268"></a><pre class="programlisting">gint gimp_min_colors (void);</pre>
<p>
Returns the minimum number of colors to use when allocating an own
colormap on 8 bit displays. This is a constant value given at
@ -1152,9 +1160,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-cmap"><code class="function">g
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565706"></a><h3>
<a name="id2573318"></a><h3>
<a name="gimp-show-tool-tips"></a>gimp_show_tool_tips ()</h3>
<a class="indexterm" name="id2565715"></a><pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
<a class="indexterm" name="id2573328"></a><pre class="programlisting">gboolean gimp_show_tool_tips (void);</pre>
<p>
Returns whether or not the Plug-In should show tooltips. This is a
constant value given at Plug-In config time.</p>
@ -1173,9 +1181,9 @@ constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565753"></a><h3>
<a name="id2573366"></a><h3>
<a name="gimp-show-help-button"></a>gimp_show_help_button ()</h3>
<a class="indexterm" name="id2565761"></a><pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
<a class="indexterm" name="id2573378"></a><pre class="programlisting">gboolean gimp_show_help_button (void);</pre>
<p>
Returns whether or not GimpDialog should automatically add a help
button if help_func and help_id are given.</p>
@ -1197,9 +1205,9 @@ button if help_func and help_id are given.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565804"></a><h3>
<a name="id2573421"></a><h3>
<a name="gimp-check-size"></a>gimp_check_size ()</h3>
<a class="indexterm" name="id2565812"></a><pre class="programlisting"><a
<a class="indexterm" name="id2573433"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckSize"
>GimpCheckSize</a> gimp_check_size (void);</pre>
<p>
@ -1223,9 +1231,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565854"></a><h3>
<a name="id2573475"></a><h3>
<a name="gimp-check-type"></a>gimp_check_type ()</h3>
<a class="indexterm" name="id2565862"></a><pre class="programlisting"><a
<a class="indexterm" name="id2573487"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCheckType"
>GimpCheckType</a> gimp_check_type (void);</pre>
<p>
@ -1249,9 +1257,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565904"></a><h3>
<a name="id2573529"></a><h3>
<a name="gimp-default-display"></a>gimp_default_display ()</h3>
<a class="indexterm" name="id2565912"></a><pre class="programlisting">gint32 gimp_default_display (void);</pre>
<a class="indexterm" name="id2573539"></a><pre class="programlisting">gint32 gimp_default_display (void);</pre>
<p>
Returns the default display ID. This corresponds to the display the
running procedure's menu entry was invoked from. This is a
@ -1271,9 +1279,9 @@ constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565951"></a><h3>
<a name="id2573578"></a><h3>
<a name="gimp-wm-class"></a>gimp_wm_class ()</h3>
<a class="indexterm" name="id2565959"></a><pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
<a class="indexterm" name="id2573588"></a><pre class="programlisting">const gchar* gimp_wm_class (void);</pre>
<p>
Returns the window manager class to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1292,9 +1300,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565998"></a><h3>
<a name="id2573627"></a><h3>
<a name="gimp-display-name"></a>gimp_display_name ()</h3>
<a class="indexterm" name="id2566006"></a><pre class="programlisting">const gchar* gimp_display_name (void);</pre>
<a class="indexterm" name="id2573638"></a><pre class="programlisting">const gchar* gimp_display_name (void);</pre>
<p>
Returns the display to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1313,9 +1321,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566045"></a><h3>
<a name="id2573676"></a><h3>
<a name="gimp-monitor-number"></a>gimp_monitor_number ()</h3>
<a class="indexterm" name="id2566053"></a><pre class="programlisting">gint gimp_monitor_number (void);</pre>
<a class="indexterm" name="id2573686"></a><pre class="programlisting">gint gimp_monitor_number (void);</pre>
<p>
Returns the monitor number to be used for plug-in windows.
This is a constant value given at Plug-In config time.</p>
@ -1334,9 +1342,9 @@ This is a constant value given at Plug-In config time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566091"></a><h3>
<a name="id2573724"></a><h3>
<a name="gimp-get-progname"></a>gimp_get_progname ()</h3>
<a class="indexterm" name="id2566099"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
<a class="indexterm" name="id2573734"></a><pre class="programlisting">const gchar* gimp_get_progname (void);</pre>
<p>
Returns the Plug-In's executable name.</p>
<p>
@ -1354,9 +1362,9 @@ Returns the Plug-In's executable name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566136"></a><h3>
<a name="id2573772"></a><h3>
<a name="gimp-extension-enable"></a>gimp_extension_enable ()</h3>
<a class="indexterm" name="id2566145"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
<a class="indexterm" name="id2573782"></a><pre class="programlisting">void gimp_extension_enable (void);</pre>
<p>
Enables asnychronous processing of messages from the main GIMP
application.
@ -1390,9 +1398,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566260"></a><h3>
<a name="id2573907"></a><h3>
<a name="gimp-extension-ack"></a>gimp_extension_ack ()</h3>
<a class="indexterm" name="id2566271"></a><pre class="programlisting">void gimp_extension_ack (void);</pre>
<a class="indexterm" name="id2573920"></a><pre class="programlisting">void gimp_extension_ack (void);</pre>
<p>
Notify the main GIMP application that the extension has been properly
initialized and is ready to run.
@ -1414,9 +1422,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566359"></a><h3>
<a name="id2574009"></a><h3>
<a name="gimp-extension-process"></a>gimp_extension_process ()</h3>
<a class="indexterm" name="id2566370"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
<a class="indexterm" name="id2574022"></a><pre class="programlisting">void gimp_extension_process (guint timeout);</pre>
<p>
Processes one message sent by the GIMP and returns.
</p>
@ -1446,9 +1454,9 @@ See also: <a href="libgimp-gimp.html#gimp-install-procedure"><code class="functi
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566483"></a><h3>
<a name="id2574135"></a><h3>
<a name="gimp-parasite-find"></a>gimp_parasite_find ()</h3>
<a class="indexterm" name="id2566494"></a><pre class="programlisting"><a
<a class="indexterm" name="id2574148"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_parasite_find (const gchar *name);</pre>
<p>
@ -1480,9 +1488,9 @@ the gimp.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566560"></a><h3>
<a name="id2574214"></a><h3>
<a name="gimp-parasite-list"></a>gimp_parasite_list ()</h3>
<a class="indexterm" name="id2566572"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
<a class="indexterm" name="id2574228"></a><pre class="programlisting">gboolean gimp_parasite_list (gint *num_parasites,
gchar ***parasites);</pre>
<p>
List all parasites.
@ -1518,9 +1526,9 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566659"></a><h3>
<a name="id2574315"></a><h3>
<a name="gimp-parasite-attach"></a>gimp_parasite_attach ()</h3>
<a class="indexterm" name="id2566670"></a><pre class="programlisting">gboolean gimp_parasite_attach (<a
<a class="indexterm" name="id2574329"></a><pre class="programlisting">gboolean gimp_parasite_attach (<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
<p>
@ -1552,9 +1560,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566737"></a><h3>
<a name="id2574395"></a><h3>
<a name="gimp-parasite-detach"></a>gimp_parasite_detach ()</h3>
<a class="indexterm" name="id2566748"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
<a class="indexterm" name="id2574409"></a><pre class="programlisting">gboolean gimp_parasite_detach (const gchar *name);</pre>
<p>
Removes a parasite from the gimp.
</p>
@ -1584,9 +1592,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566814"></a><h3>
<a name="id2574475"></a><h3>
<a name="gimp-attach-new-parasite"></a>gimp_attach_new_parasite ()</h3>
<a class="indexterm" name="id2566826"></a><pre class="programlisting">void gimp_attach_new_parasite (const gchar *name,
<a class="indexterm" name="id2574488"></a><pre class="programlisting">void gimp_attach_new_parasite (const gchar *name,
gint flags,
gint size,
gconstpointer data);</pre>
@ -1637,9 +1645,5 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-general.html"><b>&lt;&lt;&#160;Functions not Related to Specific Images</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpcontext.html"><b>gimpcontext&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-data.html" title="Data Objects">
<link rel="next" href="libgimp-gimpbrushes.html" title="gimpbrushes">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-data.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpbrushes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2532573" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2626924" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpbrush"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpbrush</span></h2>
<h2>
<a name="id2532573"></a><span class="refentrytitle">gimpbrush</span>
</h2>
<p>gimpbrush &#8212; Functions operating on a single brush.</p>
</td>
<td valign="top" align="right"></td>
@ -67,17 +75,17 @@ gboolean <a href="libgimp-gimpbrush.html#gimp-brush-set-spacing">gimp_brush_s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614627"></a><h2>Description</h2>
<a name="id2626924"></a><h2>Description</h2>
<p>
Functions operating on a single brush.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614638"></a><h2>Details</h2>
<a name="id2626939"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2614644"></a><h3>
<a name="id2626950"></a><h3>
<a name="gimp-brush-new"></a>gimp_brush_new ()</h3>
<a class="indexterm" name="id2614654"></a><pre class="programlisting">gchar* gimp_brush_new (const gchar *name);</pre>
<a class="indexterm" name="id2626965"></a><pre class="programlisting">gchar* gimp_brush_new (const gchar *name);</pre>
<p>
Creates a new brush
</p>
@ -109,9 +117,9 @@ This procedure creates a new, uninitialized brush</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617759"></a><h3>
<a name="id2627033"></a><h3>
<a name="gimp-brush-duplicate"></a>gimp_brush_duplicate ()</h3>
<a class="indexterm" name="id2617768"></a><pre class="programlisting">gchar* gimp_brush_duplicate (const gchar *name);</pre>
<a class="indexterm" name="id2627047"></a><pre class="programlisting">gchar* gimp_brush_duplicate (const gchar *name);</pre>
<p>
Duplicates a brush
</p>
@ -143,9 +151,9 @@ This procedure creates an identical brush by a different name</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617837"></a><h3>
<a name="id2627116"></a><h3>
<a name="gimp-brush-rename"></a>gimp_brush_rename ()</h3>
<a class="indexterm" name="id2617847"></a><pre class="programlisting">gchar* gimp_brush_rename (const gchar *name,
<a class="indexterm" name="id2627130"></a><pre class="programlisting">gchar* gimp_brush_rename (const gchar *name,
const gchar *new_name);</pre>
<p>
Rename a brush
@ -184,9 +192,9 @@ This procedure renames a brush</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617936"></a><h3>
<a name="id2627220"></a><h3>
<a name="gimp-brush-delete"></a>gimp_brush_delete ()</h3>
<a class="indexterm" name="id2617946"></a><pre class="programlisting">gboolean gimp_brush_delete (const gchar *name);</pre>
<a class="indexterm" name="id2627234"></a><pre class="programlisting">gboolean gimp_brush_delete (const gchar *name);</pre>
<p>
Deletes a brush
</p>
@ -218,9 +226,9 @@ This procedure deletes a brush</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618014"></a><h3>
<a name="id2627865"></a><h3>
<a name="gimp-brush-get-info"></a>gimp_brush_get_info ()</h3>
<a class="indexterm" name="id2618024"></a><pre class="programlisting">gboolean gimp_brush_get_info (const gchar *name,
<a class="indexterm" name="id2627879"></a><pre class="programlisting">gboolean gimp_brush_get_info (const gchar *name,
gint *width,
gint *height,
gint *mask_bpp,
@ -281,9 +289,9 @@ includes the brush name, and the brush extents (width and height).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618790"></a><h3>
<a name="id2628034"></a><h3>
<a name="gimp-brush-get-pixels"></a>gimp_brush_get_pixels ()</h3>
<a class="indexterm" name="id2618798"></a><pre class="programlisting">gboolean gimp_brush_get_pixels (const gchar *name,
<a class="indexterm" name="id2628048"></a><pre class="programlisting">gboolean gimp_brush_get_pixels (const gchar *name,
gint *width,
gint *height,
gint *mask_bpp,
@ -372,9 +380,9 @@ includes the brush extents (width and height) and its pixels data.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619038"></a><h3>
<a name="id2628287"></a><h3>
<a name="gimp-brush-get-spacing"></a>gimp_brush_get_spacing ()</h3>
<a class="indexterm" name="id2619047"></a><pre class="programlisting">gboolean gimp_brush_get_spacing (const gchar *name,
<a class="indexterm" name="id2628301"></a><pre class="programlisting">gboolean gimp_brush_get_spacing (const gchar *name,
gint *spacing);</pre>
<p>
Get the brush spacing.
@ -415,9 +423,9 @@ percentage of the maximum of the width and height of the mask.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619139"></a><h3>
<a name="id2628393"></a><h3>
<a name="gimp-brush-set-spacing"></a>gimp_brush_set_spacing ()</h3>
<a class="indexterm" name="id2619148"></a><pre class="programlisting">gboolean gimp_brush_set_spacing (const gchar *name,
<a class="indexterm" name="id2628407"></a><pre class="programlisting">gboolean gimp_brush_set_spacing (const gchar *name,
gint spacing);</pre>
<p>
Set the brush spacing.
@ -457,9 +465,5 @@ The value should be a integer between 0 and 1000.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-data.html"><b>&lt;&lt;&#160;Data Objects</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpbrushes.html"><b>gimpbrushes&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimpbrush.html" title="gimpbrush">
<link rel="next" href="libgimp-gimpfonts.html" title="gimpfonts">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpbrush.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfonts.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2476426" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2630883" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpbrushes"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpbrushes</span></h2>
<h2>
<a name="id2476426"></a><span class="refentrytitle">gimpbrushes</span>
</h2>
<p>gimpbrushes &#8212; Functions for manipulating brushes.</p>
</td>
<td valign="top" align="right"></td>
@ -66,17 +74,17 @@ gchar* <a href="libgimp-gimpbrushes.html#gimp-brushes-get-brush-data">gimp_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621611"></a><h2>Description</h2>
<a name="id2630883"></a><h2>Description</h2>
<p>
Functions related to getting and setting brushes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621623"></a><h2>Details</h2>
<a name="id2630900"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2621629"></a><h3>
<a name="id2630910"></a><h3>
<a name="gimp-brushes-refresh"></a>gimp_brushes_refresh ()</h3>
<a class="indexterm" name="id2621638"></a><pre class="programlisting">gboolean gimp_brushes_refresh (void);</pre>
<a class="indexterm" name="id2630922"></a><pre class="programlisting">gboolean gimp_brushes_refresh (void);</pre>
<p>
Refresh current brushes. This function always succeeds.
</p>
@ -98,9 +106,9 @@ path and updates the brush dialogs accordingly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621684"></a><h3>
<a name="id2630967"></a><h3>
<a name="gimp-brushes-get-list"></a>gimp_brushes_get_list ()</h3>
<a class="indexterm" name="id2621692"></a><pre class="programlisting">gchar** gimp_brushes_get_list (const gchar *filter,
<a class="indexterm" name="id2630978"></a><pre class="programlisting">gchar** gimp_brushes_get_list (const gchar *filter,
gint *num_brushes);</pre>
<p>
Retrieve a complete listing of the available brushes.
@ -138,9 +146,9 @@ Each name returned can be used as input to the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621781"></a><h3>
<a name="id2631066"></a><h3>
<a name="gimp-brushes-get-brush"></a>gimp_brushes_get_brush ()</h3>
<a class="indexterm" name="id2621790"></a><pre class="programlisting">gchar* gimp_brushes_get_brush (gint *width,
<a class="indexterm" name="id2631080"></a><pre class="programlisting">gchar* gimp_brushes_get_brush (gint *width,
gint *height,
gint *spacing);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -184,9 +192,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619318"></a><h3>
<a name="id2628568"></a><h3>
<a name="gimp-brushes-set-brush"></a>gimp_brushes_set_brush ()</h3>
<a class="indexterm" name="id2619327"></a><pre class="programlisting">gboolean gimp_brushes_set_brush (const gchar *name);</pre>
<a class="indexterm" name="id2628582"></a><pre class="programlisting">gboolean gimp_brushes_set_brush (const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_set_brush</code> is deprecated and should not be used in newly-written code.</p>
@ -216,9 +224,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619407"></a><h3>
<a name="id2628662"></a><h3>
<a name="gimp-brushes-get-opacity"></a>gimp_brushes_get_opacity ()</h3>
<a class="indexterm" name="id2619416"></a><pre class="programlisting">gdouble gimp_brushes_get_opacity (void);</pre>
<a class="indexterm" name="id2628675"></a><pre class="programlisting">gdouble gimp_brushes_get_opacity (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_get_opacity</code> is deprecated and should not be used in newly-written code.</p>
@ -240,9 +248,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619476"></a><h3>
<a name="id2628736"></a><h3>
<a name="gimp-brushes-set-opacity"></a>gimp_brushes_set_opacity ()</h3>
<a class="indexterm" name="id2619485"></a><pre class="programlisting">gboolean gimp_brushes_set_opacity (gdouble opacity);</pre>
<a class="indexterm" name="id2628749"></a><pre class="programlisting">gboolean gimp_brushes_set_opacity (gdouble opacity);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_set_opacity</code> is deprecated and should not be used in newly-written code.</p>
@ -272,9 +280,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618081"></a><h3>
<a name="id2627331"></a><h3>
<a name="gimp-brushes-get-paint-mode"></a>gimp_brushes_get_paint_mode ()</h3>
<a class="indexterm" name="id2618090"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_brushes_get_paint_mode
<a class="indexterm" name="id2627345"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_brushes_get_paint_mode
(void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -297,9 +305,9 @@ This procedure isdeprecated! Use <a href="libgimp-gimpcontext.html#gimp-context-
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618151"></a><h3>
<a name="id2627405"></a><h3>
<a name="gimp-brushes-set-paint-mode"></a>gimp_brushes_set_paint_mode ()</h3>
<a class="indexterm" name="id2618160"></a><pre class="programlisting">gboolean gimp_brushes_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
<a class="indexterm" name="id2627419"></a><pre class="programlisting">gboolean gimp_brushes_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_set_paint_mode</code> is deprecated and should not be used in newly-written code.</p>
@ -329,9 +337,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618240"></a><h3>
<a name="id2627499"></a><h3>
<a name="gimp-brushes-get-spacing"></a>gimp_brushes_get_spacing ()</h3>
<a class="indexterm" name="id2618248"></a><pre class="programlisting">gint gimp_brushes_get_spacing (void);</pre>
<a class="indexterm" name="id2627512"></a><pre class="programlisting">gint gimp_brushes_get_spacing (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_get_spacing</code> is deprecated and should not be used in newly-written code.</p>
@ -353,9 +361,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpbrush.html#gimp-brush-get
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618309"></a><h3>
<a name="id2629081"></a><h3>
<a name="gimp-brushes-set-spacing"></a>gimp_brushes_set_spacing ()</h3>
<a class="indexterm" name="id2618318"></a><pre class="programlisting">gboolean gimp_brushes_set_spacing (gint spacing);</pre>
<a class="indexterm" name="id2629095"></a><pre class="programlisting">gboolean gimp_brushes_set_spacing (gint spacing);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_brushes_set_spacing</code> is deprecated and should not be used in newly-written code.</p>
@ -385,9 +393,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpbrush.html#gimp-brush-set
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622727"></a><h3>
<a name="id2629175"></a><h3>
<a name="gimp-brushes-get-brush-data"></a>gimp_brushes_get_brush_data ()</h3>
<a class="indexterm" name="id2622736"></a><pre class="programlisting">gchar* gimp_brushes_get_brush_data (const gchar *name,
<a class="indexterm" name="id2629188"></a><pre class="programlisting">gchar* gimp_brushes_get_brush_data (const gchar *name,
gdouble *opacity,
gint *spacing,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> *paint_mode,
@ -466,9 +474,5 @@ This procedure is deprecated! Use <a href="libgimp-gimpbrush.html#gimp-brush-get
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpbrush.html"><b>&lt;&lt;&#160;gimpbrush</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfonts.html"><b>gimpfonts&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpmenu.html" title="gimpmenu">
<link rel="next" href="libgimp-gimpfontmenu.html" title="gimpfontmenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpmenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfontmenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527580" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2653512" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpbrushmenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpbrushmenu</span></h2>
<h2>
<a name="id2527580"></a><span class="refentrytitle">gimpbrushmenu</span>
</h2>
<p>gimpbrushmenu &#8212; A widget for selecting brushes.</p>
</td>
<td valign="top" align="right"></td>
@ -41,21 +49,15 @@
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-new">gimp_brush_select_widget_new</a> (const gchar *title,
GtkWidget* <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-new">gimp_brush_select_widget_new</a> (const gchar *title,
const gchar *brush_name,
gdouble opacity,
gint spacing,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a href="libgimp-gimpbrushselect.html#GimpRunBrushCallback">GimpRunBrushCallback</a> callback,
gpointer data);
void <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-close">gimp_brush_select_widget_close</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-set">gimp_brush_select_widget_set</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
void <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-close">gimp_brush_select_widget_close</a> (GtkWidget *widget);
void <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-set">gimp_brush_select_widget_set</a> (GtkWidget *widget,
const gchar *brush_name,
gdouble opacity,
gint spacing,
@ -63,19 +65,17 @@ href="../gtk/GtkWidget.html"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642892"></a><h2>Description</h2>
<a name="id2653512"></a><h2>Description</h2>
<p>
A widget for selecting brushes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642903"></a><h2>Details</h2>
<a name="id2653527"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642909"></a><h3>
<a name="id2653538"></a><h3>
<a name="gimp-brush-select-widget-new"></a>gimp_brush_select_widget_new ()</h3>
<a class="indexterm" name="id2642918"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_brush_select_widget_new (const gchar *title,
<a class="indexterm" name="id2653549"></a><pre class="programlisting">GtkWidget* gimp_brush_select_widget_new (const gchar *title,
const gchar *brush_name,
gdouble opacity,
gint spacing,
@ -83,9 +83,7 @@ href="../gtk/GtkWidget.html"
<a href="libgimp-gimpbrushselect.html#GimpRunBrushCallback">GimpRunBrushCallback</a> callback,
gpointer data);</pre>
<p>
Creates a new <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a <a
href="../app/GimpBrush.html"
><span class="type">GimpBrush</span></a>. This widget is suitable for placement in a table in
@ -141,9 +139,7 @@ a plug-in dialog.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> A <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
</tbody>
@ -151,11 +147,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646640"></a><h3>
<a name="id2659139"></a><h3>
<a name="gimp-brush-select-widget-close"></a>gimp_brush_select_widget_close ()</h3>
<a class="indexterm" name="id2646649"></a><pre class="programlisting">void gimp_brush_select_widget_close (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<a class="indexterm" name="id2659150"></a><pre class="programlisting">void gimp_brush_select_widget_close (GtkWidget *widget);</pre>
<p>
Closes the popup window associated with <em class="parameter"><code>widget</code></em>.</p>
<p>
@ -173,11 +167,9 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646703"></a><h3>
<a name="id2656735"></a><h3>
<a name="gimp-brush-select-widget-set"></a>gimp_brush_select_widget_set ()</h3>
<a class="indexterm" name="id2646712"></a><pre class="programlisting">void gimp_brush_select_widget_set (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="indexterm" name="id2656746"></a><pre class="programlisting">void gimp_brush_select_widget_set (GtkWidget *widget,
const gchar *brush_name,
gdouble opacity,
gint spacing,
@ -227,9 +219,5 @@ call to <a href="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-new"><code
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpmenu.html"><b>&lt;&lt;&#160;gimpmenu</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfontmenu.html"><b>gimpfontmenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="next" href="libgimp-gimpfontselect.html" title="gimpfontselect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-selectors.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfontselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2584574" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2647652" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpbrushselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpbrushselect</span></h2>
<h2>
<a name="id2584574"></a><span class="refentrytitle">gimpbrushselect</span>
</h2>
<p>gimpbrushselect &#8212; Functions providing a brush selection dialog.</p>
</td>
<td valign="top" align="right"></td>
@ -73,17 +81,17 @@ gboolean <a href="libgimp-gimpbrushselect.html#gimp-brushes-set-popup">gimp_b
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630737"></a><h2>Description</h2>
<a name="id2647652"></a><h2>Description</h2>
<p>
Functions providing a brush selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2630749"></a><h2>Details</h2>
<a name="id2647669"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2630755"></a><h3>
<a name="id2647680"></a><h3>
<a name="GimpRunBrushCallback"></a>GimpRunBrushCallback ()</h3>
<a class="indexterm" name="id2630764"></a><pre class="programlisting">void (*GimpRunBrushCallback) (const gchar *brush_name,
<a class="indexterm" name="id2647691"></a><pre class="programlisting">void (*GimpRunBrushCallback) (const gchar *brush_name,
gdouble opacity,
gint spacing,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
@ -159,9 +167,9 @@ Functions providing a brush selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628936"></a><h3>
<a name="id2631686"></a><h3>
<a name="gimp-brush-select-new"></a>gimp_brush_select_new ()</h3>
<a class="indexterm" name="id2628945"></a><pre class="programlisting">const gchar* gimp_brush_select_new (const gchar *title,
<a class="indexterm" name="id2631698"></a><pre class="programlisting">const gchar* gimp_brush_select_new (const gchar *title,
const gchar *brush_name,
gdouble opacity,
gint spacing,
@ -229,9 +237,9 @@ Functions providing a brush selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629536"></a><h3>
<a name="id2631880"></a><h3>
<a name="gimp-brush-select-destroy"></a>gimp_brush_select_destroy ()</h3>
<a class="indexterm" name="id2629545"></a><pre class="programlisting">void gimp_brush_select_destroy (const gchar *brush_callback);</pre>
<a class="indexterm" name="id2631891"></a><pre class="programlisting">void gimp_brush_select_destroy (const gchar *brush_callback);</pre>
<p>
</p>
@ -249,9 +257,9 @@ Functions providing a brush selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629589"></a><h3>
<a name="id2631937"></a><h3>
<a name="gimp-brushes-popup"></a>gimp_brushes_popup ()</h3>
<a class="indexterm" name="id2629598"></a><pre class="programlisting">gboolean gimp_brushes_popup (const gchar *brush_callback,
<a class="indexterm" name="id2631949"></a><pre class="programlisting">gboolean gimp_brushes_popup (const gchar *brush_callback,
const gchar *popup_title,
const gchar *initial_brush,
gdouble opacity,
@ -315,9 +323,9 @@ This procedure popups the brush selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639139"></a><h3>
<a name="id2648919"></a><h3>
<a name="gimp-brushes-close-popup"></a>gimp_brushes_close_popup ()</h3>
<a class="indexterm" name="id2639147"></a><pre class="programlisting">gboolean gimp_brushes_close_popup (const gchar *brush_callback);</pre>
<a class="indexterm" name="id2648930"></a><pre class="programlisting">gboolean gimp_brushes_close_popup (const gchar *brush_callback);</pre>
<p>
Popdown the Gimp brush selection.
</p>
@ -346,9 +354,9 @@ This procedure closes an opened brush selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557141"></a><h3>
<a name="id2648987"></a><h3>
<a name="gimp-brushes-set-popup"></a>gimp_brushes_set_popup ()</h3>
<a class="indexterm" name="id2531646"></a><pre class="programlisting">gboolean gimp_brushes_set_popup (const gchar *brush_callback,
<a class="indexterm" name="id2648998"></a><pre class="programlisting">gboolean gimp_brushes_set_popup (const gchar *brush_callback,
const gchar *brush_name,
gdouble opacity,
gint spacing,
@ -405,9 +413,5 @@ Sets the current brush selection in a popup.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-selectors.html"><b>&lt;&lt;&#160;Controlling the Core's Selection Dialogs</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfontselect.html"><b>gimpfontselect&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="next" href="libgimp-gimpcolor.html" title="gimpcolor">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-image.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpcolor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562582" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2545541" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpchannel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpchannel</span></h2>
<h2>
<a name="id2562582"></a><span class="refentrytitle">gimpchannel</span>
</h2>
<p>gimpchannel &#8212; Functions for manipulating channels.</p>
</td>
<td valign="top" align="right"></td>
@ -72,17 +80,17 @@ gboolean <a href="libgimp-gimpchannel.html#gimp-channel-combine-masks">gimp_c
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2554065"></a><h2>Description</h2>
<a name="id2545541"></a><h2>Description</h2>
<p>
Functions for manipulating channels.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2554076"></a><h2>Details</h2>
<a name="id2545556"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2554082"></a><h3>
<a name="id2545567"></a><h3>
<a name="gimp-channel-new"></a>gimp_channel_new ()</h3>
<a class="indexterm" name="id2554092"></a><pre class="programlisting">gint32 gimp_channel_new (gint32 image_ID,
<a class="indexterm" name="id2545579"></a><pre class="programlisting">gint32 gimp_channel_new (gint32 image_ID,
const gchar *name,
guint width,
guint height,
@ -154,9 +162,9 @@ initially.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567661"></a><h3>
<a name="id2575443"></a><h3>
<a name="gimp-channel-copy"></a>gimp_channel_copy ()</h3>
<a class="indexterm" name="id2567671"></a><pre class="programlisting">gint32 gimp_channel_copy (gint32 channel_ID);</pre>
<a class="indexterm" name="id2575455"></a><pre class="programlisting">gint32 gimp_channel_copy (gint32 channel_ID);</pre>
<p>
Copy a channel.
</p>
@ -185,9 +193,9 @@ This procedure copies the specified channel and returns the copy.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567736"></a><h3>
<a name="id2575519"></a><h3>
<a name="gimp-channel-get-show-masked"></a>gimp_channel_get_show_masked ()</h3>
<a class="indexterm" name="id2567745"></a><pre class="programlisting">gboolean gimp_channel_get_show_masked (gint32 channel_ID);</pre>
<a class="indexterm" name="id2575530"></a><pre class="programlisting">gboolean gimp_channel_get_show_masked (gint32 channel_ID);</pre>
<p>
Get the composite method of the specified channel.
</p>
@ -219,9 +227,9 @@ shown.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2515997"></a><h3>
<a name="id2567759"></a><h3>
<a name="gimp-channel-set-show-masked"></a>gimp_channel_set_show_masked ()</h3>
<a class="indexterm" name="id2516006"></a><pre class="programlisting">gboolean gimp_channel_set_show_masked (gint32 channel_ID,
<a class="indexterm" name="id2567770"></a><pre class="programlisting">gboolean gimp_channel_set_show_masked (gint32 channel_ID,
gboolean show_masked);</pre>
<p>
Set the composite method of the specified channel.
@ -259,9 +267,9 @@ masked regions are shown. Otherwise, selected regions are shown.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2516096"></a><h3>
<a name="id2567859"></a><h3>
<a name="gimp-channel-get-opacity"></a>gimp_channel_get_opacity ()</h3>
<a class="indexterm" name="id2516105"></a><pre class="programlisting">gdouble gimp_channel_get_opacity (gint32 channel_ID);</pre>
<a class="indexterm" name="id2567870"></a><pre class="programlisting">gdouble gimp_channel_get_opacity (gint32 channel_ID);</pre>
<p>
Get the opacity of the specified channel.
</p>
@ -290,9 +298,9 @@ This procedure returns the specified channel's opacity.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2516170"></a><h3>
<a name="id2567935"></a><h3>
<a name="gimp-channel-set-opacity"></a>gimp_channel_set_opacity ()</h3>
<a class="indexterm" name="id2516179"></a><pre class="programlisting">gboolean gimp_channel_set_opacity (gint32 channel_ID,
<a class="indexterm" name="id2567946"></a><pre class="programlisting">gboolean gimp_channel_set_opacity (gint32 channel_ID,
gdouble opacity);</pre>
<p>
Set the opacity of the specified channel.
@ -328,9 +336,9 @@ This procedure sets the specified channel's opacity.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2516265"></a><h3>
<a name="id2579003"></a><h3>
<a name="gimp-channel-get-color"></a>gimp_channel_get_color ()</h3>
<a class="indexterm" name="id2571070"></a><pre class="programlisting">gboolean gimp_channel_get_color (gint32 channel_ID,
<a class="indexterm" name="id2579013"></a><pre class="programlisting">gboolean gimp_channel_get_color (gint32 channel_ID,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -368,9 +376,9 @@ This procedure returns the specified channel's compositing color.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571148"></a><h3>
<a name="id2579091"></a><h3>
<a name="gimp-channel-set-color"></a>gimp_channel_set_color ()</h3>
<a class="indexterm" name="id2571157"></a><pre class="programlisting">gboolean gimp_channel_set_color (gint32 channel_ID,
<a class="indexterm" name="id2579101"></a><pre class="programlisting">gboolean gimp_channel_set_color (gint32 channel_ID,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -408,9 +416,9 @@ This procedure sets the specified channel's compositing color.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571238"></a><h3>
<a name="id2579187"></a><h3>
<a name="gimp-channel-combine-masks"></a>gimp_channel_combine_masks ()</h3>
<a class="indexterm" name="id2571248"></a><pre class="programlisting">gboolean gimp_channel_combine_masks (gint32 channel1_ID,
<a class="indexterm" name="id2579199"></a><pre class="programlisting">gboolean gimp_channel_combine_masks (gint32 channel1_ID,
gint32 channel2_ID,
<a href="libgimp-gimpenums.html#GimpChannelOps">GimpChannelOps</a> operation,
gint offx,
@ -468,9 +476,5 @@ the first channel.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-image.html"><b>&lt;&lt;&#160;Manupulating Images and all their Properties</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpcolor.html"><b>gimpcolor&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpchannel.html" title="gimpchannel">
<link rel="next" href="libgimp-gimpconvert.html" title="gimpconvert">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpchannel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpconvert.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551753" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2574991" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpcolor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpcolor</span></h2>
<h2>
<a name="id2551753"></a><span class="refentrytitle">gimpcolor</span>
</h2>
<p>gimpcolor &#8212; Functions for manipulating color.</p>
</td>
<td valign="top" align="right"></td>
@ -98,18 +106,18 @@ gboolean <a href="libgimp-gimpcolor.html#gimp-threshold">gimp_threshold</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571568"></a><h2>Description</h2>
<a name="id2574991"></a><h2>Description</h2>
<p>
Functions for manipulating color, including curves and histograms.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571581"></a><h2>Details</h2>
<a name="id2575008"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571587"></a><h3>
<a name="id2575019"></a><h3>
<a name="gimp-brightness-contrast"></a>gimp_brightness_contrast ()</h3>
<a class="indexterm" name="id2571596"></a><pre class="programlisting">gboolean gimp_brightness_contrast (gint32 drawable_ID,
<a class="indexterm" name="id2575030"></a><pre class="programlisting">gboolean gimp_brightness_contrast (gint32 drawable_ID,
gint brightness,
gint contrast);</pre>
<p>
@ -154,9 +162,9 @@ are defined between -127 and 127.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568332"></a><h3>
<a name="id2575138"></a><h3>
<a name="gimp-levels"></a>gimp_levels ()</h3>
<a class="indexterm" name="id2568342"></a><pre class="programlisting">gboolean gimp_levels (gint32 drawable_ID,
<a class="indexterm" name="id2575150"></a><pre class="programlisting">gboolean gimp_levels (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
gint low_input,
gint high_input,
@ -238,9 +246,9 @@ grayscale images. It will not operate on indexed drawables.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568503"></a><h3>
<a name="id2581814"></a><h3>
<a name="gimp-levels-auto"></a>gimp_levels_auto ()</h3>
<a class="indexterm" name="id2568513"></a><pre class="programlisting">gboolean gimp_levels_auto (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2581826"></a><pre class="programlisting">gboolean gimp_levels_auto (gint32 drawable_ID);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_levels_auto</code> is deprecated and should not be used in newly-written code.</p>
@ -270,9 +278,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcolor.html#gimp-levels-st
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573892"></a><h3>
<a name="id2581898"></a><h3>
<a name="gimp-levels-stretch"></a>gimp_levels_stretch ()</h3>
<a class="indexterm" name="id2573901"></a><pre class="programlisting">gboolean gimp_levels_stretch (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2581909"></a><pre class="programlisting">gboolean gimp_levels_stretch (gint32 drawable_ID);</pre>
<p>
Automatically modifies intensity levels in the specified drawable.
</p>
@ -305,9 +313,9 @@ not operate on indexed drawables.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2573963"></a><h3>
<a name="id2581971"></a><h3>
<a name="gimp-posterize"></a>gimp_posterize ()</h3>
<a class="indexterm" name="id2573971"></a><pre class="programlisting">gboolean gimp_posterize (gint32 drawable_ID,
<a class="indexterm" name="id2581981"></a><pre class="programlisting">gboolean gimp_posterize (gint32 drawable_ID,
gint levels);</pre>
<p>
Posterize the specified drawable.
@ -344,9 +352,9 @@ intensity channel to the specified 'levels' parameter.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574048"></a><h3>
<a name="id2582058"></a><h3>
<a name="gimp-desaturate"></a>gimp_desaturate ()</h3>
<a class="indexterm" name="id2574056"></a><pre class="programlisting">gboolean gimp_desaturate (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2582068"></a><pre class="programlisting">gboolean gimp_desaturate (gint32 drawable_ID);</pre>
<p>
Desaturate the contents of the specified drawable.
</p>
@ -376,9 +384,9 @@ This procedure only works on drawables of type RGB color.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574116"></a><h3>
<a name="id2582128"></a><h3>
<a name="gimp-equalize"></a>gimp_equalize ()</h3>
<a class="indexterm" name="id2574124"></a><pre class="programlisting">gboolean gimp_equalize (gint32 drawable_ID,
<a class="indexterm" name="id2582139"></a><pre class="programlisting">gboolean gimp_equalize (gint32 drawable_ID,
gboolean mask_only);</pre>
<p>
Equalize the contents of the specified drawable.
@ -421,9 +429,9 @@ adjusted based on the histogram for the entire image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574209"></a><h3>
<a name="id2582224"></a><h3>
<a name="gimp-invert"></a>gimp_invert ()</h3>
<a class="indexterm" name="id2574218"></a><pre class="programlisting">gboolean gimp_invert (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2582234"></a><pre class="programlisting">gboolean gimp_invert (gint32 drawable_ID);</pre>
<p>
Invert the contents of the specified drawable.
</p>
@ -455,9 +463,9 @@ valid for this operation.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574279"></a><h3>
<a name="id2582296"></a><h3>
<a name="gimp-curves-spline"></a>gimp_curves_spline ()</h3>
<a class="indexterm" name="id2574288"></a><pre class="programlisting">gboolean gimp_curves_spline (gint32 drawable_ID,
<a class="indexterm" name="id2582306"></a><pre class="programlisting">gboolean gimp_curves_spline (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
gint num_points,
const guint8 *control_pts);</pre>
@ -513,9 +521,9 @@ to explicitly modify intensity levels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574412"></a><h3>
<a name="id2582430"></a><h3>
<a name="gimp-curves-explicit"></a>gimp_curves_explicit ()</h3>
<a class="indexterm" name="id2574420"></a><pre class="programlisting">gboolean gimp_curves_explicit (gint32 drawable_ID,
<a class="indexterm" name="id2582440"></a><pre class="programlisting">gboolean gimp_curves_explicit (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
gint num_bytes,
const guint8 *curve);</pre>
@ -571,9 +579,9 @@ Catmull Rom splines.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574542"></a><h3>
<a name="id2582563"></a><h3>
<a name="gimp-color-balance"></a>gimp_color_balance ()</h3>
<a class="indexterm" name="id2574551"></a><pre class="programlisting">gboolean gimp_color_balance (gint32 drawable_ID,
<a class="indexterm" name="id2582573"></a><pre class="programlisting">gboolean gimp_color_balance (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpTransferMode">GimpTransferMode</a> transfer_mode,
gboolean preserve_lum,
gdouble cyan_red,
@ -644,9 +652,9 @@ the luminosity of each pixel remains fixed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574713"></a><h3>
<a name="id2582735"></a><h3>
<a name="gimp-colorize"></a>gimp_colorize ()</h3>
<a class="indexterm" name="id2574721"></a><pre class="programlisting">gboolean gimp_colorize (gint32 drawable_ID,
<a class="indexterm" name="id2582747"></a><pre class="programlisting">gboolean gimp_colorize (gint32 drawable_ID,
gdouble hue,
gdouble saturation,
gdouble lightness);</pre>
@ -702,9 +710,9 @@ grayscale or indexed drawables.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2574843"></a><h3>
<a name="id2582869"></a><h3>
<a name="gimp-histogram"></a>gimp_histogram ()</h3>
<a class="indexterm" name="id2574851"></a><pre class="programlisting">gboolean gimp_histogram (gint32 drawable_ID,
<a class="indexterm" name="id2582879"></a><pre class="programlisting">gboolean gimp_histogram (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
gint start_range,
gint end_range,
@ -809,9 +817,9 @@ pixels with transparent alpha values will not be counted.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575099"></a><h3>
<a name="id2583127"></a><h3>
<a name="gimp-hue-saturation"></a>gimp_hue_saturation ()</h3>
<a class="indexterm" name="id2575107"></a><pre class="programlisting">gboolean gimp_hue_saturation (gint32 drawable_ID,
<a class="indexterm" name="id2583137"></a><pre class="programlisting">gboolean gimp_hue_saturation (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpHueRange">GimpHueRange</a> hue_range,
gdouble hue_offset,
gdouble lightness,
@ -870,9 +878,9 @@ provides the capability to limit range of affected hues.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575244"></a><h3>
<a name="id2583274"></a><h3>
<a name="gimp-threshold"></a>gimp_threshold ()</h3>
<a class="indexterm" name="id2575252"></a><pre class="programlisting">gboolean gimp_threshold (gint32 drawable_ID,
<a class="indexterm" name="id2583284"></a><pre class="programlisting">gboolean gimp_threshold (gint32 drawable_ID,
gint low_threshold,
gint high_threshold);</pre>
<p>
@ -918,9 +926,5 @@ black.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpchannel.html"><b>&lt;&lt;&#160;gimpchannel</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpconvert.html"><b>gimpconvert&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimp.html" title="gimp">
<link rel="next" href="libgimp-gimpgimprc.html" title="gimpgimprc">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimp.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpgimprc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2548965" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2547572" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpcontext"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpcontext</span></h2>
<h2>
<a name="id2548965"></a><span class="refentrytitle">gimpcontext</span>
</h2>
<p>gimpcontext &#8212; Functions to manipulate a plug-in's context.</p>
</td>
<td valign="top" align="right"></td>
@ -75,17 +83,17 @@ gboolean <a href="libgimp-gimpcontext.html#gimp-context-set-font">gimp_contex
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2517310"></a><h2>Description</h2>
<a name="id2547572"></a><h2>Description</h2>
<p>
Functions to manipulate a plug-in's context.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2517322"></a><h2>Details</h2>
<a name="id2532642"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2517328"></a><h3>
<a name="id2532653"></a><h3>
<a name="gimp-context-push"></a>gimp_context_push ()</h3>
<a class="indexterm" name="id2517338"></a><pre class="programlisting">gboolean gimp_context_push (void);</pre>
<a class="indexterm" name="id2532667"></a><pre class="programlisting">gboolean gimp_context_push (void);</pre>
<p>
Pushes a context to the top of the plug-in's context stack.
</p>
@ -111,9 +119,9 @@ until it is popped again.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2517388"></a><h3>
<a name="id2532718"></a><h3>
<a name="gimp-context-pop"></a>gimp_context_pop ()</h3>
<a class="indexterm" name="id2517398"></a><pre class="programlisting">gboolean gimp_context_pop (void);</pre>
<a class="indexterm" name="id2532732"></a><pre class="programlisting">gboolean gimp_context_pop (void);</pre>
<p>
Pops the topmost context from the plug-in's context stack.
</p>
@ -138,9 +146,9 @@ context for the calling plug-in.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561383"></a><h3>
<a name="id2532783"></a><h3>
<a name="gimp-context-get-foreground"></a>gimp_context_get_foreground ()</h3>
<a class="indexterm" name="id2561391"></a><pre class="programlisting">gboolean gimp_context_get_foreground (<a
<a class="indexterm" name="id2532796"></a><pre class="programlisting">gboolean gimp_context_get_foreground (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<p>
@ -176,9 +184,9 @@ blending, and bucket fill.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561461"></a><h3>
<a name="id2532866"></a><h3>
<a name="gimp-context-set-foreground"></a>gimp_context_set_foreground ()</h3>
<a class="indexterm" name="id2561470"></a><pre class="programlisting">gboolean gimp_context_set_foreground (const <a
<a class="indexterm" name="id2532880"></a><pre class="programlisting">gboolean gimp_context_set_foreground (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<p>
@ -214,9 +222,9 @@ and bucket fill will use the new value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561541"></a><h3>
<a name="id2567113"></a><h3>
<a name="gimp-context-get-background"></a>gimp_context_get_background ()</h3>
<a class="indexterm" name="id2561550"></a><pre class="programlisting">gboolean gimp_context_get_background (<a
<a class="indexterm" name="id2567127"></a><pre class="programlisting">gboolean gimp_context_get_background (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<p>
@ -252,9 +260,9 @@ erasing (with non-alpha images), and image filling.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561621"></a><h3>
<a name="id2567199"></a><h3>
<a name="gimp-context-set-background"></a>gimp_context_set_background ()</h3>
<a class="indexterm" name="id2561630"></a><pre class="programlisting">gboolean gimp_context_set_background (const <a
<a class="indexterm" name="id2567212"></a><pre class="programlisting">gboolean gimp_context_set_background (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<p>
@ -291,9 +299,9 @@ value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559662"></a><h3>
<a name="id2567284"></a><h3>
<a name="gimp-context-set-default-colors"></a>gimp_context_set_default_colors ()</h3>
<a class="indexterm" name="id2559671"></a><pre class="programlisting">gboolean gimp_context_set_default_colors (void);</pre>
<a class="indexterm" name="id2567298"></a><pre class="programlisting">gboolean gimp_context_set_default_colors (void);</pre>
<p>
Set the current GIMP foreground and background colors to black and
white.
@ -319,9 +327,9 @@ colors to their initial default values, black and white.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559722"></a><h3>
<a name="id2568192"></a><h3>
<a name="gimp-context-swap-colors"></a>gimp_context_swap_colors ()</h3>
<a class="indexterm" name="id2559731"></a><pre class="programlisting">gboolean gimp_context_swap_colors (void);</pre>
<a class="indexterm" name="id2568206"></a><pre class="programlisting">gboolean gimp_context_swap_colors (void);</pre>
<p>
Swap the current GIMP foreground and background colors.
</p>
@ -347,9 +355,9 @@ color and vice versa.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559783"></a><h3>
<a name="id2568257"></a><h3>
<a name="gimp-context-get-opacity"></a>gimp_context_get_opacity ()</h3>
<a class="indexterm" name="id2559792"></a><pre class="programlisting">gdouble gimp_context_get_opacity (void);</pre>
<a class="indexterm" name="id2568271"></a><pre class="programlisting">gdouble gimp_context_get_opacity (void);</pre>
<p>
Get the opacity.
</p>
@ -374,9 +382,9 @@ floating point number between 0 and 100.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559842"></a><h3>
<a name="id2568321"></a><h3>
<a name="gimp-context-set-opacity"></a>gimp_context_set_opacity ()</h3>
<a class="indexterm" name="id2559851"></a><pre class="programlisting">gboolean gimp_context_set_opacity (gdouble opacity);</pre>
<a class="indexterm" name="id2568334"></a><pre class="programlisting">gboolean gimp_context_set_opacity (gdouble opacity);</pre>
<p>
Set the opacity.
</p>
@ -409,9 +417,9 @@ floating point number between 0 and 100.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562174"></a><h3>
<a name="id2568405"></a><h3>
<a name="gimp-context-get-paint-mode"></a>gimp_context_get_paint_mode ()</h3>
<a class="indexterm" name="id2562183"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_context_get_paint_mode
<a class="indexterm" name="id2568418"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_context_get_paint_mode
(void);</pre>
<p>
Get the paint mode.
@ -438,9 +446,9 @@ description.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562234"></a><h3>
<a name="id2568469"></a><h3>
<a name="gimp-context-set-paint-mode"></a>gimp_context_set_paint_mode ()</h3>
<a class="indexterm" name="id2562243"></a><pre class="programlisting">gboolean gimp_context_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
<a class="indexterm" name="id2568482"></a><pre class="programlisting">gboolean gimp_context_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
<p>
Set the paint mode.
</p>
@ -472,9 +480,9 @@ This procedure modifies the paint_mode setting.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562311"></a><h3>
<a name="id2568551"></a><h3>
<a name="gimp-context-get-brush"></a>gimp_context_get_brush ()</h3>
<a class="indexterm" name="id2562320"></a><pre class="programlisting">gchar* gimp_context_get_brush (void);</pre>
<a class="indexterm" name="id2568565"></a><pre class="programlisting">gchar* gimp_context_get_brush (void);</pre>
<p>
Retrieve the currently active brush.
</p>
@ -500,9 +508,9 @@ application of paint to the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562371"></a><h3>
<a name="id2568616"></a><h3>
<a name="gimp-context-set-brush"></a>gimp_context_set_brush ()</h3>
<a class="indexterm" name="id2562380"></a><pre class="programlisting">gboolean gimp_context_set_brush (const gchar *name);</pre>
<a class="indexterm" name="id2568630"></a><pre class="programlisting">gboolean gimp_context_set_brush (const gchar *name);</pre>
<p>
Set the specified brush as the active brush.
</p>
@ -538,9 +546,9 @@ becomes active and will be used in all subsequent paint operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562455"></a><h3>
<a name="id2568704"></a><h3>
<a name="gimp-context-get-pattern"></a>gimp_context_get_pattern ()</h3>
<a class="indexterm" name="id2562464"></a><pre class="programlisting">gchar* gimp_context_get_pattern (void);</pre>
<a class="indexterm" name="id2568718"></a><pre class="programlisting">gchar* gimp_context_get_pattern (void);</pre>
<p>
Retrieve the currently active pattern.
</p>
@ -566,9 +574,9 @@ to control the application of paint to the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562516"></a><h3>
<a name="id2568769"></a><h3>
<a name="gimp-context-set-pattern"></a>gimp_context_set_pattern ()</h3>
<a class="indexterm" name="id2562525"></a><pre class="programlisting">gboolean gimp_context_set_pattern (const gchar *name);</pre>
<a class="indexterm" name="id2568784"></a><pre class="programlisting">gboolean gimp_context_set_pattern (const gchar *name);</pre>
<p>
Set the specified pattern as the active pattern.
</p>
@ -605,9 +613,9 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562599"></a><h3>
<a name="id2568858"></a><h3>
<a name="gimp-context-get-gradient"></a>gimp_context_get_gradient ()</h3>
<a class="indexterm" name="id2562609"></a><pre class="programlisting">gchar* gimp_context_get_gradient (void);</pre>
<a class="indexterm" name="id2568872"></a><pre class="programlisting">gchar* gimp_context_get_gradient (void);</pre>
<p>
Retrieve the currently active gradient.
</p>
@ -631,9 +639,9 @@ This procedure returns the name of the currently active gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560033"></a><h3>
<a name="id2568922"></a><h3>
<a name="gimp-context-set-gradient"></a>gimp_context_set_gradient ()</h3>
<a class="indexterm" name="id2560043"></a><pre class="programlisting">gboolean gimp_context_set_gradient (const gchar *name);</pre>
<a class="indexterm" name="id2568936"></a><pre class="programlisting">gboolean gimp_context_set_gradient (const gchar *name);</pre>
<p>
Sets the specified gradient as the active gradient.
</p>
@ -670,9 +678,9 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560118"></a><h3>
<a name="id2569011"></a><h3>
<a name="gimp-context-get-palette"></a>gimp_context_get_palette ()</h3>
<a class="indexterm" name="id2560127"></a><pre class="programlisting">gchar* gimp_context_get_palette (void);</pre>
<a class="indexterm" name="id2569025"></a><pre class="programlisting">gchar* gimp_context_get_palette (void);</pre>
<p>
Retrieve the currently active palette.
</p>
@ -696,9 +704,9 @@ This procedure returns the name of the the currently active palette.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560177"></a><h3>
<a name="id2569075"></a><h3>
<a name="gimp-context-set-palette"></a>gimp_context_set_palette ()</h3>
<a class="indexterm" name="id2560186"></a><pre class="programlisting">gboolean gimp_context_set_palette (const gchar *name);</pre>
<a class="indexterm" name="id2569088"></a><pre class="programlisting">gboolean gimp_context_set_palette (const gchar *name);</pre>
<p>
Set the specified palette as the active palette.
</p>
@ -735,9 +743,9 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560260"></a><h3>
<a name="id2569163"></a><h3>
<a name="gimp-context-get-font"></a>gimp_context_get_font ()</h3>
<a class="indexterm" name="id2560269"></a><pre class="programlisting">gchar* gimp_context_get_font (void);</pre>
<a class="indexterm" name="id2569177"></a><pre class="programlisting">gchar* gimp_context_get_font (void);</pre>
<p>
Retrieve the currently active font.
</p>
@ -761,9 +769,9 @@ This procedure returns the name of the currently active font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560319"></a><h3>
<a name="id2569227"></a><h3>
<a name="gimp-context-set-font"></a>gimp_context_set_font ()</h3>
<a class="indexterm" name="id2560328"></a><pre class="programlisting">gboolean gimp_context_set_font (const gchar *name);</pre>
<a class="indexterm" name="id2569240"></a><pre class="programlisting">gboolean gimp_context_set_font (const gchar *name);</pre>
<p>
Set the specified font as the active font.
</p>
@ -799,9 +807,5 @@ becomes active and will be used in all subsequent font operations.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimp.html"><b>&lt;&lt;&#160;gimp</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpgimprc.html"><b>gimpgimprc&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpcolor.html" title="gimpcolor">
<link rel="next" href="libgimp-gimpdisplay.html" title="gimpdisplay">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpcolor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpdisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2553048" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2579755" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpconvert"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpconvert</span></h2>
<h2>
<a name="id2553048"></a><span class="refentrytitle">gimpconvert</span>
</h2>
<p>gimpconvert &#8212; Conversions between RGB, indexed, and grayscale modes.</p>
</td>
<td valign="top" align="right"></td>
@ -53,18 +61,18 @@ gboolean <a href="libgimp-gimpconvert.html#gimp-image-convert-indexed">gimp_i
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2572614"></a><h2>Description</h2>
<a name="id2579755"></a><h2>Description</h2>
<p>
Conversions between RGB, indexed, and grayscale modes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2572626"></a><h2>Details</h2>
<a name="id2580591"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2572632"></a><h3>
<a name="id2580601"></a><h3>
<a name="gimp-image-convert-rgb"></a>gimp_image_convert_rgb ()</h3>
<a class="indexterm" name="id2572641"></a><pre class="programlisting">gboolean gimp_image_convert_rgb (gint32 image_ID);</pre>
<a class="indexterm" name="id2580612"></a><pre class="programlisting">gboolean gimp_image_convert_rgb (gint32 image_ID);</pre>
<p>
Convert specified image to RGB color
</p>
@ -96,9 +104,9 @@ indexed image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2572707"></a><h3>
<a name="id2580679"></a><h3>
<a name="gimp-image-convert-grayscale"></a>gimp_image_convert_grayscale ()</h3>
<a class="indexterm" name="id2572716"></a><pre class="programlisting">gboolean gimp_image_convert_grayscale (gint32 image_ID);</pre>
<a class="indexterm" name="id2580690"></a><pre class="programlisting">gboolean gimp_image_convert_grayscale (gint32 image_ID);</pre>
<p>
Convert specified image to grayscale (256 intensity levels)
</p>
@ -129,9 +137,9 @@ type GIMP_RGB or GIMP_INDEXED.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2572782"></a><h3>
<a name="id2580756"></a><h3>
<a name="gimp-image-convert-indexed"></a>gimp_image_convert_indexed ()</h3>
<a class="indexterm" name="id2572791"></a><pre class="programlisting">gboolean gimp_image_convert_indexed (gint32 image_ID,
<a class="indexterm" name="id2580768"></a><pre class="programlisting">gboolean gimp_image_convert_indexed (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpConvertDitherType">GimpConvertDitherType</a> dither_type,
<a href="libgimp-gimpenums.html#GimpConvertPaletteType">GimpConvertPaletteType</a> palette_type,
gint num_cols,
@ -214,9 +222,5 @@ location ('Fixed' dithering).</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpcolor.html"><b>&lt;&lt;&#160;gimpcolor</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpdisplay.html"><b>gimpdisplay&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpconvert.html" title="gimpconvert">
<link rel="next" href="libgimp-gimpdrawable.html" title="gimpdrawable">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpconvert.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpdrawable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556417" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2577408" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpdisplay"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpdisplay</span></h2>
<h2>
<a name="id2556417"></a><span class="refentrytitle">gimpdisplay</span>
</h2>
<p>gimpdisplay &#8212; Functions to create, delete and flush new displays (views) on an image.</p>
</td>
<td valign="top" align="right"></td>
@ -49,18 +57,18 @@ gboolean <a href="libgimp-gimpdisplay.html#gimp-displays-reconnect">gimp_disp
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2572485"></a><h2>Description</h2>
<a name="id2577408"></a><h2>Description</h2>
<p>
Functions to create, delete and flush new displays (views) on an image.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2572497"></a><h2>Details</h2>
<a name="id2577425"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2572504"></a><h3>
<a name="id2577436"></a><h3>
<a name="gimp-display-new"></a>gimp_display_new ()</h3>
<a class="indexterm" name="id2572514"></a><pre class="programlisting">gint32 gimp_display_new (gint32 image_ID);</pre>
<a class="indexterm" name="id2577448"></a><pre class="programlisting">gint32 gimp_display_new (gint32 image_ID);</pre>
<p>
Create a new display for the specified image.
</p>
@ -93,9 +101,9 @@ This procedure only makes sense for use with the GIMP UI.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571628"></a><h3>
<a name="id2578337"></a><h3>
<a name="gimp-display-delete"></a>gimp_display_delete ()</h3>
<a class="indexterm" name="id2571637"></a><pre class="programlisting">gboolean gimp_display_delete (gint32 display_ID);</pre>
<a class="indexterm" name="id2578350"></a><pre class="programlisting">gboolean gimp_display_delete (gint32 display_ID);</pre>
<p>
Delete the specified display.
</p>
@ -126,9 +134,9 @@ deleted also.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571702"></a><h3>
<a name="id2578414"></a><h3>
<a name="gimp-displays-flush"></a>gimp_displays_flush ()</h3>
<a class="indexterm" name="id2571712"></a><pre class="programlisting">gboolean gimp_displays_flush (void);</pre>
<a class="indexterm" name="id2578427"></a><pre class="programlisting">gboolean gimp_displays_flush (void);</pre>
<p>
Flush all internal changes to the user interface
</p>
@ -152,9 +160,9 @@ appropriate.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571759"></a><h3>
<a name="id2578473"></a><h3>
<a name="gimp-displays-reconnect"></a>gimp_displays_reconnect ()</h3>
<a class="indexterm" name="id2571768"></a><pre class="programlisting">gboolean gimp_displays_reconnect (gint32 old_image_ID,
<a class="indexterm" name="id2578485"></a><pre class="programlisting">gboolean gimp_displays_reconnect (gint32 old_image_ID,
gint32 new_image_ID);</pre>
<p>
Reconnect displays from one image to another image.
@ -193,9 +201,5 @@ without success. You should rarely need to use this function.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpconvert.html"><b>&lt;&lt;&#160;gimpconvert</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpdrawable.html"><b>gimpdrawable&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpdisplay.html" title="gimpdisplay">
<link rel="next" href="libgimp-gimpdrawabletransform.html" title="gimpdrawabletransform">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpdisplay.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpdrawabletransform.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562394" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2589769" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpdrawable"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpdrawable</span></h2>
<h2>
<a name="id2562394"></a><span class="refentrytitle">gimpdrawable</span>
</h2>
<p>gimpdrawable &#8212; Functions to manipulate drawables.</p>
</td>
<td valign="top" align="right"></td>
@ -162,18 +170,18 @@ void <a href="libgimp-gimpdrawable.html#gimp-drawable-attach-new-parasite
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2581572"></a><h2>Description</h2>
<a name="id2589769"></a><h2>Description</h2>
<p>
Functions to manipulate drawables.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2581584"></a><h2>Details</h2>
<a name="id2589784"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2581590"></a><h3>
<a name="id2589795"></a><h3>
<a name="GimpDrawable"></a>GimpDrawable</h3>
<a class="indexterm" name="id2581600"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2589808"></a><pre class="programlisting">typedef struct {
gint32 drawable_id; /* drawable ID */
guint width; /* width of drawble */
guint height; /* height of drawble */
@ -190,9 +198,9 @@ Functions to manipulate drawables.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581623"></a><h3>
<a name="id2589830"></a><h3>
<a name="gimp-drawable-get"></a>gimp_drawable_get ()</h3>
<a class="indexterm" name="id2581634"></a><pre class="programlisting"><a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a>* gimp_drawable_get (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2589843"></a><pre class="programlisting"><a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a>* gimp_drawable_get (gint32 drawable_ID);</pre>
<p>
This function creates a <a href="libgimp-gimpdrawable.html#GimpDrawable"><span class="type">GimpDrawable</span></a> structure for the core
drawable identified by <em class="parameter"><code>drawable_ID</code></em>. The returned structure
@ -232,9 +240,9 @@ transferred back to the core.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581739"></a><h3>
<a name="id2589949"></a><h3>
<a name="gimp-drawable-detach"></a>gimp_drawable_detach ()</h3>
<a class="indexterm" name="id2581748"></a><pre class="programlisting">void gimp_drawable_detach (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable);</pre>
<a class="indexterm" name="id2589960"></a><pre class="programlisting">void gimp_drawable_detach (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable);</pre>
<p>
This function is called when a plug-in is finished working
with a drawable. It forces all tile data held in the tile
@ -256,9 +264,9 @@ then frees all associated memory. You must not access the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581830"></a><h3>
<a name="id2590041"></a><h3>
<a name="gimp-drawable-flush"></a>gimp_drawable_flush ()</h3>
<a class="indexterm" name="id2581840"></a><pre class="programlisting">void gimp_drawable_flush (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable);</pre>
<a class="indexterm" name="id2590054"></a><pre class="programlisting">void gimp_drawable_flush (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable);</pre>
<p>
This function causes all tile data in the tile list of <em class="parameter"><code>drawable</code></em> to be
transferred to the core. It is usually called in situations where a
@ -281,9 +289,9 @@ to the core.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581918"></a><h3>
<a name="id2590113"></a><h3>
<a name="gimp-drawable-delete"></a>gimp_drawable_delete ()</h3>
<a class="indexterm" name="id2581927"></a><pre class="programlisting">gboolean gimp_drawable_delete (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590124"></a><pre class="programlisting">gboolean gimp_drawable_delete (gint32 drawable_ID);</pre>
<p>
Delete a drawable.
</p>
@ -316,9 +324,9 @@ which has not yet been added to an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581995"></a><h3>
<a name="id2590185"></a><h3>
<a name="gimp-drawable-get-name"></a>gimp_drawable_get_name ()</h3>
<a class="indexterm" name="id2582004"></a><pre class="programlisting">gchar* gimp_drawable_get_name (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590196"></a><pre class="programlisting">gchar* gimp_drawable_get_name (gint32 drawable_ID);</pre>
<p>
Get the name of the specified drawable.
</p>
@ -347,9 +355,9 @@ This procedure returns the specified drawable's name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582050"></a><h3>
<a name="id2590254"></a><h3>
<a name="gimp-drawable-set-name"></a>gimp_drawable_set_name ()</h3>
<a class="indexterm" name="id2582058"></a><pre class="programlisting">gboolean gimp_drawable_set_name (gint32 drawable_ID,
<a class="indexterm" name="id2590265"></a><pre class="programlisting">gboolean gimp_drawable_set_name (gint32 drawable_ID,
const gchar *name);</pre>
<p>
Set the name of the specified drawable.
@ -385,9 +393,9 @@ This procedure sets the specified drawable's name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582135"></a><h3>
<a name="id2590342"></a><h3>
<a name="gimp-drawable-get-visible"></a>gimp_drawable_get_visible ()</h3>
<a class="indexterm" name="id2582144"></a><pre class="programlisting">gboolean gimp_drawable_get_visible (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590353"></a><pre class="programlisting">gboolean gimp_drawable_get_visible (gint32 drawable_ID);</pre>
<p>
Get the visibility of the specified drawable.
</p>
@ -416,9 +424,9 @@ This procedure returns the specified drawable's visibility.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582203"></a><h3>
<a name="id2590412"></a><h3>
<a name="gimp-drawable-set-visible"></a>gimp_drawable_set_visible ()</h3>
<a class="indexterm" name="id2582212"></a><pre class="programlisting">gboolean gimp_drawable_set_visible (gint32 drawable_ID,
<a class="indexterm" name="id2590423"></a><pre class="programlisting">gboolean gimp_drawable_set_visible (gint32 drawable_ID,
gboolean visible);</pre>
<p>
Set the visibility of the specified drawable.
@ -454,9 +462,9 @@ This procedure sets the specified drawable's visibility.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582290"></a><h3>
<a name="id2590501"></a><h3>
<a name="gimp-drawable-get-linked"></a>gimp_drawable_get_linked ()</h3>
<a class="indexterm" name="id2582299"></a><pre class="programlisting">gboolean gimp_drawable_get_linked (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590511"></a><pre class="programlisting">gboolean gimp_drawable_get_linked (gint32 drawable_ID);</pre>
<p>
Get the linked state of the specified drawable.
</p>
@ -485,9 +493,9 @@ This procedure returns the specified drawable's linked state.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582358"></a><h3>
<a name="id2590571"></a><h3>
<a name="gimp-drawable-set-linked"></a>gimp_drawable_set_linked ()</h3>
<a class="indexterm" name="id2582367"></a><pre class="programlisting">gboolean gimp_drawable_set_linked (gint32 drawable_ID,
<a class="indexterm" name="id2590581"></a><pre class="programlisting">gboolean gimp_drawable_set_linked (gint32 drawable_ID,
gboolean linked);</pre>
<p>
Set the linked state of the specified drawable.
@ -523,9 +531,9 @@ This procedure sets the specified drawable's linked state.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582445"></a><h3>
<a name="id2590659"></a><h3>
<a name="gimp-drawable-get-tattoo"></a>gimp_drawable_get_tattoo ()</h3>
<a class="indexterm" name="id2582453"></a><pre class="programlisting">gint gimp_drawable_get_tattoo (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2590670"></a><pre class="programlisting">gint gimp_drawable_get_tattoo (gint32 drawable_ID);</pre>
<p>
Get the tattoo of the specified drawable.
</p>
@ -557,9 +565,9 @@ sessions</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582514"></a><h3>
<a name="id2590731"></a><h3>
<a name="gimp-drawable-set-tattoo"></a>gimp_drawable_set_tattoo ()</h3>
<a class="indexterm" name="id2582523"></a><pre class="programlisting">gboolean gimp_drawable_set_tattoo (gint32 drawable_ID,
<a class="indexterm" name="id2590741"></a><pre class="programlisting">gboolean gimp_drawable_set_tattoo (gint32 drawable_ID,
gint tattoo);</pre>
<p>
Set the tattoo of the specified drawable.
@ -598,9 +606,9 @@ sessions</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582602"></a><h3>
<a name="id2590821"></a><h3>
<a name="gimp-drawable-get-pixel"></a>gimp_drawable_get_pixel ()</h3>
<a class="indexterm" name="id2582611"></a><pre class="programlisting">guint8* gimp_drawable_get_pixel (gint32 drawable_ID,
<a class="indexterm" name="id2590831"></a><pre class="programlisting">guint8* gimp_drawable_get_pixel (gint32 drawable_ID,
gint x_coord,
gint y_coord,
gint *num_channels);</pre>
@ -652,9 +660,9 @@ bytes-per-pixel value for the specified drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582729"></a><h3>
<a name="id2590950"></a><h3>
<a name="gimp-drawable-set-pixel"></a>gimp_drawable_set_pixel ()</h3>
<a class="indexterm" name="id2582738"></a><pre class="programlisting">gboolean gimp_drawable_set_pixel (gint32 drawable_ID,
<a class="indexterm" name="id2590960"></a><pre class="programlisting">gboolean gimp_drawable_set_pixel (gint32 drawable_ID,
gint x_coord,
gint y_coord,
gint num_channels,
@ -715,9 +723,9 @@ just created yourself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582877"></a><h3>
<a name="id2591099"></a><h3>
<a name="gimp-drawable-get-tile"></a>gimp_drawable_get_tile ()</h3>
<a class="indexterm" name="id2582885"></a><pre class="programlisting"><a href="libgimp-gimptile.html#GimpTile">GimpTile</a>* gimp_drawable_get_tile (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2591110"></a><pre class="programlisting"><a href="libgimp-gimptile.html#GimpTile">GimpTile</a>* gimp_drawable_get_tile (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean shadow,
gint row,
gint col);</pre>
@ -764,9 +772,9 @@ just created yourself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582992"></a><h3>
<a name="id2591216"></a><h3>
<a name="gimp-drawable-get-tile2"></a>gimp_drawable_get_tile2 ()</h3>
<a class="indexterm" name="id2583000"></a><pre class="programlisting"><a href="libgimp-gimptile.html#GimpTile">GimpTile</a>* gimp_drawable_get_tile2 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2591227"></a><pre class="programlisting"><a href="libgimp-gimptile.html#GimpTile">GimpTile</a>* gimp_drawable_get_tile2 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean shadow,
gint x,
gint y);</pre>
@ -813,9 +821,9 @@ just created yourself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583107"></a><h3>
<a name="id2591334"></a><h3>
<a name="gimp-drawable-get-thumbnail-data"></a>gimp_drawable_get_thumbnail_data ()</h3>
<a class="indexterm" name="id2583117"></a><pre class="programlisting">guchar* gimp_drawable_get_thumbnail_data
<a class="indexterm" name="id2591346"></a><pre class="programlisting">guchar* gimp_drawable_get_thumbnail_data
(gint32 drawable_ID,
gint *width,
gint *height,
@ -863,9 +871,9 @@ just created yourself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583226"></a><h3>
<a name="id2591454"></a><h3>
<a name="gimp-drawable-get-sub-thumbnail-data"></a>gimp_drawable_get_sub_thumbnail_data ()</h3>
<a class="indexterm" name="id2583237"></a><pre class="programlisting">guchar* gimp_drawable_get_sub_thumbnail_data
<a class="indexterm" name="id2591467"></a><pre class="programlisting">guchar* gimp_drawable_get_sub_thumbnail_data
(gint32 drawable_ID,
gint src_x,
gint src_y,
@ -941,9 +949,9 @@ just created yourself.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583421"></a><h3>
<a name="id2591652"></a><h3>
<a name="gimp-drawable-get-color-uchar"></a>gimp_drawable_get_color_uchar ()</h3>
<a class="indexterm" name="id2583431"></a><pre class="programlisting">void gimp_drawable_get_color_uchar (gint32 drawable_ID,
<a class="indexterm" name="id2591664"></a><pre class="programlisting">void gimp_drawable_get_color_uchar (gint32 drawable_ID,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
@ -979,9 +987,9 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583511"></a><h3>
<a name="id2591743"></a><h3>
<a name="gimp-drawable-merge-shadow"></a>gimp_drawable_merge_shadow ()</h3>
<a class="indexterm" name="id2583520"></a><pre class="programlisting">gboolean gimp_drawable_merge_shadow (gint32 drawable_ID,
<a class="indexterm" name="id2591754"></a><pre class="programlisting">gboolean gimp_drawable_merge_shadow (gint32 drawable_ID,
gboolean undo);</pre>
<p>
Merge the shadow buffer with the specified drawable.
@ -1020,9 +1028,9 @@ Requesting no undo is useful for such applications as 'auto-apply'.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583601"></a><h3>
<a name="id2591835"></a><h3>
<a name="gimp-drawable-fill"></a>gimp_drawable_fill ()</h3>
<a class="indexterm" name="id2583609"></a><pre class="programlisting">gboolean gimp_drawable_fill (gint32 drawable_ID,
<a class="indexterm" name="id2591846"></a><pre class="programlisting">gboolean gimp_drawable_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);</pre>
<p>
Fill the drawable with the specified fill mode.
@ -1066,9 +1074,9 @@ fills regardless of a selection</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583695"></a><h3>
<a name="id2591932"></a><h3>
<a name="gimp-drawable-update"></a>gimp_drawable_update ()</h3>
<a class="indexterm" name="id2583703"></a><pre class="programlisting">gboolean gimp_drawable_update (gint32 drawable_ID,
<a class="indexterm" name="id2591942"></a><pre class="programlisting">gboolean gimp_drawable_update (gint32 drawable_ID,
gint x,
gint y,
gint width,
@ -1128,9 +1136,9 @@ image origin. Therefore, the entire drawable can be updated using
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583842"></a><h3>
<a name="id2592081"></a><h3>
<a name="gimp-drawable-mask-bounds"></a>gimp_drawable_mask_bounds ()</h3>
<a class="indexterm" name="id2583851"></a><pre class="programlisting">gboolean gimp_drawable_mask_bounds (gint32 drawable_ID,
<a class="indexterm" name="id2592092"></a><pre class="programlisting">gboolean gimp_drawable_mask_bounds (gint32 drawable_ID,
gint *x1,
gint *y1,
gint *x2,
@ -1199,9 +1207,9 @@ return value which is more useful in most cases.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584013"></a><h3>
<a name="id2592253"></a><h3>
<a name="gimp-drawable-mask-intersect"></a>gimp_drawable_mask_intersect ()</h3>
<a class="indexterm" name="id2584023"></a><pre class="programlisting">gboolean gimp_drawable_mask_intersect (gint32 drawable_ID,
<a class="indexterm" name="id2592268"></a><pre class="programlisting">gboolean gimp_drawable_mask_intersect (gint32 drawable_ID,
gint *x,
gint *y,
gint *width,
@ -1266,9 +1274,9 @@ are the extents of the whole drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584179"></a><h3>
<a name="id2592424"></a><h3>
<a name="gimp-drawable-get-image"></a>gimp_drawable_get_image ()</h3>
<a class="indexterm" name="id2584188"></a><pre class="programlisting">gint32 gimp_drawable_get_image (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2592434"></a><pre class="programlisting">gint32 gimp_drawable_get_image (gint32 drawable_ID);</pre>
<p>
Returns the drawable's image.
</p>
@ -1297,9 +1305,9 @@ This procedure returns the drawable's image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584246"></a><h3>
<a name="id2592492"></a><h3>
<a name="gimp-drawable-set-image"></a>gimp_drawable_set_image ()</h3>
<a class="indexterm" name="id2584254"></a><pre class="programlisting">gboolean gimp_drawable_set_image (gint32 drawable_ID,
<a class="indexterm" name="id2592505"></a><pre class="programlisting">gboolean gimp_drawable_set_image (gint32 drawable_ID,
gint32 image_ID);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -1336,9 +1344,9 @@ This procedure is deprecated!</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584339"></a><h3>
<a name="id2592594"></a><h3>
<a name="gimp-drawable-has-alpha"></a>gimp_drawable_has_alpha ()</h3>
<a class="indexterm" name="id2584347"></a><pre class="programlisting">gboolean gimp_drawable_has_alpha (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2592607"></a><pre class="programlisting">gboolean gimp_drawable_has_alpha (gint32 drawable_ID);</pre>
<p>
Returns non-zero if the drawable has an alpha channel.
</p>
@ -1369,9 +1377,9 @@ will be one of: { RGBA , GRAYA, INDEXEDA }.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584408"></a><h3>
<a name="id2592676"></a><h3>
<a name="gimp-drawable-type-with-alpha"></a>gimp_drawable_type_with_alpha ()</h3>
<a class="indexterm" name="id2584419"></a><pre class="programlisting"><a
<a class="indexterm" name="id2592690"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
>GimpImageType</a> gimp_drawable_type_with_alpha (gint32 drawable_ID);</pre>
<p>
@ -1405,9 +1413,9 @@ the drawable's type is simply returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584485"></a><h3>
<a name="id2592760"></a><h3>
<a name="gimp-drawable-type"></a>gimp_drawable_type ()</h3>
<a class="indexterm" name="id2584496"></a><pre class="programlisting"><a
<a class="indexterm" name="id2592773"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType"
>GimpImageType</a> gimp_drawable_type (gint32 drawable_ID);</pre>
<p>
@ -1438,9 +1446,9 @@ This procedure returns the drawable's type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584561"></a><h3>
<a name="id2592838"></a><h3>
<a name="gimp-drawable-is-rgb"></a>gimp_drawable_is_rgb ()</h3>
<a class="indexterm" name="id2584572"></a><pre class="programlisting">gboolean gimp_drawable_is_rgb (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2592852"></a><pre class="programlisting">gboolean gimp_drawable_is_rgb (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is an RGB type.
</p>
@ -1470,9 +1478,9 @@ This procedure returns non-zero if the specified drawable is of type
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584639"></a><h3>
<a name="id2592919"></a><h3>
<a name="gimp-drawable-is-gray"></a>gimp_drawable_is_gray ()</h3>
<a class="indexterm" name="id2584651"></a><pre class="programlisting">gboolean gimp_drawable_is_gray (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2592933"></a><pre class="programlisting">gboolean gimp_drawable_is_gray (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is a grayscale type.
</p>
@ -1502,9 +1510,9 @@ This procedure returns non-zero if the specified drawable is of type
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584718"></a><h3>
<a name="id2593000"></a><h3>
<a name="gimp-drawable-is-indexed"></a>gimp_drawable_is_indexed ()</h3>
<a class="indexterm" name="id2584730"></a><pre class="programlisting">gboolean gimp_drawable_is_indexed (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593014"></a><pre class="programlisting">gboolean gimp_drawable_is_indexed (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is an indexed type.
</p>
@ -1534,9 +1542,9 @@ This procedure returns non-zero if the specified drawable is of type
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584797"></a><h3>
<a name="id2593081"></a><h3>
<a name="gimp-drawable-bpp"></a>gimp_drawable_bpp ()</h3>
<a class="indexterm" name="id2584808"></a><pre class="programlisting">gint gimp_drawable_bpp (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593094"></a><pre class="programlisting">gint gimp_drawable_bpp (gint32 drawable_ID);</pre>
<p>
Returns the bytes per pixel.
</p>
@ -1566,9 +1574,9 @@ of channels) for the specified drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584874"></a><h3>
<a name="id2593160"></a><h3>
<a name="gimp-drawable-width"></a>gimp_drawable_width ()</h3>
<a class="indexterm" name="id2584885"></a><pre class="programlisting">gint gimp_drawable_width (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593174"></a><pre class="programlisting">gint gimp_drawable_width (gint32 drawable_ID);</pre>
<p>
Returns the width of the drawable.
</p>
@ -1597,9 +1605,9 @@ This procedure returns the specified drawable's width in pixels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584951"></a><h3>
<a name="id2593239"></a><h3>
<a name="gimp-drawable-height"></a>gimp_drawable_height ()</h3>
<a class="indexterm" name="id2584962"></a><pre class="programlisting">gint gimp_drawable_height (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593253"></a><pre class="programlisting">gint gimp_drawable_height (gint32 drawable_ID);</pre>
<p>
Returns the height of the drawable.
</p>
@ -1628,9 +1636,9 @@ This procedure returns the specified drawable's height in pixels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585028"></a><h3>
<a name="id2593319"></a><h3>
<a name="gimp-drawable-offsets"></a>gimp_drawable_offsets ()</h3>
<a class="indexterm" name="id2585040"></a><pre class="programlisting">gboolean gimp_drawable_offsets (gint32 drawable_ID,
<a class="indexterm" name="id2593333"></a><pre class="programlisting">gboolean gimp_drawable_offsets (gint32 drawable_ID,
gint *offset_x,
gint *offset_y);</pre>
<p>
@ -1675,9 +1683,9 @@ The offsets of a channel will be returned as 0.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585150"></a><h3>
<a name="id2593443"></a><h3>
<a name="gimp-drawable-is-layer"></a>gimp_drawable_is_layer ()</h3>
<a class="indexterm" name="id2585162"></a><pre class="programlisting">gboolean gimp_drawable_is_layer (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593457"></a><pre class="programlisting">gboolean gimp_drawable_is_layer (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is a layer.
</p>
@ -1707,9 +1715,9 @@ layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585229"></a><h3>
<a name="id2593524"></a><h3>
<a name="gimp-drawable-is-layer-mask"></a>gimp_drawable_is_layer_mask ()</h3>
<a class="indexterm" name="id2585240"></a><pre class="programlisting">gboolean gimp_drawable_is_layer_mask (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593538"></a><pre class="programlisting">gboolean gimp_drawable_is_layer_mask (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is a layer mask.
</p>
@ -1739,9 +1747,9 @@ mask.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585306"></a><h3>
<a name="id2593604"></a><h3>
<a name="gimp-drawable-is-channel"></a>gimp_drawable_is_channel ()</h3>
<a class="indexterm" name="id2585318"></a><pre class="programlisting">gboolean gimp_drawable_is_channel (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2593618"></a><pre class="programlisting">gboolean gimp_drawable_is_channel (gint32 drawable_ID);</pre>
<p>
Returns whether the drawable is a channel.
</p>
@ -1771,9 +1779,9 @@ channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585385"></a><h3>
<a name="id2593684"></a><h3>
<a name="gimp-drawable-offset"></a>gimp_drawable_offset ()</h3>
<a class="indexterm" name="id2585396"></a><pre class="programlisting">gboolean gimp_drawable_offset (gint32 drawable_ID,
<a class="indexterm" name="id2593698"></a><pre class="programlisting">gboolean gimp_drawable_offset (gint32 drawable_ID,
gboolean wrap_around,
<a href="libgimp-gimpenums.html#GimpOffsetType">GimpOffsetType</a> fill_type,
gint offset_x,
@ -1836,9 +1844,9 @@ specified by the 'fill_type' parameter.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585555"></a><h3>
<a name="id2593857"></a><h3>
<a name="gimp-drawable-parasite-find"></a>gimp_drawable_parasite_find ()</h3>
<a class="indexterm" name="id2585567"></a><pre class="programlisting"><a
<a class="indexterm" name="id2593872"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_drawable_parasite_find (gint32 drawable_ID,
const gchar *name);</pre>
@ -1877,9 +1885,9 @@ a drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585655"></a><h3>
<a name="id2593959"></a><h3>
<a name="gimp-drawable-parasite-list"></a>gimp_drawable_parasite_list ()</h3>
<a class="indexterm" name="id2585667"></a><pre class="programlisting">gboolean gimp_drawable_parasite_list (gint32 drawable_ID,
<a class="indexterm" name="id2593974"></a><pre class="programlisting">gboolean gimp_drawable_parasite_list (gint32 drawable_ID,
gint *num_parasites,
gchar ***parasites);</pre>
<p>
@ -1922,9 +1930,9 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585776"></a><h3>
<a name="id2594082"></a><h3>
<a name="gimp-drawable-parasite-attach"></a>gimp_drawable_parasite_attach ()</h3>
<a class="indexterm" name="id2585788"></a><pre class="programlisting">gboolean gimp_drawable_parasite_attach (gint32 drawable_ID,
<a class="indexterm" name="id2594096"></a><pre class="programlisting">gboolean gimp_drawable_parasite_attach (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
@ -1963,9 +1971,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585876"></a><h3>
<a name="id2594184"></a><h3>
<a name="gimp-drawable-parasite-detach"></a>gimp_drawable_parasite_detach ()</h3>
<a class="indexterm" name="id2585888"></a><pre class="programlisting">gboolean gimp_drawable_parasite_detach (gint32 drawable_ID,
<a class="indexterm" name="id2594199"></a><pre class="programlisting">gboolean gimp_drawable_parasite_detach (gint32 drawable_ID,
const gchar *name);</pre>
<p>
Removes a parasite from a drawable.
@ -2002,9 +2010,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585976"></a><h3>
<a name="id2594287"></a><h3>
<a name="gimp-drawable-attach-new-parasite"></a>gimp_drawable_attach_new_parasite ()</h3>
<a class="indexterm" name="id2585989"></a><pre class="programlisting">void gimp_drawable_attach_new_parasite
<a class="indexterm" name="id2594302"></a><pre class="programlisting">void gimp_drawable_attach_new_parasite
(gint32 drawable_ID,
const gchar *name,
gint flags,
@ -2065,9 +2073,5 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpdisplay.html"><b>&lt;&lt;&#160;gimpdisplay</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpdrawabletransform.html"><b>gimpdrawabletransform&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="GimpDrawablePreview.html" title="GimpDrawablePreview">
<link rel="next" href="libgimp-gimpimagecombobox.html" title="gimpimagecombobox">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpDrawablePreview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpimagecombobox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577567" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2648025" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpdrawablecombobox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpdrawablecombobox</span></h2>
<h2>
<a name="id2577567"></a><span class="refentrytitle">gimpdrawablecombobox</span>
</h2>
<p>gimpdrawablecombobox &#8212; A widget providing a popup menu of drawables.</p>
</td>
<td valign="top" align="right"></td>
@ -44,32 +52,26 @@
gboolean (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">*GimpDrawableConstraintFunc</a>) (gint32 image_id,
gint32 drawable_id,
gpointer data);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpdrawablecombobox.html#gimp-drawable-combo-box-new">gimp_drawable_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpdrawablecombobox.html#gimp-drawable-combo-box-new">gimp_drawable_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpdrawablecombobox.html#gimp-channel-combo-box-new">gimp_channel_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpdrawablecombobox.html#gimp-channel-combo-box-new">gimp_channel_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpdrawablecombobox.html#gimp-layer-combo-box-new">gimp_layer_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpdrawablecombobox.html#gimp-layer-combo-box-new">gimp_layer_combo_box_new</a> (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642182"></a><h2>Description</h2>
<a name="id2648025"></a><h2>Description</h2>
<p>
A widget providing a popup menu of drawables.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642194"></a><h2>Details</h2>
<a name="id2648041"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642200"></a><h3>
<a name="id2648052"></a><h3>
<a name="GimpDrawableConstraintFunc"></a>GimpDrawableConstraintFunc ()</h3>
<a class="indexterm" name="id2642209"></a><pre class="programlisting">gboolean (*GimpDrawableConstraintFunc) (gint32 image_id,
<a class="indexterm" name="id2648063"></a><pre class="programlisting">gboolean (*GimpDrawableConstraintFunc) (gint32 image_id,
gint32 drawable_id,
gpointer data);</pre>
<p>
@ -109,11 +111,9 @@ A widget providing a popup menu of drawables.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639492"></a><h3>
<a name="id2648160"></a><h3>
<a name="gimp-drawable-combo-box-new"></a>gimp_drawable_combo_box_new ()</h3>
<a class="indexterm" name="id2639500"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_drawable_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
<a class="indexterm" name="id2648173"></a><pre class="programlisting">GtkWidget* gimp_drawable_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);</pre>
<p>
Creates a new <a
@ -168,11 +168,9 @@ href="../libgimpwidgets/GimpIntComboBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645140"></a><h3>
<a name="id2649494"></a><h3>
<a name="gimp-channel-combo-box-new"></a>gimp_channel_combo_box_new ()</h3>
<a class="indexterm" name="id2645149"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_channel_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
<a class="indexterm" name="id2649507"></a><pre class="programlisting">GtkWidget* gimp_channel_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);</pre>
<p>
Creates a new <a
@ -213,11 +211,9 @@ href="../libgimpwidgets/GimpIntComboBox.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645274"></a><h3>
<a name="id2649635"></a><h3>
<a name="gimp-layer-combo-box-new"></a>gimp_layer_combo_box_new ()</h3>
<a class="indexterm" name="id2645282"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_layer_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
<a class="indexterm" name="id2649648"></a><pre class="programlisting">GtkWidget* gimp_layer_combo_box_new (<a href="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc">GimpDrawableConstraintFunc</a> constraint,
gpointer data);</pre>
<p>
Creates a new <a
@ -258,9 +254,5 @@ href="../libgimpwidgets/GimpIntComboBox.html"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="GimpDrawablePreview.html"><b>&lt;&lt;&#160;GimpDrawablePreview</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpimagecombobox.html"><b>gimpimagecombobox&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpdrawable.html" title="gimpdrawable">
<link rel="next" href="libgimp-gimpedit.html" title="gimpedit">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpdrawable.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpedit.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2554754" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2595623" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpdrawabletransform"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpdrawabletransform</span></h2>
<h2>
<a name="id2554754"></a><span class="refentrytitle">gimpdrawabletransform</span>
</h2>
<p>gimpdrawabletransform &#8212; </p>
</td>
<td valign="top" align="right"></td>
@ -204,17 +212,17 @@ gint32 <a href="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2587371"></a><h2>Description</h2>
<a name="id2595623"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2587382"></a><h2>Details</h2>
<a name="id2595638"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2587388"></a><h3>
<a name="id2595649"></a><h3>
<a name="gimp-drawable-transform-flip-simple"></a>gimp_drawable_transform_flip_simple ()</h3>
<a class="indexterm" name="id2587400"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip_simple
<a class="indexterm" name="id2595665"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip_simple
(gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type,
gboolean auto_center,
@ -283,9 +291,9 @@ created and flipped drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587538"></a><h3>
<a name="id2595800"></a><h3>
<a name="gimp-drawable-transform-flip"></a>gimp_drawable_transform_flip ()</h3>
<a class="indexterm" name="id2587548"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip (gint32 drawable_ID,
<a class="indexterm" name="id2595814"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip (gint32 drawable_ID,
gdouble x0,
gdouble y0,
gdouble x1,
@ -389,9 +397,9 @@ transform.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587796"></a><h3>
<a name="id2596062"></a><h3>
<a name="gimp-drawable-transform-flip-default"></a>gimp_drawable_transform_flip_default ()</h3>
<a class="indexterm" name="id2587807"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip_default
<a class="indexterm" name="id2596077"></a><pre class="programlisting">gint32 gimp_drawable_transform_flip_default
(gint32 drawable_ID,
gdouble x0,
gdouble y0,
@ -468,9 +476,9 @@ uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2587999"></a><h3>
<a name="id2596269"></a><h3>
<a name="gimp-drawable-transform-perspective"></a>gimp_drawable_transform_perspective ()</h3>
<a class="indexterm" name="id2588010"></a><pre class="programlisting">gint32 gimp_drawable_transform_perspective
<a class="indexterm" name="id2596284"></a><pre class="programlisting">gint32 gimp_drawable_transform_perspective
(gint32 drawable_ID,
gdouble x0,
gdouble y0,
@ -609,9 +617,9 @@ to have been projected via a perspective transform.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588349"></a><h3>
<a name="id2596623"></a><h3>
<a name="gimp-drawable-transform-perspective-default"></a>gimp_drawable_transform_perspective_default ()</h3>
<a class="indexterm" name="id2588361"></a><pre class="programlisting">gint32 gimp_drawable_transform_perspective_default
<a class="indexterm" name="id2596639"></a><pre class="programlisting">gint32 gimp_drawable_transform_perspective_default
(gint32 drawable_ID,
gdouble x0,
gdouble y0,
@ -717,9 +725,9 @@ which uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588637"></a><h3>
<a name="id2596915"></a><h3>
<a name="gimp-drawable-transform-rotate-simple"></a>gimp_drawable_transform_rotate_simple ()</h3>
<a class="indexterm" name="id2588648"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate_simple
<a class="indexterm" name="id2596930"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate_simple
(gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpRotationType">GimpRotationType</a> rotate_type,
gboolean auto_center,
@ -794,9 +802,9 @@ this will be the newly created and rotated drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588817"></a><h3>
<a name="id2597099"></a><h3>
<a name="gimp-drawable-transform-rotate"></a>gimp_drawable_transform_rotate ()</h3>
<a class="indexterm" name="id2588828"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate (gint32 drawable_ID,
<a class="indexterm" name="id2597114"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate (gint32 drawable_ID,
gdouble angle,
gboolean auto_center,
gint center_x,
@ -898,9 +906,9 @@ this will be the newly created and rotated drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589075"></a><h3>
<a name="id2597361"></a><h3>
<a name="gimp-drawable-transform-rotate-default"></a>gimp_drawable_transform_rotate_default ()</h3>
<a class="indexterm" name="id2589086"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate_default
<a class="indexterm" name="id2597376"></a><pre class="programlisting">gint32 gimp_drawable_transform_rotate_default
(gint32 drawable_ID,
gdouble angle,
gboolean auto_center,
@ -978,9 +986,9 @@ which uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589280"></a><h3>
<a name="id2597570"></a><h3>
<a name="gimp-drawable-transform-scale"></a>gimp_drawable_transform_scale ()</h3>
<a class="indexterm" name="id2589290"></a><pre class="programlisting">gint32 gimp_drawable_transform_scale (gint32 drawable_ID,
<a class="indexterm" name="id2597584"></a><pre class="programlisting">gint32 gimp_drawable_transform_scale (gint32 drawable_ID,
gdouble x0,
gdouble y0,
gdouble x1,
@ -1081,9 +1089,9 @@ this will be the newly created and scaled drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589538"></a><h3>
<a name="id2597832"></a><h3>
<a name="gimp-drawable-transform-scale-default"></a>gimp_drawable_transform_scale_default ()</h3>
<a class="indexterm" name="id2589549"></a><pre class="programlisting">gint32 gimp_drawable_transform_scale_default
<a class="indexterm" name="id2597847"></a><pre class="programlisting">gint32 gimp_drawable_transform_scale_default
(gint32 drawable_ID,
gdouble x0,
gdouble y0,
@ -1160,9 +1168,9 @@ uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589744"></a><h3>
<a name="id2598042"></a><h3>
<a name="gimp-drawable-transform-shear"></a>gimp_drawable_transform_shear ()</h3>
<a class="indexterm" name="id2589754"></a><pre class="programlisting">gint32 gimp_drawable_transform_shear (gint32 drawable_ID,
<a class="indexterm" name="id2598056"></a><pre class="programlisting">gint32 gimp_drawable_transform_shear (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> shear_type,
gdouble magnitude,
<a href="libgimp-gimpenums.html#GimpTransformDirection">GimpTransformDirection</a> transform_direction,
@ -1253,9 +1261,9 @@ indicates the extent (in pixels) to shear by.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589964"></a><h3>
<a name="id2598266"></a><h3>
<a name="gimp-drawable-transform-shear-default"></a>gimp_drawable_transform_shear_default ()</h3>
<a class="indexterm" name="id2589974"></a><pre class="programlisting">gint32 gimp_drawable_transform_shear_default
<a class="indexterm" name="id2598280"></a><pre class="programlisting">gint32 gimp_drawable_transform_shear_default
(gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> shear_type,
gdouble magnitude,
@ -1319,9 +1327,9 @@ uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2590128"></a><h3>
<a name="id2598434"></a><h3>
<a name="gimp-drawable-transform-2d"></a>gimp_drawable_transform_2d ()</h3>
<a class="indexterm" name="id2590137"></a><pre class="programlisting">gint32 gimp_drawable_transform_2d (gint32 drawable_ID,
<a class="indexterm" name="id2598447"></a><pre class="programlisting">gint32 gimp_drawable_transform_2d (gint32 drawable_ID,
gdouble source_x,
gdouble source_y,
gdouble scale_x,
@ -1446,9 +1454,9 @@ Otherwise, this will be the newly created and transformed drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2590446"></a><h3>
<a name="id2598756"></a><h3>
<a name="gimp-drawable-transform-2d-default"></a>gimp_drawable_transform_2d_default ()</h3>
<a class="indexterm" name="id2590457"></a><pre class="programlisting">gint32 gimp_drawable_transform_2d_default
<a class="indexterm" name="id2598771"></a><pre class="programlisting">gint32 gimp_drawable_transform_2d_default
(gint32 drawable_ID,
gdouble source_x,
gdouble source_y,
@ -1546,9 +1554,9 @@ uses no interpolation/supersampling at all, or default values
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2590709"></a><h3>
<a name="id2599032"></a><h3>
<a name="gimp-drawable-transform-matrix"></a>gimp_drawable_transform_matrix ()</h3>
<a class="indexterm" name="id2590720"></a><pre class="programlisting">gint32 gimp_drawable_transform_matrix (gint32 drawable_ID,
<a class="indexterm" name="id2599048"></a><pre class="programlisting">gint32 gimp_drawable_transform_matrix (gint32 drawable_ID,
gdouble coeff_0_0,
gdouble coeff_0_1,
gdouble coeff_0_2,
@ -1685,9 +1693,9 @@ Otherwise, this will be the newly created and transformed drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2591104"></a><h3>
<a name="id2599432"></a><h3>
<a name="gimp-drawable-transform-matrix-default"></a>gimp_drawable_transform_matrix_default ()</h3>
<a class="indexterm" name="id2591116"></a><pre class="programlisting">gint32 gimp_drawable_transform_matrix_default
<a class="indexterm" name="id2599449"></a><pre class="programlisting">gint32 gimp_drawable_transform_matrix_default
(gint32 drawable_ID,
gdouble coeff_0_0,
gdouble coeff_0_1,
@ -1799,9 +1807,5 @@ which uses no interpolation/supersampling at all, or default values
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpdrawable.html"><b>&lt;&lt;&#160;gimpdrawable</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpedit.html"><b>gimpedit&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpdrawabletransform.html" title="gimpdrawabletransform">
<link rel="next" href="libgimp-gimpfileops.html" title="gimpfileops">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpdrawabletransform.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfileops.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2549755" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2586071" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpedit"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpedit</span></h2>
<h2>
<a name="id2549755"></a><span class="refentrytitle">gimpedit</span>
</h2>
<p>gimpedit &#8212; Edit menu functions (cut, copy, paste, clear, etc.)</p>
</td>
<td valign="top" align="right"></td>
@ -77,18 +85,18 @@ gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke">gimp_edit_stroke</a
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2586715"></a><h2>Description</h2>
<a name="id2586071"></a><h2>Description</h2>
<p>
Edit menu functions (cut, copy, paste, clear, etc.)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2586727"></a><h2>Details</h2>
<a name="id2586087"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2586733"></a><h3>
<a name="id2586098"></a><h3>
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
<a class="indexterm" name="id2586743"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2586110"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<p>
Cut from the specified drawable.
</p>
@ -122,9 +130,9 @@ internal GIMP edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586813"></a><h3>
<a name="id2586180"></a><h3>
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
<a class="indexterm" name="id2586824"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2586193"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<p>
Copy from the specified drawable.
</p>
@ -158,9 +166,9 @@ edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578349"></a><h3>
<a name="id2581521"></a><h3>
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
<a class="indexterm" name="id2578358"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<a class="indexterm" name="id2581534"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<p>
Copy from the projection.
</p>
@ -197,9 +205,9 @@ buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578432"></a><h3>
<a name="id2581608"></a><h3>
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
<a class="indexterm" name="id2578442"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
<a class="indexterm" name="id2581620"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
gboolean paste_into);</pre>
<p>
Paste buffer to the specified drawable.
@ -249,9 +257,9 @@ not needed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578499"></a><h3>
<a name="id2581680"></a><h3>
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
<a class="indexterm" name="id2578508"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2581692"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<p>
Clear selected area of drawable.
</p>
@ -284,9 +292,9 @@ a selection if there is a selection active.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570122"></a><h3>
<a name="id2581760"></a><h3>
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
<a class="indexterm" name="id2570132"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a class="indexterm" name="id2581773"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);</pre>
<p>
Fill selected area of drawable.
@ -328,9 +336,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570233"></a><h3>
<a name="id2595074"></a><h3>
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
<a class="indexterm" name="id2570242"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a class="indexterm" name="id2595086"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBucketFillMode">GimpBucketFillMode</a> fill_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
gdouble opacity,
@ -420,9 +428,9 @@ relative to the drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581035"></a><h3>
<a name="id2595320"></a><h3>
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
<a class="indexterm" name="id2581045"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a class="indexterm" name="id2595332"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBlendMode">GimpBlendMode</a> blend_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a href="libgimp-gimpenums.html#GimpGradientType">GimpGradientType</a> gradient_type,
@ -560,9 +568,9 @@ each gradient type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575656"></a><h3>
<a name="id2588272"></a><h3>
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
<a class="indexterm" name="id2575666"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2588284"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<p>
Stroke the current selection
</p>
@ -594,9 +602,5 @@ selection.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpdrawabletransform.html"><b>&lt;&lt;&#160;gimpdrawabletransform</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfileops.html"><b>gimpfileops&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="prev" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="next" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gimpdefinitions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="gimpdefinitions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551068" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2565191" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpenums"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpenums</span></h2>
<h2>
<a name="id2551068"></a><span class="refentrytitle">gimpenums</span>
</h2>
<p>gimpenums &#8212; Enums and definitions.</p>
</td>
<td valign="top" align="right"></td>
@ -78,18 +86,18 @@ const gchar** <a href="libgimp-gimpenums.html#gimp-enums-get-type-names">gimp_en
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2557797"></a><h2>Description</h2>
<a name="id2565191"></a><h2>Description</h2>
<p>
Enums and definitions.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2557808"></a><h2>Details</h2>
<a name="id2565206"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2557814"></a><h3>
<a name="id2565217"></a><h3>
<a name="GimpAddMaskType"></a>enum GimpAddMaskType</h3>
<a class="indexterm" name="id2557824"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565229"></a><pre class="programlisting">typedef enum
{
GIMP_ADD_WHITE_MASK,
GIMP_ADD_BLACK_MASK,
@ -105,9 +113,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557843"></a><h3>
<a name="id2565248"></a><h3>
<a name="GimpBlendMode"></a>enum GimpBlendMode</h3>
<a class="indexterm" name="id2557853"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565260"></a><pre class="programlisting">typedef enum
{
GIMP_FG_BG_RGB_MODE,
GIMP_FG_BG_HSV_MODE,
@ -121,9 +129,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557870"></a><h3>
<a name="id2565278"></a><h3>
<a name="GimpBrushApplicationMode"></a>enum GimpBrushApplicationMode</h3>
<a class="indexterm" name="id2557879"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565289"></a><pre class="programlisting">typedef enum
{
GIMP_BRUSH_HARD,
GIMP_BRUSH_SOFT
@ -135,9 +143,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557896"></a><h3>
<a name="id2499811"></a><h3>
<a name="GimpBucketFillMode"></a>enum GimpBucketFillMode</h3>
<a class="indexterm" name="id2557906"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2499824"></a><pre class="programlisting">typedef enum
{
GIMP_FG_BUCKET_FILL,
GIMP_BG_BUCKET_FILL,
@ -150,9 +158,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492530"></a><h3>
<a name="id2499841"></a><h3>
<a name="GimpChannelOps"></a>enum GimpChannelOps</h3>
<a class="indexterm" name="id2492541"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2499853"></a><pre class="programlisting">typedef enum
{
GIMP_CHANNEL_OP_ADD,
GIMP_CHANNEL_OP_SUBTRACT,
@ -166,9 +174,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492558"></a><h3>
<a name="id2499871"></a><h3>
<a name="GimpChannelType"></a>enum GimpChannelType</h3>
<a class="indexterm" name="id2492569"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2499884"></a><pre class="programlisting">typedef enum
{
GIMP_RED_CHANNEL,
GIMP_GREEN_CHANNEL,
@ -184,9 +192,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492586"></a><h3>
<a name="id2499901"></a><h3>
<a name="GimpCloneType"></a>enum GimpCloneType</h3>
<a class="indexterm" name="id2492597"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2499914"></a><pre class="programlisting">typedef enum
{
GIMP_IMAGE_CLONE,
GIMP_PATTERN_CLONE
@ -198,9 +206,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492613"></a><h3>
<a name="id2499931"></a><h3>
<a name="GimpConvertDitherType"></a>enum GimpConvertDitherType</h3>
<a class="indexterm" name="id2492622"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2499942"></a><pre class="programlisting">typedef enum
{
GIMP_NO_DITHER,
GIMP_FS_DITHER,
@ -214,9 +222,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492640"></a><h3>
<a name="id2499959"></a><h3>
<a name="GimpConvertPaletteType"></a>enum GimpConvertPaletteType</h3>
<a class="indexterm" name="id2492648"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542173"></a><pre class="programlisting">typedef enum
{
GIMP_MAKE_PALETTE,
GIMP_REUSE_PALETTE,
@ -231,9 +239,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2492666"></a><h3>
<a name="id2542190"></a><h3>
<a name="GimpConvolutionType"></a>enum GimpConvolutionType</h3>
<a class="indexterm" name="id2492676"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542203"></a><pre class="programlisting">typedef enum
{
GIMP_NORMAL_CONVOL,
GIMP_ABSOLUTE_CONVOL,
@ -246,9 +254,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534892"></a><h3>
<a name="id2542220"></a><h3>
<a name="GimpConvolveType"></a>enum GimpConvolveType</h3>
<a class="indexterm" name="id2534902"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542232"></a><pre class="programlisting">typedef enum
{
GIMP_BLUR_CONVOLVE,
GIMP_SHARPEN_CONVOLVE
@ -260,9 +268,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534919"></a><h3>
<a name="id2542249"></a><h3>
<a name="GimpDodgeBurnType"></a>enum GimpDodgeBurnType</h3>
<a class="indexterm" name="id2534929"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542261"></a><pre class="programlisting">typedef enum
{
GIMP_DODGE,
GIMP_BURN
@ -274,9 +282,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534944"></a><h3>
<a name="id2542276"></a><h3>
<a name="GimpFillType"></a>enum GimpFillType</h3>
<a class="indexterm" name="id2534954"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542289"></a><pre class="programlisting">typedef enum
{
GIMP_FOREGROUND_FILL,
GIMP_BACKGROUND_FILL,
@ -291,9 +299,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534972"></a><h3>
<a name="id2542307"></a><h3>
<a name="GimpGradientSegmentColor"></a>enum GimpGradientSegmentColor</h3>
<a class="indexterm" name="id2534981"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542318"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_SEGMENT_RGB,
GIMP_GRADIENT_SEGMENT_HSV_CCW,
@ -306,9 +314,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2534998"></a><h3>
<a name="id2542335"></a><h3>
<a name="GimpGradientSegmentType"></a>enum GimpGradientSegmentType</h3>
<a class="indexterm" name="id2535007"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542346"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_SEGMENT_LINEAR,
GIMP_GRADIENT_SEGMENT_CURVED,
@ -323,9 +331,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535026"></a><h3>
<a name="id2542365"></a><h3>
<a name="GimpGradientType"></a>enum GimpGradientType</h3>
<a class="indexterm" name="id2535036"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542378"></a><pre class="programlisting">typedef enum
{
GIMP_GRADIENT_LINEAR,
GIMP_GRADIENT_BILINEAR,
@ -346,9 +354,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535058"></a><h3>
<a name="id2542399"></a><h3>
<a name="GimpHistogramChannel"></a>enum GimpHistogramChannel</h3>
<a class="indexterm" name="id2535067"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542411"></a><pre class="programlisting">typedef enum
{
GIMP_HISTOGRAM_VALUE,
GIMP_HISTOGRAM_RED,
@ -363,9 +371,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535085"></a><h3>
<a name="id2481846"></a><h3>
<a name="GimpHueRange"></a>enum GimpHueRange</h3>
<a class="indexterm" name="id2535095"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2481859"></a><pre class="programlisting">typedef enum
{
GIMP_ALL_HUES,
GIMP_RED_HUES,
@ -382,9 +390,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535113"></a><h3>
<a name="id2481877"></a><h3>
<a name="GimpIconType"></a>enum GimpIconType</h3>
<a class="indexterm" name="id2535123"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2481889"></a><pre class="programlisting">typedef enum
{
GIMP_ICON_TYPE_STOCK_ID,
GIMP_ICON_TYPE_INLINE_PIXBUF,
@ -397,9 +405,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474540"></a><h3>
<a name="id2481907"></a><h3>
<a name="GimpInterpolationType"></a>enum GimpInterpolationType</h3>
<a class="indexterm" name="id2474549"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2481918"></a><pre class="programlisting">typedef enum
{
GIMP_INTERPOLATION_NONE,
GIMP_INTERPOLATION_LINEAR,
@ -412,9 +420,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474566"></a><h3>
<a name="id2481935"></a><h3>
<a name="GimpLayerModeEffects"></a>enum GimpLayerModeEffects</h3>
<a class="indexterm" name="id2474575"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2481947"></a><pre class="programlisting">typedef enum
{
GIMP_NORMAL_MODE,
GIMP_DISSOLVE_MODE,
@ -447,9 +455,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2543074"></a><h3>
<a name="id2536179"></a><h3>
<a name="GimpMaskApplyMode"></a>enum GimpMaskApplyMode</h3>
<a class="indexterm" name="id2531576"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2542159"></a><pre class="programlisting">typedef enum
{
GIMP_MASK_APPLY,
GIMP_MASK_DISCARD
@ -461,9 +469,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2543850"></a><h3>
<a name="id2481966"></a><h3>
<a name="GimpMergeType"></a>enum GimpMergeType</h3>
<a class="indexterm" name="id2474600"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2481977"></a><pre class="programlisting">typedef enum
{
GIMP_EXPAND_AS_NECESSARY,
GIMP_CLIP_TO_IMAGE,
@ -477,9 +485,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474618"></a><h3>
<a name="id2481995"></a><h3>
<a name="GimpOffsetType"></a>enum GimpOffsetType</h3>
<a class="indexterm" name="id2474628"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2482008"></a><pre class="programlisting">typedef enum
{
GIMP_OFFSET_BACKGROUND,
GIMP_OFFSET_TRANSPARENT
@ -491,9 +499,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474646"></a><h3>
<a name="id2482025"></a><h3>
<a name="GimpOrientationType"></a>enum GimpOrientationType</h3>
<a class="indexterm" name="id2474656"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2482037"></a><pre class="programlisting">typedef enum
{
GIMP_ORIENTATION_HORIZONTAL,
GIMP_ORIENTATION_VERTICAL,
@ -506,9 +514,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474673"></a><h3>
<a name="id2482054"></a><h3>
<a name="GimpPaintApplicationMode"></a>enum GimpPaintApplicationMode</h3>
<a class="indexterm" name="id2474682"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2482066"></a><pre class="programlisting">typedef enum
{
GIMP_PAINT_CONSTANT,
GIMP_PAINT_INCREMENTAL
@ -520,9 +528,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474699"></a><h3>
<a name="id2482082"></a><h3>
<a name="GimpRepeatMode"></a>enum GimpRepeatMode</h3>
<a class="indexterm" name="id2474709"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2482095"></a><pre class="programlisting">typedef enum
{
GIMP_REPEAT_NONE,
GIMP_REPEAT_SAWTOOTH,
@ -535,9 +543,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474726"></a><h3>
<a name="id2482112"></a><h3>
<a name="GimpRotationType"></a>enum GimpRotationType</h3>
<a class="indexterm" name="id2474736"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565305"></a><pre class="programlisting">typedef enum
{
GIMP_ROTATE_90,
GIMP_ROTATE_180,
@ -550,9 +558,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474753"></a><h3>
<a name="id2565320"></a><h3>
<a name="GimpRunMode"></a>enum GimpRunMode</h3>
<a class="indexterm" name="id2474763"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565331"></a><pre class="programlisting">typedef enum
{
GIMP_RUN_INTERACTIVE,
GIMP_RUN_NONINTERACTIVE,
@ -565,9 +573,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474780"></a><h3>
<a name="id2565346"></a><h3>
<a name="GimpSizeType"></a>enum GimpSizeType</h3>
<a class="indexterm" name="id2474790"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565356"></a><pre class="programlisting">typedef enum
{
GIMP_PIXELS,
GIMP_POINTS
@ -579,9 +587,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2474807"></a><h3>
<a name="id2565371"></a><h3>
<a name="GimpTransferMode"></a>enum GimpTransferMode</h3>
<a class="indexterm" name="id2557920"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565382"></a><pre class="programlisting">typedef enum
{
GIMP_SHADOWS,
GIMP_MIDTONES,
@ -594,9 +602,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557936"></a><h3>
<a name="id2565397"></a><h3>
<a name="GimpTransformDirection"></a>enum GimpTransformDirection</h3>
<a class="indexterm" name="id2557944"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2565407"></a><pre class="programlisting">typedef enum
{
GIMP_TRANSFORM_FORWARD,
GIMP_TRANSFORM_BACKWARD
@ -608,9 +616,9 @@ Enums and definitions.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557959"></a><h3>
<a name="id2565423"></a><h3>
<a name="gimp-enums-get-type-names"></a>gimp_enums_get_type_names ()</h3>
<a class="indexterm" name="id2557968"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
<a class="indexterm" name="id2565435"></a><pre class="programlisting">const gchar** gimp_enums_get_type_names (gint *n_type_names);</pre>
<p>
This function gives access to the list of enums registered by libgimp.
The returned array is static and must not be modified.</p>
@ -640,9 +648,5 @@ The returned array is static and must not be modified.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="gimpdefinitions.html"><b>&lt;&lt;&#160;Part&#160;I.&#160;GIMP Constants</b></a></td>
<td align="right"><a accesskey="n" href="libgimp.html"><b>Part&#160;II.&#160;GIMP Library&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpui.html" title="gimpui">
<link rel="next" href="GimpAspectPreview.html" title="GimpAspectPreview">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpui.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="GimpAspectPreview.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557466" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2652159" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpexport"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpexport</span></h2>
<h2>
<a name="id2557466"></a><span class="refentrytitle">gimpexport</span>
</h2>
<p>gimpexport &#8212; Export an image before it is saved.</p>
</td>
<td valign="top" align="right"></td>
@ -50,7 +58,7 @@ enum <a href="libgimp-gimpexport.html#GimpExportReturn">GimpExportReturn<
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2639890"></a><h2>Description</h2>
<a name="id2652159"></a><h2>Description</h2>
<p>
This function should be called by all save_plugins unless they are
able to save all image formats the GIMP knows about. It takes care
@ -67,11 +75,11 @@ as it will most probably have to open a dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2639917"></a><h2>Details</h2>
<a name="id2652190"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2639923"></a><h3>
<a name="id2652201"></a><h3>
<a name="GimpExportCapabilities"></a>enum GimpExportCapabilities</h3>
<a class="indexterm" name="id2522820"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2586296"></a><pre class="programlisting">typedef enum
{
GIMP_EXPORT_CAN_HANDLE_RGB = 1 &lt;&lt; 0,
GIMP_EXPORT_CAN_HANDLE_GRAY = 1 &lt;&lt; 1,
@ -90,9 +98,9 @@ as it will most probably have to open a dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599115"></a><h3>
<a name="id2559973"></a><h3>
<a name="GimpExportReturn"></a>enum GimpExportReturn</h3>
<a class="indexterm" name="id2519674"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2580512"></a><pre class="programlisting">typedef enum
{
GIMP_EXPORT_CANCEL,
GIMP_EXPORT_IGNORE,
@ -105,9 +113,9 @@ as it will most probably have to open a dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639946"></a><h3>
<a name="id2652223"></a><h3>
<a name="gimp-export-image"></a>gimp_export_image ()</h3>
<a class="indexterm" name="id2639954"></a><pre class="programlisting"><a href="libgimp-gimpexport.html#GimpExportReturn">GimpExportReturn</a> gimp_export_image (gint32 *image_ID,
<a class="indexterm" name="id2652233"></a><pre class="programlisting"><a href="libgimp-gimpexport.html#GimpExportReturn">GimpExportReturn</a> gimp_export_image (gint32 *image_ID,
gint32 *drawable_ID,
const gchar *format_name,
<a href="libgimp-gimpexport.html#GimpExportCapabilities">GimpExportCapabilities</a> capabilities);</pre>
@ -172,9 +180,5 @@ save_plugin should quit itself with status <span class="type">GIMP_PDB_CANCEL</s
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpui.html"><b>&lt;&lt;&#160;gimpui</b></a></td>
<td align="right"><a accesskey="n" href="GimpAspectPreview.html"><b>GimpAspectPreview&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpedit.html" title="gimpedit">
<link rel="next" href="libgimp-gimpfloatingsel.html" title="gimpfloatingsel">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpedit.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfloatingsel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2525262" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2586555" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpfileops"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpfileops</span></h2>
<h2>
<a name="id2525262"></a><span class="refentrytitle">gimpfileops</span>
</h2>
<p>gimpfileops &#8212; File operations (load, save, etc.)</p>
</td>
<td valign="top" align="right"></td>
@ -68,18 +76,18 @@ gboolean <a href="libgimp-gimpfileops.html#gimp-register-thumbnail-loader">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2586882"></a><h2>Description</h2>
<a name="id2586555"></a><h2>Description</h2>
<p>
File operations (load, save, etc.)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2586893"></a><h2>Details</h2>
<a name="id2586571"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2586899"></a><h3>
<a name="id2586581"></a><h3>
<a name="gimp-temp-name"></a>gimp_temp_name ()</h3>
<a class="indexterm" name="id2586909"></a><pre class="programlisting">gchar* gimp_temp_name (const gchar *extension);</pre>
<a class="indexterm" name="id2586594"></a><pre class="programlisting">gchar* gimp_temp_name (const gchar *extension);</pre>
<p>
Generates a unique filename.
</p>
@ -109,9 +117,9 @@ user's gimprc.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586974"></a><h3>
<a name="id2589001"></a><h3>
<a name="gimp-file-load"></a>gimp_file_load ()</h3>
<a class="indexterm" name="id2586984"></a><pre class="programlisting">gint32 gimp_file_load (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
<a class="indexterm" name="id2589013"></a><pre class="programlisting">gint32 gimp_file_load (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
const gchar *filename,
const gchar *raw_filename);</pre>
<p>
@ -160,9 +168,9 @@ will not look like a URL.\"</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586272"></a><h3>
<a name="id2589127"></a><h3>
<a name="gimp-file-save"></a>gimp_file_save ()</h3>
<a class="indexterm" name="id2586283"></a><pre class="programlisting">gboolean gimp_file_save (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
<a class="indexterm" name="id2589139"></a><pre class="programlisting">gboolean gimp_file_save (<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> run_mode,
gint32 image_ID,
gint32 drawable_ID,
const gchar *filename,
@ -224,9 +232,9 @@ fetch a URL, and the full pathname will not look like a URL.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2586438"></a><h3>
<a name="id2587344"></a><h3>
<a name="gimp-register-magic-load-handler"></a>gimp_register_magic_load_handler ()</h3>
<a class="indexterm" name="id2586447"></a><pre class="programlisting">gboolean gimp_register_magic_load_handler
<a class="indexterm" name="id2587355"></a><pre class="programlisting">gboolean gimp_register_magic_load_handler
(const gchar *procedure_name,
const gchar *extensions,
const gchar *prefixes,
@ -278,9 +286,9 @@ of a particular file format using magic file information.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577599"></a><h3>
<a name="id2587489"></a><h3>
<a name="gimp-register-load-handler"></a>gimp_register_load_handler ()</h3>
<a class="indexterm" name="id2577608"></a><pre class="programlisting">gboolean gimp_register_load_handler (const gchar *procedure_name,
<a class="indexterm" name="id2587501"></a><pre class="programlisting">gboolean gimp_register_load_handler (const gchar *procedure_name,
const gchar *extensions,
const gchar *prefixes);</pre>
<p>
@ -324,9 +332,9 @@ of a particular file format.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577718"></a><h3>
<a name="id2587612"></a><h3>
<a name="gimp-register-save-handler"></a>gimp_register_save_handler ()</h3>
<a class="indexterm" name="id2577728"></a><pre class="programlisting">gboolean gimp_register_save_handler (const gchar *procedure_name,
<a class="indexterm" name="id2587624"></a><pre class="programlisting">gboolean gimp_register_save_handler (const gchar *procedure_name,
const gchar *extensions,
const gchar *prefixes);</pre>
<p>
@ -370,9 +378,9 @@ in a particular file format.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577838"></a><h3>
<a name="id2587736"></a><h3>
<a name="gimp-register-file-handler-mime"></a>gimp_register_file_handler_mime ()</h3>
<a class="indexterm" name="id2577848"></a><pre class="programlisting">gboolean gimp_register_file_handler_mime (const gchar *procedure_name,
<a class="indexterm" name="id2587751"></a><pre class="programlisting">gboolean gimp_register_file_handler_mime (const gchar *procedure_name,
const gchar *mime_type);</pre>
<p>
Associates a MIME type with a file handler procedure.
@ -413,9 +421,9 @@ procedure.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579219"></a><h3>
<a name="id2588386"></a><h3>
<a name="gimp-register-thumbnail-loader"></a>gimp_register_thumbnail_loader ()</h3>
<a class="indexterm" name="id2579230"></a><pre class="programlisting">gboolean gimp_register_thumbnail_loader (const gchar *load_proc,
<a class="indexterm" name="id2588401"></a><pre class="programlisting">gboolean gimp_register_thumbnail_loader (const gchar *load_proc,
const gchar *thumb_proc);</pre>
<p>
Associates a thumbnail loader with a file load procedure.
@ -459,9 +467,5 @@ using this function.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpedit.html"><b>&lt;&lt;&#160;gimpedit</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfloatingsel.html"><b>gimpfloatingsel&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpfileops.html" title="gimpfileops">
<link rel="next" href="libgimp-gimpguides.html" title="gimpguides">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpfileops.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpguides.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563838" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2587221" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpfloatingsel"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpfloatingsel</span></h2>
<h2>
<a name="id2563838"></a><span class="refentrytitle">gimpfloatingsel</span>
</h2>
<p>gimpfloatingsel &#8212; Functions for removing or attaching floating selections.</p>
</td>
<td valign="top" align="right"></td>
@ -53,18 +61,18 @@ gboolean <a href="libgimp-gimpfloatingsel.html#gimp-floating-sel-relax">gimp_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2586516"></a><h2>Description</h2>
<a name="id2587221"></a><h2>Description</h2>
<p>
Functions for removing or attaching floating selections.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2586528"></a><h2>Details</h2>
<a name="id2587237"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2586535"></a><h3>
<a name="id2587248"></a><h3>
<a name="gimp-floating-sel-remove"></a>gimp_floating_sel_remove ()</h3>
<a class="indexterm" name="id2586544"></a><pre class="programlisting">gboolean gimp_floating_sel_remove (gint32 floating_sel_ID);</pre>
<a class="indexterm" name="id2587259"></a><pre class="programlisting">gboolean gimp_floating_sel_remove (gint32 floating_sel_ID);</pre>
<p>
Remove the specified floating selection from its associated
drawable.
@ -95,9 +103,9 @@ any side effects. The associated drawable is then set to active.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580605"></a><h3>
<a name="id2587855"></a><h3>
<a name="gimp-floating-sel-anchor"></a>gimp_floating_sel_anchor ()</h3>
<a class="indexterm" name="id2580614"></a><pre class="programlisting">gboolean gimp_floating_sel_anchor (gint32 floating_sel_ID);</pre>
<a class="indexterm" name="id2587866"></a><pre class="programlisting">gboolean gimp_floating_sel_anchor (gint32 floating_sel_ID);</pre>
<p>
Anchor the specified floating selection to its associated drawable.
</p>
@ -129,9 +137,9 @@ after this operation.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580681"></a><h3>
<a name="id2587933"></a><h3>
<a name="gimp-floating-sel-to-layer"></a>gimp_floating_sel_to_layer ()</h3>
<a class="indexterm" name="id2580690"></a><pre class="programlisting">gboolean gimp_floating_sel_to_layer (gint32 floating_sel_ID);</pre>
<a class="indexterm" name="id2587944"></a><pre class="programlisting">gboolean gimp_floating_sel_to_layer (gint32 floating_sel_ID);</pre>
<p>
Transforms the specified floating selection into a layer.
</p>
@ -167,9 +175,9 @@ selection is above an auxillary channel or a layer mask.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2528315"></a><h3>
<a name="id2556880"></a><h3>
<a name="gimp-floating-sel-attach"></a>gimp_floating_sel_attach ()</h3>
<a class="indexterm" name="id2522954"></a><pre class="programlisting">gboolean gimp_floating_sel_attach (gint32 layer_ID,
<a class="indexterm" name="id2586336"></a><pre class="programlisting">gboolean gimp_floating_sel_attach (gint32 layer_ID,
gint32 drawable_ID);</pre>
<p>
Attach the specified layer as floating to the specified drawable.
@ -206,9 +214,9 @@ drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575806"></a><h3>
<a name="id2586424"></a><h3>
<a name="gimp-floating-sel-rigor"></a>gimp_floating_sel_rigor ()</h3>
<a class="indexterm" name="id2575814"></a><pre class="programlisting">gboolean gimp_floating_sel_rigor (gint32 floating_sel_ID,
<a class="indexterm" name="id2586435"></a><pre class="programlisting">gboolean gimp_floating_sel_rigor (gint32 floating_sel_ID,
gboolean undo);</pre>
<p>
Rigor the floating selection.
@ -244,9 +252,9 @@ This procedure rigors the floating selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2575905"></a><h3>
<a name="id2588568"></a><h3>
<a name="gimp-floating-sel-relax"></a>gimp_floating_sel_relax ()</h3>
<a class="indexterm" name="id2575914"></a><pre class="programlisting">gboolean gimp_floating_sel_relax (gint32 floating_sel_ID,
<a class="indexterm" name="id2588579"></a><pre class="programlisting">gboolean gimp_floating_sel_relax (gint32 floating_sel_ID,
gboolean undo);</pre>
<p>
Relax the floating selection.
@ -282,9 +290,5 @@ This procedure relaxes the floating selection.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpfileops.html"><b>&lt;&lt;&#160;gimpfileops</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpguides.html"><b>gimpguides&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpbrushmenu.html" title="gimpbrushmenu">
<link rel="next" href="libgimp-gimpgradientmenu.html" title="gimpgradientmenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpbrushmenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpgradientmenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577505" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2653399" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpfontmenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpfontmenu</span></h2>
<h2>
<a name="id2577505"></a><span class="refentrytitle">gimpfontmenu</span>
</h2>
<p>gimpfontmenu &#8212; A widget for selecting fonts.</p>
</td>
<td valign="top" align="right"></td>
@ -41,42 +49,32 @@
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-new">gimp_font_select_widget_new</a> (const gchar *title,
GtkWidget* <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-new">gimp_font_select_widget_new</a> (const gchar *title,
const gchar *font_name,
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
gpointer data);
void <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-close">gimp_font_select_widget_close</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-set">gimp_font_select_widget_set</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
void <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-close">gimp_font_select_widget_close</a> (GtkWidget *widget);
void <a href="libgimp-gimpfontmenu.html#gimp-font-select-widget-set">gimp_font_select_widget_set</a> (GtkWidget *widget,
const gchar *font_name);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2646046"></a><h2>Description</h2>
<a name="id2653399"></a><h2>Description</h2>
<p>
A widget for selecting fonts.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2646057"></a><h2>Details</h2>
<a name="id2652710"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2646063"></a><h3>
<a name="id2652720"></a><h3>
<a name="gimp-font-select-widget-new"></a>gimp_font_select_widget_new ()</h3>
<a class="indexterm" name="id2646072"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_font_select_widget_new (const gchar *title,
<a class="indexterm" name="id2652731"></a><pre class="programlisting">GtkWidget* gimp_font_select_widget_new (const gchar *title,
const gchar *font_name,
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
gpointer data);</pre>
<p>
Creates a new <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a font. This widget is suitable for placement in a table in a
plug-in dialog.</p>
<p>
@ -113,9 +111,7 @@ plug-in dialog.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> A <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
</tbody>
@ -123,11 +119,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646429"></a><h3>
<a name="id2652885"></a><h3>
<a name="gimp-font-select-widget-close"></a>gimp_font_select_widget_close ()</h3>
<a class="indexterm" name="id2646438"></a><pre class="programlisting">void gimp_font_select_widget_close (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<a class="indexterm" name="id2652896"></a><pre class="programlisting">void gimp_font_select_widget_close (GtkWidget *widget);</pre>
<p>
Closes the popup window associated with <em class="parameter"><code>widget</code></em>.</p>
<p>
@ -145,11 +139,9 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646492"></a><h3>
<a name="id2652950"></a><h3>
<a name="gimp-font-select-widget-set"></a>gimp_font_select_widget_set ()</h3>
<a class="indexterm" name="id2646501"></a><pre class="programlisting">void gimp_font_select_widget_set (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="indexterm" name="id2652961"></a><pre class="programlisting">void gimp_font_select_widget_set (GtkWidget *widget,
const gchar *font_name);</pre>
<p>
Sets the current font for the font select widget. Calls the
@ -178,9 +170,5 @@ callback function if one was supplied in the call to
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpbrushmenu.html"><b>&lt;&lt;&#160;gimpbrushmenu</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpgradientmenu.html"><b>gimpgradientmenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimpbrushes.html" title="gimpbrushes">
<link rel="next" href="libgimp-gimpgradient.html" title="gimpgradient">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpbrushes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpgradient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2533888" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2627741" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpfonts"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpfonts</span></h2>
<h2>
<a name="id2533888"></a><span class="refentrytitle">gimpfonts</span>
</h2>
<p>gimpfonts &#8212; Operations related to fonts.</p>
</td>
<td valign="top" align="right"></td>
@ -47,17 +55,17 @@ gchar** <a href="libgimp-gimpfonts.html#gimp-fonts-get-list">gimp_fonts_get_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2537446"></a><h2>Description</h2>
<a name="id2627741"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2618330"></a><h2>Details</h2>
<a name="id2627757"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2618336"></a><h3>
<a name="id2627767"></a><h3>
<a name="gimp-fonts-refresh"></a>gimp_fonts_refresh ()</h3>
<a class="indexterm" name="id2618344"></a><pre class="programlisting">gboolean gimp_fonts_refresh (void);</pre>
<a class="indexterm" name="id2627778"></a><pre class="programlisting">gboolean gimp_fonts_refresh (void);</pre>
<p>
Refresh current fonts. This function always succeeds.
</p>
@ -79,9 +87,9 @@ and updates the font dialogs accordingly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2618389"></a><h3>
<a name="id2627823"></a><h3>
<a name="gimp-fonts-get-list"></a>gimp_fonts_get_list ()</h3>
<a class="indexterm" name="id2618398"></a><pre class="programlisting">gchar** gimp_fonts_get_list (const gchar *filter,
<a class="indexterm" name="id2627834"></a><pre class="programlisting">gchar** gimp_fonts_get_list (const gchar *filter,
gint *num_fonts);</pre>
<p>
Retrieve the list of loaded fonts.
@ -118,9 +126,5 @@ available.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpbrushes.html"><b>&lt;&lt;&#160;gimpbrushes</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpgradient.html"><b>gimpgradient&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-gimpbrushselect.html" title="gimpbrushselect">
<link rel="next" href="libgimp-gimpgradientselect.html" title="gimpgradientselect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpbrushselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpgradientselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2537230" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2637766" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpfontselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpfontselect</span></h2>
<h2>
<a name="id2537230"></a><span class="refentrytitle">gimpfontselect</span>
</h2>
<p>gimpfontselect &#8212; Functions providing a font selection dialog.</p>
</td>
<td valign="top" align="right"></td>
@ -58,17 +66,17 @@ gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_font
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2630327"></a><h2>Description</h2>
<a name="id2637766"></a><h2>Description</h2>
<p>
Functions providing a font selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2630339"></a><h2>Details</h2>
<a name="id2637782"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2630345"></a><h3>
<a name="id2637793"></a><h3>
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
<a class="indexterm" name="id2630354"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
<a class="indexterm" name="id2649156"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
gboolean dialog_closing,
gpointer user_data);</pre>
<p>
@ -102,9 +110,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631812"></a><h3>
<a name="id2649242"></a><h3>
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
<a class="indexterm" name="id2631821"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
<a class="indexterm" name="id2649254"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
const gchar *font_name,
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
gpointer data);</pre>
@ -151,9 +159,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638450"></a><h3>
<a name="id2649373"></a><h3>
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
<a class="indexterm" name="id2638459"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<a class="indexterm" name="id2649384"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<p>
</p>
@ -171,9 +179,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638503"></a><h3>
<a name="id2640380"></a><h3>
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
<a class="indexterm" name="id2638512"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
<a class="indexterm" name="id2640392"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
const gchar *popup_title,
const gchar *initial_font);</pre>
<p>
@ -216,9 +224,9 @@ This procedure popups the font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638618"></a><h3>
<a name="id2640497"></a><h3>
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
<a class="indexterm" name="id2638627"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<a class="indexterm" name="id2640509"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<p>
Popdown the Gimp font selection.
</p>
@ -247,9 +255,9 @@ This procedure closes an opened font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638690"></a><h3>
<a name="id2640572"></a><h3>
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
<a class="indexterm" name="id2628372"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
<a class="indexterm" name="id2640583"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
const gchar *font_name);</pre>
<p>
Sets the current font selection in a popup.
@ -285,9 +293,5 @@ Sets the current font selection in a popup.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpbrushselect.html"><b>&lt;&lt;&#160;gimpbrushselect</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpgradientselect.html"><b>gimpgradientselect&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimpcontext.html" title="gimpcontext">
<link rel="next" href="libgimp-gimphelp.html" title="gimphelp">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpcontext.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimphelp.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2538960" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2541521" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgimprc"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpgimprc</span></h2>
<h2>
<a name="id2538960"></a><span class="refentrytitle">gimpgimprc</span>
</h2>
<p>gimpgimprc &#8212; Interactions with settings from .gimprc.</p>
</td>
<td valign="top" align="right"></td>
@ -52,18 +60,18 @@ gchar* <a href="libgimp-gimpgimprc.html#gimp-get-theme-dir">gimp_get_theme_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2537794"></a><h2>Description</h2>
<a name="id2541521"></a><h2>Description</h2>
<p>
Interactions with settings from .gimprc.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2537804"></a><h2>Details</h2>
<a name="id2541536"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2537811"></a><h3>
<a name="id2541547"></a><h3>
<a name="gimp-gimprc-query"></a>gimp_gimprc_query ()</h3>
<a class="indexterm" name="id2537821"></a><pre class="programlisting">gchar* gimp_gimprc_query (const gchar *token);</pre>
<a class="indexterm" name="id2541559"></a><pre class="programlisting">gchar* gimp_gimprc_query (const gchar *token);</pre>
<p>
Queries the gimprc file parser for information on a specified token.
</p>
@ -100,9 +108,9 @@ to be issued on gimprc parsing and will not be queryable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2530495"></a><h3>
<a name="id2554933"></a><h3>
<a name="gimp-gimprc-set"></a>gimp_gimprc_set ()</h3>
<a class="indexterm" name="id2537868"></a><pre class="programlisting">gboolean gimp_gimprc_set (const gchar *token,
<a class="indexterm" name="id2541608"></a><pre class="programlisting">gboolean gimp_gimprc_set (const gchar *token,
const gchar *value);</pre>
<p>
Sets a gimprc token to a value and saves it in the gimprc.
@ -142,9 +150,9 @@ will accept _only_ string values in UTF-8 encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2555030"></a><h3>
<a name="id2538710"></a><h3>
<a name="gimp-get-default-comment"></a>gimp_get_default_comment ()</h3>
<a class="indexterm" name="id2555039"></a><pre class="programlisting">gchar* gimp_get_default_comment (void);</pre>
<a class="indexterm" name="id2538721"></a><pre class="programlisting">gchar* gimp_get_default_comment (void);</pre>
<p>
Get the default image comment as specified in the Preferences.
</p>
@ -165,9 +173,9 @@ Returns a copy of the default image comment.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2555084"></a><h3>
<a name="id2538766"></a><h3>
<a name="gimp-get-module-load-inhibit"></a>gimp_get_module_load_inhibit ()</h3>
<a class="indexterm" name="id2555093"></a><pre class="programlisting">gchar* gimp_get_module_load_inhibit (void);</pre>
<a class="indexterm" name="id2538777"></a><pre class="programlisting">gchar* gimp_get_module_load_inhibit (void);</pre>
<p>
Get the list of modules which should not be loaded.
</p>
@ -188,9 +196,9 @@ Returns a copy of the list of modules which should not be loaded.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559196"></a><h3>
<a name="id2570158"></a><h3>
<a name="gimp-get-monitor-resolution"></a>gimp_get_monitor_resolution ()</h3>
<a class="indexterm" name="id2559205"></a><pre class="programlisting">gboolean gimp_get_monitor_resolution (gdouble *xres,
<a class="indexterm" name="id2570169"></a><pre class="programlisting">gboolean gimp_get_monitor_resolution (gdouble *xres,
gdouble *yres);</pre>
<p>
Get the monitor resolution as specified in the Preferences.
@ -229,9 +237,9 @@ reasonable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559294"></a><h3>
<a name="id2570258"></a><h3>
<a name="gimp-get-theme-dir"></a>gimp_get_theme_dir ()</h3>
<a class="indexterm" name="id2559304"></a><pre class="programlisting">gchar* gimp_get_theme_dir (void);</pre>
<a class="indexterm" name="id2570270"></a><pre class="programlisting">gchar* gimp_get_theme_dir (void);</pre>
<p>
Get the directory of the current GUI theme.
</p>
@ -252,9 +260,5 @@ Returns a copy of the current GUI theme dir.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpcontext.html"><b>&lt;&lt;&#160;gimpcontext</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimphelp.html"><b>gimphelp&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimpfonts.html" title="gimpfonts">
<link rel="next" href="libgimp-gimpgradients.html" title="gimpgradients">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpfonts.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpgradients.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2554478" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2642283" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgradient"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpgradient</span></h2>
<h2>
<a name="id2554478"></a><span class="refentrytitle">gimpgradient</span>
</h2>
<p>gimpgradient &#8212; Functions operating on a single gradient.</p>
</td>
<td valign="top" align="right"></td>
@ -175,17 +183,17 @@ gdouble <a href="libgimp-gimpgradient.html#gimp-gradient-segment-range-move"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2632764"></a><h2>Description</h2>
<a name="id2642283"></a><h2>Description</h2>
<p>
Functions operating on a single gradient.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2632775"></a><h2>Details</h2>
<a name="id2642297"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2632780"></a><h3>
<a name="id2642306"></a><h3>
<a name="gimp-gradient-new"></a>gimp_gradient_new ()</h3>
<a class="indexterm" name="id2632789"></a><pre class="programlisting">gchar* gimp_gradient_new (const gchar *name);</pre>
<a class="indexterm" name="id2642319"></a><pre class="programlisting">gchar* gimp_gradient_new (const gchar *name);</pre>
<p>
Creates a new gradient
</p>
@ -217,9 +225,9 @@ This procedure creates a new, uninitialized gradient</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2551007"></a><h3>
<a name="id2642386"></a><h3>
<a name="gimp-gradient-duplicate"></a>gimp_gradient_duplicate ()</h3>
<a class="indexterm" name="id2632843"></a><pre class="programlisting">gchar* gimp_gradient_duplicate (const gchar *name);</pre>
<a class="indexterm" name="id2642400"></a><pre class="programlisting">gchar* gimp_gradient_duplicate (const gchar *name);</pre>
<p>
Duplicates a gradient
</p>
@ -251,9 +259,9 @@ This procedure creates an identical gradient by a different name</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632905"></a><h3>
<a name="id2642468"></a><h3>
<a name="gimp-gradient-rename"></a>gimp_gradient_rename ()</h3>
<a class="indexterm" name="id2632913"></a><pre class="programlisting">gchar* gimp_gradient_rename (const gchar *name,
<a class="indexterm" name="id2642482"></a><pre class="programlisting">gchar* gimp_gradient_rename (const gchar *name,
const gchar *new_name);</pre>
<p>
Rename a gradient
@ -292,9 +300,9 @@ This procedure renames a gradient</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632994"></a><h3>
<a name="id2642571"></a><h3>
<a name="gimp-gradient-delete"></a>gimp_gradient_delete ()</h3>
<a class="indexterm" name="id2633002"></a><pre class="programlisting">gboolean gimp_gradient_delete (const gchar *name);</pre>
<a class="indexterm" name="id2642585"></a><pre class="programlisting">gboolean gimp_gradient_delete (const gchar *name);</pre>
<p>
Deletes a gradient
</p>
@ -326,9 +334,9 @@ This procedure deletes a gradient</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633063"></a><h3>
<a name="id2642653"></a><h3>
<a name="gimp-gradient-get-uniform-samples"></a>gimp_gradient_get_uniform_samples ()</h3>
<a class="indexterm" name="id2633073"></a><pre class="programlisting">gboolean gimp_gradient_get_uniform_samples
<a class="indexterm" name="id2642668"></a><pre class="programlisting">gboolean gimp_gradient_get_uniform_samples
(const gchar *name,
gint num_samples,
gboolean reverse,
@ -395,9 +403,9 @@ the colors at positions { 0.0, 0.5, 1.0 }.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633221"></a><h3>
<a name="id2642831"></a><h3>
<a name="gimp-gradient-get-custom-samples"></a>gimp_gradient_get_custom_samples ()</h3>
<a class="indexterm" name="id2633232"></a><pre class="programlisting">gboolean gimp_gradient_get_custom_samples
<a class="indexterm" name="id2642847"></a><pre class="programlisting">gboolean gimp_gradient_get_custom_samples
(const gchar *name,
gint num_samples,
const gdouble *positions,
@ -470,9 +478,9 @@ correspond to the RGBA values for each sample.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633400"></a><h3>
<a name="id2643032"></a><h3>
<a name="gimp-gradient-segment-get-left-color"></a>gimp_gradient_segment_get_left_color ()</h3>
<a class="indexterm" name="id2633411"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_left_color
<a class="indexterm" name="id2643048"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_left_color
(const gchar *name,
gint segment,
<a
@ -530,9 +538,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633535"></a><h3>
<a name="id2643185"></a><h3>
<a name="gimp-gradient-segment-set-left-color"></a>gimp_gradient_segment_set_left_color ()</h3>
<a class="indexterm" name="id2633546"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_left_color
<a class="indexterm" name="id2643201"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_left_color
(const gchar *name,
gint segment,
const <a
@ -590,9 +598,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633670"></a><h3>
<a name="id2643338"></a><h3>
<a name="gimp-gradient-segment-get-right-color"></a>gimp_gradient_segment_get_right_color ()</h3>
<a class="indexterm" name="id2633681"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_right_color
<a class="indexterm" name="id2643354"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_right_color
(const gchar *name,
gint segment,
<a
@ -650,9 +658,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633805"></a><h3>
<a name="id2643491"></a><h3>
<a name="gimp-gradient-segment-set-right-color"></a>gimp_gradient_segment_set_right_color ()</h3>
<a class="indexterm" name="id2633815"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_right_color
<a class="indexterm" name="id2643507"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_right_color
(const gchar *name,
gint segment,
const <a
@ -710,9 +718,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2633940"></a><h3>
<a name="id2643645"></a><h3>
<a name="gimp-gradient-segment-get-left-pos"></a>gimp_gradient_segment_get_left_pos ()</h3>
<a class="indexterm" name="id2633951"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_left_pos
<a class="indexterm" name="id2643661"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_left_pos
(const gchar *name,
gint segment,
gdouble *pos);</pre>
@ -761,9 +769,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634054"></a><h3>
<a name="id2643775"></a><h3>
<a name="gimp-gradient-segment-set-left-pos"></a>gimp_gradient_segment_set_left_pos ()</h3>
<a class="indexterm" name="id2634066"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_left_pos
<a class="indexterm" name="id2643792"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_left_pos
(const gchar *name,
gint segment,
gdouble pos,
@ -822,9 +830,9 @@ position.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634191"></a><h3>
<a name="id2643930"></a><h3>
<a name="gimp-gradient-segment-get-middle-pos"></a>gimp_gradient_segment_get_middle_pos ()</h3>
<a class="indexterm" name="id2634202"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_middle_pos
<a class="indexterm" name="id2643946"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_middle_pos
(const gchar *name,
gint segment,
gdouble *pos);</pre>
@ -873,9 +881,9 @@ segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634307"></a><h3>
<a name="id2644062"></a><h3>
<a name="gimp-gradient-segment-set-middle-pos"></a>gimp_gradient_segment_set_middle_pos ()</h3>
<a class="indexterm" name="id2634317"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_middle_pos
<a class="indexterm" name="id2644078"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_middle_pos
(const gchar *name,
gint segment,
gdouble pos,
@ -932,9 +940,9 @@ final position.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634443"></a><h3>
<a name="id2644216"></a><h3>
<a name="gimp-gradient-segment-get-right-pos"></a>gimp_gradient_segment_get_right_pos ()</h3>
<a class="indexterm" name="id2634454"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_right_pos
<a class="indexterm" name="id2644232"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_right_pos
(const gchar *name,
gint segment,
gdouble *pos);</pre>
@ -983,9 +991,9 @@ specified segment of the specified gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634558"></a><h3>
<a name="id2644319"></a><h3>
<a name="gimp-gradient-segment-set-right-pos"></a>gimp_gradient_segment_set_right_pos ()</h3>
<a class="indexterm" name="id2634569"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_right_pos
<a class="indexterm" name="id2644335"></a><pre class="programlisting">gboolean gimp_gradient_segment_set_right_pos
(const gchar *name,
gint segment,
gdouble pos,
@ -1044,9 +1052,9 @@ the final position.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634695"></a><h3>
<a name="id2644461"></a><h3>
<a name="gimp-gradient-segment-get-blending-function"></a>gimp_gradient_segment_get_blending_function ()</h3>
<a class="indexterm" name="id2634707"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_blending_function
<a class="indexterm" name="id2644476"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_blending_function
(const gchar *name,
gint segment,
<a href="libgimp-gimpenums.html#GimpGradientSegmentType">GimpGradientSegmentType</a> *blend_func);</pre>
@ -1094,9 +1102,9 @@ specified gradient name and segment index.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634811"></a><h3>
<a name="id2644581"></a><h3>
<a name="gimp-gradient-segment-get-coloring-type"></a>gimp_gradient_segment_get_coloring_type ()</h3>
<a class="indexterm" name="id2634822"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_coloring_type
<a class="indexterm" name="id2644596"></a><pre class="programlisting">gboolean gimp_gradient_segment_get_coloring_type
(const gchar *name,
gint segment,
<a href="libgimp-gimpenums.html#GimpGradientSegmentColor">GimpGradientSegmentColor</a> *coloring_type);</pre>
@ -1144,9 +1152,9 @@ specified gradient name and segment index.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634927"></a><h3>
<a name="id2644700"></a><h3>
<a name="gimp-gradient-segment-range-set-blending-function"></a>gimp_gradient_segment_range_set_blending_function ()</h3>
<a class="indexterm" name="id2634939"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_set_blending_function
<a class="indexterm" name="id2644716"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_set_blending_function
(const gchar *name,
gint start_segment,
gint end_segment,
@ -1201,9 +1209,9 @@ the specified blending function.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635063"></a><h3>
<a name="id2644841"></a><h3>
<a name="gimp-gradient-segment-range-set-coloring-type"></a>gimp_gradient_segment_range_set_coloring_type ()</h3>
<a class="indexterm" name="id2635075"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_set_coloring_type
<a class="indexterm" name="id2644856"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_set_coloring_type
(const gchar *name,
gint start_segment,
gint end_segment,
@ -1258,9 +1266,9 @@ specified coloring type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635200"></a><h3>
<a name="id2644981"></a><h3>
<a name="gimp-gradient-segment-range-flip"></a>gimp_gradient_segment_range_flip ()</h3>
<a class="indexterm" name="id2635210"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_flip
<a class="indexterm" name="id2644996"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_flip
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1307,9 +1315,9 @@ This function flips a segment range.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635314"></a><h3>
<a name="id2645099"></a><h3>
<a name="gimp-gradient-segment-range-replicate"></a>gimp_gradient_segment_range_replicate ()</h3>
<a class="indexterm" name="id2635325"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_replicate
<a class="indexterm" name="id2645114"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_replicate
(const gchar *name,
gint start_segment,
gint end_segment,
@ -1365,9 +1373,9 @@ of it will appear in equal widths.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635451"></a><h3>
<a name="id2645241"></a><h3>
<a name="gimp-gradient-segment-range-split-midpoint"></a>gimp_gradient_segment_range_split_midpoint ()</h3>
<a class="indexterm" name="id2635463"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_split_midpoint
<a class="indexterm" name="id2645256"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_split_midpoint
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1415,9 +1423,9 @@ midpoint.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635568"></a><h3>
<a name="id2645361"></a><h3>
<a name="gimp-gradient-segment-range-split-uniform"></a>gimp_gradient_segment_range_split_uniform ()</h3>
<a class="indexterm" name="id2635580"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_split_uniform
<a class="indexterm" name="id2645377"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_split_uniform
(const gchar *name,
gint start_segment,
gint end_segment,
@ -1472,9 +1480,9 @@ according to the number of times specified by the parameter.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635706"></a><h3>
<a name="id2645503"></a><h3>
<a name="gimp-gradient-segment-range-delete"></a>gimp_gradient_segment_range_delete ()</h3>
<a class="indexterm" name="id2635717"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_delete
<a class="indexterm" name="id2645518"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_delete
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1521,9 +1529,9 @@ This function deletes a segment range.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635825"></a><h3>
<a name="id2645621"></a><h3>
<a name="gimp-gradient-segment-range-redistribute-handles"></a>gimp_gradient_segment_range_redistribute_handles ()</h3>
<a class="indexterm" name="id2635837"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_redistribute_handles
<a class="indexterm" name="id2645637"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_redistribute_handles
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1571,9 +1579,9 @@ range of the specified gradient, so they'll be evenly spaced.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635956"></a><h3>
<a name="id2645744"></a><h3>
<a name="gimp-gradient-segment-range-blend-colors"></a>gimp_gradient_segment_range_blend_colors ()</h3>
<a class="indexterm" name="id2635968"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_blend_colors
<a class="indexterm" name="id2645758"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_blend_colors
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1622,9 +1630,9 @@ will be uniform across the range.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636087"></a><h3>
<a name="id2645865"></a><h3>
<a name="gimp-gradient-segment-range-blend-opacity"></a>gimp_gradient_segment_range_blend_opacity ()</h3>
<a class="indexterm" name="id2636100"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_blend_opacity
<a class="indexterm" name="id2645881"></a><pre class="programlisting">gboolean gimp_gradient_segment_range_blend_opacity
(const gchar *name,
gint start_segment,
gint end_segment);</pre>
@ -1673,9 +1681,9 @@ will be uniform across the range.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636218"></a><h3>
<a name="id2645987"></a><h3>
<a name="gimp-gradient-segment-range-move"></a>gimp_gradient_segment_range_move ()</h3>
<a class="indexterm" name="id2636230"></a><pre class="programlisting">gdouble gimp_gradient_segment_range_move
<a class="indexterm" name="id2646002"></a><pre class="programlisting">gdouble gimp_gradient_segment_range_move
(const gchar *name,
gint start_segment,
gint end_segment,
@ -1738,9 +1746,5 @@ control points of the neighboring segments.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpfonts.html"><b>&lt;&lt;&#160;gimpfonts</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpgradients.html"><b>gimpgradients&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpfontmenu.html" title="gimpfontmenu">
<link rel="next" href="libgimp-gimppalettemenu.html" title="gimppalettemenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpfontmenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppalettemenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566190" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2660182" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgradientmenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpgradientmenu</span></h2>
<h2>
<a name="id2566190"></a><span class="refentrytitle">gimpgradientmenu</span>
</h2>
<p>gimpgradientmenu &#8212; A widget for selecting gradients.</p>
</td>
<td valign="top" align="right"></td>
@ -41,43 +49,33 @@
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new">gimp_gradient_select_widget_new</a> (const gchar *title,
GtkWidget* <a href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new">gimp_gradient_select_widget_new</a> (const gchar *title,
const gchar *gradient_name,
<a href="libgimp-gimpgradientselect.html#GimpRunGradientCallback">GimpRunGradientCallback</a> callback,
gpointer data);
void <a href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close">gimp_gradient_select_widget_close</a>
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set">gimp_gradient_select_widget_set</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
(GtkWidget *widget);
void <a href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set">gimp_gradient_select_widget_set</a> (GtkWidget *widget,
const gchar *gradient_name);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2643371"></a><h2>Description</h2>
<a name="id2660182"></a><h2>Description</h2>
<p>
A widget for selecting gradients.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2643382"></a><h2>Details</h2>
<a name="id2660197"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2643388"></a><h3>
<a name="id2660208"></a><h3>
<a name="gimp-gradient-select-widget-new"></a>gimp_gradient_select_widget_new ()</h3>
<a class="indexterm" name="id2643397"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_gradient_select_widget_new (const gchar *title,
<a class="indexterm" name="id2660219"></a><pre class="programlisting">GtkWidget* gimp_gradient_select_widget_new (const gchar *title,
const gchar *gradient_name,
<a href="libgimp-gimpgradientselect.html#GimpRunGradientCallback">GimpRunGradientCallback</a> callback,
gpointer data);</pre>
<p>
Creates a new <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a gradient. This widget is suitable for placement in a table in a
plug-in dialog.</p>
<p>
@ -114,9 +112,7 @@ plug-in dialog.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> A <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
</tbody>
@ -124,12 +120,10 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645770"></a><h3>
<a name="id2660382"></a><h3>
<a name="gimp-gradient-select-widget-close"></a>gimp_gradient_select_widget_close ()</h3>
<a class="indexterm" name="id2645779"></a><pre class="programlisting">void gimp_gradient_select_widget_close
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<a class="indexterm" name="id2653072"></a><pre class="programlisting">void gimp_gradient_select_widget_close
(GtkWidget *widget);</pre>
<p>
Closes the popup window associated with <em class="parameter"><code>widget</code></em>.</p>
<p>
@ -147,11 +141,9 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645834"></a><h3>
<a name="id2653127"></a><h3>
<a name="gimp-gradient-select-widget-set"></a>gimp_gradient_select_widget_set ()</h3>
<a class="indexterm" name="id2645843"></a><pre class="programlisting">void gimp_gradient_select_widget_set (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="indexterm" name="id2653138"></a><pre class="programlisting">void gimp_gradient_select_widget_set (GtkWidget *widget,
const gchar *gradient_name);</pre>
<p>
Sets the current gradient for the gradient select widget. Calls
@ -180,9 +172,5 @@ the callback function if one was supplied in the call to
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpfontmenu.html"><b>&lt;&lt;&#160;gimpfontmenu</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppalettemenu.html"><b>gimppalettemenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimpgradient.html" title="gimpgradient">
<link rel="next" href="libgimp-gimppalette.html" title="gimppalette">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpgradient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppalette.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2539871" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2632482" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgradients"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpgradients</span></h2>
<h2>
<a name="id2539871"></a><span class="refentrytitle">gimpgradients</span>
</h2>
<p>gimpgradients &#8212; Operations related to gradients.</p>
</td>
<td valign="top" align="right"></td>
@ -60,18 +68,18 @@ gchar* <a href="libgimp-gimpgradients.html#gimp-gradients-get-gradient-data
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2620449"></a><h2>Description</h2>
<a name="id2632482"></a><h2>Description</h2>
<p>
Operations related to gradients.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2620460"></a><h2>Details</h2>
<a name="id2632497"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2621314"></a><h3>
<a name="id2632508"></a><h3>
<a name="gimp-gradients-refresh"></a>gimp_gradients_refresh ()</h3>
<a class="indexterm" name="id2621323"></a><pre class="programlisting">gboolean gimp_gradients_refresh (void);</pre>
<a class="indexterm" name="id2632519"></a><pre class="programlisting">gboolean gimp_gradients_refresh (void);</pre>
<p>
Refresh current gradients. This function always succeeds.
</p>
@ -93,9 +101,9 @@ gradient path and updates the gradient dialogs accordingly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621368"></a><h3>
<a name="id2632563"></a><h3>
<a name="gimp-gradients-get-list"></a>gimp_gradients_get_list ()</h3>
<a class="indexterm" name="id2621376"></a><pre class="programlisting">gchar** gimp_gradients_get_list (const gchar *filter,
<a class="indexterm" name="id2632574"></a><pre class="programlisting">gchar** gimp_gradients_get_list (const gchar *filter,
gint *num_gradients);</pre>
<p>
Retrieve the list of loaded gradients.
@ -133,9 +141,9 @@ to set the active gradient.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621463"></a><h3>
<a name="id2631176"></a><h3>
<a name="gimp-gradients-get-gradient"></a>gimp_gradients_get_gradient ()</h3>
<a class="indexterm" name="id2623441"></a><pre class="programlisting">gchar* gimp_gradients_get_gradient (void);</pre>
<a class="indexterm" name="id2631189"></a><pre class="programlisting">gchar* gimp_gradients_get_gradient (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_gradients_get_gradient</code> is deprecated and should not be used in newly-written code.</p>
@ -157,9 +165,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623501"></a><h3>
<a name="id2631249"></a><h3>
<a name="gimp-gradients-set-gradient"></a>gimp_gradients_set_gradient ()</h3>
<a class="indexterm" name="id2623510"></a><pre class="programlisting">gboolean gimp_gradients_set_gradient (const gchar *name);</pre>
<a class="indexterm" name="id2631263"></a><pre class="programlisting">gboolean gimp_gradients_set_gradient (const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_gradients_set_gradient</code> is deprecated and should not be used in newly-written code.</p>
@ -189,9 +197,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623589"></a><h3>
<a name="id2631342"></a><h3>
<a name="gimp-gradients-sample-uniform"></a>gimp_gradients_sample_uniform ()</h3>
<a class="indexterm" name="id2623598"></a><pre class="programlisting">gdouble* gimp_gradients_sample_uniform (gint num_samples,
<a class="indexterm" name="id2631355"></a><pre class="programlisting">gdouble* gimp_gradients_sample_uniform (gint num_samples,
gboolean reverse);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -229,9 +237,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622250"></a><h3>
<a name="id2630074"></a><h3>
<a name="gimp-gradients-sample-custom"></a>gimp_gradients_sample_custom ()</h3>
<a class="indexterm" name="id2622259"></a><pre class="programlisting">gdouble* gimp_gradients_sample_custom (gint num_samples,
<a class="indexterm" name="id2630087"></a><pre class="programlisting">gdouble* gimp_gradients_sample_custom (gint num_samples,
const gdouble *positions,
gboolean reverse);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -276,9 +284,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622383"></a><h3>
<a name="id2630214"></a><h3>
<a name="gimp-gradients-get-gradient-data"></a>gimp_gradients_get_gradient_data ()</h3>
<a class="indexterm" name="id2622394"></a><pre class="programlisting">gchar* gimp_gradients_get_gradient_data
<a class="indexterm" name="id2630230"></a><pre class="programlisting">gchar* gimp_gradients_get_gradient_data
(const gchar *name,
gint sample_size,
gboolean reverse,
@ -338,9 +346,5 @@ This procedure is deprecated! Use
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpgradient.html"><b>&lt;&lt;&#160;gimpgradient</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppalette.html"><b>gimppalette&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-gimpfontselect.html" title="gimpfontselect">
<link rel="next" href="libgimp-gimppaletteselect.html" title="gimppaletteselect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpfontselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppaletteselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2547947" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2648504" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgradientselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpgradientselect</span></h2>
<h2>
<a name="id2547947"></a><span class="refentrytitle">gimpgradientselect</span>
</h2>
<p>gimpgradientselect &#8212; Functions providing a gradient selection dialog.</p>
</td>
<td valign="top" align="right"></td>
@ -62,17 +70,17 @@ gboolean <a href="libgimp-gimpgradientselect.html#gimp-gradients-set-popup">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629126"></a><h2>Description</h2>
<a name="id2648504"></a><h2>Description</h2>
<p>
Functions providing a gradient selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629138"></a><h2>Details</h2>
<a name="id2648520"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629144"></a><h3>
<a name="id2648531"></a><h3>
<a name="GimpRunGradientCallback"></a>GimpRunGradientCallback ()</h3>
<a class="indexterm" name="id2629153"></a><pre class="programlisting">void (*GimpRunGradientCallback) (const gchar *gradient_name,
<a class="indexterm" name="id2648542"></a><pre class="programlisting">void (*GimpRunGradientCallback) (const gchar *gradient_name,
gint width,
const gdouble *grad_data,
gboolean dialog_closing,
@ -120,9 +128,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637507"></a><h3>
<a name="id2647024"></a><h3>
<a name="gimp-gradient-select-new"></a>gimp_gradient_select_new ()</h3>
<a class="indexterm" name="id2637516"></a><pre class="programlisting">const gchar* gimp_gradient_select_new (const gchar *title,
<a class="indexterm" name="id2647036"></a><pre class="programlisting">const gchar* gimp_gradient_select_new (const gchar *title,
const gchar *gradient_name,
gint sample_size,
<a href="libgimp-gimpgradientselect.html#GimpRunGradientCallback">GimpRunGradientCallback</a> callback,
@ -176,9 +184,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637976"></a><h3>
<a name="id2647176"></a><h3>
<a name="gimp-gradient-select-destroy"></a>gimp_gradient_select_destroy ()</h3>
<a class="indexterm" name="id2637985"></a><pre class="programlisting">void gimp_gradient_select_destroy (const gchar *gradient_callback);</pre>
<a class="indexterm" name="id2647187"></a><pre class="programlisting">void gimp_gradient_select_destroy (const gchar *gradient_callback);</pre>
<p>
</p>
@ -196,9 +204,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638030"></a><h3>
<a name="id2637802"></a><h3>
<a name="gimp-gradients-popup"></a>gimp_gradients_popup ()</h3>
<a class="indexterm" name="id2638039"></a><pre class="programlisting">gboolean gimp_gradients_popup (const gchar *gradient_callback,
<a class="indexterm" name="id2637813"></a><pre class="programlisting">gboolean gimp_gradients_popup (const gchar *gradient_callback,
const gchar *popup_title,
const gchar *initial_gradient,
gint sample_size);</pre>
@ -248,9 +256,9 @@ This procedure popups the gradients selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637133"></a><h3>
<a name="id2637941"></a><h3>
<a name="gimp-gradients-close-popup"></a>gimp_gradients_close_popup ()</h3>
<a class="indexterm" name="id2637142"></a><pre class="programlisting">gboolean gimp_gradients_close_popup (const gchar *gradient_callback);</pre>
<a class="indexterm" name="id2637952"></a><pre class="programlisting">gboolean gimp_gradients_close_popup (const gchar *gradient_callback);</pre>
<p>
Popdown the Gimp gradient selection.
</p>
@ -279,9 +287,9 @@ This procedure closes an opened gradient selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637205"></a><h3>
<a name="id2638017"></a><h3>
<a name="gimp-gradients-set-popup"></a>gimp_gradients_set_popup ()</h3>
<a class="indexterm" name="id2637214"></a><pre class="programlisting">gboolean gimp_gradients_set_popup (const gchar *gradient_callback,
<a class="indexterm" name="id2638028"></a><pre class="programlisting">gboolean gimp_gradients_set_popup (const gchar *gradient_callback,
const gchar *gradient_name);</pre>
<p>
Sets the current gradient selection in a popup.
@ -317,9 +325,5 @@ Sets the current gradient selection in a popup.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpfontselect.html"><b>&lt;&lt;&#160;gimpfontselect</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppaletteselect.html"><b>gimppaletteselect&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpfloatingsel.html" title="gimpfloatingsel">
<link rel="next" href="libgimp-gimpimage.html" title="gimpimage">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpfloatingsel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpimage.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563998" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2588761" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpguides"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpguides</span></h2>
<h2>
<a name="id2563998"></a><span class="refentrytitle">gimpguides</span>
</h2>
<p>gimpguides &#8212; Functions for manipulating guides.</p>
</td>
<td valign="top" align="right"></td>
@ -57,18 +65,18 @@ gint <a href="libgimp-gimpguides.html#gimp-image-get-guide-position">gimp
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591546"></a><h2>Description</h2>
<a name="id2588761"></a><h2>Description</h2>
<p>
Functions for manipulating guides.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2591557"></a><h2>Details</h2>
<a name="id2588776"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2591563"></a><h3>
<a name="id2588787"></a><h3>
<a name="gimp-image-add-hguide"></a>gimp_image_add_hguide ()</h3>
<a class="indexterm" name="id2591572"></a><pre class="programlisting">gint32 gimp_image_add_hguide (gint32 image_ID,
<a class="indexterm" name="id2588798"></a><pre class="programlisting">gint32 gimp_image_add_hguide (gint32 image_ID,
gint yposition);</pre>
<p>
Add a horizontal guide to an image.
@ -106,9 +114,9 @@ returns the guide ID of the new guide.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2591658"></a><h3>
<a name="id2585646"></a><h3>
<a name="gimp-image-add-vguide"></a>gimp_image_add_vguide ()</h3>
<a class="indexterm" name="id2591667"></a><pre class="programlisting">gint32 gimp_image_add_vguide (gint32 image_ID,
<a class="indexterm" name="id2585657"></a><pre class="programlisting">gint32 gimp_image_add_vguide (gint32 image_ID,
gint xposition);</pre>
<p>
Add a vertical guide to an image.
@ -146,9 +154,9 @@ the guide ID of the new guide.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576257"></a><h3>
<a name="id2585743"></a><h3>
<a name="gimp-image-delete-guide"></a>gimp_image_delete_guide ()</h3>
<a class="indexterm" name="id2576266"></a><pre class="programlisting">gboolean gimp_image_delete_guide (gint32 image_ID,
<a class="indexterm" name="id2585755"></a><pre class="programlisting">gboolean gimp_image_delete_guide (gint32 image_ID,
gint32 guide_ID);</pre>
<p>
Deletes a guide from an image.
@ -185,9 +193,9 @@ the specified guide from the specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576353"></a><h3>
<a name="id2585840"></a><h3>
<a name="gimp-image-find-next-guide"></a>gimp_image_find_next_guide ()</h3>
<a class="indexterm" name="id2576362"></a><pre class="programlisting">gint32 gimp_image_find_next_guide (gint32 image_ID,
<a class="indexterm" name="id2585851"></a><pre class="programlisting">gint32 gimp_image_find_next_guide (gint32 image_ID,
gint32 guide_ID);</pre>
<p>
Find next guide on an image.
@ -227,9 +235,9 @@ as an argument or the image has no guides.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576452"></a><h3>
<a name="id2585941"></a><h3>
<a name="gimp-image-get-guide-orientation"></a>gimp_image_get_guide_orientation ()</h3>
<a class="indexterm" name="id2576461"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> gimp_image_get_guide_orientation
<a class="indexterm" name="id2585952"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> gimp_image_get_guide_orientation
(gint32 image_ID,
gint32 guide_ID);</pre>
<p>
@ -267,9 +275,9 @@ the orientations of the guide.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576549"></a><h3>
<a name="id2583698"></a><h3>
<a name="gimp-image-get-guide-position"></a>gimp_image_get_guide_position ()</h3>
<a class="indexterm" name="id2576558"></a><pre class="programlisting">gint gimp_image_get_guide_position (gint32 image_ID,
<a class="indexterm" name="id2583710"></a><pre class="programlisting">gint gimp_image_get_guide_position (gint32 image_ID,
gint32 guide_ID);</pre>
<p>
Get position of a guide on an image.
@ -306,9 +314,5 @@ the position of the guide relative to the top or left of the image.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpfloatingsel.html"><b>&lt;&lt;&#160;gimpfloatingsel</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpimage.html"><b>gimpimage&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimpgimprc.html" title="gimpgimprc">
<link rel="next" href="libgimp-gimpmessage.html" title="gimpmessage">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpgimprc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpmessage.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2564309" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2556049" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimphelp"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimphelp</span></h2>
<h2>
<a name="id2564309"></a><span class="refentrytitle">gimphelp</span>
</h2>
<p>gimphelp &#8212; Loading help pages using gimp_help.</p>
</td>
<td valign="top" align="right"></td>
@ -46,18 +54,18 @@ gboolean <a href="libgimp-gimphelp.html#gimp-help">gimp_help</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2517835"></a><h2>Description</h2>
<a name="id2556049"></a><h2>Description</h2>
<p>
Loading help pages using gimp_help.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2555301"></a><h2>Details</h2>
<a name="id2566365"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2555307"></a><h3>
<a name="id2566376"></a><h3>
<a name="gimp-help"></a>gimp_help ()</h3>
<a class="indexterm" name="id2546579"></a><pre class="programlisting">gboolean gimp_help (const gchar *help_domain,
<a class="indexterm" name="id2566388"></a><pre class="programlisting">gboolean gimp_help (const gchar *help_domain,
const gchar *help_id);</pre>
<p>
Load a help page.
@ -98,9 +106,5 @@ domain of the main GIMP installation is used.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpgimprc.html"><b>&lt;&lt;&#160;gimpgimprc</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpmessage.html"><b>gimpmessage&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpguides.html" title="gimpguides">
<link rel="next" href="libgimp-gimplayer.html" title="gimplayer">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpguides.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimplayer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566891" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2610072" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpimage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpimage</span></h2>
<h2>
<a name="id2566891"></a><span class="refentrytitle">gimpimage</span>
</h2>
<p>gimpimage &#8212; Operations on complete images.</p>
</td>
<td valign="top" align="right"></td>
@ -205,7 +213,7 @@ void <a href="libgimp-gimpimage.html#gimp-image-attach-new-parasite">gimp
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2601469"></a><h2>Description</h2>
<a name="id2610072"></a><h2>Description</h2>
<p>
Operations on complete images: creation, resizing/rescaling,
and operations involving multiple layers.
@ -213,11 +221,11 @@ and operations involving multiple layers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2601482"></a><h2>Details</h2>
<a name="id2610090"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2601488"></a><h3>
<a name="id2610100"></a><h3>
<a name="gimp-image-list"></a>gimp_image_list ()</h3>
<a class="indexterm" name="id2601498"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<a class="indexterm" name="id2610113"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<p>
Returns the list of images currently open.
</p>
@ -247,9 +255,9 @@ GIMP.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601563"></a><h3>
<a name="id2610178"></a><h3>
<a name="gimp-image-new"></a>gimp_image_new ()</h3>
<a class="indexterm" name="id2601573"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
<a class="indexterm" name="id2610190"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
gint height,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
@ -299,9 +307,9 @@ as an argument will fail. Layers can be created using the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601686"></a><h3>
<a name="id2610303"></a><h3>
<a name="gimp-image-duplicate"></a>gimp_image_duplicate ()</h3>
<a class="indexterm" name="id2601695"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<a class="indexterm" name="id2610314"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<p>
Duplicate the specified image
</p>
@ -331,9 +339,9 @@ channels, and image information.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601761"></a><h3>
<a name="id2610381"></a><h3>
<a name="gimp-image-delete"></a>gimp_image_delete ()</h3>
<a class="indexterm" name="id2601771"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<a class="indexterm" name="id2610393"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<p>
Delete the specified image.
</p>
@ -367,9 +375,9 @@ the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601841"></a><h3>
<a name="id2610463"></a><h3>
<a name="gimp-image-base-type"></a>gimp_image_base_type ()</h3>
<a class="indexterm" name="id2601850"></a><pre class="programlisting"><a
<a class="indexterm" name="id2610474"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
>GimpImageBaseType</a> gimp_image_base_type (gint32 image_ID);</pre>
<p>
@ -401,9 +409,9 @@ must be of this subtype, but can have an optional alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601916"></a><h3>
<a name="id2610540"></a><h3>
<a name="gimp-image-width"></a>gimp_image_width ()</h3>
<a class="indexterm" name="id2601926"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<a class="indexterm" name="id2610553"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<p>
Return the width of the image
</p>
@ -433,9 +441,9 @@ of any of the layers in this image. This is the \"canvas\" width.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601993"></a><h3>
<a name="id2610619"></a><h3>
<a name="gimp-image-height"></a>gimp_image_height ()</h3>
<a class="indexterm" name="id2602003"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<a class="indexterm" name="id2610631"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<p>
Return the height of the image
</p>
@ -465,9 +473,9 @@ of any of the layers in this image. This is the \"canvas\" height.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602069"></a><h3>
<a name="id2610697"></a><h3>
<a name="gimp-image-free-shadow"></a>gimp_image_free_shadow ()</h3>
<a class="indexterm" name="id2602078"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
<a class="indexterm" name="id2610709"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
<p>
Free the specified image's shadow data (if it exists).
</p>
@ -498,9 +506,9 @@ to 'gimp_image_delete'.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602145"></a><h3>
<a name="id2610776"></a><h3>
<a name="gimp-image-flip"></a>gimp_image_flip ()</h3>
<a class="indexterm" name="id2602155"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
<a class="indexterm" name="id2610788"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type);</pre>
<p>
Flips the image horizontally or vertically.
@ -536,9 +544,9 @@ This procedure flips (mirrors) the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602242"></a><h3>
<a name="id2610875"></a><h3>
<a name="gimp-image-rotate"></a>gimp_image_rotate ()</h3>
<a class="indexterm" name="id2602252"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
<a class="indexterm" name="id2610888"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpRotationType">GimpRotationType</a> rotate_type);</pre>
<p>
Rotates the image by the specified degrees.
@ -574,9 +582,9 @@ This procedure rotates the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2541354"></a><h3>
<a name="id2610974"></a><h3>
<a name="gimp-image-resize"></a>gimp_image_resize ()</h3>
<a class="indexterm" name="id2602330"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
<a class="indexterm" name="id2610986"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -640,9 +648,9 @@ according to the specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602474"></a><h3>
<a name="id2611116"></a><h3>
<a name="gimp-image-resize-to-layers"></a>gimp_image_resize_to_layers ()</h3>
<a class="indexterm" name="id2602483"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<a class="indexterm" name="id2611129"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<p>
Resize the image to fit all layers.
</p>
@ -677,9 +685,9 @@ image are repositioned to the new image area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602549"></a><h3>
<a name="id2611195"></a><h3>
<a name="gimp-image-scale"></a>gimp_image_scale ()</h3>
<a class="indexterm" name="id2602558"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
<a class="indexterm" name="id2611205"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
gint new_width,
gint new_height);</pre>
<p>
@ -729,9 +737,9 @@ specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602661"></a><h3>
<a name="id2611309"></a><h3>
<a name="gimp-image-crop"></a>gimp_image_crop ()</h3>
<a class="indexterm" name="id2602669"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
<a class="indexterm" name="id2611319"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -793,9 +801,9 @@ range, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602812"></a><h3>
<a name="id2611462"></a><h3>
<a name="gimp-image-get-layers"></a>gimp_image_get_layers ()</h3>
<a class="indexterm" name="id2602821"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
<a class="indexterm" name="id2611473"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
gint *num_layers);</pre>
<p>
Returns the list of layers contained in the specified image.
@ -832,9 +840,9 @@ image. The order of layers is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602902"></a><h3>
<a name="id2611554"></a><h3>
<a name="gimp-image-get-channels"></a>gimp_image_get_channels ()</h3>
<a class="indexterm" name="id2602910"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
<a class="indexterm" name="id2611564"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
gint *num_channels);</pre>
<p>
Returns the list of channels contained in the specified image.
@ -872,9 +880,9 @@ masks. The order is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2602992"></a><h3>
<a name="id2611646"></a><h3>
<a name="gimp-image-get-active-drawable"></a>gimp_image_get_active_drawable ()</h3>
<a class="indexterm" name="id2603002"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<a class="indexterm" name="id2611658"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<p>
Get the image's active drawable
</p>
@ -908,9 +916,9 @@ is the active drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603066"></a><h3>
<a name="id2611722"></a><h3>
<a name="gimp-image-unset-active-channel"></a>gimp_image_unset_active_channel ()</h3>
<a class="indexterm" name="id2603076"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2611734"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<p>
Unsets the active channel in the specified image.
</p>
@ -942,9 +950,9 @@ existing active channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603138"></a><h3>
<a name="id2611796"></a><h3>
<a name="gimp-image-get-floating-sel"></a>gimp_image_get_floating_sel ()</h3>
<a class="indexterm" name="id2603147"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<a class="indexterm" name="id2611807"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<p>
Return the floating selection of the image.
</p>
@ -974,9 +982,9 @@ If it doesn't exist, -1 is returned as the layer ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603208"></a><h3>
<a name="id2611867"></a><h3>
<a name="gimp-image-floating-sel-attached-to"></a>gimp_image_floating_sel_attached_to ()</h3>
<a class="indexterm" name="id2603219"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
<a class="indexterm" name="id2611881"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
(gint32 image_ID);</pre>
<p>
Return the drawable the floating selection is attached to.
@ -1008,9 +1016,9 @@ the drawable ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603281"></a><h3>
<a name="id2611943"></a><h3>
<a name="gimp-image-pick-color"></a>gimp_image_pick_color ()</h3>
<a class="indexterm" name="id2603289"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
<a class="indexterm" name="id2611953"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
gint32 drawable_ID,
gdouble x,
gdouble y,
@ -1101,9 +1109,9 @@ finding the image it belongs to.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603498"></a><h3>
<a name="id2612162"></a><h3>
<a name="gimp-image-pick-correlate-layer"></a>gimp_image_pick_correlate_layer ()</h3>
<a class="indexterm" name="id2603508"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
<a class="indexterm" name="id2612174"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
gint x,
gint y);</pre>
<p>
@ -1150,9 +1158,9 @@ layer is found.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603611"></a><h3>
<a name="id2612277"></a><h3>
<a name="gimp-image-add-layer"></a>gimp_image_add_layer ()</h3>
<a class="indexterm" name="id2603620"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
<a class="indexterm" name="id2612287"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
gint32 layer_ID,
gint position);</pre>
<p>
@ -1199,9 +1207,9 @@ must be compatible with the image base type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603720"></a><h3>
<a name="id2612388"></a><h3>
<a name="gimp-image-remove-layer"></a>gimp_image_remove_layer ()</h3>
<a class="indexterm" name="id2603728"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
<a class="indexterm" name="id2612398"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Remove the specified layer from the image.
@ -1241,9 +1249,9 @@ layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603810"></a><h3>
<a name="id2612479"></a><h3>
<a name="gimp-image-raise-layer"></a>gimp_image_raise_layer ()</h3>
<a class="indexterm" name="id2603818"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
<a class="indexterm" name="id2612490"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Raise the specified layer in the image's layer stack
@ -1281,9 +1289,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603898"></a><h3>
<a name="id2612569"></a><h3>
<a name="gimp-image-lower-layer"></a>gimp_image_lower_layer ()</h3>
<a class="indexterm" name="id2603906"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
<a class="indexterm" name="id2612580"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Lower the specified layer in the image's layer stack
@ -1321,9 +1329,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2603986"></a><h3>
<a name="id2612659"></a><h3>
<a name="gimp-image-raise-layer-to-top"></a>gimp_image_raise_layer_to_top ()</h3>
<a class="indexterm" name="id2603996"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
<a class="indexterm" name="id2612672"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Raise the specified layer in the image's layer stack to top of stack
@ -1361,9 +1369,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604077"></a><h3>
<a name="id2612753"></a><h3>
<a name="gimp-image-lower-layer-to-bottom"></a>gimp_image_lower_layer_to_bottom ()</h3>
<a class="indexterm" name="id2604087"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
<a class="indexterm" name="id2612765"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
(gint32 image_ID,
gint32 layer_ID);</pre>
<p>
@ -1403,9 +1411,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604169"></a><h3>
<a name="id2612847"></a><h3>
<a name="gimp-image-add-channel"></a>gimp_image_add_channel ()</h3>
<a class="indexterm" name="id2604178"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
<a class="indexterm" name="id2612858"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
gint32 channel_ID,
gint position);</pre>
<p>
@ -1450,9 +1458,9 @@ the top of the channel stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604276"></a><h3>
<a name="id2612956"></a><h3>
<a name="gimp-image-remove-channel"></a>gimp_image_remove_channel ()</h3>
<a class="indexterm" name="id2604285"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
<a class="indexterm" name="id2612967"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Remove the specified channel from the image.
@ -1489,9 +1497,9 @@ channel doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604363"></a><h3>
<a name="id2613045"></a><h3>
<a name="gimp-image-raise-channel"></a>gimp_image_raise_channel ()</h3>
<a class="indexterm" name="id2604372"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
<a class="indexterm" name="id2613056"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Raise the specified channel in the image's channel stack
@ -1529,9 +1537,9 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604451"></a><h3>
<a name="id2613135"></a><h3>
<a name="gimp-image-lower-channel"></a>gimp_image_lower_channel ()</h3>
<a class="indexterm" name="id2604459"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
<a class="indexterm" name="id2613145"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Lower the specified layer in the image's layer stack
@ -1569,9 +1577,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604539"></a><h3>
<a name="id2613225"></a><h3>
<a name="gimp-image-flatten"></a>gimp_image_flatten ()</h3>
<a class="indexterm" name="id2604547"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
<a class="indexterm" name="id2613235"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
<p>
Flatten all visible layers into a single layer. Discard all
invisible layers.
@ -1603,9 +1611,9 @@ discarded, and the resulting image is stripped of its alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604609"></a><h3>
<a name="id2613296"></a><h3>
<a name="gimp-image-merge-visible-layers"></a>gimp_image_merge_visible_layers ()</h3>
<a class="indexterm" name="id2604619"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
<a class="indexterm" name="id2613309"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpMergeType">GimpMergeType</a> merge_type);</pre>
<p>
Merge the visible image layers into one.
@ -1646,9 +1654,9 @@ final layer to the size of the bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604702"></a><h3>
<a name="id2613392"></a><h3>
<a name="gimp-image-merge-down"></a>gimp_image_merge_down ()</h3>
<a class="indexterm" name="id2604711"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
<a class="indexterm" name="id2613406"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
gint32 merge_layer_ID,
<a href="libgimp-gimpenums.html#GimpMergeType">GimpMergeType</a> merge_type);</pre>
<p>
@ -1697,9 +1705,9 @@ bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604823"></a><h3>
<a name="id2613521"></a><h3>
<a name="gimp-image-clean-all"></a>gimp_image_clean_all ()</h3>
<a class="indexterm" name="id2604835"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<a class="indexterm" name="id2613535"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<p>
Set the image dirty count to 0.
</p>
@ -1732,9 +1740,9 @@ filled, and installed in the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604905"></a><h3>
<a name="id2613604"></a><h3>
<a name="gimp-image-is-dirty"></a>gimp_image_is_dirty ()</h3>
<a class="indexterm" name="id2604916"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<a class="indexterm" name="id2613618"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<p>
Checks if the image has unsaved changes.
</p>
@ -1764,9 +1772,9 @@ needs to be saved.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2604982"></a><h3>
<a name="id2613684"></a><h3>
<a name="gimp-image-get-active-layer"></a>gimp_image_get_active_layer ()</h3>
<a class="indexterm" name="id2604994"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<a class="indexterm" name="id2613698"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<p>
Returns the specified image's active layer.
</p>
@ -1797,9 +1805,9 @@ mask is active, then this will return the associated layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605062"></a><h3>
<a name="id2613766"></a><h3>
<a name="gimp-image-set-active-layer"></a>gimp_image_set_active_layer ()</h3>
<a class="indexterm" name="id2605074"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
<a class="indexterm" name="id2613781"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
gint32 active_layer_ID);</pre>
<p>
Sets the specified image's active layer.
@ -1838,9 +1846,9 @@ procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605164"></a><h3>
<a name="id2613871"></a><h3>
<a name="gimp-image-get-active-channel"></a>gimp_image_get_active_channel ()</h3>
<a class="indexterm" name="id2605176"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2613884"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<p>
Returns the specified image's active channel.
</p>
@ -1870,9 +1878,9 @@ otherwise, -1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605242"></a><h3>
<a name="id2613951"></a><h3>
<a name="gimp-image-set-active-channel"></a>gimp_image_set_active_channel ()</h3>
<a class="indexterm" name="id2605254"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
<a class="indexterm" name="id2613965"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
gint32 active_channel_ID);</pre>
<p>
Sets the specified image's active channel.
@ -1911,9 +1919,9 @@ this procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605345"></a><h3>
<a name="id2614056"></a><h3>
<a name="gimp-image-get-selection"></a>gimp_image_get_selection ()</h3>
<a class="indexterm" name="id2605356"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<a class="indexterm" name="id2614070"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<p>
Returns the specified image's selection.
</p>
@ -1943,9 +1951,9 @@ represented as a channel internally.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605423"></a><h3>
<a name="id2614136"></a><h3>
<a name="gimp-image-get-component-active"></a>gimp_image_get_component_active ()</h3>
<a class="indexterm" name="id2605435"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a class="indexterm" name="id2614150"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpChannelType">GimpChannelType</a> component);</pre>
<p>
Returns if the specified image's image component is active.
@ -1984,9 +1992,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605526"></a><h3>
<a name="id2614242"></a><h3>
<a name="gimp-image-set-component-active"></a>gimp_image_set_component_active ()</h3>
<a class="indexterm" name="id2605538"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a class="indexterm" name="id2614255"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpChannelType">GimpChannelType</a> component,
gboolean active);</pre>
<p>
@ -2032,9 +2040,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605650"></a><h3>
<a name="id2614368"></a><h3>
<a name="gimp-image-get-component-visible"></a>gimp_image_get_component_visible ()</h3>
<a class="indexterm" name="id2605662"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
<a class="indexterm" name="id2614382"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
(gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpChannelType">GimpChannelType</a> component);</pre>
<p>
@ -2075,9 +2083,9 @@ returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605754"></a><h3>
<a name="id2614474"></a><h3>
<a name="gimp-image-set-component-visible"></a>gimp_image_set_component_visible ()</h3>
<a class="indexterm" name="id2605766"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
<a class="indexterm" name="id2614488"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
(gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpChannelType">GimpChannelType</a> component,
gboolean visible);</pre>
@ -2124,9 +2132,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605879"></a><h3>
<a name="id2614601"></a><h3>
<a name="gimp-image-get-filename"></a>gimp_image_get_filename ()</h3>
<a class="indexterm" name="id2605891"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<a class="indexterm" name="id2614615"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<p>
Returns the specified image's filename.
</p>
@ -2157,9 +2165,9 @@ or has since been saved. Otherwise, this function returns <code class="literal">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605965"></a><h3>
<a name="id2614693"></a><h3>
<a name="gimp-image-set-filename"></a>gimp_image_set_filename ()</h3>
<a class="indexterm" name="id2605976"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
<a class="indexterm" name="id2614706"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
const gchar *filename);</pre>
<p>
Sets the specified image's filename.
@ -2196,9 +2204,9 @@ should be in the filesystem encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606064"></a><h3>
<a name="id2614795"></a><h3>
<a name="gimp-image-get-name"></a>gimp_image_get_name ()</h3>
<a class="indexterm" name="id2606076"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<a class="indexterm" name="id2614809"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<p>
Returns the specified image's name.
</p>
@ -2227,9 +2235,9 @@ This procedure returns the specified image's name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606141"></a><h3>
<a name="id2614874"></a><h3>
<a name="gimp-image-get-resolution"></a>gimp_image_get_resolution ()</h3>
<a class="indexterm" name="id2606153"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
<a class="indexterm" name="id2614888"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
gdouble *xresolution,
gdouble *yresolution);</pre>
<p>
@ -2273,9 +2281,9 @@ inch. This value is independent of any of the layers in this image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606264"></a><h3>
<a name="id2614998"></a><h3>
<a name="gimp-image-set-resolution"></a>gimp_image_set_resolution ()</h3>
<a class="indexterm" name="id2606276"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
<a class="indexterm" name="id2615013"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
gdouble xresolution,
gdouble yresolution);</pre>
<p>
@ -2320,9 +2328,9 @@ No scaling or resizing is performed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606387"></a><h3>
<a name="id2615124"></a><h3>
<a name="gimp-image-get-unit"></a>gimp_image_get_unit ()</h3>
<a class="indexterm" name="id2606399"></a><pre class="programlisting"><a
<a class="indexterm" name="id2615138"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_image_get_unit (gint32 image_ID);</pre>
<p>
@ -2356,9 +2364,9 @@ description of the unit system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606466"></a><h3>
<a name="id2615206"></a><h3>
<a name="gimp-image-set-unit"></a>gimp_image_set_unit ()</h3>
<a class="indexterm" name="id2606478"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a class="indexterm" name="id2615220"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -2399,9 +2407,9 @@ the valid range of unit IDs and a description of the unit system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606568"></a><h3>
<a name="id2615309"></a><h3>
<a name="gimp-image-set-tattoo-state"></a>gimp_image_set_tattoo_state ()</h3>
<a class="indexterm" name="id2606580"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
<a class="indexterm" name="id2615323"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
gint tattoo_state);</pre>
<p>
Set the tattoo state associated with the image.
@ -2448,9 +2456,9 @@ that all is OK.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606678"></a><h3>
<a name="id2615422"></a><h3>
<a name="gimp-image-get-tattoo-state"></a>gimp_image_get_tattoo_state ()</h3>
<a class="indexterm" name="id2606690"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<a class="indexterm" name="id2615436"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<p>
Returns the tattoo state associated with the image.
</p>
@ -2481,9 +2489,9 @@ Using this function at other times will produce unexpected results.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606758"></a><h3>
<a name="id2615504"></a><h3>
<a name="gimp-image-get-layer-by-tattoo"></a>gimp_image_get_layer_by_tattoo ()</h3>
<a class="indexterm" name="id2606770"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2615518"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
gint tattoo);</pre>
<p>
Find a layer with a given tattoo in an image.
@ -2520,9 +2528,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606858"></a><h3>
<a name="id2615606"></a><h3>
<a name="gimp-image-get-channel-by-tattoo"></a>gimp_image_get_channel_by_tattoo ()</h3>
<a class="indexterm" name="id2606870"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
<a class="indexterm" name="id2615621"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
(gint32 image_ID,
gint tattoo);</pre>
<p>
@ -2560,9 +2568,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606959"></a><h3>
<a name="id2615710"></a><h3>
<a name="gimp-image-get-cmap"></a>gimp_image_get_cmap ()</h3>
<a class="indexterm" name="id2606971"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
<a class="indexterm" name="id2615726"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
gint *num_colors);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -2599,9 +2607,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-get
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607076"></a><h3>
<a name="id2615831"></a><h3>
<a name="gimp-image-set-cmap"></a>gimp_image_set_cmap ()</h3>
<a class="indexterm" name="id2607088"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
<a class="indexterm" name="id2615847"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
const guchar *cmap,
gint num_colors);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -2645,9 +2653,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-set
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607214"></a><h3>
<a name="id2615974"></a><h3>
<a name="gimp-image-get-colormap"></a>gimp_image_get_colormap ()</h3>
<a class="indexterm" name="id2607225"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
<a class="indexterm" name="id2615987"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
gint *num_colors);</pre>
<p>
Returns the image's colormap
@ -2685,9 +2693,9 @@ is not of base type INDEXED, this pointer will be NULL.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607315"></a><h3>
<a name="id2616077"></a><h3>
<a name="gimp-image-set-colormap"></a>gimp_image_set_colormap ()</h3>
<a class="indexterm" name="id2607327"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
<a class="indexterm" name="id2616091"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
const guchar *colormap,
gint num_colors);</pre>
<p>
@ -2733,9 +2741,9 @@ in the \"cmap\" array.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607439"></a><h3>
<a name="id2616203"></a><h3>
<a name="gimp-image-get-thumbnail-data"></a>gimp_image_get_thumbnail_data ()</h3>
<a class="indexterm" name="id2607451"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
<a class="indexterm" name="id2616217"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
gint *width,
gint *height,
gint *bpp);</pre>
@ -2782,9 +2790,9 @@ in the \"cmap\" array.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607571"></a><h3>
<a name="id2616337"></a><h3>
<a name="gimp-image-parasite-find"></a>gimp_image_parasite_find ()</h3>
<a class="indexterm" name="id2607582"></a><pre class="programlisting"><a
<a class="indexterm" name="id2616351"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_image_parasite_find (gint32 image_ID,
const gchar *name);</pre>
@ -2823,9 +2831,9 @@ an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607670"></a><h3>
<a name="id2616439"></a><h3>
<a name="gimp-image-parasite-list"></a>gimp_image_parasite_list ()</h3>
<a class="indexterm" name="id2607682"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
<a class="indexterm" name="id2616453"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
gint *num_parasites,
gchar ***parasites);</pre>
<p>
@ -2868,9 +2876,9 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607791"></a><h3>
<a name="id2616562"></a><h3>
<a name="gimp-image-parasite-attach"></a>gimp_image_parasite_attach ()</h3>
<a class="indexterm" name="id2607803"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
<a class="indexterm" name="id2616576"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
@ -2909,9 +2917,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607890"></a><h3>
<a name="id2616664"></a><h3>
<a name="gimp-image-parasite-detach"></a>gimp_image_parasite_detach ()</h3>
<a class="indexterm" name="id2607903"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
<a class="indexterm" name="id2616678"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
const gchar *name);</pre>
<p>
Removes a parasite from an image.
@ -2948,9 +2956,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607990"></a><h3>
<a name="id2616765"></a><h3>
<a name="gimp-image-attach-new-parasite"></a>gimp_image_attach_new_parasite ()</h3>
<a class="indexterm" name="id2608002"></a><pre class="programlisting">void gimp_image_attach_new_parasite (gint32 image_ID,
<a class="indexterm" name="id2616780"></a><pre class="programlisting">void gimp_image_attach_new_parasite (gint32 image_ID,
const gchar *name,
gint flags,
gint size,
@ -3010,9 +3018,5 @@ href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpguides.html"><b>&lt;&lt;&#160;gimpguides</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimplayer.html"><b>gimplayer&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpdrawablecombobox.html" title="gimpdrawablecombobox">
<link rel="next" href="libgimp-gimppixbuf.html" title="gimppixbuf">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpdrawablecombobox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2528968" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2656096" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpimagecombobox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpimagecombobox</span></h2>
<h2>
<a name="id2528968"></a><span class="refentrytitle">gimpimagecombobox</span>
</h2>
<p>gimpimagecombobox &#8212; A widget providing a popup menu of images.</p>
</td>
<td valign="top" align="right"></td>
@ -43,24 +51,22 @@
gboolean (<a href="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc">*GimpImageConstraintFunc</a>) (gint32 image_id,
gpointer data);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpimagecombobox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a href="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpimagecombobox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a href="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
gpointer data);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2641317"></a><h2>Description</h2>
<a name="id2656096"></a><h2>Description</h2>
<p>
A widget providing a popup menu of images.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2641329"></a><h2>Details</h2>
<a name="id2656112"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2641335"></a><h3>
<a name="id2656122"></a><h3>
<a name="GimpImageConstraintFunc"></a>GimpImageConstraintFunc ()</h3>
<a class="indexterm" name="id2641344"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
<a class="indexterm" name="id2656134"></a><pre class="programlisting">gboolean (*GimpImageConstraintFunc) (gint32 image_id,
gpointer data);</pre>
<p>
@ -93,11 +99,9 @@ A widget providing a popup menu of images.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641651"></a><h3>
<a name="id2656210"></a><h3>
<a name="gimp-image-combo-box-new"></a>gimp_image_combo_box_new ()</h3>
<a class="indexterm" name="id2641660"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_image_combo_box_new (<a href="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
<a class="indexterm" name="id2656223"></a><pre class="programlisting">GtkWidget* gimp_image_combo_box_new (<a href="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
gpointer data);</pre>
<p>
Creates a new <a
@ -150,9 +154,5 @@ href="../libgimpwidgets/GimpIntComboBox.html"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpdrawablecombobox.html"><b>&lt;&lt;&#160;gimpdrawablecombobox</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppixbuf.html"><b>gimppixbuf&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpimage.html" title="gimpimage">
<link rel="next" href="libgimp-gimppaths.html" title="gimppaths">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpimage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppaths.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541211" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2600017" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimplayer"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimplayer</span></h2>
<h2>
<a name="id2541211"></a><span class="refentrytitle">gimplayer</span>
</h2>
<p>gimplayer &#8212; Operations on a single layer.</p>
</td>
<td valign="top" align="right"></td>
@ -100,18 +108,18 @@ gboolean <a href="libgimp-gimplayer.html#gimp-layer-is-floating-sel">gimp_lay
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2592066"></a><h2>Description</h2>
<a name="id2600017"></a><h2>Description</h2>
<p>
Operations on a single layer.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2592076"></a><h2>Details</h2>
<a name="id2600033"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2592083"></a><h3>
<a name="id2600044"></a><h3>
<a name="gimp-layer-new"></a>gimp_layer_new ()</h3>
<a class="indexterm" name="id2592093"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
<a class="indexterm" name="id2600056"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
const gchar *name,
gint width,
gint height,
@ -189,9 +197,9 @@ should be set with explicit procedure calls.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596491"></a><h3>
<a name="id2605170"></a><h3>
<a name="gimp-layer-copy"></a>gimp_layer_copy ()</h3>
<a class="indexterm" name="id2596500"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
<a class="indexterm" name="id2605183"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
<p>
Copy a layer.
</p>
@ -224,9 +232,9 @@ before you add the new layer to the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596568"></a><h3>
<a name="id2605251"></a><h3>
<a name="gimp-layer-scale"></a>gimp_layer_scale ()</h3>
<a class="indexterm" name="id2596578"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
<a class="indexterm" name="id2605263"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
gint new_width,
gint new_height,
gboolean local_origin);</pre>
@ -280,9 +288,9 @@ to an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596711"></a><h3>
<a name="id2605396"></a><h3>
<a name="gimp-layer-resize"></a>gimp_layer_resize ()</h3>
<a class="indexterm" name="id2596721"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
<a class="indexterm" name="id2605408"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
gint new_width,
gint new_height,
gint offx,
@ -342,9 +350,9 @@ operation only works if the layer has been added to an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596876"></a><h3>
<a name="id2605563"></a><h3>
<a name="gimp-layer-resize-to-image-size"></a>gimp_layer_resize_to_image_size ()</h3>
<a class="indexterm" name="id2596884"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
<a class="indexterm" name="id2605574"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
<p>
Resize a layer to the image size.
</p>
@ -374,9 +382,9 @@ are equal to the width and height of its image container.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2596950"></a><h3>
<a name="id2605640"></a><h3>
<a name="gimp-layer-translate"></a>gimp_layer_translate ()</h3>
<a class="indexterm" name="id2596959"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
<a class="indexterm" name="id2605651"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
gint offx,
gint offy);</pre>
<p>
@ -424,9 +432,9 @@ the specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597071"></a><h3>
<a name="id2605763"></a><h3>
<a name="gimp-layer-add-alpha"></a>gimp_layer_add_alpha ()</h3>
<a class="indexterm" name="id2597080"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
<a class="indexterm" name="id2605774"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
<p>
Add an alpha channel to the layer if it doesn't already have one.
</p>
@ -460,9 +468,9 @@ and INDEXED to INDEXEDA.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597150"></a><h3>
<a name="id2605845"></a><h3>
<a name="gimp-layer-set-offsets"></a>gimp_layer_set_offsets ()</h3>
<a class="indexterm" name="id2597159"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
<a class="indexterm" name="id2605856"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
gint offx,
gint offy);</pre>
<p>
@ -507,9 +515,9 @@ operation is valid only on layers which have been added to an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597268"></a><h3>
<a name="id2605964"></a><h3>
<a name="gimp-layer-create-mask"></a>gimp_layer_create_mask ()</h3>
<a class="indexterm" name="id2597277"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
<a class="indexterm" name="id2605976"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
<a href="libgimp-gimpenums.html#GimpAddMaskType">GimpAddMaskType</a> mask_type);</pre>
<p>
Create a layer mask for the specified specified layer.
@ -554,9 +562,9 @@ to 'gimp_layer_add_mask'.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597340"></a><h3>
<a name="id2606037"></a><h3>
<a name="gimp-layer-from-mask"></a>gimp_layer_from_mask ()</h3>
<a class="indexterm" name="id2597349"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
<a class="indexterm" name="id2606050"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
<p>
Get the specified mask's layer.
</p>
@ -589,9 +597,9 @@ exists.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597418"></a><h3>
<a name="id2606120"></a><h3>
<a name="gimp-layer-get-mask"></a>gimp_layer_get_mask ()</h3>
<a class="indexterm" name="id2597428"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
<a class="indexterm" name="id2606132"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
<p>
Get the specified layer's mask if it exists.
</p>
@ -621,9 +629,9 @@ exists.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597494"></a><h3>
<a name="id2606198"></a><h3>
<a name="gimp-layer-add-mask"></a>gimp_layer_add_mask ()</h3>
<a class="indexterm" name="id2597504"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
<a class="indexterm" name="id2606210"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
gint32 mask_ID);</pre>
<p>
Add a layer mask to the specified layer.
@ -664,9 +672,9 @@ have been created for use with the specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597595"></a><h3>
<a name="id2606301"></a><h3>
<a name="gimp-layer-remove-mask"></a>gimp_layer_remove_mask ()</h3>
<a class="indexterm" name="id2597604"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
<a class="indexterm" name="id2606312"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
<a href="libgimp-gimpenums.html#GimpMaskApplyMode">GimpMaskApplyMode</a> mode);</pre>
<p>
Remove the specified layer mask from the layer.
@ -703,9 +711,9 @@ the mask doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597692"></a><h3>
<a name="id2606401"></a><h3>
<a name="gimp-layer-new-from-drawable"></a>gimp_layer_new_from_drawable ()</h3>
<a class="indexterm" name="id2597701"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
<a class="indexterm" name="id2606412"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
gint32 dest_image_ID);</pre>
<p>
Create a new layer by copying an existing drawable.
@ -745,9 +753,9 @@ modes, and offsets should be set with explicit procedure calls.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597793"></a><h3>
<a name="id2606504"></a><h3>
<a name="gimp-layer-get-preserve-trans"></a>gimp_layer_get_preserve_trans ()</h3>
<a class="indexterm" name="id2597802"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
<a class="indexterm" name="id2606518"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
<p>
Get the preserve transperancy setting of the specified layer.
</p>
@ -777,9 +785,9 @@ setting.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597868"></a><h3>
<a name="id2606585"></a><h3>
<a name="gimp-layer-set-preserve-trans"></a>gimp_layer_set_preserve_trans ()</h3>
<a class="indexterm" name="id2597878"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
<a class="indexterm" name="id2606598"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
gboolean preserve_trans);</pre>
<p>
Set the preserve transperancy setting of the specified layer.
@ -816,9 +824,9 @@ setting.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597966"></a><h3>
<a name="id2606687"></a><h3>
<a name="gimp-layer-get-apply-mask"></a>gimp_layer_get_apply_mask ()</h3>
<a class="indexterm" name="id2597976"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
<a class="indexterm" name="id2606698"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
<p>
Get the apply mask of the specified layer.
</p>
@ -849,9 +857,9 @@ being composited with the layer's alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598043"></a><h3>
<a name="id2606766"></a><h3>
<a name="gimp-layer-set-apply-mask"></a>gimp_layer_set_apply_mask ()</h3>
<a class="indexterm" name="id2598053"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
<a class="indexterm" name="id2606777"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
gboolean apply_mask);</pre>
<p>
Set the apply mask of the specified layer.
@ -889,9 +897,9 @@ If there is no layer mask, this function will return an error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598141"></a><h3>
<a name="id2606866"></a><h3>
<a name="gimp-layer-get-show-mask"></a>gimp_layer_get_show_mask ()</h3>
<a class="indexterm" name="id2598150"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
<a class="indexterm" name="id2606877"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
<p>
Get the show mask of the specified layer.
</p>
@ -922,9 +930,9 @@ shown instead of the layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598217"></a><h3>
<a name="id2606944"></a><h3>
<a name="gimp-layer-set-show-mask"></a>gimp_layer_set_show_mask ()</h3>
<a class="indexterm" name="id2598226"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
<a class="indexterm" name="id2606955"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
gboolean show_mask);</pre>
<p>
Set the show mask of the specified layer.
@ -963,9 +971,9 @@ function returns an error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598315"></a><h3>
<a name="id2607044"></a><h3>
<a name="gimp-layer-get-edit-mask"></a>gimp_layer_get_edit_mask ()</h3>
<a class="indexterm" name="id2598324"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
<a class="indexterm" name="id2607055"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
<p>
Get the show mask of the specified layer.
</p>
@ -996,9 +1004,9 @@ and not the layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598390"></a><h3>
<a name="id2607122"></a><h3>
<a name="gimp-layer-set-edit-mask"></a>gimp_layer_set_edit_mask ()</h3>
<a class="indexterm" name="id2598399"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
<a class="indexterm" name="id2607133"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
gboolean edit_mask);</pre>
<p>
Set the show mask of the specified layer.
@ -1037,9 +1045,9 @@ return an error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598488"></a><h3>
<a name="id2607222"></a><h3>
<a name="gimp-layer-get-opacity"></a>gimp_layer_get_opacity ()</h3>
<a class="indexterm" name="id2598497"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
<a class="indexterm" name="id2607233"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
<p>
Get the opacity of the specified layer.
</p>
@ -1068,9 +1076,9 @@ This procedure returns the specified layer's opacity.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598562"></a><h3>
<a name="id2607298"></a><h3>
<a name="gimp-layer-set-opacity"></a>gimp_layer_set_opacity ()</h3>
<a class="indexterm" name="id2598571"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
<a class="indexterm" name="id2607309"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
gdouble opacity);</pre>
<p>
Set the opacity of the specified layer.
@ -1106,9 +1114,9 @@ This procedure sets the specified layer's opacity.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598657"></a><h3>
<a name="id2607395"></a><h3>
<a name="gimp-layer-get-mode"></a>gimp_layer_get_mode ()</h3>
<a class="indexterm" name="id2598667"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
<a class="indexterm" name="id2607407"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
<p>
Get the combination mode of the specified layer.
</p>
@ -1137,9 +1145,9 @@ This procedure returns the specified layer's combination mode.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598731"></a><h3>
<a name="id2607472"></a><h3>
<a name="gimp-layer-set-mode"></a>gimp_layer_set_mode ()</h3>
<a class="indexterm" name="id2598741"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
<a class="indexterm" name="id2607484"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> mode);</pre>
<p>
Set the combination mode of the specified layer.
@ -1175,9 +1183,9 @@ This procedure sets the specified layer's combination mode.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2598828"></a><h3>
<a name="id2607571"></a><h3>
<a name="gimp-layer-is-floating-sel"></a>gimp_layer_is_floating_sel ()</h3>
<a class="indexterm" name="id2598837"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
<a class="indexterm" name="id2607582"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
<p>
Is the specified layer a floating selection?
</p>
@ -1208,9 +1216,5 @@ to a specific drawable.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpimage.html"><b>&lt;&lt;&#160;gimpimage</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppaths.html"><b>gimppaths&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="GimpProgressBar.html" title="GimpProgressBar">
<link rel="next" href="libgimp-gimpbrushmenu.html" title="gimpbrushmenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpProgressBar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpbrushmenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2529696" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2656666" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpmenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpmenu</span></h2>
<h2>
<a name="id2529696"></a><span class="refentrytitle">gimpmenu</span>
</h2>
<p>gimpmenu &#8212; Menus for selecting images, layers, channels and drawables</p>
</td>
<td valign="top" align="right"></td>
@ -46,44 +54,36 @@ gboolean (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">*GimpConstraintF
gpointer data);
void (<a href="libgimp-gimpmenu.html#GimpMenuCallback">*GimpMenuCallback</a>) (gint32 any_id,
gpointer data);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-image-menu-new">gimp_image_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-image-menu-new">gimp_image_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_image);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-layer-menu-new">gimp_layer_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-layer-menu-new">gimp_layer_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_layer);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-channel-menu-new">gimp_channel_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-channel-menu-new">gimp_channel_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_channel);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_drawable_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_drawable_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_drawable);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2643599"></a><h2>Description</h2>
<a name="id2656666"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2643611"></a><h2>Details</h2>
<a name="id2656682"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2643617"></a><h3>
<a name="id2656692"></a><h3>
<a name="GimpConstraintFunc"></a>GimpConstraintFunc ()</h3>
<a class="indexterm" name="id2643627"></a><pre class="programlisting">gboolean (*GimpConstraintFunc) (gint32 image_id,
<a class="indexterm" name="id2656706"></a><pre class="programlisting">gboolean (*GimpConstraintFunc) (gint32 image_id,
gint32 drawable_id,
gpointer data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -127,9 +127,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643736"></a><h3>
<a name="id2656439"></a><h3>
<a name="GimpMenuCallback"></a>GimpMenuCallback ()</h3>
<a class="indexterm" name="id2643746"></a><pre class="programlisting">void (*GimpMenuCallback) (gint32 any_id,
<a class="indexterm" name="id2656452"></a><pre class="programlisting">void (*GimpMenuCallback) (gint32 any_id,
gpointer data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -160,11 +160,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643825"></a><h3>
<a name="id2655392"></a><h3>
<a name="gimp-image-menu-new"></a>gimp_image_menu_new ()</h3>
<a class="indexterm" name="id2643835"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_image_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a class="indexterm" name="id2655405"></a><pre class="programlisting">GtkWidget* gimp_image_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_image);</pre>
@ -215,11 +213,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642530"></a><h3>
<a name="id2655534"></a><h3>
<a name="gimp-layer-menu-new"></a>gimp_layer_menu_new ()</h3>
<a class="indexterm" name="id2642540"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_layer_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a class="indexterm" name="id2655548"></a><pre class="programlisting">GtkWidget* gimp_layer_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_layer);</pre>
@ -270,11 +266,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642672"></a><h3>
<a name="id2652406"></a><h3>
<a name="gimp-channel-menu-new"></a>gimp_channel_menu_new ()</h3>
<a class="indexterm" name="id2642681"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_channel_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a class="indexterm" name="id2652420"></a><pre class="programlisting">GtkWidget* gimp_channel_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_channel);</pre>
@ -325,11 +319,9 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2642814"></a><h3>
<a name="id2652551"></a><h3>
<a name="gimp-drawable-menu-new"></a>gimp_drawable_menu_new ()</h3>
<a class="indexterm" name="id2648254"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_drawable_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a class="indexterm" name="id2652565"></a><pre class="programlisting">GtkWidget* gimp_drawable_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
gpointer data,
gint32 active_drawable);</pre>
@ -380,9 +372,5 @@ href="../gtk/GtkWidget.html"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="GimpProgressBar.html"><b>&lt;&lt;&#160;GimpProgressBar</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpbrushmenu.html"><b>gimpbrushmenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimphelp.html" title="gimphelp">
<link rel="next" href="libgimp-gimpplugin.html" title="gimpplugin">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimphelp.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpplugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551599" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2530173" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpmessage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpmessage</span></h2>
<h2>
<a name="id2551599"></a><span class="refentrytitle">gimpmessage</span>
</h2>
<p>gimpmessage &#8212; Display a dialog box with a message.</p>
</td>
<td valign="top" align="right"></td>
@ -52,18 +60,18 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2524647"></a><h2>Description</h2>
<a name="id2530173"></a><h2>Description</h2>
<p>
Display a dialog box with a message.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2524658"></a><h2>Details</h2>
<a name="id2530189"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2524664"></a><h3>
<a name="id2530199"></a><h3>
<a name="gimp-message"></a>gimp_message ()</h3>
<a class="indexterm" name="id2524674"></a><pre class="programlisting">gboolean gimp_message (const gchar *message);</pre>
<a class="indexterm" name="id2530212"></a><pre class="programlisting">gboolean gimp_message (const gchar *message);</pre>
<p>
Displays a dialog box with a message.
</p>
@ -93,9 +101,9 @@ reporting. The message must be in UTF-8 encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2524738"></a><h3>
<a name="id2530276"></a><h3>
<a name="gimp-message-get-handler"></a>gimp_message_get_handler ()</h3>
<a class="indexterm" name="id2524747"></a><pre class="programlisting"><a
<a class="indexterm" name="id2530288"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> gimp_message_get_handler
(void);</pre>
@ -121,9 +129,9 @@ gimp was started.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2558902"></a><h3>
<a name="id2566673"></a><h3>
<a name="gimp-message-set-handler"></a>gimp_message_set_handler ()</h3>
<a class="indexterm" name="id2558911"></a><pre class="programlisting">gboolean gimp_message_set_handler (<a
<a class="indexterm" name="id2566684"></a><pre class="programlisting">gboolean gimp_message_set_handler (<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> handler);</pre>
<p>
@ -156,9 +164,5 @@ was started.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimphelp.html"><b>&lt;&lt;&#160;gimphelp</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpplugin.html"><b>gimpplugin&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimpgradients.html" title="gimpgradients">
<link rel="next" href="libgimp-gimppalettes.html" title="gimppalettes">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpgradients.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppalettes.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2536762" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2639247" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppalette"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppalette</span></h2>
<h2>
<a name="id2536762"></a><span class="refentrytitle">gimppalette</span>
</h2>
<p>gimppalette &#8212; Functions operating on a single palette.</p>
</td>
<td valign="top" align="right"></td>
@ -89,17 +97,17 @@ gboolean <a href="libgimp-gimppalette.html#gimp-palette-swap-colors">gimp_pal
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629936"></a><h2>Description</h2>
<a name="id2639247"></a><h2>Description</h2>
<p>
Functions operating on a single palette.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629947"></a><h2>Details</h2>
<a name="id2639262"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629953"></a><h3>
<a name="id2639273"></a><h3>
<a name="gimp-palette-new"></a>gimp_palette_new ()</h3>
<a class="indexterm" name="id2629963"></a><pre class="programlisting">gchar* gimp_palette_new (const gchar *name);</pre>
<a class="indexterm" name="id2630407"></a><pre class="programlisting">gchar* gimp_palette_new (const gchar *name);</pre>
<p>
Creates a new palette
</p>
@ -131,9 +139,9 @@ This procedure creates a new, uninitialized palette</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621858"></a><h3>
<a name="id2630476"></a><h3>
<a name="gimp-palette-duplicate"></a>gimp_palette_duplicate ()</h3>
<a class="indexterm" name="id2621867"></a><pre class="programlisting">gchar* gimp_palette_duplicate (const gchar *name);</pre>
<a class="indexterm" name="id2630489"></a><pre class="programlisting">gchar* gimp_palette_duplicate (const gchar *name);</pre>
<p>
Duplicates a palette
</p>
@ -165,9 +173,9 @@ This procedure creates an identical palette by a different name</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621936"></a><h3>
<a name="id2630558"></a><h3>
<a name="gimp-palette-rename"></a>gimp_palette_rename ()</h3>
<a class="indexterm" name="id2621946"></a><pre class="programlisting">gchar* gimp_palette_rename (const gchar *name,
<a class="indexterm" name="id2630573"></a><pre class="programlisting">gchar* gimp_palette_rename (const gchar *name,
const gchar *new_name);</pre>
<p>
Rename a palette
@ -206,9 +214,9 @@ This procedure renames a palette</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622035"></a><h3>
<a name="id2630662"></a><h3>
<a name="gimp-palette-delete"></a>gimp_palette_delete ()</h3>
<a class="indexterm" name="id2622046"></a><pre class="programlisting">gboolean gimp_palette_delete (const gchar *name);</pre>
<a class="indexterm" name="id2630677"></a><pre class="programlisting">gboolean gimp_palette_delete (const gchar *name);</pre>
<p>
Deletes a palette
</p>
@ -240,9 +248,9 @@ This procedure deletes a palette</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622113"></a><h3>
<a name="id2630745"></a><h3>
<a name="gimp-palette-get-info"></a>gimp_palette_get_info ()</h3>
<a class="indexterm" name="id2622122"></a><pre class="programlisting">gboolean gimp_palette_get_info (const gchar *name,
<a class="indexterm" name="id2630758"></a><pre class="programlisting">gboolean gimp_palette_get_info (const gchar *name,
gint *num_colors);</pre>
<p>
Retrieve information about the specified palette.
@ -282,9 +290,9 @@ This includes the name, and the number of colors.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622215"></a><h3>
<a name="id2641409"></a><h3>
<a name="gimp-palette-add-entry"></a>gimp_palette_add_entry ()</h3>
<a class="indexterm" name="id2622224"></a><pre class="programlisting">gboolean gimp_palette_add_entry (const gchar *name,
<a class="indexterm" name="id2641423"></a><pre class="programlisting">gboolean gimp_palette_add_entry (const gchar *name,
const gchar *entry_name,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -340,9 +348,9 @@ error if the entry palette does not exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632129"></a><h3>
<a name="id2641556"></a><h3>
<a name="gimp-palette-delete-entry"></a>gimp_palette_delete_entry ()</h3>
<a class="indexterm" name="id2632138"></a><pre class="programlisting">gboolean gimp_palette_delete_entry (const gchar *name,
<a class="indexterm" name="id2641570"></a><pre class="programlisting">gboolean gimp_palette_delete_entry (const gchar *name,
gint entry_num);</pre>
<p>
Deletes a palette entry from the specified palette.
@ -382,9 +390,9 @@ returns an error if the entry palette does not exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632230"></a><h3>
<a name="id2641662"></a><h3>
<a name="gimp-palette-entry-get-color"></a>gimp_palette_entry_get_color ()</h3>
<a class="indexterm" name="id2632239"></a><pre class="programlisting">gboolean gimp_palette_entry_get_color (const gchar *name,
<a class="indexterm" name="id2641676"></a><pre class="programlisting">gboolean gimp_palette_entry_get_color (const gchar *name,
gint entry_num,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -434,9 +442,9 @@ exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632353"></a><h3>
<a name="id2641789"></a><h3>
<a name="gimp-palette-entry-set-color"></a>gimp_palette_entry_set_color ()</h3>
<a class="indexterm" name="id2632362"></a><pre class="programlisting">gboolean gimp_palette_entry_set_color (const gchar *name,
<a class="indexterm" name="id2641803"></a><pre class="programlisting">gboolean gimp_palette_entry_set_color (const gchar *name,
gint entry_num,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
@ -486,9 +494,9 @@ exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632476"></a><h3>
<a name="id2641917"></a><h3>
<a name="gimp-palette-entry-get-name"></a>gimp_palette_entry_get_name ()</h3>
<a class="indexterm" name="id2632485"></a><pre class="programlisting">gboolean gimp_palette_entry_get_name (const gchar *name,
<a class="indexterm" name="id2641930"></a><pre class="programlisting">gboolean gimp_palette_entry_get_name (const gchar *name,
gint entry_num,
gchar **entry_name);</pre>
<p>
@ -536,9 +544,9 @@ exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2632598"></a><h3>
<a name="id2642044"></a><h3>
<a name="gimp-palette-entry-set-name"></a>gimp_palette_entry_set_name ()</h3>
<a class="indexterm" name="id2632607"></a><pre class="programlisting">gboolean gimp_palette_entry_set_name (const gchar *name,
<a class="indexterm" name="id2642058"></a><pre class="programlisting">gboolean gimp_palette_entry_set_name (const gchar *name,
gint entry_num,
const gchar *entry_name);</pre>
<p>
@ -586,9 +594,9 @@ exist.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636484"></a><h3>
<a name="id2646189"></a><h3>
<a name="gimp-palette-get-foreground"></a>gimp_palette_get_foreground ()</h3>
<a class="indexterm" name="id2636492"></a><pre class="programlisting">gboolean gimp_palette_get_foreground (<a
<a class="indexterm" name="id2646201"></a><pre class="programlisting">gboolean gimp_palette_get_foreground (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -625,9 +633,9 @@ blending, and bucket fill.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636564"></a><h3>
<a name="id2646273"></a><h3>
<a name="gimp-palette-get-background"></a>gimp_palette_get_background ()</h3>
<a class="indexterm" name="id2636573"></a><pre class="programlisting">gboolean gimp_palette_get_background (<a
<a class="indexterm" name="id2646286"></a><pre class="programlisting">gboolean gimp_palette_get_background (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -664,9 +672,9 @@ erasing (with non-alpha images), and image filling.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636652"></a><h3>
<a name="id2646358"></a><h3>
<a name="gimp-palette-set-foreground"></a>gimp_palette_set_foreground ()</h3>
<a class="indexterm" name="id2636662"></a><pre class="programlisting">gboolean gimp_palette_set_foreground (const <a
<a class="indexterm" name="id2646371"></a><pre class="programlisting">gboolean gimp_palette_set_foreground (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -703,9 +711,9 @@ and bucket fill will use the new value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636741"></a><h3>
<a name="id2646450"></a><h3>
<a name="gimp-palette-set-background"></a>gimp_palette_set_background ()</h3>
<a class="indexterm" name="id2636751"></a><pre class="programlisting">gboolean gimp_palette_set_background (const <a
<a class="indexterm" name="id2646464"></a><pre class="programlisting">gboolean gimp_palette_set_background (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -743,9 +751,9 @@ value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636830"></a><h3>
<a name="id2646522"></a><h3>
<a name="gimp-palette-set-default-colors"></a>gimp_palette_set_default_colors ()</h3>
<a class="indexterm" name="id2636841"></a><pre class="programlisting">gboolean gimp_palette_set_default_colors (void);</pre>
<a class="indexterm" name="id2646534"></a><pre class="programlisting">gboolean gimp_palette_set_default_colors (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palette_set_default_colors</code> is deprecated and should not be used in newly-written code.</p>
@ -772,9 +780,9 @@ colors to their initial default values, black and white.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636902"></a><h3>
<a name="id2646589"></a><h3>
<a name="gimp-palette-swap-colors"></a>gimp_palette_swap_colors ()</h3>
<a class="indexterm" name="id2636910"></a><pre class="programlisting">gboolean gimp_palette_swap_colors (void);</pre>
<a class="indexterm" name="id2646601"></a><pre class="programlisting">gboolean gimp_palette_swap_colors (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palette_swap_colors</code> is deprecated and should not be used in newly-written code.</p>
@ -801,9 +809,5 @@ color and vice versa.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpgradients.html"><b>&lt;&lt;&#160;gimpgradients</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppalettes.html"><b>gimppalettes&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpgradientmenu.html" title="gimpgradientmenu">
<link rel="next" href="libgimp-gimppatternmenu.html" title="gimppatternmenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpgradientmenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppatternmenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2555524" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2653269" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppalettemenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppalettemenu</span></h2>
<h2>
<a name="id2555524"></a><span class="refentrytitle">gimppalettemenu</span>
</h2>
<p>gimppalettemenu &#8212; A widget for selecting palettes.</p>
</td>
<td valign="top" align="right"></td>
@ -41,43 +49,33 @@
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimppalettemenu.html#gimp-palette-select-widget-new">gimp_palette_select_widget_new</a> (const gchar *title,
GtkWidget* <a href="libgimp-gimppalettemenu.html#gimp-palette-select-widget-new">gimp_palette_select_widget_new</a> (const gchar *title,
const gchar *palette_name,
<a href="libgimp-gimppaletteselect.html#GimpRunPaletteCallback">GimpRunPaletteCallback</a> callback,
gpointer data);
void <a href="libgimp-gimppalettemenu.html#gimp-palette-select-widget-close">gimp_palette_select_widget_close</a>
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a href="libgimp-gimppalettemenu.html#gimp-palette-select-widget-set">gimp_palette_select_widget_set</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
(GtkWidget *widget);
void <a href="libgimp-gimppalettemenu.html#gimp-palette-select-widget-set">gimp_palette_select_widget_set</a> (GtkWidget *widget,
const gchar *palette_name);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2647097"></a><h2>Description</h2>
<a name="id2653269"></a><h2>Description</h2>
<p>
A widget for selecting palettes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2647108"></a><h2>Details</h2>
<a name="id2653284"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2647114"></a><h3>
<a name="id2653295"></a><h3>
<a name="gimp-palette-select-widget-new"></a>gimp_palette_select_widget_new ()</h3>
<a class="indexterm" name="id2647123"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_palette_select_widget_new (const gchar *title,
<a class="indexterm" name="id2653308"></a><pre class="programlisting">GtkWidget* gimp_palette_select_widget_new (const gchar *title,
const gchar *palette_name,
<a href="libgimp-gimppaletteselect.html#GimpRunPaletteCallback">GimpRunPaletteCallback</a> callback,
gpointer data);</pre>
<p>
Creates a new <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a palette. This widget is suitable for placement in a table in a
plug-in dialog.</p>
<p>
@ -114,9 +112,7 @@ plug-in dialog.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> A <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
@ -127,12 +123,10 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648458"></a><h3>
<a name="id2659265"></a><h3>
<a name="gimp-palette-select-widget-close"></a>gimp_palette_select_widget_close ()</h3>
<a class="indexterm" name="id2648467"></a><pre class="programlisting">void gimp_palette_select_widget_close
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<a class="indexterm" name="id2659278"></a><pre class="programlisting">void gimp_palette_select_widget_close
(GtkWidget *widget);</pre>
<p>
Closes the popup window associated with <em class="parameter"><code>widget</code></em>.</p>
<p>
@ -152,11 +146,9 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648526"></a><h3>
<a name="id2659338"></a><h3>
<a name="gimp-palette-select-widget-set"></a>gimp_palette_select_widget_set ()</h3>
<a class="indexterm" name="id2648775"></a><pre class="programlisting">void gimp_palette_select_widget_set (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="indexterm" name="id2659351"></a><pre class="programlisting">void gimp_palette_select_widget_set (GtkWidget *widget,
const gchar *palette_name);</pre>
<p>
Sets the current palette for the palette select widget. Calls the
@ -187,9 +179,5 @@ callback function if one was supplied in the call to
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpgradientmenu.html"><b>&lt;&lt;&#160;gimpgradientmenu</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppatternmenu.html"><b>gimppatternmenu&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimppalette.html" title="gimppalette">
<link rel="next" href="libgimp-gimppattern.html" title="gimppattern">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppalette.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppattern.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2538384" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2639362" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppalettes"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppalettes</span></h2>
<h2>
<a name="id2538384"></a><span class="refentrytitle">gimppalettes</span>
</h2>
<p>gimppalettes &#8212; Operations related to palettes.</p>
</td>
<td valign="top" align="right"></td>
@ -55,17 +63,17 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2622567"></a><h2>Description</h2>
<a name="id2639362"></a><h2>Description</h2>
<p>
Operations related to palettes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2622578"></a><h2>Details</h2>
<a name="id2639377"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2622584"></a><h3>
<a name="id2639388"></a><h3>
<a name="gimp-palettes-refresh"></a>gimp_palettes_refresh ()</h3>
<a class="indexterm" name="id2622593"></a><pre class="programlisting">gboolean gimp_palettes_refresh (void);</pre>
<a class="indexterm" name="id2639399"></a><pre class="programlisting">gboolean gimp_palettes_refresh (void);</pre>
<p>
Refreshes current palettes. This function always succeeds.
</p>
@ -87,9 +95,9 @@ palette path and updates the palette dialogs accordingly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622636"></a><h3>
<a name="id2638722"></a><h3>
<a name="gimp-palettes-get-list"></a>gimp_palettes_get_list ()</h3>
<a class="indexterm" name="id2630902"></a><pre class="programlisting">gchar** gimp_palettes_get_list (const gchar *filter,
<a class="indexterm" name="id2638732"></a><pre class="programlisting">gchar** gimp_palettes_get_list (const gchar *filter,
gint *num_palettes);</pre>
<p>
Retrieves a list of all of the available palettes
@ -127,9 +135,9 @@ Each name returned can be used as input to the command
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630989"></a><h3>
<a name="id2638819"></a><h3>
<a name="gimp-palettes-get-palette"></a>gimp_palettes_get_palette ()</h3>
<a class="indexterm" name="id2630998"></a><pre class="programlisting">gchar* gimp_palettes_get_palette (gint *num_colors);</pre>
<a class="indexterm" name="id2638832"></a><pre class="programlisting">gchar* gimp_palettes_get_palette (gint *num_colors);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palettes_get_palette</code> is deprecated and should not be used in newly-written code.</p>
@ -160,9 +168,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631077"></a><h3>
<a name="id2638911"></a><h3>
<a name="gimp-palettes-set-palette"></a>gimp_palettes_set_palette ()</h3>
<a class="indexterm" name="id2631086"></a><pre class="programlisting">gboolean gimp_palettes_set_palette (const gchar *name);</pre>
<a class="indexterm" name="id2638925"></a><pre class="programlisting">gboolean gimp_palettes_set_palette (const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palettes_set_palette</code> is deprecated and should not be used in newly-written code.</p>
@ -192,9 +200,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2622982"></a><h3>
<a name="id2631458"></a><h3>
<a name="gimp-palettes-get-palette-entry"></a>gimp_palettes_get_palette_entry ()</h3>
<a class="indexterm" name="id2622991"></a><pre class="programlisting">gchar* gimp_palettes_get_palette_entry (const gchar *name,
<a class="indexterm" name="id2631472"></a><pre class="programlisting">gchar* gimp_palettes_get_palette_entry (const gchar *name,
gint entry_num,
gint *num_colors,
<a
@ -248,9 +256,5 @@ instead.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppalette.html"><b>&lt;&lt;&#160;gimppalette</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppattern.html"><b>gimppattern&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-gimpgradientselect.html" title="gimpgradientselect">
<link rel="next" href="libgimp-gimppatternselect.html" title="gimppatternselect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpgradientselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppatternselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2540844" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2638246" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppaletteselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppaletteselect</span></h2>
<h2>
<a name="id2540844"></a><span class="refentrytitle">gimppaletteselect</span>
</h2>
<p>gimppaletteselect &#8212; Functions providing a palette selection dialog.</p>
</td>
<td valign="top" align="right"></td>
@ -58,17 +66,17 @@ gboolean <a href="libgimp-gimppaletteselect.html#gimp-palettes-set-popup">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2638711"></a><h2>Description</h2>
<a name="id2638246"></a><h2>Description</h2>
<p>
Functions providing a palette selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2638723"></a><h2>Details</h2>
<a name="id2648613"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2638729"></a><h3>
<a name="id2648623"></a><h3>
<a name="GimpRunPaletteCallback"></a>GimpRunPaletteCallback ()</h3>
<a class="indexterm" name="id2638738"></a><pre class="programlisting">void (*GimpRunPaletteCallback) (const gchar *palette_name,
<a class="indexterm" name="id2648634"></a><pre class="programlisting">void (*GimpRunPaletteCallback) (const gchar *palette_name,
gboolean dialog_closing,
gpointer user_data);</pre>
<p>
@ -102,9 +110,9 @@ Functions providing a palette selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638824"></a><h3>
<a name="id2648721"></a><h3>
<a name="gimp-palette-select-new"></a>gimp_palette_select_new ()</h3>
<a class="indexterm" name="id2638201"></a><pre class="programlisting">const gchar* gimp_palette_select_new (const gchar *title,
<a class="indexterm" name="id2648732"></a><pre class="programlisting">const gchar* gimp_palette_select_new (const gchar *title,
const gchar *palette_name,
<a href="libgimp-gimppaletteselect.html#GimpRunPaletteCallback">GimpRunPaletteCallback</a> callback,
gpointer data);</pre>
@ -151,9 +159,9 @@ Functions providing a palette selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638320"></a><h3>
<a name="id2650983"></a><h3>
<a name="gimp-palette-select-destroy"></a>gimp_palette_select_destroy ()</h3>
<a class="indexterm" name="id2638329"></a><pre class="programlisting">void gimp_palette_select_destroy (const gchar *palette_callback);</pre>
<a class="indexterm" name="id2650994"></a><pre class="programlisting">void gimp_palette_select_destroy (const gchar *palette_callback);</pre>
<p>
</p>
@ -171,9 +179,9 @@ Functions providing a palette selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640717"></a><h3>
<a name="id2651039"></a><h3>
<a name="gimp-palettes-popup"></a>gimp_palettes_popup ()</h3>
<a class="indexterm" name="id2640726"></a><pre class="programlisting">gboolean gimp_palettes_popup (const gchar *palette_callback,
<a class="indexterm" name="id2651050"></a><pre class="programlisting">gboolean gimp_palettes_popup (const gchar *palette_callback,
const gchar *popup_title,
const gchar *initial_palette);</pre>
<p>
@ -216,9 +224,9 @@ This procedure popups the palette selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640832"></a><h3>
<a name="id2646664"></a><h3>
<a name="gimp-palettes-close-popup"></a>gimp_palettes_close_popup ()</h3>
<a class="indexterm" name="id2640841"></a><pre class="programlisting">gboolean gimp_palettes_close_popup (const gchar *palette_callback);</pre>
<a class="indexterm" name="id2646675"></a><pre class="programlisting">gboolean gimp_palettes_close_popup (const gchar *palette_callback);</pre>
<p>
Popdown the Gimp palette selection.
</p>
@ -247,9 +255,9 @@ This procedure closes an opened palette selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2640904"></a><h3>
<a name="id2646738"></a><h3>
<a name="gimp-palettes-set-popup"></a>gimp_palettes_set_popup ()</h3>
<a class="indexterm" name="id2640913"></a><pre class="programlisting">gboolean gimp_palettes_set_popup (const gchar *palette_callback,
<a class="indexterm" name="id2646749"></a><pre class="programlisting">gboolean gimp_palettes_set_popup (const gchar *palette_callback,
const gchar *palette_name);</pre>
<p>
Sets the current palette selection in a popup.
@ -285,9 +293,5 @@ Sets the current palette selection in a popup.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpgradientselect.html"><b>&lt;&lt;&#160;gimpgradientselect</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppatternselect.html"><b>gimppatternselect&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimplayer.html" title="gimplayer">
<link rel="next" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimplayer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppixelfetcher.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565123" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2600396" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppaths"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppaths</span></h2>
<h2>
<a name="id2565123"></a><span class="refentrytitle">gimppaths</span>
</h2>
<p>gimppaths &#8212; Operations related to paths.</p>
</td>
<td valign="top" align="right"></td>
@ -89,17 +97,17 @@ gboolean <a href="libgimp-gimppaths.html#gimp-path-import">gimp_path_import</
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2593742"></a><h2>Description</h2>
<a name="id2600396"></a><h2>Description</h2>
<p>
Operations related to paths.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2593753"></a><h2>Details</h2>
<a name="id2600411"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2593759"></a><h3>
<a name="id2600422"></a><h3>
<a name="gimp-path-list"></a>gimp_path_list ()</h3>
<a class="indexterm" name="id2593769"></a><pre class="programlisting">gchar** gimp_path_list (gint32 image_ID,
<a class="indexterm" name="id2600435"></a><pre class="programlisting">gchar** gimp_path_list (gint32 image_ID,
gint *num_paths);</pre>
<p>
List the paths associated with the passed image.
@ -135,9 +143,9 @@ List the paths associated with the passed image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593856"></a><h3>
<a name="id2603257"></a><h3>
<a name="gimp-path-get-points"></a>gimp_path_get_points ()</h3>
<a class="indexterm" name="id2593865"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
<a class="indexterm" name="id2603268"></a><pre class="programlisting">gint gimp_path_get_points (gint32 image_ID,
const gchar *name,
gint *path_closed,
gint *num_path_point_details,
@ -194,9 +202,9 @@ List the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594024"></a><h3>
<a name="id2603427"></a><h3>
<a name="gimp-path-get-current"></a>gimp_path_get_current ()</h3>
<a class="indexterm" name="id2594033"></a><pre class="programlisting">gchar* gimp_path_get_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2603438"></a><pre class="programlisting">gchar* gimp_path_get_current (gint32 image_ID);</pre>
<p>
The name of the current path. Error if no paths.
</p>
@ -225,9 +233,9 @@ The name of the current path. Error if no paths.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594098"></a><h3>
<a name="id2603503"></a><h3>
<a name="gimp-path-set-current"></a>gimp_path_set_current ()</h3>
<a class="indexterm" name="id2594106"></a><pre class="programlisting">gboolean gimp_path_set_current (gint32 image_ID,
<a class="indexterm" name="id2608546"></a><pre class="programlisting">gboolean gimp_path_set_current (gint32 image_ID,
const gchar *name);</pre>
<p>
Sets the current path associated with the passed image.
@ -263,9 +271,9 @@ Sets a named path as the current path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600030"></a><h3>
<a name="id2608631"></a><h3>
<a name="gimp-path-set-points"></a>gimp_path_set_points ()</h3>
<a class="indexterm" name="id2600039"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
<a class="indexterm" name="id2608642"></a><pre class="programlisting">gboolean gimp_path_set_points (gint32 image_ID,
const gchar *name,
gint ptype,
gint num_path_points,
@ -322,9 +330,9 @@ Set the points associated with the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600192"></a><h3>
<a name="id2608789"></a><h3>
<a name="gimp-path-stroke-current"></a>gimp_path_stroke_current ()</h3>
<a class="indexterm" name="id2600201"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<a class="indexterm" name="id2608800"></a><pre class="programlisting">gboolean gimp_path_stroke_current (gint32 image_ID);</pre>
<p>
Stroke the current path in the passed image.
</p>
@ -353,9 +361,9 @@ Stroke the current path in the passed image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600267"></a><h3>
<a name="id2608866"></a><h3>
<a name="gimp-path-get-point-at-dist"></a>gimp_path_get_point_at_dist ()</h3>
<a class="indexterm" name="id2600276"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
<a class="indexterm" name="id2608877"></a><pre class="programlisting">gint gimp_path_get_point_at_dist (gint32 image_ID,
gdouble distance,
gint *y_point,
gdouble *slope);</pre>
@ -410,9 +418,9 @@ path is used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600409"></a><h3>
<a name="id2609010"></a><h3>
<a name="gimp-path-get-tattoo"></a>gimp_path_get_tattoo ()</h3>
<a class="indexterm" name="id2600418"></a><pre class="programlisting">gint gimp_path_get_tattoo (gint32 image_ID,
<a class="indexterm" name="id2609021"></a><pre class="programlisting">gint gimp_path_get_tattoo (gint32 image_ID,
const gchar *name);</pre>
<p>
Returns the tattoo associated with the name path.
@ -451,9 +459,9 @@ even between sessions.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600507"></a><h3>
<a name="id2609110"></a><h3>
<a name="gimp-get-path-by-tattoo"></a>gimp_get_path_by_tattoo ()</h3>
<a class="indexterm" name="id2600516"></a><pre class="programlisting">gchar* gimp_get_path_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2609122"></a><pre class="programlisting">gchar* gimp_get_path_by_tattoo (gint32 image_ID,
gint tattoo);</pre>
<p>
Return the name of the path with the given tattoo.
@ -493,9 +501,9 @@ be found.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600606"></a><h3>
<a name="id2609212"></a><h3>
<a name="gimp-path-delete"></a>gimp_path_delete ()</h3>
<a class="indexterm" name="id2600616"></a><pre class="programlisting">gboolean gimp_path_delete (gint32 image_ID,
<a class="indexterm" name="id2609225"></a><pre class="programlisting">gboolean gimp_path_delete (gint32 image_ID,
const gchar *name);</pre>
<p>
Delete the named path associated with the passed image.
@ -531,9 +539,9 @@ Delete the named path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592327"></a><h3>
<a name="id2609311"></a><h3>
<a name="gimp-path-get-locked"></a>gimp_path_get_locked ()</h3>
<a class="indexterm" name="id2592336"></a><pre class="programlisting">gint gimp_path_get_locked (gint32 image_ID,
<a class="indexterm" name="id2609322"></a><pre class="programlisting">gint gimp_path_get_locked (gint32 image_ID,
const gchar *name);</pre>
<p>
Returns the locked status associated with the named path.
@ -571,9 +579,9 @@ tool operations will also apply to the path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592428"></a><h3>
<a name="id2602045"></a><h3>
<a name="gimp-path-set-locked"></a>gimp_path_set_locked ()</h3>
<a class="indexterm" name="id2592437"></a><pre class="programlisting">gboolean gimp_path_set_locked (gint32 image_ID,
<a class="indexterm" name="id2602056"></a><pre class="programlisting">gboolean gimp_path_set_locked (gint32 image_ID,
const gchar *name,
gint lockstatus);</pre>
<p>
@ -618,9 +626,9 @@ tool operations will also apply to the path.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592549"></a><h3>
<a name="id2602168"></a><h3>
<a name="gimp-path-set-tattoo"></a>gimp_path_set_tattoo ()</h3>
<a class="indexterm" name="id2592558"></a><pre class="programlisting">gboolean gimp_path_set_tattoo (gint32 image_ID,
<a class="indexterm" name="id2602179"></a><pre class="programlisting">gboolean gimp_path_set_tattoo (gint32 image_ID,
const gchar *name,
gint tattovalue);</pre>
<p>
@ -667,9 +675,9 @@ obtained from a previous call to path_get_tattoo.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592673"></a><h3>
<a name="id2602294"></a><h3>
<a name="gimp-path-to-selection"></a>gimp_path_to_selection ()</h3>
<a class="indexterm" name="id2592682"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
<a class="indexterm" name="id2602305"></a><pre class="programlisting">gboolean gimp_path_to_selection (gint32 image_ID,
const gchar *name,
<a href="libgimp-gimpenums.html#GimpChannelOps">GimpChannelOps</a> op,
gboolean antialias,
@ -740,9 +748,9 @@ This procedure renders the desired path into the current selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2592876"></a><h3>
<a name="id2602499"></a><h3>
<a name="gimp-path-import"></a>gimp_path_import ()</h3>
<a class="indexterm" name="id2592886"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
<a class="indexterm" name="id2602511"></a><pre class="programlisting">gboolean gimp_path_import (gint32 image_ID,
const gchar *filename,
gboolean merge,
gboolean scale);</pre>
@ -794,9 +802,5 @@ this function being available in future GIMP releases.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimplayer.html"><b>&lt;&lt;&#160;gimplayer</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppixelfetcher.html"><b>gimppixelfetcher&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimppalettes.html" title="gimppalettes">
<link rel="next" href="libgimp-gimppatterns.html" title="gimppatterns">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppalettes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppatterns.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570347" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2638571" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppattern"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppattern</span></h2>
<h2>
<a name="id2570347"></a><span class="refentrytitle">gimppattern</span>
</h2>
<p>gimppattern &#8212; Functions operating on a single pattern.</p>
</td>
<td valign="top" align="right"></td>
@ -54,17 +62,17 @@ gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-pixels">gimp_patt
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2629231"></a><h2>Description</h2>
<a name="id2638571"></a><h2>Description</h2>
<p>
Functions operating on a single pattern.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2629242"></a><h2>Details</h2>
<a name="id2638587"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2629248"></a><h3>
<a name="id2638597"></a><h3>
<a name="gimp-pattern-get-info"></a>gimp_pattern_get_info ()</h3>
<a class="indexterm" name="id2629257"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
<a class="indexterm" name="id2638610"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
gint *width,
gint *height,
gint *bpp);</pre>
@ -118,9 +126,9 @@ This includes the pattern extents (width and height).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2629389"></a><h3>
<a name="id2640838"></a><h3>
<a name="gimp-pattern-get-pixels"></a>gimp_pattern_get_pixels ()</h3>
<a class="indexterm" name="id2629398"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
<a class="indexterm" name="id2640852"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
gint *width,
gint *height,
gint *bpp,
@ -189,9 +197,5 @@ pixel data.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppalettes.html"><b>&lt;&lt;&#160;gimppalettes</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppatterns.html"><b>gimppatterns&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -6,7 +7,7 @@
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimppalettemenu.html" title="gimppalettemenu">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -18,17 +19,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppalettemenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
</tr></table>
<td>&#160;</td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2559814" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2658727" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppatternmenu"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppatternmenu</span></h2>
<h2>
<a name="id2559814"></a><span class="refentrytitle">gimppatternmenu</span>
</h2>
<p>gimppatternmenu &#8212; A widget for selecting patterns.</p>
</td>
<td valign="top" align="right"></td>
@ -39,43 +48,33 @@
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-new">gimp_pattern_select_widget_new</a> (const gchar *title,
GtkWidget* <a href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-new">gimp_pattern_select_widget_new</a> (const gchar *title,
const gchar *pattern_name,
<a href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
gpointer data);
void <a href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-close">gimp_pattern_select_widget_close</a>
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-set">gimp_pattern_select_widget_set</a> (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
(GtkWidget *widget);
void <a href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-set">gimp_pattern_select_widget_set</a> (GtkWidget *widget,
const gchar *pattern_name);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2645379"></a><h2>Description</h2>
<a name="id2658727"></a><h2>Description</h2>
<p>
A widget for selecting patterns.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2645390"></a><h2>Details</h2>
<a name="id2658743"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2645396"></a><h3>
<a name="id2658753"></a><h3>
<a name="gimp-pattern-select-widget-new"></a>gimp_pattern_select_widget_new ()</h3>
<a class="indexterm" name="id2645405"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_pattern_select_widget_new (const gchar *title,
<a class="indexterm" name="id2658764"></a><pre class="programlisting">GtkWidget* gimp_pattern_select_widget_new (const gchar *title,
const gchar *pattern_name,
<a href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
gpointer data);</pre>
<p>
Creates a new <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a pattern. This widget is suitable for placement in a table in a
plug-in dialog.</p>
<p>
@ -111,9 +110,7 @@ plug-in dialog.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> A <a
href="../gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
</tbody>
@ -121,12 +118,10 @@ href="../gtk/GtkWidget.html"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648639"></a><h3>
<a name="id2659535"></a><h3>
<a name="gimp-pattern-select-widget-close"></a>gimp_pattern_select_widget_close ()</h3>
<a class="indexterm" name="id2648648"></a><pre class="programlisting">void gimp_pattern_select_widget_close
(<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<a class="indexterm" name="id2659546"></a><pre class="programlisting">void gimp_pattern_select_widget_close
(GtkWidget *widget);</pre>
<p>
Closes the popup window associated with <em class="parameter"><code>widget</code></em>.</p>
<p>
@ -144,11 +139,9 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648703"></a><h3>
<a name="id2659601"></a><h3>
<a name="gimp-pattern-select-widget-set"></a>gimp_pattern_select_widget_set ()</h3>
<a class="indexterm" name="id2648712"></a><pre class="programlisting">void gimp_pattern_select_widget_set (<a
href="../gtk/GtkWidget.html"
>GtkWidget</a> *widget,
<a class="indexterm" name="id2659612"></a><pre class="programlisting">void gimp_pattern_select_widget_set (GtkWidget *widget,
const gchar *pattern_name);</pre>
<p>
Sets the current pattern for the pattern select widget. Calls the
@ -177,9 +170,5 @@ callback function if one was supplied in the call to
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppalettemenu.html"><b>&lt;&lt;&#160;gimppalettemenu</b></a></td>
<td align="right"></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-data.html" title="Data Objects">
<link rel="prev" href="libgimp-gimppattern.html" title="gimppattern">
<link rel="next" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppattern.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-selectors.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2625655" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2639864" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppatterns"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppatterns</span></h2>
<h2>
<a name="id2625655"></a><span class="refentrytitle">gimppatterns</span>
</h2>
<p>gimppatterns &#8212; Functions relating to patterns.</p>
</td>
<td valign="top" align="right"></td>
@ -56,18 +64,18 @@ gchar* <a href="libgimp-gimppatterns.html#gimp-patterns-get-pattern-data">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631287"></a><h2>Description</h2>
<a name="id2639864"></a><h2>Description</h2>
<p>
Functions relating to patterns.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631298"></a><h2>Details</h2>
<a name="id2639880"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631304"></a><h3>
<a name="id2639890"></a><h3>
<a name="gimp-patterns-refresh"></a>gimp_patterns_refresh ()</h3>
<a class="indexterm" name="id2631313"></a><pre class="programlisting">gboolean gimp_patterns_refresh (void);</pre>
<a class="indexterm" name="id2639901"></a><pre class="programlisting">gboolean gimp_patterns_refresh (void);</pre>
<p>
Refresh current patterns. This function always succeeds.
</p>
@ -89,9 +97,9 @@ pattern path and updates all pattern dialogs accordingly.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623287"></a><h3>
<a name="id2639537"></a><h3>
<a name="gimp-patterns-get-list"></a>gimp_patterns_get_list ()</h3>
<a class="indexterm" name="id2623296"></a><pre class="programlisting">gchar** gimp_patterns_get_list (const gchar *filter,
<a class="indexterm" name="id2639548"></a><pre class="programlisting">gchar** gimp_patterns_get_list (const gchar *filter,
gint *num_patterns);</pre>
<p>
Retrieve a complete listing of the available patterns.
@ -129,9 +137,9 @@ patterns. Each name returned can be used as input to the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2623384"></a><h3>
<a name="id2639636"></a><h3>
<a name="gimp-patterns-get-pattern"></a>gimp_patterns_get_pattern ()</h3>
<a class="indexterm" name="id2623393"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern (gint *width,
<a class="indexterm" name="id2639649"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern (gint *width,
gint *height);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -169,9 +177,9 @@ instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630492"></a><h3>
<a name="id2640192"></a><h3>
<a name="gimp-patterns-set-pattern"></a>gimp_patterns_set_pattern ()</h3>
<a class="indexterm" name="id2630501"></a><pre class="programlisting">gboolean gimp_patterns_set_pattern (const gchar *name);</pre>
<a class="indexterm" name="id2640206"></a><pre class="programlisting">gboolean gimp_patterns_set_pattern (const gchar *name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_patterns_set_pattern</code> is deprecated and should not be used in newly-written code.</p>
@ -201,9 +209,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2630580"></a><h3>
<a name="id2640285"></a><h3>
<a name="gimp-patterns-get-pattern-data"></a>gimp_patterns_get_pattern_data ()</h3>
<a class="indexterm" name="id2630589"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern_data (const gchar *name,
<a class="indexterm" name="id2640298"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern_data (const gchar *name,
gint *width,
gint *height,
gint *mask_bpp,
@ -268,9 +276,5 @@ This procedure is deprecated! Use <a href="libgimp-gimppattern.html#gimp-pattern
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppattern.html"><b>&lt;&lt;&#160;gimppattern</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-selectors.html"><b>Controlling the Core's Selection Dialogs&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-gimppaletteselect.html" title="gimppaletteselect">
<link rel="next" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppaletteselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimpui.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541014" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2650362" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppatternselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppatternselect</span></h2>
<h2>
<a name="id2541014"></a><span class="refentrytitle">gimppatternselect</span>
</h2>
<p>gimppatternselect &#8212; Functions providing a pattern selection dialog.</p>
</td>
<td valign="top" align="right"></td>
@ -62,17 +70,17 @@ gboolean <a href="libgimp-gimppatternselect.html#gimp-patterns-set-popup">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2639317"></a><h2>Description</h2>
<a name="id2650362"></a><h2>Description</h2>
<p>
Functions providing a pattern selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2639328"></a><h2>Details</h2>
<a name="id2650378"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2639334"></a><h3>
<a name="id2650492"></a><h3>
<a name="GimpRunPatternCallback"></a>GimpRunPatternCallback ()</h3>
<a class="indexterm" name="id2639343"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
<a class="indexterm" name="id2650503"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
gint width,
gint height,
gint bpp,
@ -134,9 +142,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637702"></a><h3>
<a name="id2650674"></a><h3>
<a name="gimp-pattern-select-new"></a>gimp_pattern_select_new ()</h3>
<a class="indexterm" name="id2637711"></a><pre class="programlisting">const gchar* gimp_pattern_select_new (const gchar *title,
<a class="indexterm" name="id2650685"></a><pre class="programlisting">const gchar* gimp_pattern_select_new (const gchar *title,
const gchar *pattern_name,
<a href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
gpointer data);</pre>
@ -183,9 +191,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641811"></a><h3>
<a name="id2647290"></a><h3>
<a name="gimp-pattern-select-destroy"></a>gimp_pattern_select_destroy ()</h3>
<a class="indexterm" name="id2641820"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2647301"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<p>
</p>
@ -203,9 +211,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641864"></a><h3>
<a name="id2647345"></a><h3>
<a name="gimp-patterns-popup"></a>gimp_patterns_popup ()</h3>
<a class="indexterm" name="id2641873"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2647357"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
const gchar *popup_title,
const gchar *initial_pattern);</pre>
<p>
@ -248,9 +256,9 @@ This procedure popups the pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641979"></a><h3>
<a name="id2647462"></a><h3>
<a name="gimp-patterns-close-popup"></a>gimp_patterns_close_popup ()</h3>
<a class="indexterm" name="id2641988"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2647474"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<p>
Popdown the Gimp pattern selection.
</p>
@ -279,9 +287,9 @@ This procedure closes an opened pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628484"></a><h3>
<a name="id2647875"></a><h3>
<a name="gimp-patterns-set-popup"></a>gimp_patterns_set_popup ()</h3>
<a class="indexterm" name="id2628493"></a><pre class="programlisting">gboolean gimp_patterns_set_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2647886"></a><pre class="programlisting">gboolean gimp_patterns_set_popup (const gchar *pattern_callback,
const gchar *pattern_name);</pre>
<p>
Sets the current pattern selection in a popup.
@ -317,9 +325,5 @@ Sets the current pattern selection in a popup.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppaletteselect.html"><b>&lt;&lt;&#160;gimppaletteselect</b></a></td>
<td align="right"><a accesskey="n" href="libgimpui.html"><b>Part&#160;III.&#160;GIMP User Interface Library&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimp-gimpimagecombobox.html" title="gimpimagecombobox">
<link rel="next" href="GimpProgressBar.html" title="GimpProgressBar">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpimagecombobox.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="GimpProgressBar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2527388" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2653914" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppixbuf"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppixbuf</span></h2>
<h2>
<a name="id2527388"></a><span class="refentrytitle">gimppixbuf</span>
</h2>
<p>gimppixbuf &#8212; Get a thumbnail pixbuf for a drawable or image.</p>
</td>
<td valign="top" align="right"></td>
@ -42,21 +50,15 @@
enum <a href="libgimp-gimppixbuf.html#GimpPixbufTransparency">GimpPixbufTransparency</a>;
<a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* <a href="libgimp-gimppixbuf.html#gimp-image-get-thumbnail">gimp_image_get_thumbnail</a> (gint32 image_ID,
GdkPixbuf* <a href="libgimp-gimppixbuf.html#gimp-image-get-thumbnail">gimp_image_get_thumbnail</a> (gint32 image_ID,
gint width,
gint height,
<a href="libgimp-gimppixbuf.html#GimpPixbufTransparency">GimpPixbufTransparency</a> alpha);
<a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* <a href="libgimp-gimppixbuf.html#gimp-drawable-get-thumbnail">gimp_drawable_get_thumbnail</a> (gint32 drawable_ID,
GdkPixbuf* <a href="libgimp-gimppixbuf.html#gimp-drawable-get-thumbnail">gimp_drawable_get_thumbnail</a> (gint32 drawable_ID,
gint width,
gint height,
<a href="libgimp-gimppixbuf.html#GimpPixbufTransparency">GimpPixbufTransparency</a> alpha);
<a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* <a href="libgimp-gimppixbuf.html#gimp-drawable-get-sub-thumbnail">gimp_drawable_get_sub_thumbnail</a> (gint32 drawable_ID,
GdkPixbuf* <a href="libgimp-gimppixbuf.html#gimp-drawable-get-sub-thumbnail">gimp_drawable_get_sub_thumbnail</a> (gint32 drawable_ID,
gint src_x,
gint src_y,
gint src_width,
@ -67,17 +69,17 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631708"></a><h2>Description</h2>
<a name="id2653914"></a><h2>Description</h2>
<p>
Get a thumbnail pixbuf for a drawable or image.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631719"></a><h2>Details</h2>
<a name="id2653931"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631726"></a><h3>
<a name="id2653941"></a><h3>
<a name="GimpPixbufTransparency"></a>enum GimpPixbufTransparency</h3>
<a class="indexterm" name="id2631734"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2653952"></a><pre class="programlisting">typedef enum
{
GIMP_PIXBUF_KEEP_ALPHA,
GIMP_PIXBUF_SMALL_CHECKS,
@ -90,11 +92,9 @@ Get a thumbnail pixbuf for a drawable or image.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641391"></a><h3>
<a name="id2655781"></a><h3>
<a name="gimp-image-get-thumbnail"></a>gimp_image_get_thumbnail ()</h3>
<a class="indexterm" name="id2641400"></a><pre class="programlisting"><a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* gimp_image_get_thumbnail (gint32 image_ID,
<a class="indexterm" name="id2655794"></a><pre class="programlisting">GdkPixbuf* gimp_image_get_thumbnail (gint32 image_ID,
gint width,
gint height,
<a href="libgimp-gimppixbuf.html#GimpPixbufTransparency">GimpPixbufTransparency</a> alpha);</pre>
@ -134,9 +134,7 @@ The thumbnail will be not larger than the requested size.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
><span class="type">GdkPixbuf</span></a>
<td> a new <span class="type">GdkPixbuf</span>
</td>
</tr>
@ -147,11 +145,9 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646166"></a><h3>
<a name="id2655936"></a><h3>
<a name="gimp-drawable-get-thumbnail"></a>gimp_drawable_get_thumbnail ()</h3>
<a class="indexterm" name="id2646174"></a><pre class="programlisting"><a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* gimp_drawable_get_thumbnail (gint32 drawable_ID,
<a class="indexterm" name="id2655949"></a><pre class="programlisting">GdkPixbuf* gimp_drawable_get_thumbnail (gint32 drawable_ID,
gint width,
gint height,
<a href="libgimp-gimppixbuf.html#GimpPixbufTransparency">GimpPixbufTransparency</a> alpha);</pre>
@ -192,9 +188,7 @@ size.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
><span class="type">GdkPixbuf</span></a>
<td> a new <span class="type">GdkPixbuf</span>
</td>
</tr>
@ -205,11 +199,9 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646316"></a><h3>
<a name="id2655111"></a><h3>
<a name="gimp-drawable-get-sub-thumbnail"></a>gimp_drawable_get_sub_thumbnail ()</h3>
<a class="indexterm" name="id2646325"></a><pre class="programlisting"><a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
>GdkPixbuf</a>* gimp_drawable_get_sub_thumbnail (gint32 drawable_ID,
<a class="indexterm" name="id2655124"></a><pre class="programlisting">GdkPixbuf* gimp_drawable_get_sub_thumbnail (gint32 drawable_ID,
gint src_x,
gint src_y,
gint src_width,
@ -278,9 +270,7 @@ size.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
><span class="type">GdkPixbuf</span></a>
<td> a new <span class="type">GdkPixbuf</span>
</td>
</tr>
@ -291,9 +281,5 @@ href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpimagecombobox.html"><b>&lt;&lt;&#160;gimpimagecombobox</b></a></td>
<td align="right"><a accesskey="n" href="GimpProgressBar.html"><b>GimpProgressBar&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimppaths.html" title="gimppaths">
<link rel="next" href="libgimp-gimppixelrgn.html" title="gimppixelrgn">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppaths.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppixelrgn.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541791" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2600527" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppixelfetcher"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppixelfetcher</span></h2>
<h2>
<a name="id2541791"></a><span class="refentrytitle">gimppixelfetcher</span>
</h2>
<p>gimppixelfetcher &#8212; Functions for operating on pixel regions.</p>
</td>
<td valign="top" align="right"></td>
@ -64,7 +72,7 @@ void <a href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-destroy">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2579085"></a><h2>Description</h2>
<a name="id2600527"></a><h2>Description</h2>
<p>
These functions provide neighbourhood-based algorithms which get
dramatically slower on region boundaries, to the point where a special
@ -74,11 +82,11 @@ plug-in code more readable and shorter.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2579102"></a><h2>Details</h2>
<a name="id2600548"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2579108"></a><h3>
<a name="id2600559"></a><h3>
<a name="GimpPixelFetcherEdgeMode"></a>enum GimpPixelFetcherEdgeMode</h3>
<a class="indexterm" name="id2579117"></a><pre class="programlisting">typedef enum
<a class="indexterm" name="id2600570"></a><pre class="programlisting">typedef enum
{
GIMP_PIXEL_FETCHER_EDGE_NONE,
GIMP_PIXEL_FETCHER_EDGE_WRAP,
@ -93,18 +101,18 @@ plug-in code more readable and shorter.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599788"></a><h3>
<a name="id2600589"></a><h3>
<a name="GimpPixelFetcher"></a>GimpPixelFetcher</h3>
<a class="indexterm" name="id2599798"></a><pre class="programlisting">typedef struct _GimpPixelFetcher GimpPixelFetcher;</pre>
<a class="indexterm" name="id2601547"></a><pre class="programlisting">typedef struct _GimpPixelFetcher GimpPixelFetcher;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599814"></a><h3>
<a name="id2601563"></a><h3>
<a name="gimp-pixel-fetcher-new"></a>gimp_pixel_fetcher_new ()</h3>
<a class="indexterm" name="id2599823"></a><pre class="programlisting"><a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a>* gimp_pixel_fetcher_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2601574"></a><pre class="programlisting"><a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a>* gimp_pixel_fetcher_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gboolean shadow);</pre>
<p>
Initialize a pixel region from the drawable.</p>
@ -138,9 +146,9 @@ Initialize a pixel region from the drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599933"></a><h3>
<a name="id2616974"></a><h3>
<a name="gimp-pixel-fetcher-set-edge-mode"></a>gimp_pixel_fetcher_set_edge_mode ()</h3>
<a class="indexterm" name="id2593024"></a><pre class="programlisting">void gimp_pixel_fetcher_set_edge_mode
<a class="indexterm" name="id2616986"></a><pre class="programlisting">void gimp_pixel_fetcher_set_edge_mode
(<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a> mode);</pre>
<p>
@ -168,9 +176,9 @@ Change the edage mode of a previously initialized pixel region.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593108"></a><h3>
<a name="id2617069"></a><h3>
<a name="gimp-pixel-fetcher-set-bg-color"></a>gimp_pixel_fetcher_set_bg_color ()</h3>
<a class="indexterm" name="id2593117"></a><pre class="programlisting">void gimp_pixel_fetcher_set_bg_color (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
<a class="indexterm" name="id2617081"></a><pre class="programlisting">void gimp_pixel_fetcher_set_bg_color (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
@ -199,9 +207,9 @@ Change the background color of a previously initialized pixel region.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2593195"></a><h3>
<a name="id2617158"></a><h3>
<a name="gimp-pixel-fetcher-get-pixel"></a>gimp_pixel_fetcher_get_pixel ()</h3>
<a class="indexterm" name="id2593206"></a><pre class="programlisting">void gimp_pixel_fetcher_get_pixel (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
<a class="indexterm" name="id2617169"></a><pre class="programlisting">void gimp_pixel_fetcher_get_pixel (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
gint x,
gint y,
guchar *pixel);</pre>
@ -242,9 +250,9 @@ Get a pixel from the pixel region.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594173"></a><h3>
<a name="id2603581"></a><h3>
<a name="gimp-pixel-fetcher-put-pixel"></a>gimp_pixel_fetcher_put_pixel ()</h3>
<a class="indexterm" name="id2594184"></a><pre class="programlisting">void gimp_pixel_fetcher_put_pixel (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
<a class="indexterm" name="id2603592"></a><pre class="programlisting">void gimp_pixel_fetcher_put_pixel (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
gint x,
gint y,
const guchar *pixel);</pre>
@ -285,9 +293,9 @@ Set a pixel in the pixel region.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2594307"></a><h3>
<a name="id2603713"></a><h3>
<a name="gimp-pixel-fetcher-destroy"></a>gimp_pixel_fetcher_destroy ()</h3>
<a class="indexterm" name="id2594316"></a><pre class="programlisting">void gimp_pixel_fetcher_destroy (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf);</pre>
<a class="indexterm" name="id2603724"></a><pre class="programlisting">void gimp_pixel_fetcher_destroy (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf);</pre>
<p>
Close a previously initializd pixel region.</p>
<p>
@ -305,9 +313,5 @@ Close a previously initializd pixel region.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppaths.html"><b>&lt;&lt;&#160;gimppaths</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimppixelrgn.html"><b>gimppixelrgn&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
<link rel="next" href="libgimp-gimpregioniterator.html" title="gimpregioniterator">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppixelfetcher.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpregioniterator.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2549209" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2601236" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppixelrgn"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimppixelrgn</span></h2>
<h2>
<a name="id2549209"></a><span class="refentrytitle">gimppixelrgn</span>
</h2>
<p>gimppixelrgn &#8212; Functions for operating on pixel regions.</p>
</td>
<td valign="top" align="right"></td>
@ -103,7 +111,7 @@ gpointer <a href="libgimp-gimppixelrgn.html#gimp-pixel-rgns-process">gimp_pix
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2595954"></a><h2>Description</h2>
<a name="id2601236"></a><h2>Description</h2>
<p>
Functions for operating on pixel regions. These functions provide
fast ways of accessing and modifying portions of a drawable.
@ -111,11 +119,11 @@ fast ways of accessing and modifying portions of a drawable.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2595967"></a><h2>Details</h2>
<a name="id2601254"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2595973"></a><h3>
<a name="id2601265"></a><h3>
<a name="GimpPixelRgn"></a>GimpPixelRgn</h3>
<a class="indexterm" name="id2595983"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2601277"></a><pre class="programlisting">typedef struct {
guchar *data; /* pointer to region data */
GimpDrawable *drawable; /* pointer to drawable */
guint bpp; /* bytes per pixel */
@ -133,9 +141,9 @@ fast ways of accessing and modifying portions of a drawable.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2535429"></a><h3>
<a name="id2575586"></a><h3>
<a name="gimp-pixel-rgn-init"></a>gimp_pixel_rgn_init ()</h3>
<a class="indexterm" name="id2551005"></a><pre class="programlisting">void gimp_pixel_rgn_init (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2550652"></a><pre class="programlisting">void gimp_pixel_rgn_init (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
gint x,
gint y,
@ -245,9 +253,9 @@ The <em class="parameter"><code>dirty</code></em> and <em class="parameter"><cod
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610812"></a><h3>
<a name="id2602881"></a><h3>
<a name="gimp-pixel-rgn-resize"></a>gimp_pixel_rgn_resize ()</h3>
<a class="indexterm" name="id2610821"></a><pre class="programlisting">void gimp_pixel_rgn_resize (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2602892"></a><pre class="programlisting">void gimp_pixel_rgn_resize (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
gint x,
gint y,
gint width,
@ -297,9 +305,9 @@ Change the position and size of a previously initialized pixel region.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610952"></a><h3>
<a name="id2619845"></a><h3>
<a name="gimp-pixel-rgn-get-pixel"></a>gimp_pixel_rgn_get_pixel ()</h3>
<a class="indexterm" name="id2610960"></a><pre class="programlisting">void gimp_pixel_rgn_get_pixel (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2619856"></a><pre class="programlisting">void gimp_pixel_rgn_get_pixel (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
guchar *buf,
gint x,
gint y);</pre>
@ -344,9 +352,9 @@ rgb drawable and 4 <span class="type">guchar</span> for rgb with alpha drawable.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611130"></a><h3>
<a name="id2620026"></a><h3>
<a name="gimp-pixel-rgn-get-row"></a>gimp_pixel_rgn_get_row ()</h3>
<a class="indexterm" name="id2611139"></a><pre class="programlisting">void gimp_pixel_rgn_get_row (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620036"></a><pre class="programlisting">void gimp_pixel_rgn_get_row (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
guchar *buf,
gint x,
gint y,
@ -396,9 +404,9 @@ Get several pixels of a region in a row. This function fills the buffer
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611313"></a><h3>
<a name="id2620211"></a><h3>
<a name="gimp-pixel-rgn-get-col"></a>gimp_pixel_rgn_get_col ()</h3>
<a class="indexterm" name="id2611322"></a><pre class="programlisting">void gimp_pixel_rgn_get_col (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620221"></a><pre class="programlisting">void gimp_pixel_rgn_get_col (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
guchar *buf,
gint x,
gint y,
@ -448,9 +456,9 @@ Get several pixels of a region's column. This function fills the buffer
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611496"></a><h3>
<a name="id2620396"></a><h3>
<a name="gimp-pixel-rgn-get-rect"></a>gimp_pixel_rgn_get_rect ()</h3>
<a class="indexterm" name="id2611504"></a><pre class="programlisting">void gimp_pixel_rgn_get_rect (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620406"></a><pre class="programlisting">void gimp_pixel_rgn_get_rect (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
guchar *buf,
gint x,
gint y,
@ -508,9 +516,9 @@ from (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611734"></a><h3>
<a name="id2620636"></a><h3>
<a name="gimp-pixel-rgn-set-pixel"></a>gimp_pixel_rgn_set_pixel ()</h3>
<a class="indexterm" name="id2611742"></a><pre class="programlisting">void gimp_pixel_rgn_set_pixel (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620646"></a><pre class="programlisting">void gimp_pixel_rgn_set_pixel (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
const guchar *buf,
gint x,
gint y);</pre>
@ -551,9 +559,9 @@ Set the pixel at (<em class="parameter"><code>x</code></em>, <em class="paramete
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611874"></a><h3>
<a name="id2620778"></a><h3>
<a name="gimp-pixel-rgn-set-row"></a>gimp_pixel_rgn_set_row ()</h3>
<a class="indexterm" name="id2611883"></a><pre class="programlisting">void gimp_pixel_rgn_set_row (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620788"></a><pre class="programlisting">void gimp_pixel_rgn_set_row (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
const guchar *buf,
gint x,
gint y,
@ -603,9 +611,9 @@ from (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612057"></a><h3>
<a name="id2620964"></a><h3>
<a name="gimp-pixel-rgn-set-col"></a>gimp_pixel_rgn_set_col ()</h3>
<a class="indexterm" name="id2612065"></a><pre class="programlisting">void gimp_pixel_rgn_set_col (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2620975"></a><pre class="programlisting">void gimp_pixel_rgn_set_col (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
const guchar *buf,
gint x,
gint y,
@ -655,9 +663,9 @@ from (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612241"></a><h3>
<a name="id2621151"></a><h3>
<a name="gimp-pixel-rgn-set-rect"></a>gimp_pixel_rgn_set_rect ()</h3>
<a class="indexterm" name="id2612250"></a><pre class="programlisting">void gimp_pixel_rgn_set_rect (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
<a class="indexterm" name="id2621161"></a><pre class="programlisting">void gimp_pixel_rgn_set_rect (<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> *pr,
const guchar *buf,
gint x,
gint y,
@ -715,9 +723,9 @@ Set all the pixel of the rectangle defined by <em class="parameter"><code>x</cod
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612482"></a><h3>
<a name="id2621394"></a><h3>
<a name="gimp-pixel-rgns-register"></a>gimp_pixel_rgns_register ()</h3>
<a class="indexterm" name="id2612490"></a><pre class="programlisting">gpointer gimp_pixel_rgns_register (gint nrgns,
<a class="indexterm" name="id2621404"></a><pre class="programlisting">gpointer gimp_pixel_rgns_register (gint nrgns,
...);</pre>
<p>
This is the varargs version of <a href="libgimp-gimppixelrgn.html#gimp-pixel-rgns-register2"><span class="type">gimp_pixel_rgns_register2</span></a>.</p>
@ -750,9 +758,9 @@ This is the varargs version of <a href="libgimp-gimppixelrgn.html#gimp-pixel-rgn
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612583"></a><h3>
<a name="id2621497"></a><h3>
<a name="gimp-pixel-rgns-register2"></a>gimp_pixel_rgns_register2 ()</h3>
<a class="indexterm" name="id2612592"></a><pre class="programlisting">gpointer gimp_pixel_rgns_register2 (gint nrgns,
<a class="indexterm" name="id2621508"></a><pre class="programlisting">gpointer gimp_pixel_rgns_register2 (gint nrgns,
<a href="libgimp-gimppixelrgn.html#GimpPixelRgn">GimpPixelRgn</a> **prs);</pre>
<p>
It takes a number of initialized regions of the same size and provides a
@ -796,9 +804,9 @@ This function has to be used together with gimp_pixel_rgns_process in a loop.</p
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612698"></a><h3>
<a name="id2621614"></a><h3>
<a name="gimp-pixel-rgns-process"></a>gimp_pixel_rgns_process ()</h3>
<a class="indexterm" name="id2612706"></a><pre class="programlisting">gpointer gimp_pixel_rgns_process (gpointer pri_ptr);</pre>
<a class="indexterm" name="id2621624"></a><pre class="programlisting">gpointer gimp_pixel_rgns_process (gpointer pri_ptr);</pre>
<p>
This function update the regions registered previously with one of the
<a href="libgimp-gimppixelrgn.html#gimp-pixel-rgns-register"><span class="type">gimp_pixel_rgns_register</span></a>* functions to their next tile.</p>
@ -827,9 +835,5 @@ any tiles left.
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppixelfetcher.html"><b>&lt;&lt;&#160;gimppixelfetcher</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpregioniterator.html"><b>gimpregioniterator&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimpmessage.html" title="gimpmessage">
<link rel="next" href="libgimp-gimpproceduraldb.html" title="gimpproceduraldb">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpmessage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpproceduraldb.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2540324" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2536887" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpplugin"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpplugin</span></h2>
<h2>
<a name="id2540324"></a><span class="refentrytitle">gimpplugin</span>
</h2>
<p>gimpplugin &#8212; Functions useful for plugins, e.g. registration and progress indicators.</p>
</td>
<td valign="top" align="right"></td>
@ -53,18 +61,18 @@ gboolean <a href="libgimp-gimpplugin.html#gimp-plugin-menu-register">gimp_plu
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2525422"></a><h2>Description</h2>
<a name="id2536887"></a><h2>Description</h2>
<p>
Functions useful for plugins, e.g. registration and progress indicators.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2525434"></a><h2>Details</h2>
<a name="id2536904"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2525440"></a><h3>
<a name="id2536915"></a><h3>
<a name="gimp-plugin-domain-register"></a>gimp_plugin_domain_register ()</h3>
<a class="indexterm" name="id2525449"></a><pre class="programlisting">gboolean gimp_plugin_domain_register (const gchar *domain_name,
<a class="indexterm" name="id2536926"></a><pre class="programlisting">gboolean gimp_plugin_domain_register (const gchar *domain_name,
const gchar *domain_path);</pre>
<p>
Registers a textdomain for localisation.
@ -107,9 +115,9 @@ called before any procedure is installed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560414"></a><h3>
<a name="id2557680"></a><h3>
<a name="gimp-plugin-help-register"></a>gimp_plugin_help_register ()</h3>
<a class="indexterm" name="id2560423"></a><pre class="programlisting">gboolean gimp_plugin_help_register (const gchar *domain_name,
<a class="indexterm" name="id2557691"></a><pre class="programlisting">gboolean gimp_plugin_help_register (const gchar *domain_name,
const gchar *domain_uri);</pre>
<p>
Register a help path for a plug-in.
@ -147,9 +155,9 @@ interpreted relative to this rootdir.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560510"></a><h3>
<a name="id2557779"></a><h3>
<a name="gimp-plugin-icon-register"></a>gimp_plugin_icon_register ()</h3>
<a class="indexterm" name="id2560519"></a><pre class="programlisting">gboolean gimp_plugin_icon_register (const gchar *procedure_name,
<a class="indexterm" name="id2557790"></a><pre class="programlisting">gboolean gimp_plugin_icon_register (const gchar *procedure_name,
<a href="libgimp-gimpenums.html#GimpIconType">GimpIconType</a> icon_type,
const guint8 *icon_data);</pre>
<p>
@ -189,9 +197,9 @@ interpreted relative to this rootdir.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560618"></a><h3>
<a name="id2569402"></a><h3>
<a name="gimp-plugin-menu-register"></a>gimp_plugin_menu_register ()</h3>
<a class="indexterm" name="id2560627"></a><pre class="programlisting">gboolean gimp_plugin_menu_register (const gchar *procedure_name,
<a class="indexterm" name="id2569415"></a><pre class="programlisting">gboolean gimp_plugin_menu_register (const gchar *procedure_name,
const gchar *menu_path);</pre>
<p>
Register an additional menu path for a plug-in procedure.
@ -231,9 +239,5 @@ procedure.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpmessage.html"><b>&lt;&lt;&#160;gimpmessage</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpproceduraldb.html"><b>gimpproceduraldb&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimpplugin.html" title="gimpplugin">
<link rel="next" href="libgimp-gimpprogress.html" title="gimpprogress">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpplugin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpprogress.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2551495" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2574671" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpproceduraldb"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpproceduraldb</span></h2>
<h2>
<a name="id2551495"></a><span class="refentrytitle">gimpproceduraldb</span>
</h2>
<p>gimpproceduraldb &#8212; Functions for querying and changing procedural database (PDB) entries.</p>
</td>
<td valign="top" align="right"></td>
@ -89,18 +97,18 @@ gint <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data-s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2560950"></a><h2>Description</h2>
<a name="id2574671"></a><h2>Description</h2>
<p>
Functions for querying and changing procedural database (PDB) entries.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2560962"></a><h2>Details</h2>
<a name="id2574687"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2560968"></a><h3>
<a name="id2574698"></a><h3>
<a name="gimp-procedural-db-temp-name"></a>gimp_procedural_db_temp_name ()</h3>
<a class="indexterm" name="id2560978"></a><pre class="programlisting">gchar* gimp_procedural_db_temp_name (void);</pre>
<a class="indexterm" name="id2574709"></a><pre class="programlisting">gchar* gimp_procedural_db_temp_name (void);</pre>
<p>
Generates a unique temporary PDB name.
</p>
@ -123,9 +131,9 @@ dialogs to generate a PDB entry name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561025"></a><h3>
<a name="id2574756"></a><h3>
<a name="gimp-procedural-db-proc-info"></a>gimp_procedural_db_proc_info ()</h3>
<a class="indexterm" name="id2561036"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_info (const gchar *procedure,
<a class="indexterm" name="id2574768"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_info (const gchar *procedure,
gchar **blurb,
gchar **help,
gchar **author,
@ -231,9 +239,9 @@ about each input argument and return value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561881"></a><h3>
<a name="id2569663"></a><h3>
<a name="gimp-procedural-db-get-data"></a>gimp_procedural_db_get_data ()</h3>
<a class="indexterm" name="id2561890"></a><pre class="programlisting">gboolean gimp_procedural_db_get_data (const gchar *identifier,
<a class="indexterm" name="id2569675"></a><pre class="programlisting">gboolean gimp_procedural_db_get_data (const gchar *identifier,
gpointer data);</pre>
<p>
Returns data associated with the specified identifier.
@ -272,9 +280,9 @@ the identifier
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2561978"></a><h3>
<a name="id2569763"></a><h3>
<a name="gimp-procedural-db-set-data"></a>gimp_procedural_db_set_data ()</h3>
<a class="indexterm" name="id2561988"></a><pre class="programlisting">gboolean gimp_procedural_db_set_data (const gchar *identifier,
<a class="indexterm" name="id2569775"></a><pre class="programlisting">gboolean gimp_procedural_db_set_data (const gchar *identifier,
gpointer data,
guint32 bytes);</pre>
<p>
@ -319,9 +327,9 @@ identifier. The data may be subsequently retrieved by a call to
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568691"></a><h3>
<a name="id2576539"></a><h3>
<a name="gimp-procedural-db-dump"></a>gimp_procedural_db_dump ()</h3>
<a class="indexterm" name="id2568700"></a><pre class="programlisting">gboolean gimp_procedural_db_dump (const gchar *filename);</pre>
<a class="indexterm" name="id2576550"></a><pre class="programlisting">gboolean gimp_procedural_db_dump (const gchar *filename);</pre>
<p>
Dumps the current contents of the procedural database
</p>
@ -354,9 +362,9 @@ script, which generates a texinfo document.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568762"></a><h3>
<a name="id2576613"></a><h3>
<a name="gimp-procedural-db-query"></a>gimp_procedural_db_query ()</h3>
<a class="indexterm" name="id2568771"></a><pre class="programlisting">gboolean gimp_procedural_db_query (const gchar *name,
<a class="indexterm" name="id2576624"></a><pre class="programlisting">gboolean gimp_procedural_db_query (const gchar *name,
const gchar *blurb,
const gchar *help,
const gchar *author,
@ -453,9 +461,9 @@ entries is 0.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568983"></a><h3>
<a name="id2576841"></a><h3>
<a name="gimp-procedural-db-proc-arg"></a>gimp_procedural_db_proc_arg ()</h3>
<a class="indexterm" name="id2568992"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_arg (const gchar *procedure,
<a class="indexterm" name="id2576852"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_arg (const gchar *procedure,
gint arg_num,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
@ -516,9 +524,9 @@ argument. The argument type, name, and a description are retrieved.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2569129"></a><h3>
<a name="id2576989"></a><h3>
<a name="gimp-procedural-db-proc-val"></a>gimp_procedural_db_proc_val ()</h3>
<a class="indexterm" name="id2569138"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_val (const gchar *procedure,
<a class="indexterm" name="id2577000"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_val (const gchar *procedure,
gint val_num,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
@ -580,9 +588,9 @@ retrieved.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2569276"></a><h3>
<a name="id2577138"></a><h3>
<a name="gimp-procedural-db-get-data-size"></a>gimp_procedural_db_get_data_size ()</h3>
<a class="indexterm" name="id2569287"></a><pre class="programlisting">gint gimp_procedural_db_get_data_size
<a class="indexterm" name="id2577151"></a><pre class="programlisting">gint gimp_procedural_db_get_data_size
(const gchar *identifier);</pre>
<p>
Returns size of data associated with the specified identifier.
@ -614,9 +622,5 @@ associated with the identifier, an error is returned.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpplugin.html"><b>&lt;&lt;&#160;gimpplugin</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpprogress.html"><b>gimpprogress&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimpproceduraldb.html" title="gimpproceduraldb">
<link rel="next" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpproceduraldb.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-image.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2536579" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2575763" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpprogress"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpprogress</span></h2>
<h2>
<a name="id2536579"></a><span class="refentrytitle">gimpprogress</span>
</h2>
<p>gimpprogress &#8212; Functions for embedding the progress bar into a plug-in's GUI.</p>
</td>
<td valign="top" align="right"></td>
@ -61,17 +69,17 @@ gboolean <a href="libgimp-gimpprogress.html#gimp-progress-cancel">gimp_progre
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2559009"></a><h2>Description</h2>
<a name="id2575763"></a><h2>Description</h2>
<p>
Functions for embedding the progress bar into a plug-in's GUI.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2559021"></a><h2>Details</h2>
<a name="id2575780"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2559027"></a><h3>
<a name="id2575791"></a><h3>
<a name="GimpProgressStartCallback"></a>GimpProgressStartCallback ()</h3>
<a class="indexterm" name="id2559036"></a><pre class="programlisting">void (*GimpProgressStartCallback) (const gchar *message,
<a class="indexterm" name="id2575802"></a><pre class="programlisting">void (*GimpProgressStartCallback) (const gchar *message,
gboolean cancelable,
gpointer user_data);</pre>
<p>
@ -105,9 +113,9 @@ Functions for embedding the progress bar into a plug-in's GUI.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559124"></a><h3>
<a name="id2575890"></a><h3>
<a name="GimpProgressEndCallback"></a>GimpProgressEndCallback ()</h3>
<a class="indexterm" name="id2559133"></a><pre class="programlisting">void (*GimpProgressEndCallback) (gpointer user_data);</pre>
<a class="indexterm" name="id2575901"></a><pre class="programlisting">void (*GimpProgressEndCallback) (gpointer user_data);</pre>
<p>
</p>
@ -125,9 +133,9 @@ Functions for embedding the progress bar into a plug-in's GUI.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2567978"></a><h3>
<a name="id2575946"></a><h3>
<a name="GimpProgressTextCallback"></a>GimpProgressTextCallback ()</h3>
<a class="indexterm" name="id2567986"></a><pre class="programlisting">void (*GimpProgressTextCallback) (const gchar *message,
<a class="indexterm" name="id2575957"></a><pre class="programlisting">void (*GimpProgressTextCallback) (const gchar *message,
gpointer user_data);</pre>
<p>
@ -154,9 +162,9 @@ Functions for embedding the progress bar into a plug-in's GUI.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568053"></a><h3>
<a name="id2523190"></a><h3>
<a name="GimpProgressValueCallback"></a>GimpProgressValueCallback ()</h3>
<a class="indexterm" name="id2568062"></a><pre class="programlisting">void (*GimpProgressValueCallback) (gdouble percentage,
<a class="indexterm" name="id2523202"></a><pre class="programlisting">void (*GimpProgressValueCallback) (gdouble percentage,
gpointer user_data);</pre>
<p>
@ -183,9 +191,9 @@ Functions for embedding the progress bar into a plug-in's GUI.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2568128"></a><h3>
<a name="id2523268"></a><h3>
<a name="gimp-progress-init"></a>gimp_progress_init ()</h3>
<a class="indexterm" name="id2568138"></a><pre class="programlisting">gboolean gimp_progress_init (const gchar *message);</pre>
<a class="indexterm" name="id2523280"></a><pre class="programlisting">gboolean gimp_progress_init (const gchar *message);</pre>
<p>
Initializes the progress bar for the current plug-in.
</p>
@ -215,9 +223,9 @@ valid to call this procedure from a plug-in.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562748"></a><h3>
<a name="id2523345"></a><h3>
<a name="gimp-progress-update"></a>gimp_progress_update ()</h3>
<a class="indexterm" name="id2562756"></a><pre class="programlisting">gboolean gimp_progress_update (gdouble percentage);</pre>
<a class="indexterm" name="id2523356"></a><pre class="programlisting">gboolean gimp_progress_update (gdouble percentage);</pre>
<p>
Updates the progress bar for the current plug-in.
</p>
@ -247,9 +255,9 @@ to call this procedure from a plug-in.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562823"></a><h3>
<a name="id2523423"></a><h3>
<a name="gimp-progress-install"></a>gimp_progress_install ()</h3>
<a class="indexterm" name="id2562832"></a><pre class="programlisting">const gchar* gimp_progress_install (<a href="libgimp-gimpprogress.html#GimpProgressStartCallback">GimpProgressStartCallback</a> start_callback,
<a class="indexterm" name="id2523436"></a><pre class="programlisting">const gchar* gimp_progress_install (<a href="libgimp-gimpprogress.html#GimpProgressStartCallback">GimpProgressStartCallback</a> start_callback,
<a href="libgimp-gimpprogress.html#GimpProgressEndCallback">GimpProgressEndCallback</a> end_callback,
<a href="libgimp-gimpprogress.html#GimpProgressTextCallback">GimpProgressTextCallback</a> text_callback,
<a href="libgimp-gimpprogress.html#GimpProgressValueCallback">GimpProgressValueCallback</a> value_callback,
@ -306,9 +314,9 @@ to call this procedure from a plug-in.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562984"></a><h3>
<a name="id2545274"></a><h3>
<a name="gimp-progress-uninstall"></a>gimp_progress_uninstall ()</h3>
<a class="indexterm" name="id2562993"></a><pre class="programlisting">gpointer gimp_progress_uninstall (const gchar *progress_callback);</pre>
<a class="indexterm" name="id2545287"></a><pre class="programlisting">gpointer gimp_progress_uninstall (const gchar *progress_callback);</pre>
<p>
Uninstalls a temporary progress procedure that was installed using
<a href="libgimp-gimpprogress.html#gimp-progress-install"><code class="function">gimp_progress_install()</code></a>.</p>
@ -338,9 +346,9 @@ Uninstalls a temporary progress procedure that was installed using
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2515911"></a><h3>
<a name="id2545376"></a><h3>
<a name="gimp-progress-cancel"></a>gimp_progress_cancel ()</h3>
<a class="indexterm" name="id2515920"></a><pre class="programlisting">gboolean gimp_progress_cancel (const gchar *progress_callback);</pre>
<a class="indexterm" name="id2545390"></a><pre class="programlisting">gboolean gimp_progress_cancel (const gchar *progress_callback);</pre>
<p>
Cancels a running progress.
</p>
@ -372,9 +380,5 @@ This function cancels the currently running progress.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpproceduraldb.html"><b>&lt;&lt;&#160;gimpproceduraldb</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-image.html"><b>Manupulating Images and all their Properties&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimppixelrgn.html" title="gimppixelrgn">
<link rel="next" href="libgimp-gimpselection.html" title="gimpselection">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppixelrgn.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpselection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2539869" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618358" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpregioniterator"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpregioniterator</span></h2>
<h2>
<a name="id2539869"></a><span class="refentrytitle">gimpregioniterator</span>
</h2>
<p>gimpregioniterator &#8212; Functions to traverse a pixel regions.</p>
</td>
<td valign="top" align="right"></td>
@ -88,7 +96,7 @@ void <a href="libgimp-gimpregioniterator.html#gimp-rgn-iterate2">gimp_rgn
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2609334"></a><h2>Description</h2>
<a name="id2618358"></a><h2>Description</h2>
<p>
The GimpRgnIterator functions provide a variety
of common ways to traverse a PixelRegion,
@ -96,20 +104,20 @@ using a pre-defined function pointer per pixel.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2609347"></a><h2>Details</h2>
<a name="id2618376"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2609354"></a><h3>
<a name="id2618387"></a><h3>
<a name="GimpRgnIterator"></a>GimpRgnIterator</h3>
<a class="indexterm" name="id2609364"></a><pre class="programlisting">typedef struct _GimpRgnIterator GimpRgnIterator;</pre>
<a class="indexterm" name="id2618399"></a><pre class="programlisting">typedef struct _GimpRgnIterator GimpRgnIterator;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609380"></a><h3>
<a name="id2618416"></a><h3>
<a name="GimpRgnFunc1"></a>GimpRgnFunc1 ()</h3>
<a class="indexterm" name="id2609390"></a><pre class="programlisting">void (*GimpRgnFunc1) (const guchar *src,
<a class="indexterm" name="id2618428"></a><pre class="programlisting">void (*GimpRgnFunc1) (const guchar *src,
gint bpp,
gpointer data);</pre>
<p>
@ -143,9 +151,9 @@ using a pre-defined function pointer per pixel.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609478"></a><h3>
<a name="id2618516"></a><h3>
<a name="GimpRgnFunc2"></a>GimpRgnFunc2 ()</h3>
<a class="indexterm" name="id2609488"></a><pre class="programlisting">void (*GimpRgnFunc2) (const guchar *src,
<a class="indexterm" name="id2618528"></a><pre class="programlisting">void (*GimpRgnFunc2) (const guchar *src,
guchar *dest,
gint bpp,
gpointer data);</pre>
@ -186,9 +194,9 @@ using a pre-defined function pointer per pixel.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599533"></a><h3>
<a name="id2608258"></a><h3>
<a name="GimpRgnFuncSrc"></a>GimpRgnFuncSrc ()</h3>
<a class="indexterm" name="id2599543"></a><pre class="programlisting">void (*GimpRgnFuncSrc) (gint x,
<a class="indexterm" name="id2608271"></a><pre class="programlisting">void (*GimpRgnFuncSrc) (gint x,
gint y,
const guchar *src,
gint bpp,
@ -236,9 +244,9 @@ using a pre-defined function pointer per pixel.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599672"></a><h3>
<a name="id2608400"></a><h3>
<a name="GimpRgnFuncDest"></a>GimpRgnFuncDest ()</h3>
<a class="indexterm" name="id2599683"></a><pre class="programlisting">void (*GimpRgnFuncDest) (gint x,
<a class="indexterm" name="id2608412"></a><pre class="programlisting">void (*GimpRgnFuncDest) (gint x,
gint y,
guchar *dest,
gint bpp,
@ -286,9 +294,9 @@ using a pre-defined function pointer per pixel.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612845"></a><h3>
<a name="id2621771"></a><h3>
<a name="GimpRgnFuncSrcDest"></a>GimpRgnFuncSrcDest ()</h3>
<a class="indexterm" name="id2612854"></a><pre class="programlisting">void (*GimpRgnFuncSrcDest) (gint x,
<a class="indexterm" name="id2621782"></a><pre class="programlisting">void (*GimpRgnFuncSrcDest) (gint x,
gint y,
const guchar *src,
guchar *dest,
@ -343,9 +351,9 @@ using a pre-defined function pointer per pixel.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612988"></a><h3>
<a name="id2621918"></a><h3>
<a name="gimp-rgn-iterator-new"></a>gimp_rgn_iterator_new ()</h3>
<a class="indexterm" name="id2612997"></a><pre class="programlisting"><a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a>* gimp_rgn_iterator_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2621929"></a><pre class="programlisting"><a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a>* gimp_rgn_iterator_new (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> unused);</pre>
<p>
Creates a new <a href="libgimp-gimpregioniterator.html#GimpRgnIterator"><span class="type">GimpRgnIterator</span></a> for <em class="parameter"><code>drawable</code></em>. The <a href="libgimp-gimpenums.html#GimpRunMode"><span class="type">GimpRunMode</span></a>
@ -379,9 +387,9 @@ parameter is ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613113"></a><h3>
<a name="id2622044"></a><h3>
<a name="gimp-rgn-iterator-free"></a>gimp_rgn_iterator_free ()</h3>
<a class="indexterm" name="id2613122"></a><pre class="programlisting">void gimp_rgn_iterator_free (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter);</pre>
<a class="indexterm" name="id2622056"></a><pre class="programlisting">void gimp_rgn_iterator_free (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter);</pre>
<p>
Frees the resources allocated for <em class="parameter"><code>iter</code></em>.</p>
<p>
@ -399,9 +407,9 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613184"></a><h3>
<a name="id2622118"></a><h3>
<a name="gimp-rgn-iterator-src"></a>gimp_rgn_iterator_src ()</h3>
<a class="indexterm" name="id2613193"></a><pre class="programlisting">void gimp_rgn_iterator_src (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a class="indexterm" name="id2622129"></a><pre class="programlisting">void gimp_rgn_iterator_src (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a href="libgimp-gimpregioniterator.html#GimpRgnFuncSrc">GimpRgnFuncSrc</a> func,
gpointer data);</pre>
<p>
@ -435,9 +443,9 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613281"></a><h3>
<a name="id2622218"></a><h3>
<a name="gimp-rgn-iterator-dest"></a>gimp_rgn_iterator_dest ()</h3>
<a class="indexterm" name="id2613290"></a><pre class="programlisting">void gimp_rgn_iterator_dest (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a class="indexterm" name="id2622229"></a><pre class="programlisting">void gimp_rgn_iterator_dest (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a href="libgimp-gimpregioniterator.html#GimpRgnFuncDest">GimpRgnFuncDest</a> func,
gpointer data);</pre>
<p>
@ -471,9 +479,9 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613378"></a><h3>
<a name="id2622317"></a><h3>
<a name="gimp-rgn-iterator-src-dest"></a>gimp_rgn_iterator_src_dest ()</h3>
<a class="indexterm" name="id2613387"></a><pre class="programlisting">void gimp_rgn_iterator_src_dest (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a class="indexterm" name="id2622328"></a><pre class="programlisting">void gimp_rgn_iterator_src_dest (<a href="libgimp-gimpregioniterator.html#GimpRgnIterator">GimpRgnIterator</a> *iter,
<a href="libgimp-gimpregioniterator.html#GimpRgnFuncSrcDest">GimpRgnFuncSrcDest</a> func,
gpointer data);</pre>
<p>
@ -507,9 +515,9 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613476"></a><h3>
<a name="id2622416"></a><h3>
<a name="gimp-rgn-iterate1"></a>gimp_rgn_iterate1 ()</h3>
<a class="indexterm" name="id2613486"></a><pre class="programlisting">void gimp_rgn_iterate1 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2622429"></a><pre class="programlisting">void gimp_rgn_iterate1 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> unused,
<a href="libgimp-gimpregioniterator.html#GimpRgnFunc1">GimpRgnFunc1</a> func,
gpointer data);</pre>
@ -550,9 +558,9 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613595"></a><h3>
<a name="id2622538"></a><h3>
<a name="gimp-rgn-iterate2"></a>gimp_rgn_iterate2 ()</h3>
<a class="indexterm" name="id2613605"></a><pre class="programlisting">void gimp_rgn_iterate2 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a class="indexterm" name="id2622550"></a><pre class="programlisting">void gimp_rgn_iterate2 (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
<a href="libgimp-gimpenums.html#GimpRunMode">GimpRunMode</a> unused,
<a href="libgimp-gimpregioniterator.html#GimpRgnFunc2">GimpRgnFunc2</a> func,
gpointer data);</pre>
@ -593,9 +601,5 @@ Frees the resources allocated for <em class="parameter"><code>iter</code></em>.<
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppixelrgn.html"><b>&lt;&lt;&#160;gimppixelrgn</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpselection.html"><b>gimpselection&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpregioniterator.html" title="gimpregioniterator">
<link rel="next" href="libgimp-gimptexttool.html" title="gimptexttool">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpregioniterator.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimptexttool.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566315" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2619523" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpselection"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpselection</span></h2>
<h2>
<a name="id2566315"></a><span class="refentrytitle">gimpselection</span>
</h2>
<p>gimpselection &#8212; Functions for manipulating selections.</p>
</td>
<td valign="top" align="right"></td>
@ -79,18 +87,18 @@ gboolean <a href="libgimp-gimpselection.html#gimp-selection-combine">gimp_sel
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2594921"></a><h2>Description</h2>
<a name="id2619523"></a><h2>Description</h2>
<p>
Functions for manipulating selections.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2594932"></a><h2>Details</h2>
<a name="id2619539"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2594938"></a><h3>
<a name="id2619549"></a><h3>
<a name="gimp-selection-bounds"></a>gimp_selection_bounds ()</h3>
<a class="indexterm" name="id2594947"></a><pre class="programlisting">gboolean gimp_selection_bounds (gint32 image_ID,
<a class="indexterm" name="id2619561"></a><pre class="programlisting">gboolean gimp_selection_bounds (gint32 image_ID,
gboolean *non_empty,
gint *x1,
gint *y1,
@ -161,9 +169,9 @@ pixel. This means the width of the selection can be calculated as
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595126"></a><h3>
<a name="id2617295"></a><h3>
<a name="gimp-selection-all"></a>gimp_selection_all ()</h3>
<a class="indexterm" name="id2595137"></a><pre class="programlisting">gboolean gimp_selection_all (gint32 image_ID);</pre>
<a class="indexterm" name="id2617307"></a><pre class="programlisting">gboolean gimp_selection_all (gint32 image_ID);</pre>
<p>
Select all of the image.
</p>
@ -193,9 +201,9 @@ image. Every pixel in the selection channel is set to 255.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595201"></a><h3>
<a name="id2617372"></a><h3>
<a name="gimp-selection-none"></a>gimp_selection_none ()</h3>
<a class="indexterm" name="id2595212"></a><pre class="programlisting">gboolean gimp_selection_none (gint32 image_ID);</pre>
<a class="indexterm" name="id2617384"></a><pre class="programlisting">gboolean gimp_selection_none (gint32 image_ID);</pre>
<p>
Deselect the entire image.
</p>
@ -225,9 +233,9 @@ selection channel is set to 0.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2595276"></a><h3>
<a name="id2617448"></a><h3>
<a name="gimp-selection-clear"></a>gimp_selection_clear ()</h3>
<a class="indexterm" name="id2595285"></a><pre class="programlisting">gboolean gimp_selection_clear (gint32 image_ID);</pre>
<a class="indexterm" name="id2617462"></a><pre class="programlisting">gboolean gimp_selection_clear (gint32 image_ID);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_selection_clear</code> is deprecated and should not be used in newly-written code.</p>
@ -257,9 +265,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpselection.html#gimp-selec
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615085"></a><h3>
<a name="id2624084"></a><h3>
<a name="gimp-selection-is-empty"></a>gimp_selection_is_empty ()</h3>
<a class="indexterm" name="id2615093"></a><pre class="programlisting">gboolean gimp_selection_is_empty (gint32 image_ID);</pre>
<a class="indexterm" name="id2624094"></a><pre class="programlisting">gboolean gimp_selection_is_empty (gint32 image_ID);</pre>
<p>
Determine whether the selection is empty.
</p>
@ -289,9 +297,9 @@ image is not empty.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615152"></a><h3>
<a name="id2624153"></a><h3>
<a name="gimp-selection-float"></a>gimp_selection_float ()</h3>
<a class="indexterm" name="id2615161"></a><pre class="programlisting">gint32 gimp_selection_float (gint32 image_ID,
<a class="indexterm" name="id2624163"></a><pre class="programlisting">gint32 gimp_selection_float (gint32 image_ID,
gint32 drawable_ID,
gint offx,
gint offy);</pre>
@ -346,9 +354,9 @@ positioning of the new floating selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615282"></a><h3>
<a name="id2624289"></a><h3>
<a name="gimp-selection-load"></a>gimp_selection_load ()</h3>
<a class="indexterm" name="id2615292"></a><pre class="programlisting">gboolean gimp_selection_load (gint32 channel_ID);</pre>
<a class="indexterm" name="id2624301"></a><pre class="programlisting">gboolean gimp_selection_load (gint32 channel_ID);</pre>
<p>
Transfer the specified channel to the selection mask.
</p>
@ -377,9 +385,9 @@ This procedure loads the specified channel into the selection mask.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615358"></a><h3>
<a name="id2624367"></a><h3>
<a name="gimp-selection-save"></a>gimp_selection_save ()</h3>
<a class="indexterm" name="id2615368"></a><pre class="programlisting">gint32 gimp_selection_save (gint32 image_ID);</pre>
<a class="indexterm" name="id2624379"></a><pre class="programlisting">gint32 gimp_selection_save (gint32 image_ID);</pre>
<p>
Copy the selection mask to a new channel.
</p>
@ -410,9 +418,9 @@ image's list of channels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615435"></a><h3>
<a name="id2624446"></a><h3>
<a name="gimp-selection-value"></a>gimp_selection_value ()</h3>
<a class="indexterm" name="id2615444"></a><pre class="programlisting">gint gimp_selection_value (gint32 image_ID,
<a class="indexterm" name="id2624458"></a><pre class="programlisting">gint gimp_selection_value (gint32 image_ID,
gint x,
gint y);</pre>
<p>
@ -456,9 +464,9 @@ coordinates. If the coordinates lie out of bounds, 0 is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615552"></a><h3>
<a name="id2624566"></a><h3>
<a name="gimp-selection-grow"></a>gimp_selection_grow ()</h3>
<a class="indexterm" name="id2615562"></a><pre class="programlisting">gboolean gimp_selection_grow (gint32 image_ID,
<a class="indexterm" name="id2624578"></a><pre class="programlisting">gboolean gimp_selection_grow (gint32 image_ID,
gint steps);</pre>
<p>
Grow the image's selection
@ -495,9 +503,9 @@ boundary in all directions by the specified pixel amount.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615648"></a><h3>
<a name="id2624664"></a><h3>
<a name="gimp-selection-shrink"></a>gimp_selection_shrink ()</h3>
<a class="indexterm" name="id2615657"></a><pre class="programlisting">gboolean gimp_selection_shrink (gint32 image_ID,
<a class="indexterm" name="id2624676"></a><pre class="programlisting">gboolean gimp_selection_shrink (gint32 image_ID,
gint radius);</pre>
<p>
Shrink the image's selection
@ -535,9 +543,9 @@ of pixels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615744"></a><h3>
<a name="id2624762"></a><h3>
<a name="gimp-selection-invert"></a>gimp_selection_invert ()</h3>
<a class="indexterm" name="id2615753"></a><pre class="programlisting">gboolean gimp_selection_invert (gint32 image_ID);</pre>
<a class="indexterm" name="id2624773"></a><pre class="programlisting">gboolean gimp_selection_invert (gint32 image_ID);</pre>
<p>
Invert the selection mask.
</p>
@ -567,9 +575,9 @@ selection channel, its new value is calculated as (255 - old_value).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615818"></a><h3>
<a name="id2624839"></a><h3>
<a name="gimp-selection-feather"></a>gimp_selection_feather ()</h3>
<a class="indexterm" name="id2615827"></a><pre class="programlisting">gboolean gimp_selection_feather (gint32 image_ID,
<a class="indexterm" name="id2624850"></a><pre class="programlisting">gboolean gimp_selection_feather (gint32 image_ID,
gdouble radius);</pre>
<p>
Feather the image's selection
@ -606,9 +614,9 @@ using a gaussian blur.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615913"></a><h3>
<a name="id2624936"></a><h3>
<a name="gimp-selection-sharpen"></a>gimp_selection_sharpen ()</h3>
<a class="indexterm" name="id2615922"></a><pre class="programlisting">gboolean gimp_selection_sharpen (gint32 image_ID);</pre>
<a class="indexterm" name="id2624947"></a><pre class="programlisting">gboolean gimp_selection_sharpen (gint32 image_ID);</pre>
<p>
Sharpen the selection mask.
</p>
@ -640,9 +648,9 @@ in the selection mask's boundary.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615989"></a><h3>
<a name="id2625015"></a><h3>
<a name="gimp-selection-border"></a>gimp_selection_border ()</h3>
<a class="indexterm" name="id2615998"></a><pre class="programlisting">gboolean gimp_selection_border (gint32 image_ID,
<a class="indexterm" name="id2625026"></a><pre class="programlisting">gboolean gimp_selection_border (gint32 image_ID,
gint radius);</pre>
<p>
Border the image's selection
@ -680,9 +688,9 @@ selection at every point within the specified radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616085"></a><h3>
<a name="id2625113"></a><h3>
<a name="gimp-selection-translate"></a>gimp_selection_translate ()</h3>
<a class="indexterm" name="id2616094"></a><pre class="programlisting">gboolean gimp_selection_translate (gint32 image_ID,
<a class="indexterm" name="id2625124"></a><pre class="programlisting">gboolean gimp_selection_translate (gint32 image_ID,
gint offx,
gint offy);</pre>
<p>
@ -729,9 +737,9 @@ because of this call are lost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616205"></a><h3>
<a name="id2625235"></a><h3>
<a name="gimp-selection-layer-alpha"></a>gimp_selection_layer_alpha ()</h3>
<a class="indexterm" name="id2616215"></a><pre class="programlisting">gboolean gimp_selection_layer_alpha (gint32 layer_ID);</pre>
<a class="indexterm" name="id2625246"></a><pre class="programlisting">gboolean gimp_selection_layer_alpha (gint32 layer_ID);</pre>
<p>
Transfer the specified layer's alpha channel to the selection mask.
</p>
@ -765,9 +773,9 @@ selection mask value is set to 0.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616286"></a><h3>
<a name="id2625317"></a><h3>
<a name="gimp-selection-combine"></a>gimp_selection_combine ()</h3>
<a class="indexterm" name="id2616295"></a><pre class="programlisting">gboolean gimp_selection_combine (gint32 channel_ID,
<a class="indexterm" name="id2625328"></a><pre class="programlisting">gboolean gimp_selection_combine (gint32 channel_ID,
<a href="libgimp-gimpenums.html#GimpChannelOps">GimpChannelOps</a> operation);</pre>
<p>
Combines the specified channel with the selection mask.
@ -804,9 +812,5 @@ mask.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpregioniterator.html"><b>&lt;&lt;&#160;gimpregioniterator</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimptexttool.html"><b>gimptexttool&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpselection.html" title="gimpselection">
<link rel="next" href="libgimp-gimptile.html" title="gimptile">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpselection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimptile.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2533779" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2619181" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimptexttool"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimptexttool</span></h2>
<h2>
<a name="id2533779"></a><span class="refentrytitle">gimptexttool</span>
</h2>
<p>gimptexttool &#8212; Functions for controlling the text tool.</p>
</td>
<td valign="top" align="right"></td>
@ -94,18 +102,18 @@ gboolean <a href="libgimp-gimptexttool.html#gimp-text-get-extents">gimp_text_
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610562"></a><h2>Description</h2>
<a name="id2619181"></a><h2>Description</h2>
<p>
Functions for controlling the text tool.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2610572"></a><h2>Details</h2>
<a name="id2619196"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2610579"></a><h3>
<a name="id2619207"></a><h3>
<a name="gimp-text-fontname"></a>gimp_text_fontname ()</h3>
<a class="indexterm" name="id2610589"></a><pre class="programlisting">gint32 gimp_text_fontname (gint32 image_ID,
<a class="indexterm" name="id2619219"></a><pre class="programlisting">gint32 gimp_text_fontname (gint32 image_ID,
gint32 drawable_ID,
gdouble x,
gdouble y,
@ -207,9 +215,9 @@ The border is measured in pixels.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614968"></a><h3>
<a name="id2604246"></a><h3>
<a name="gimp-text-get-extents-fontname"></a>gimp_text_get_extents_fontname ()</h3>
<a class="indexterm" name="id2614977"></a><pre class="programlisting">gboolean gimp_text_get_extents_fontname (const gchar *text,
<a class="indexterm" name="id2604257"></a><pre class="programlisting">gboolean gimp_text_get_extents_fontname (const gchar *text,
gdouble size,
<a href="libgimp-gimpenums.html#GimpSizeType">GimpSizeType</a> size_type,
const gchar *fontname,
@ -289,9 +297,9 @@ and descent for the specified font are returned as well.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608377"></a><h3>
<a name="id2604470"></a><h3>
<a name="gimp-text"></a>gimp_text ()</h3>
<a class="indexterm" name="id2608387"></a><pre class="programlisting">gint32 gimp_text (gint32 image_ID,
<a class="indexterm" name="id2604485"></a><pre class="programlisting">gint32 gimp_text (gint32 image_ID,
gint32 drawable_ID,
gdouble x,
gdouble y,
@ -433,9 +441,9 @@ This procedure is deprecated! Use <a href="libgimp-gimptexttool.html#gimp-text-f
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617330"></a><h3>
<a name="id2626352"></a><h3>
<a name="gimp-text-get-extents"></a>gimp_text_get_extents ()</h3>
<a class="indexterm" name="id2617339"></a><pre class="programlisting">gboolean gimp_text_get_extents (const gchar *text,
<a class="indexterm" name="id2626364"></a><pre class="programlisting">gboolean gimp_text_get_extents (const gchar *text,
gdouble size,
<a href="libgimp-gimpenums.html#GimpSizeType">GimpSizeType</a> size_type,
const gchar *foundry,
@ -564,9 +572,5 @@ instead.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpselection.html"><b>&lt;&lt;&#160;gimpselection</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimptile.html"><b>gimptile&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimptexttool.html" title="gimptexttool">
<link rel="next" href="libgimp-gimptools.html" title="gimptools">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimptexttool.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimptools.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2562486" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2618678" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimptile"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimptile</span></h2>
<h2>
<a name="id2562486"></a><span class="refentrytitle">gimptile</span>
</h2>
<p>gimptile &#8212; Functions for working with tiles.</p>
</td>
<td valign="top" align="right"></td>
@ -52,18 +60,18 @@ void <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles">gimp_tile_cac
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2616685"></a><h2>Description</h2>
<a name="id2618678"></a><h2>Description</h2>
<p>
Functions for working with tiles.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2616696"></a><h2>Details</h2>
<a name="id2618694"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2616702"></a><h3>
<a name="id2618704"></a><h3>
<a name="GimpTile"></a>GimpTile</h3>
<a class="indexterm" name="id2616712"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2618716"></a><pre class="programlisting">typedef struct {
guint ewidth; /* the effective width of the tile */
guint eheight; /* the effective height of the tile */
guint bpp; /* the bytes per pixel (1, 2, 3 or 4 ) */
@ -81,9 +89,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2539513"></a><h3>
<a name="id2536610"></a><h3>
<a name="gimp-tile-ref"></a>gimp_tile_ref ()</h3>
<a class="indexterm" name="id2538578"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2526878"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
@ -101,9 +109,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616753"></a><h3>
<a name="id2623849"></a><h3>
<a name="gimp-tile-ref-zero"></a>gimp_tile_ref_zero ()</h3>
<a class="indexterm" name="id2616763"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2623860"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
@ -121,9 +129,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616808"></a><h3>
<a name="id2623904"></a><h3>
<a name="gimp-tile-unref"></a>gimp_tile_unref ()</h3>
<a class="indexterm" name="id2616818"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
<a class="indexterm" name="id2623915"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
gboolean dirty);</pre>
<p>
@ -150,9 +158,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616885"></a><h3>
<a name="id2623981"></a><h3>
<a name="gimp-tile-flush"></a>gimp_tile_flush ()</h3>
<a class="indexterm" name="id2616895"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2623993"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
@ -170,9 +178,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616941"></a><h3>
<a name="id2623510"></a><h3>
<a name="gimp-tile-cache-size"></a>gimp_tile_cache_size ()</h3>
<a class="indexterm" name="id2616950"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
<a class="indexterm" name="id2623521"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
<p>
Sets the size of the tile cache on the plug-in side. The tile cache
is used to reduce the number of tiles exchanged between the GIMP core
@ -192,9 +200,9 @@ and the plug-in. See also <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2617010"></a><h3>
<a name="id2623580"></a><h3>
<a name="gimp-tile-cache-ntiles"></a>gimp_tile_cache_ntiles ()</h3>
<a class="indexterm" name="id2617019"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
<a class="indexterm" name="id2623592"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
<p>
Sets the size of the tile cache on the plug-in side. This function
is similar to <a href="libgimp-gimptile.html#gimp-tile-cache-size"><code class="function">gimp_tile_cache_size()</code></a> but allows to specify the
@ -221,9 +229,5 @@ shadow tiles.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimptexttool.html"><b>&lt;&lt;&#160;gimptexttool</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimptools.html"><b>gimptools&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimptile.html" title="gimptile">
<link rel="next" href="libgimp-gimpundo.html" title="gimpundo">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimptile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpundo.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2556688" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2633184" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimptools"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimptools</span></h2>
<h2>
<a name="id2556688"></a><span class="refentrytitle">gimptools</span>
</h2>
<p>gimptools &#8212; Access to common toolbox tools.</p>
</td>
<td valign="top" align="right"></td>
@ -182,18 +190,18 @@ gint32 <a href="libgimp-gimptools.html#gimp-transform-2d">gimp_transform_2d
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2624018"></a><h2>Description</h2>
<a name="id2633184"></a><h2>Description</h2>
<p>
Functions giving access to common toolbox tools.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2624028"></a><h2>Details</h2>
<a name="id2633199"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2624034"></a><h3>
<a name="id2633208"></a><h3>
<a name="gimp-airbrush"></a>gimp_airbrush ()</h3>
<a class="indexterm" name="id2624042"></a><pre class="programlisting">gboolean gimp_airbrush (gint32 drawable_ID,
<a class="indexterm" name="id2633218"></a><pre class="programlisting">gboolean gimp_airbrush (gint32 drawable_ID,
gdouble pressure,
gint num_strokes,
const gdouble *strokes);</pre>
@ -247,9 +255,9 @@ results in a thinner layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624163"></a><h3>
<a name="id2633339"></a><h3>
<a name="gimp-airbrush-default"></a>gimp_airbrush_default ()</h3>
<a class="indexterm" name="id2624171"></a><pre class="programlisting">gboolean gimp_airbrush_default (gint32 drawable_ID,
<a class="indexterm" name="id2633350"></a><pre class="programlisting">gboolean gimp_airbrush_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -296,9 +304,9 @@ the option will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624273"></a><h3>
<a name="id2633451"></a><h3>
<a name="gimp-by-color-select"></a>gimp_by_color_select ()</h3>
<a class="indexterm" name="id2624282"></a><pre class="programlisting">gboolean gimp_by_color_select (gint32 drawable_ID,
<a class="indexterm" name="id2633462"></a><pre class="programlisting">gboolean gimp_by_color_select (gint32 drawable_ID,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
@ -391,9 +399,9 @@ In the case of a merged sampling, the supplied drawable is ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624493"></a><h3>
<a name="id2633676"></a><h3>
<a name="gimp-clone"></a>gimp_clone ()</h3>
<a class="indexterm" name="id2624501"></a><pre class="programlisting">gboolean gimp_clone (gint32 drawable_ID,
<a class="indexterm" name="id2633686"></a><pre class="programlisting">gboolean gimp_clone (gint32 drawable_ID,
gint32 src_drawable_ID,
<a href="libgimp-gimpenums.html#GimpCloneType">GimpCloneType</a> clone_type,
gdouble src_x,
@ -475,9 +483,9 @@ significantly slower.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624689"></a><h3>
<a name="id2633872"></a><h3>
<a name="gimp-clone-default"></a>gimp_clone_default ()</h3>
<a class="indexterm" name="id2624697"></a><pre class="programlisting">gboolean gimp_clone_default (gint32 drawable_ID,
<a class="indexterm" name="id2633883"></a><pre class="programlisting">gboolean gimp_clone_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -525,9 +533,9 @@ be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624801"></a><h3>
<a name="id2633986"></a><h3>
<a name="gimp-convolve"></a>gimp_convolve ()</h3>
<a class="indexterm" name="id2624810"></a><pre class="programlisting">gboolean gimp_convolve (gint32 drawable_ID,
<a class="indexterm" name="id2633997"></a><pre class="programlisting">gboolean gimp_convolve (gint32 drawable_ID,
gdouble pressure,
<a href="libgimp-gimpenums.html#GimpConvolveType">GimpConvolveType</a> convolve_type,
gint num_strokes,
@ -587,9 +595,9 @@ between the specified stroke coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2624950"></a><h3>
<a name="id2634137"></a><h3>
<a name="gimp-convolve-default"></a>gimp_convolve_default ()</h3>
<a class="indexterm" name="id2624959"></a><pre class="programlisting">gboolean gimp_convolve_default (gint32 drawable_ID,
<a class="indexterm" name="id2634148"></a><pre class="programlisting">gboolean gimp_convolve_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -636,9 +644,9 @@ activated then the dialogs default values will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625062"></a><h3>
<a name="id2634251"></a><h3>
<a name="gimp-dodgeburn"></a>gimp_dodgeburn ()</h3>
<a class="indexterm" name="id2625071"></a><pre class="programlisting">gboolean gimp_dodgeburn (gint32 drawable_ID,
<a class="indexterm" name="id2634262"></a><pre class="programlisting">gboolean gimp_dodgeburn (gint32 drawable_ID,
gdouble exposure,
<a href="libgimp-gimpenums.html#GimpDodgeBurnType">GimpDodgeBurnType</a> dodgeburn_type,
<a href="libgimp-gimpenums.html#GimpTransferMode">GimpTransferMode</a> dodgeburn_mode,
@ -702,9 +710,9 @@ Dodgeburn. More details here later.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625226"></a><h3>
<a name="id2634417"></a><h3>
<a name="gimp-dodgeburn-default"></a>gimp_dodgeburn_default ()</h3>
<a class="indexterm" name="id2625235"></a><pre class="programlisting">gboolean gimp_dodgeburn_default (gint32 drawable_ID,
<a class="indexterm" name="id2634428"></a><pre class="programlisting">gboolean gimp_dodgeburn_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -750,9 +758,9 @@ Dodgeburn. More details here later.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625337"></a><h3>
<a name="id2634530"></a><h3>
<a name="gimp-ellipse-select"></a>gimp_ellipse_select ()</h3>
<a class="indexterm" name="id2625346"></a><pre class="programlisting">gboolean gimp_ellipse_select (gint32 image_ID,
<a class="indexterm" name="id2634541"></a><pre class="programlisting">gboolean gimp_ellipse_select (gint32 image_ID,
gdouble x,
gdouble y,
gdouble width,
@ -845,9 +853,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625566"></a><h3>
<a name="id2634761"></a><h3>
<a name="gimp-eraser"></a>gimp_eraser ()</h3>
<a class="indexterm" name="id2625574"></a><pre class="programlisting">gboolean gimp_eraser (gint32 drawable_ID,
<a class="indexterm" name="id2634771"></a><pre class="programlisting">gboolean gimp_eraser (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes,
<a href="libgimp-gimpenums.html#GimpBrushApplicationMode">GimpBrushApplicationMode</a> hardness,
@ -908,9 +916,9 @@ tool linearly interpolates between the specified stroke coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625726"></a><h3>
<a name="id2634929"></a><h3>
<a name="gimp-eraser-default"></a>gimp_eraser_default ()</h3>
<a class="indexterm" name="id2625734"></a><pre class="programlisting">gboolean gimp_eraser_default (gint32 drawable_ID,
<a class="indexterm" name="id2634939"></a><pre class="programlisting">gboolean gimp_eraser_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -957,9 +965,9 @@ will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625836"></a><h3>
<a name="id2635041"></a><h3>
<a name="gimp-flip"></a>gimp_flip ()</h3>
<a class="indexterm" name="id2625844"></a><pre class="programlisting">gint32 gimp_flip (gint32 drawable_ID,
<a class="indexterm" name="id2635053"></a><pre class="programlisting">gint32 gimp_flip (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -997,9 +1005,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2625937"></a><h3>
<a name="id2635146"></a><h3>
<a name="gimp-free-select"></a>gimp_free_select ()</h3>
<a class="indexterm" name="id2625946"></a><pre class="programlisting">gboolean gimp_free_select (gint32 image_ID,
<a class="indexterm" name="id2635157"></a><pre class="programlisting">gboolean gimp_free_select (gint32 image_ID,
gint num_segs,
const gdouble *segs,
<a href="libgimp-gimpenums.html#GimpChannelOps">GimpChannelOps</a> operation,
@ -1080,9 +1088,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626131"></a><h3>
<a name="id2635342"></a><h3>
<a name="gimp-fuzzy-select"></a>gimp_fuzzy_select ()</h3>
<a class="indexterm" name="id2626139"></a><pre class="programlisting">gboolean gimp_fuzzy_select (gint32 drawable_ID,
<a class="indexterm" name="id2635352"></a><pre class="programlisting">gboolean gimp_fuzzy_select (gint32 drawable_ID,
gdouble x,
gdouble y,
gint threshold,
@ -1185,9 +1193,9 @@ relative to the drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626376"></a><h3>
<a name="id2635592"></a><h3>
<a name="gimp-paintbrush"></a>gimp_paintbrush ()</h3>
<a class="indexterm" name="id2626384"></a><pre class="programlisting">gboolean gimp_paintbrush (gint32 drawable_ID,
<a class="indexterm" name="id2635603"></a><pre class="programlisting">gboolean gimp_paintbrush (gint32 drawable_ID,
gdouble fade_out,
gint num_strokes,
const gdouble *strokes,
@ -1261,9 +1269,9 @@ used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626556"></a><h3>
<a name="id2635777"></a><h3>
<a name="gimp-paintbrush-default"></a>gimp_paintbrush_default ()</h3>
<a class="indexterm" name="id2626564"></a><pre class="programlisting">gboolean gimp_paintbrush_default (gint32 drawable_ID,
<a class="indexterm" name="id2635787"></a><pre class="programlisting">gboolean gimp_paintbrush_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1319,9 +1327,9 @@ is 0, no gradient is used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626676"></a><h3>
<a name="id2635910"></a><h3>
<a name="gimp-pencil"></a>gimp_pencil ()</h3>
<a class="indexterm" name="id2626685"></a><pre class="programlisting">gboolean gimp_pencil (gint32 drawable_ID,
<a class="indexterm" name="id2635923"></a><pre class="programlisting">gboolean gimp_pencil (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1369,9 +1377,9 @@ white.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2626796"></a><h3>
<a name="id2636038"></a><h3>
<a name="gimp-perspective"></a>gimp_perspective ()</h3>
<a class="indexterm" name="id2626807"></a><pre class="programlisting">gint32 gimp_perspective (gint32 drawable_ID,
<a class="indexterm" name="id2636054"></a><pre class="programlisting">gint32 gimp_perspective (gint32 drawable_ID,
gboolean interpolation,
gdouble x0,
gdouble y0,
@ -1465,9 +1473,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627089"></a><h3>
<a name="id2636337"></a><h3>
<a name="gimp-rect-select"></a>gimp_rect_select ()</h3>
<a class="indexterm" name="id2627100"></a><pre class="programlisting">gboolean gimp_rect_select (gint32 image_ID,
<a class="indexterm" name="id2636350"></a><pre class="programlisting">gboolean gimp_rect_select (gint32 image_ID,
gdouble x,
gdouble y,
gdouble width,
@ -1550,9 +1558,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627321"></a><h3>
<a name="id2636571"></a><h3>
<a name="gimp-rotate"></a>gimp_rotate ()</h3>
<a class="indexterm" name="id2627332"></a><pre class="programlisting">gint32 gimp_rotate (gint32 drawable_ID,
<a class="indexterm" name="id2636586"></a><pre class="programlisting">gint32 gimp_rotate (gint32 drawable_ID,
gboolean interpolation,
gdouble angle);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -1597,9 +1605,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627460"></a><h3>
<a name="id2636714"></a><h3>
<a name="gimp-scale"></a>gimp_scale ()</h3>
<a class="indexterm" name="id2627471"></a><pre class="programlisting">gint32 gimp_scale (gint32 drawable_ID,
<a class="indexterm" name="id2636729"></a><pre class="programlisting">gint32 gimp_scale (gint32 drawable_ID,
gboolean interpolation,
gdouble x0,
gdouble y0,
@ -1665,9 +1673,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627664"></a><h3>
<a name="id2636923"></a><h3>
<a name="gimp-shear"></a>gimp_shear ()</h3>
<a class="indexterm" name="id2627675"></a><pre class="programlisting">gint32 gimp_shear (gint32 drawable_ID,
<a class="indexterm" name="id2636938"></a><pre class="programlisting">gint32 gimp_shear (gint32 drawable_ID,
gboolean interpolation,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> shear_type,
gdouble magnitude);</pre>
@ -1719,9 +1727,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627824"></a><h3>
<a name="id2637087"></a><h3>
<a name="gimp-smudge"></a>gimp_smudge ()</h3>
<a class="indexterm" name="id2627835"></a><pre class="programlisting">gboolean gimp_smudge (gint32 drawable_ID,
<a class="indexterm" name="id2637101"></a><pre class="programlisting">gboolean gimp_smudge (gint32 drawable_ID,
gdouble pressure,
gint num_strokes,
const gdouble *strokes);</pre>
@ -1773,9 +1781,9 @@ lesser smudge.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2627968"></a><h3>
<a name="id2637234"></a><h3>
<a name="gimp-smudge-default"></a>gimp_smudge_default ()</h3>
<a class="indexterm" name="id2627980"></a><pre class="programlisting">gboolean gimp_smudge_default (gint32 drawable_ID,
<a class="indexterm" name="id2637248"></a><pre class="programlisting">gboolean gimp_smudge_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1821,9 +1829,9 @@ tools option dialog has not been activated.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628093"></a><h3>
<a name="id2637361"></a><h3>
<a name="gimp-transform-2d"></a>gimp_transform_2d ()</h3>
<a class="indexterm" name="id2628105"></a><pre class="programlisting">gint32 gimp_transform_2d (gint32 drawable_ID,
<a class="indexterm" name="id2637377"></a><pre class="programlisting">gint32 gimp_transform_2d (gint32 drawable_ID,
gboolean interpolation,
gdouble source_x,
gdouble source_y,
@ -1910,9 +1918,5 @@ This procedure is deprecated! Use
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimptile.html"><b>&lt;&lt;&#160;gimptile</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpundo.html"><b>gimpundo&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="next" href="libgimp-gimpexport.html" title="gimpexport">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimpui-hierarchy.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpexport.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2555096" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2587044" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpui"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpui</span></h2>
<h2>
<a name="id2555096"></a><span class="refentrytitle">gimpui</span>
</h2>
<p>gimpui &#8212; Common user interface functions. This header includes all other GIMP User
Interface Library headers.</p>
</td>
@ -47,7 +55,7 @@ void <a href="libgimp-gimpui.html#gimp-ui-init">gimp_ui_init</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2579819"></a><h2>Description</h2>
<a name="id2587044"></a><h2>Description</h2>
<p>
Common user interface functions. This header includes all other GIMP User
Interface Library headers.
@ -55,16 +63,14 @@ Interface Library headers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2515824"></a><h2>Details</h2>
<a name="id2651878"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2641131"></a><h3>
<a name="id2650752"></a><h3>
<a name="gimp-ui-init"></a>gimp_ui_init ()</h3>
<a class="indexterm" name="id2641139"></a><pre class="programlisting">void gimp_ui_init (const gchar *prog_name,
<a class="indexterm" name="id2650763"></a><pre class="programlisting">void gimp_ui_init (const gchar *prog_name,
gboolean preview);</pre>
<p>
This function initializes GTK+ with <a
href="../gtk/gtk-General.html#gtk-init"
><code class="function">gtk_init()</code></a> and initializes GDK's
This function initializes GTK+ with <code class="function">gtk_init()</code> and initializes GDK's
image rendering subsystem (GdkRGB) to follow the GIMP main program's
colormap allocation/installation policy.
</p>
@ -81,9 +87,7 @@ gimprc variables <em class="parameter"><code>min_colors</code></em> and <em clas
<td>
<span class="term"><em class="parameter"><code>prog_name</code></em>&#160;:</span></td>
<td> The name of the plug-in which will be passed as argv[0] to
<a
href="../gtk/gtk-General.html#gtk-init"
><code class="function">gtk_init()</code></a>. It's a convention to use the name of the
<code class="function">gtk_init()</code>. It's a convention to use the name of the
executable and _not_ the PDB procedure name or something.
</td>
</tr>
@ -99,36 +103,14 @@ href="../gtk/gtk-General.html#gtk-init"
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2628633"></a><h2>See Also</h2>
<a name="id2650875"></a><h2>See Also</h2>
<p>
<a
href="../gtk/gtk-General.html#gtk-init"
><code class="function">gtk_init()</code></a>, <a
href="../gdk/gdk-General.html#gdk-set-use-xshm"
><code class="function">gdk_set_use_xshm()</code></a>, <a
href="../gdk/gdk-GdkRGB.html#gdk-rgb-set-min-colors"
><code class="function">gdk_rgb_set_min_colors()</code></a>,
<a
href="../gdk/gdk-GdkRGB.html#gdk-rgb-set-install"
><code class="function">gdk_rgb_set_install()</code></a>, <a
href="../gdk/gdk-GdkRGB.html#gdk-rgb-get-visual"
><code class="function">gdk_rgb_get_visual()</code></a>, <a
href="../gdk/gdk-GdkRGB.html#gdk-rgb-get-cmap"
><code class="function">gdk_rgb_get_cmap()</code></a>,
<a
href="../gtk/GtkWidget.html#gtk-widget-set-default-visual"
><code class="function">gtk_widget_set_default_visual()</code></a>, <a
href="../gtk/GtkWidget.html#gtk-widget-set-default-colormap"
><code class="function">gtk_widget_set_default_colormap()</code></a>,
<a
href="../gtk/GtkPreview.html#gtk-preview-set-gamma"
><code class="function">gtk_preview_set_gamma()</code></a>.
<code class="function">gtk_init()</code>, <code class="function">gdk_set_use_xshm()</code>, <code class="function">gdk_rgb_set_min_colors()</code>,
<code class="function">gdk_rgb_set_install()</code>, <code class="function">gdk_rgb_get_visual()</code>, <code class="function">gdk_rgb_get_cmap()</code>,
<code class="function">gtk_widget_set_default_visual()</code>, <code class="function">gtk_widget_set_default_colormap()</code>,
<code class="function">gtk_preview_set_gamma()</code>.
</p>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimpui-hierarchy.html"><b>&lt;&lt;&#160;Object Hierarchy</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpexport.html"><b>gimpexport&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimptools.html" title="gimptools">
<link rel="next" href="libgimp-data.html" title="Data Objects">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,18 +20,25 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgimp-gimptools.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-data.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541022" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2625540" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpundo"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gimpundo</span></h2>
<h2>
<a name="id2541022"></a><span class="refentrytitle">gimpundo</span>
</h2>
<p>gimpundo &#8212; Control of undo/redo.</p>
</td>
<td valign="top" align="right"></td>
@ -51,18 +59,18 @@ gboolean <a href="libgimp-gimpundo.html#gimp-image-undo-thaw">gimp_image_undo
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2610176"></a><h2>Description</h2>
<a name="id2625540"></a><h2>Description</h2>
<p>
Control of undo/redo.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2610187"></a><h2>Details</h2>
<a name="id2625555"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2610193"></a><h3>
<a name="id2625566"></a><h3>
<a name="gimp-image-undo-group-start"></a>gimp_image_undo_group_start ()</h3>
<a class="indexterm" name="id2610202"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<a class="indexterm" name="id2625577"></a><pre class="programlisting">gboolean gimp_image_undo_group_start (gint32 image_ID);</pre>
<p>
Starts a group undo.
</p>
@ -94,9 +102,9 @@ call.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609020"></a><h3>
<a name="id2628884"></a><h3>
<a name="gimp-image-undo-group-end"></a>gimp_image_undo_group_end ()</h3>
<a class="indexterm" name="id2609029"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<a class="indexterm" name="id2628895"></a><pre class="programlisting">gboolean gimp_image_undo_group_end (gint32 image_ID);</pre>
<p>
Finish a group undo.
</p>
@ -126,9 +134,9 @@ This function must be called once for each
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609093"></a><h3>
<a name="id2628959"></a><h3>
<a name="gimp-image-undo-is-enabled"></a>gimp_image_undo_is_enabled ()</h3>
<a class="indexterm" name="id2609102"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<a class="indexterm" name="id2628971"></a><pre class="programlisting">gboolean gimp_image_undo_is_enabled (gint32 image_ID);</pre>
<p>
Check if the image's undo stack is enabled.
</p>
@ -160,9 +168,9 @@ each other and want to check if their caller has already used
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619667"></a><h3>
<a name="id2629038"></a><h3>
<a name="gimp-image-undo-disable"></a>gimp_image_undo_disable ()</h3>
<a class="indexterm" name="id2619676"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<a class="indexterm" name="id2629049"></a><pre class="programlisting">gboolean gimp_image_undo_disable (gint32 image_ID);</pre>
<p>
Disable the image's undo stack.
</p>
@ -195,9 +203,9 @@ be time and memory intensive.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619742"></a><h3>
<a name="id2623144"></a><h3>
<a name="gimp-image-undo-enable"></a>gimp_image_undo_enable ()</h3>
<a class="indexterm" name="id2619751"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<a class="indexterm" name="id2623155"></a><pre class="programlisting">gboolean gimp_image_undo_enable (gint32 image_ID);</pre>
<p>
Enable the image's undo stack.
</p>
@ -229,9 +237,9 @@ image undo stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619817"></a><h3>
<a name="id2623223"></a><h3>
<a name="gimp-image-undo-freeze"></a>gimp_image_undo_freeze ()</h3>
<a class="indexterm" name="id2619826"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<a class="indexterm" name="id2623234"></a><pre class="programlisting">gboolean gimp_image_undo_freeze (gint32 image_ID);</pre>
<p>
Freeze the image's undo stack.
</p>
@ -269,9 +277,9 @@ else 'undo' behaviour is undefined.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2520256"></a><h3>
<a name="id2559486"></a><h3>
<a name="gimp-image-undo-thaw"></a>gimp_image_undo_thaw ()</h3>
<a class="indexterm" name="id2619867"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<a class="indexterm" name="id2629080"></a><pre class="programlisting">gboolean gimp_image_undo_thaw (gint32 image_ID);</pre>
<p>
Thaw the image's undo stack.
</p>
@ -309,9 +317,5 @@ responsibility of the caller.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimptools.html"><b>&lt;&lt;&#160;gimptools</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-data.html"><b>Data Objects&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<link rel="prev" href="libgimp-gimpprogress.html" title="gimpprogress">
<link rel="next" href="libgimp-gimpchannel.html" title="gimpchannel">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,7 +20,7 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpprogress.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
@ -95,9 +96,5 @@
</dt>
</dl></div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpprogress.html"><b>&lt;&lt;&#160;gimpprogress</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpchannel.html"><b>gimpchannel&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
<link rel="prev" href="libgimp-gimppatterns.html" title="gimppatterns">
<link rel="next" href="libgimp-gimpbrushselect.html" title="gimpbrushselect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,7 +20,7 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppatterns.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
@ -47,9 +48,5 @@
</dt>
</dl></div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppatterns.html"><b>&lt;&lt;&#160;gimppatterns</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpbrushselect.html"><b>gimpbrushselect&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="GIMP Library Reference Manual" link="index.html" author="" name="libgimp">
<chapters>
<sub name="GIMP Constants" link="gimpdefinitions.html">

View File

@ -0,0 +1,706 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="GIMP Library Reference Manual" link="index.html" author="" name="libgimp" version="2">
<chapters>
<sub name="GIMP Constants" link="gimpdefinitions.html">
<sub name="gimpenums" link="libgimp-gimpenums.html"/>
</sub>
<sub name="GIMP Library" link="libgimp.html">
<sub name="Functions not Related to Specific Images" link="libgimp-general.html">
<sub name="gimp" link="libgimp-gimp.html"/>
<sub name="gimpcontext" link="libgimp-gimpcontext.html"/>
<sub name="gimpgimprc" link="libgimp-gimpgimprc.html"/>
<sub name="gimphelp" link="libgimp-gimphelp.html"/>
<sub name="gimpmessage" link="libgimp-gimpmessage.html"/>
<sub name="gimpplugin" link="libgimp-gimpplugin.html"/>
<sub name="gimpproceduraldb" link="libgimp-gimpproceduraldb.html"/>
<sub name="gimpprogress" link="libgimp-gimpprogress.html"/>
</sub>
<sub name="Manupulating Images and all their Properties" link="libgimp-image.html">
<sub name="gimpchannel" link="libgimp-gimpchannel.html"/>
<sub name="gimpcolor" link="libgimp-gimpcolor.html"/>
<sub name="gimpconvert" link="libgimp-gimpconvert.html"/>
<sub name="gimpdisplay" link="libgimp-gimpdisplay.html"/>
<sub name="gimpdrawable" link="libgimp-gimpdrawable.html"/>
<sub name="gimpdrawabletransform" link="libgimp-gimpdrawabletransform.html"/>
<sub name="gimpedit" link="libgimp-gimpedit.html"/>
<sub name="gimpfileops" link="libgimp-gimpfileops.html"/>
<sub name="gimpfloatingsel" link="libgimp-gimpfloatingsel.html"/>
<sub name="gimpguides" link="libgimp-gimpguides.html"/>
<sub name="gimpimage" link="libgimp-gimpimage.html"/>
<sub name="gimplayer" link="libgimp-gimplayer.html"/>
<sub name="gimppaths" link="libgimp-gimppaths.html"/>
<sub name="gimppixelfetcher" link="libgimp-gimppixelfetcher.html"/>
<sub name="gimppixelrgn" link="libgimp-gimppixelrgn.html"/>
<sub name="gimpregioniterator" link="libgimp-gimpregioniterator.html"/>
<sub name="gimpselection" link="libgimp-gimpselection.html"/>
<sub name="gimptexttool" link="libgimp-gimptexttool.html"/>
<sub name="gimptile" link="libgimp-gimptile.html"/>
<sub name="gimptools" link="libgimp-gimptools.html"/>
<sub name="gimpundo" link="libgimp-gimpundo.html"/>
</sub>
<sub name="Data Objects" link="libgimp-data.html">
<sub name="gimpbrush" link="libgimp-gimpbrush.html"/>
<sub name="gimpbrushes" link="libgimp-gimpbrushes.html"/>
<sub name="gimpfonts" link="libgimp-gimpfonts.html"/>
<sub name="gimpgradient" link="libgimp-gimpgradient.html"/>
<sub name="gimpgradients" link="libgimp-gimpgradients.html"/>
<sub name="gimppalette" link="libgimp-gimppalette.html"/>
<sub name="gimppalettes" link="libgimp-gimppalettes.html"/>
<sub name="gimppattern" link="libgimp-gimppattern.html"/>
<sub name="gimppatterns" link="libgimp-gimppatterns.html"/>
</sub>
<sub name="Controlling the Core's Selection Dialogs" link="libgimp-selectors.html">
<sub name="gimpbrushselect" link="libgimp-gimpbrushselect.html"/>
<sub name="gimpfontselect" link="libgimp-gimpfontselect.html"/>
<sub name="gimpgradientselect" link="libgimp-gimpgradientselect.html"/>
<sub name="gimppaletteselect" link="libgimp-gimppaletteselect.html"/>
<sub name="gimppatternselect" link="libgimp-gimppatternselect.html"/>
</sub>
</sub>
<sub name="GIMP User Interface Library" link="libgimpui.html">
<sub name="Object Hierarchy" link="libgimpui-hierarchy.html"/>
<sub name="gimpui" link="libgimp-gimpui.html"/>
<sub name="gimpexport" link="libgimp-gimpexport.html"/>
<sub name="GimpAspectPreview" link="GimpAspectPreview.html"/>
<sub name="GimpDrawablePreview" link="GimpDrawablePreview.html"/>
<sub name="gimpdrawablecombobox" link="libgimp-gimpdrawablecombobox.html"/>
<sub name="gimpimagecombobox" link="libgimp-gimpimagecombobox.html"/>
<sub name="gimppixbuf" link="libgimp-gimppixbuf.html"/>
<sub name="GimpProgressBar" link="GimpProgressBar.html"/>
<sub name="gimpmenu" link="libgimp-gimpmenu.html"/>
<sub name="gimpbrushmenu" link="libgimp-gimpbrushmenu.html"/>
<sub name="gimpfontmenu" link="libgimp-gimpfontmenu.html"/>
<sub name="gimpgradientmenu" link="libgimp-gimpgradientmenu.html"/>
<sub name="gimppalettemenu" link="libgimp-gimppalettemenu.html"/>
<sub name="gimppatternmenu" link="libgimp-gimppatternmenu.html"/>
</sub>
</chapters>
<functions>
<keyword type="enum" name="enum GimpAddMaskType" link="libgimp-gimpenums.html#GimpAddMaskType"/>
<keyword type="enum" name="enum GimpBlendMode" link="libgimp-gimpenums.html#GimpBlendMode"/>
<keyword type="enum" name="enum GimpBrushApplicationMode" link="libgimp-gimpenums.html#GimpBrushApplicationMode"/>
<keyword type="enum" name="enum GimpBucketFillMode" link="libgimp-gimpenums.html#GimpBucketFillMode"/>
<keyword type="enum" name="enum GimpChannelOps" link="libgimp-gimpenums.html#GimpChannelOps"/>
<keyword type="enum" name="enum GimpChannelType" link="libgimp-gimpenums.html#GimpChannelType"/>
<keyword type="enum" name="enum GimpCloneType" link="libgimp-gimpenums.html#GimpCloneType"/>
<keyword type="enum" name="enum GimpConvertDitherType" link="libgimp-gimpenums.html#GimpConvertDitherType"/>
<keyword type="enum" name="enum GimpConvertPaletteType" link="libgimp-gimpenums.html#GimpConvertPaletteType"/>
<keyword type="enum" name="enum GimpConvolutionType" link="libgimp-gimpenums.html#GimpConvolutionType"/>
<keyword type="enum" name="enum GimpConvolveType" link="libgimp-gimpenums.html#GimpConvolveType"/>
<keyword type="enum" name="enum GimpDodgeBurnType" link="libgimp-gimpenums.html#GimpDodgeBurnType"/>
<keyword type="enum" name="enum GimpFillType" link="libgimp-gimpenums.html#GimpFillType"/>
<keyword type="enum" name="enum GimpGradientSegmentColor" link="libgimp-gimpenums.html#GimpGradientSegmentColor"/>
<keyword type="enum" name="enum GimpGradientSegmentType" link="libgimp-gimpenums.html#GimpGradientSegmentType"/>
<keyword type="enum" name="enum GimpGradientType" link="libgimp-gimpenums.html#GimpGradientType"/>
<keyword type="enum" name="enum GimpHistogramChannel" link="libgimp-gimpenums.html#GimpHistogramChannel"/>
<keyword type="enum" name="enum GimpHueRange" link="libgimp-gimpenums.html#GimpHueRange"/>
<keyword type="enum" name="enum GimpIconType" link="libgimp-gimpenums.html#GimpIconType"/>
<keyword type="enum" name="enum GimpInterpolationType" link="libgimp-gimpenums.html#GimpInterpolationType"/>
<keyword type="enum" name="enum GimpLayerModeEffects" link="libgimp-gimpenums.html#GimpLayerModeEffects"/>
<keyword type="enum" name="enum GimpMaskApplyMode" link="libgimp-gimpenums.html#GimpMaskApplyMode"/>
<keyword type="enum" name="enum GimpMergeType" link="libgimp-gimpenums.html#GimpMergeType"/>
<keyword type="enum" name="enum GimpOffsetType" link="libgimp-gimpenums.html#GimpOffsetType"/>
<keyword type="enum" name="enum GimpOrientationType" link="libgimp-gimpenums.html#GimpOrientationType"/>
<keyword type="enum" name="enum GimpPaintApplicationMode" link="libgimp-gimpenums.html#GimpPaintApplicationMode"/>
<keyword type="enum" name="enum GimpRepeatMode" link="libgimp-gimpenums.html#GimpRepeatMode"/>
<keyword type="enum" name="enum GimpRotationType" link="libgimp-gimpenums.html#GimpRotationType"/>
<keyword type="enum" name="enum GimpRunMode" link="libgimp-gimpenums.html#GimpRunMode"/>
<keyword type="enum" name="enum GimpSizeType" link="libgimp-gimpenums.html#GimpSizeType"/>
<keyword type="enum" name="enum GimpTransferMode" link="libgimp-gimpenums.html#GimpTransferMode"/>
<keyword type="enum" name="enum GimpTransformDirection" link="libgimp-gimpenums.html#GimpTransformDirection"/>
<keyword type="function" name="gimp_enums_get_type_names ()" link="libgimp-gimpenums.html#gimp-enums-get-type-names" since="GIMP 2.2"/>
<keyword type="macro" name="GIMPVAR" link="libgimp-gimp.html#GIMPVAR:CAPS"/>
<keyword type="function" name="gimp_version ()" link="libgimp-gimp.html#gimp-version"/>
<keyword type="variable" name="gimp_major_version" link="libgimp-gimp.html#gimp-major-version"/>
<keyword type="variable" name="gimp_minor_version" link="libgimp-gimp.html#gimp-minor-version"/>
<keyword type="variable" name="gimp_micro_version" link="libgimp-gimp.html#gimp-micro-version"/>
<keyword type="macro" name="gimp_get_data" link="libgimp-gimp.html#gimp-get-data"/>
<keyword type="macro" name="gimp_get_data_size" link="libgimp-gimp.html#gimp-get-data-size"/>
<keyword type="macro" name="gimp_set_data" link="libgimp-gimp.html#gimp-set-data"/>
<keyword type="function" name="GimpInitProc ()" link="libgimp-gimp.html#GimpInitProc"/>
<keyword type="function" name="GimpQuitProc ()" link="libgimp-gimp.html#GimpQuitProc"/>
<keyword type="function" name="GimpQueryProc ()" link="libgimp-gimp.html#GimpQueryProc"/>
<keyword type="function" name="GimpRunProc ()" link="libgimp-gimp.html#GimpRunProc"/>
<keyword type="struct" name="GimpPlugInInfo" link="libgimp-gimp.html#GimpPlugInInfo"/>
<keyword type="struct" name="GimpParamDef" link="libgimp-gimp.html#GimpParamDef"/>
<keyword type="struct" name="GimpParamRegion" link="libgimp-gimp.html#GimpParamRegion"/>
<keyword type="union" name="union GimpParamData" link="libgimp-gimp.html#GimpParamData"/>
<keyword type="struct" name="GimpParam" link="libgimp-gimp.html#GimpParam"/>
<keyword type="macro" name="MAIN()" link="libgimp-gimp.html#MAIN:CAPS"/>
<keyword type="function" name="gimp_main ()" link="libgimp-gimp.html#gimp-main"/>
<keyword type="function" name="gimp_quit ()" link="libgimp-gimp.html#gimp-quit"/>
<keyword type="function" name="gimp_install_procedure ()" link="libgimp-gimp.html#gimp-install-procedure"/>
<keyword type="function" name="gimp_install_temp_proc ()" link="libgimp-gimp.html#gimp-install-temp-proc"/>
<keyword type="function" name="gimp_uninstall_temp_proc ()" link="libgimp-gimp.html#gimp-uninstall-temp-proc"/>
<keyword type="function" name="gimp_run_procedure ()" link="libgimp-gimp.html#gimp-run-procedure"/>
<keyword type="function" name="gimp_run_procedure2 ()" link="libgimp-gimp.html#gimp-run-procedure2"/>
<keyword type="function" name="gimp_destroy_params ()" link="libgimp-gimp.html#gimp-destroy-params"/>
<keyword type="function" name="gimp_destroy_paramdefs ()" link="libgimp-gimp.html#gimp-destroy-paramdefs"/>
<keyword type="function" name="gimp_tile_width ()" link="libgimp-gimp.html#gimp-tile-width"/>
<keyword type="function" name="gimp_tile_height ()" link="libgimp-gimp.html#gimp-tile-height"/>
<keyword type="function" name="gimp_shm_ID ()" link="libgimp-gimp.html#gimp-shm-ID"/>
<keyword type="function" name="gimp_shm_addr ()" link="libgimp-gimp.html#gimp-shm-addr"/>
<keyword type="function" name="gimp_gamma ()" link="libgimp-gimp.html#gimp-gamma"/>
<keyword type="function" name="gimp_install_cmap ()" link="libgimp-gimp.html#gimp-install-cmap"/>
<keyword type="function" name="gimp_min_colors ()" link="libgimp-gimp.html#gimp-min-colors"/>
<keyword type="function" name="gimp_show_tool_tips ()" link="libgimp-gimp.html#gimp-show-tool-tips"/>
<keyword type="function" name="gimp_show_help_button ()" link="libgimp-gimp.html#gimp-show-help-button" since="GIMP 2.2"/>
<keyword type="function" name="gimp_check_size ()" link="libgimp-gimp.html#gimp-check-size" since="GIMP 2.2"/>
<keyword type="function" name="gimp_check_type ()" link="libgimp-gimp.html#gimp-check-type" since="GIMP 2.2"/>
<keyword type="function" name="gimp_default_display ()" link="libgimp-gimp.html#gimp-default-display"/>
<keyword type="function" name="gimp_wm_class ()" link="libgimp-gimp.html#gimp-wm-class"/>
<keyword type="function" name="gimp_display_name ()" link="libgimp-gimp.html#gimp-display-name"/>
<keyword type="function" name="gimp_monitor_number ()" link="libgimp-gimp.html#gimp-monitor-number"/>
<keyword type="function" name="gimp_get_progname ()" link="libgimp-gimp.html#gimp-get-progname"/>
<keyword type="function" name="gimp_extension_enable ()" link="libgimp-gimp.html#gimp-extension-enable"/>
<keyword type="function" name="gimp_extension_ack ()" link="libgimp-gimp.html#gimp-extension-ack"/>
<keyword type="function" name="gimp_extension_process ()" link="libgimp-gimp.html#gimp-extension-process"/>
<keyword type="function" name="gimp_parasite_find ()" link="libgimp-gimp.html#gimp-parasite-find"/>
<keyword type="function" name="gimp_parasite_list ()" link="libgimp-gimp.html#gimp-parasite-list"/>
<keyword type="function" name="gimp_parasite_attach ()" link="libgimp-gimp.html#gimp-parasite-attach"/>
<keyword type="function" name="gimp_parasite_detach ()" link="libgimp-gimp.html#gimp-parasite-detach"/>
<keyword type="function" name="gimp_attach_new_parasite ()" link="libgimp-gimp.html#gimp-attach-new-parasite"/>
<keyword type="function" name="gimp_context_push ()" link="libgimp-gimpcontext.html#gimp-context-push" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_pop ()" link="libgimp-gimpcontext.html#gimp-context-pop" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_foreground ()" link="libgimp-gimpcontext.html#gimp-context-get-foreground" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_foreground ()" link="libgimp-gimpcontext.html#gimp-context-set-foreground" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_background ()" link="libgimp-gimpcontext.html#gimp-context-get-background" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_background ()" link="libgimp-gimpcontext.html#gimp-context-set-background" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_default_colors ()" link="libgimp-gimpcontext.html#gimp-context-set-default-colors" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_swap_colors ()" link="libgimp-gimpcontext.html#gimp-context-swap-colors" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_opacity ()" link="libgimp-gimpcontext.html#gimp-context-get-opacity" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_opacity ()" link="libgimp-gimpcontext.html#gimp-context-set-opacity" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_paint_mode ()" link="libgimp-gimpcontext.html#gimp-context-get-paint-mode" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_paint_mode ()" link="libgimp-gimpcontext.html#gimp-context-set-paint-mode" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_brush ()" link="libgimp-gimpcontext.html#gimp-context-get-brush" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_brush ()" link="libgimp-gimpcontext.html#gimp-context-set-brush" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_pattern ()" link="libgimp-gimpcontext.html#gimp-context-get-pattern" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_pattern ()" link="libgimp-gimpcontext.html#gimp-context-set-pattern" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_gradient ()" link="libgimp-gimpcontext.html#gimp-context-get-gradient" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_gradient ()" link="libgimp-gimpcontext.html#gimp-context-set-gradient" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_palette ()" link="libgimp-gimpcontext.html#gimp-context-get-palette" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_palette ()" link="libgimp-gimpcontext.html#gimp-context-set-palette" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_get_font ()" link="libgimp-gimpcontext.html#gimp-context-get-font" since="GIMP 2.2"/>
<keyword type="function" name="gimp_context_set_font ()" link="libgimp-gimpcontext.html#gimp-context-set-font" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gimprc_query ()" link="libgimp-gimpgimprc.html#gimp-gimprc-query"/>
<keyword type="function" name="gimp_gimprc_set ()" link="libgimp-gimpgimprc.html#gimp-gimprc-set"/>
<keyword type="function" name="gimp_get_default_comment ()" link="libgimp-gimpgimprc.html#gimp-get-default-comment"/>
<keyword type="function" name="gimp_get_module_load_inhibit ()" link="libgimp-gimpgimprc.html#gimp-get-module-load-inhibit"/>
<keyword type="function" name="gimp_get_monitor_resolution ()" link="libgimp-gimpgimprc.html#gimp-get-monitor-resolution"/>
<keyword type="function" name="gimp_get_theme_dir ()" link="libgimp-gimpgimprc.html#gimp-get-theme-dir"/>
<keyword type="function" name="gimp_help ()" link="libgimp-gimphelp.html#gimp-help"/>
<keyword type="function" name="gimp_message ()" link="libgimp-gimpmessage.html#gimp-message"/>
<keyword type="function" name="gimp_message_get_handler ()" link="libgimp-gimpmessage.html#gimp-message-get-handler"/>
<keyword type="function" name="gimp_message_set_handler ()" link="libgimp-gimpmessage.html#gimp-message-set-handler"/>
<keyword type="function" name="gimp_plugin_domain_register ()" link="libgimp-gimpplugin.html#gimp-plugin-domain-register"/>
<keyword type="function" name="gimp_plugin_help_register ()" link="libgimp-gimpplugin.html#gimp-plugin-help-register"/>
<keyword type="function" name="gimp_plugin_icon_register ()" link="libgimp-gimpplugin.html#gimp-plugin-icon-register"/>
<keyword type="function" name="gimp_plugin_menu_register ()" link="libgimp-gimpplugin.html#gimp-plugin-menu-register" since="GIMP 2.2"/>
<keyword type="function" name="gimp_procedural_db_temp_name ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-temp-name"/>
<keyword type="function" name="gimp_procedural_db_proc_info ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-info"/>
<keyword type="function" name="gimp_procedural_db_get_data ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data"/>
<keyword type="function" name="gimp_procedural_db_set_data ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-set-data"/>
<keyword type="function" name="gimp_procedural_db_dump ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-dump"/>
<keyword type="function" name="gimp_procedural_db_query ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-query"/>
<keyword type="function" name="gimp_procedural_db_proc_arg ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-arg"/>
<keyword type="function" name="gimp_procedural_db_proc_val ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-val"/>
<keyword type="function" name="gimp_procedural_db_get_data_size ()" link="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data-size"/>
<keyword type="function" name="GimpProgressStartCallback ()" link="libgimp-gimpprogress.html#GimpProgressStartCallback"/>
<keyword type="function" name="GimpProgressEndCallback ()" link="libgimp-gimpprogress.html#GimpProgressEndCallback"/>
<keyword type="function" name="GimpProgressTextCallback ()" link="libgimp-gimpprogress.html#GimpProgressTextCallback"/>
<keyword type="function" name="GimpProgressValueCallback ()" link="libgimp-gimpprogress.html#GimpProgressValueCallback"/>
<keyword type="function" name="gimp_progress_init ()" link="libgimp-gimpprogress.html#gimp-progress-init"/>
<keyword type="function" name="gimp_progress_update ()" link="libgimp-gimpprogress.html#gimp-progress-update"/>
<keyword type="function" name="gimp_progress_install ()" link="libgimp-gimpprogress.html#gimp-progress-install" since="GIMP 2.2"/>
<keyword type="function" name="gimp_progress_uninstall ()" link="libgimp-gimpprogress.html#gimp-progress-uninstall" since="GIMP 2.2"/>
<keyword type="function" name="gimp_progress_cancel ()" link="libgimp-gimpprogress.html#gimp-progress-cancel" since="GIMP 2.2"/>
<keyword type="function" name="gimp_channel_new ()" link="libgimp-gimpchannel.html#gimp-channel-new"/>
<keyword type="function" name="gimp_channel_copy ()" link="libgimp-gimpchannel.html#gimp-channel-copy"/>
<keyword type="function" name="gimp_channel_get_show_masked ()" link="libgimp-gimpchannel.html#gimp-channel-get-show-masked"/>
<keyword type="function" name="gimp_channel_set_show_masked ()" link="libgimp-gimpchannel.html#gimp-channel-set-show-masked"/>
<keyword type="function" name="gimp_channel_get_opacity ()" link="libgimp-gimpchannel.html#gimp-channel-get-opacity"/>
<keyword type="function" name="gimp_channel_set_opacity ()" link="libgimp-gimpchannel.html#gimp-channel-set-opacity"/>
<keyword type="function" name="gimp_channel_get_color ()" link="libgimp-gimpchannel.html#gimp-channel-get-color"/>
<keyword type="function" name="gimp_channel_set_color ()" link="libgimp-gimpchannel.html#gimp-channel-set-color"/>
<keyword type="function" name="gimp_channel_combine_masks ()" link="libgimp-gimpchannel.html#gimp-channel-combine-masks"/>
<keyword type="function" name="gimp_brightness_contrast ()" link="libgimp-gimpcolor.html#gimp-brightness-contrast"/>
<keyword type="function" name="gimp_levels ()" link="libgimp-gimpcolor.html#gimp-levels"/>
<keyword type="function" name="gimp_levels_auto ()" link="libgimp-gimpcolor.html#gimp-levels-auto" deprecated=""/>
<keyword type="function" name="gimp_levels_stretch ()" link="libgimp-gimpcolor.html#gimp-levels-stretch"/>
<keyword type="function" name="gimp_posterize ()" link="libgimp-gimpcolor.html#gimp-posterize"/>
<keyword type="function" name="gimp_desaturate ()" link="libgimp-gimpcolor.html#gimp-desaturate"/>
<keyword type="function" name="gimp_equalize ()" link="libgimp-gimpcolor.html#gimp-equalize"/>
<keyword type="function" name="gimp_invert ()" link="libgimp-gimpcolor.html#gimp-invert"/>
<keyword type="function" name="gimp_curves_spline ()" link="libgimp-gimpcolor.html#gimp-curves-spline"/>
<keyword type="function" name="gimp_curves_explicit ()" link="libgimp-gimpcolor.html#gimp-curves-explicit"/>
<keyword type="function" name="gimp_color_balance ()" link="libgimp-gimpcolor.html#gimp-color-balance"/>
<keyword type="function" name="gimp_colorize ()" link="libgimp-gimpcolor.html#gimp-colorize" since="GIMP 2.2"/>
<keyword type="function" name="gimp_histogram ()" link="libgimp-gimpcolor.html#gimp-histogram"/>
<keyword type="function" name="gimp_hue_saturation ()" link="libgimp-gimpcolor.html#gimp-hue-saturation"/>
<keyword type="function" name="gimp_threshold ()" link="libgimp-gimpcolor.html#gimp-threshold"/>
<keyword type="function" name="gimp_image_convert_rgb ()" link="libgimp-gimpconvert.html#gimp-image-convert-rgb"/>
<keyword type="function" name="gimp_image_convert_grayscale ()" link="libgimp-gimpconvert.html#gimp-image-convert-grayscale"/>
<keyword type="function" name="gimp_image_convert_indexed ()" link="libgimp-gimpconvert.html#gimp-image-convert-indexed"/>
<keyword type="function" name="gimp_display_new ()" link="libgimp-gimpdisplay.html#gimp-display-new"/>
<keyword type="function" name="gimp_display_delete ()" link="libgimp-gimpdisplay.html#gimp-display-delete"/>
<keyword type="function" name="gimp_displays_flush ()" link="libgimp-gimpdisplay.html#gimp-displays-flush"/>
<keyword type="function" name="gimp_displays_reconnect ()" link="libgimp-gimpdisplay.html#gimp-displays-reconnect"/>
<keyword type="struct" name="GimpDrawable" link="libgimp-gimpdrawable.html#GimpDrawable"/>
<keyword type="function" name="gimp_drawable_get ()" link="libgimp-gimpdrawable.html#gimp-drawable-get"/>
<keyword type="function" name="gimp_drawable_detach ()" link="libgimp-gimpdrawable.html#gimp-drawable-detach"/>
<keyword type="function" name="gimp_drawable_flush ()" link="libgimp-gimpdrawable.html#gimp-drawable-flush"/>
<keyword type="function" name="gimp_drawable_delete ()" link="libgimp-gimpdrawable.html#gimp-drawable-delete"/>
<keyword type="function" name="gimp_drawable_get_name ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-name"/>
<keyword type="function" name="gimp_drawable_set_name ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-name"/>
<keyword type="function" name="gimp_drawable_get_visible ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-visible"/>
<keyword type="function" name="gimp_drawable_set_visible ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-visible"/>
<keyword type="function" name="gimp_drawable_get_linked ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-linked"/>
<keyword type="function" name="gimp_drawable_set_linked ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-linked"/>
<keyword type="function" name="gimp_drawable_get_tattoo ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-tattoo"/>
<keyword type="function" name="gimp_drawable_set_tattoo ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-tattoo"/>
<keyword type="function" name="gimp_drawable_get_pixel ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-pixel"/>
<keyword type="function" name="gimp_drawable_set_pixel ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-pixel"/>
<keyword type="function" name="gimp_drawable_get_tile ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-tile"/>
<keyword type="function" name="gimp_drawable_get_tile2 ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-tile2"/>
<keyword type="function" name="gimp_drawable_get_thumbnail_data ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-thumbnail-data"/>
<keyword type="function" name="gimp_drawable_get_sub_thumbnail_data ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-sub-thumbnail-data"/>
<keyword type="function" name="gimp_drawable_get_color_uchar ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-color-uchar"/>
<keyword type="function" name="gimp_drawable_merge_shadow ()" link="libgimp-gimpdrawable.html#gimp-drawable-merge-shadow"/>
<keyword type="function" name="gimp_drawable_fill ()" link="libgimp-gimpdrawable.html#gimp-drawable-fill"/>
<keyword type="function" name="gimp_drawable_update ()" link="libgimp-gimpdrawable.html#gimp-drawable-update"/>
<keyword type="function" name="gimp_drawable_mask_bounds ()" link="libgimp-gimpdrawable.html#gimp-drawable-mask-bounds"/>
<keyword type="function" name="gimp_drawable_mask_intersect ()" link="libgimp-gimpdrawable.html#gimp-drawable-mask-intersect" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_get_image ()" link="libgimp-gimpdrawable.html#gimp-drawable-get-image"/>
<keyword type="function" name="gimp_drawable_set_image ()" link="libgimp-gimpdrawable.html#gimp-drawable-set-image" deprecated=""/>
<keyword type="function" name="gimp_drawable_has_alpha ()" link="libgimp-gimpdrawable.html#gimp-drawable-has-alpha"/>
<keyword type="function" name="gimp_drawable_type_with_alpha ()" link="libgimp-gimpdrawable.html#gimp-drawable-type-with-alpha"/>
<keyword type="function" name="gimp_drawable_type ()" link="libgimp-gimpdrawable.html#gimp-drawable-type"/>
<keyword type="function" name="gimp_drawable_is_rgb ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-rgb"/>
<keyword type="function" name="gimp_drawable_is_gray ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-gray"/>
<keyword type="function" name="gimp_drawable_is_indexed ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-indexed"/>
<keyword type="function" name="gimp_drawable_bpp ()" link="libgimp-gimpdrawable.html#gimp-drawable-bpp"/>
<keyword type="function" name="gimp_drawable_width ()" link="libgimp-gimpdrawable.html#gimp-drawable-width"/>
<keyword type="function" name="gimp_drawable_height ()" link="libgimp-gimpdrawable.html#gimp-drawable-height"/>
<keyword type="function" name="gimp_drawable_offsets ()" link="libgimp-gimpdrawable.html#gimp-drawable-offsets"/>
<keyword type="function" name="gimp_drawable_is_layer ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-layer"/>
<keyword type="function" name="gimp_drawable_is_layer_mask ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-layer-mask"/>
<keyword type="function" name="gimp_drawable_is_channel ()" link="libgimp-gimpdrawable.html#gimp-drawable-is-channel"/>
<keyword type="function" name="gimp_drawable_offset ()" link="libgimp-gimpdrawable.html#gimp-drawable-offset"/>
<keyword type="function" name="gimp_drawable_parasite_find ()" link="libgimp-gimpdrawable.html#gimp-drawable-parasite-find"/>
<keyword type="function" name="gimp_drawable_parasite_list ()" link="libgimp-gimpdrawable.html#gimp-drawable-parasite-list"/>
<keyword type="function" name="gimp_drawable_parasite_attach ()" link="libgimp-gimpdrawable.html#gimp-drawable-parasite-attach"/>
<keyword type="function" name="gimp_drawable_parasite_detach ()" link="libgimp-gimpdrawable.html#gimp-drawable-parasite-detach"/>
<keyword type="function" name="gimp_drawable_attach_new_parasite ()" link="libgimp-gimpdrawable.html#gimp-drawable-attach-new-parasite"/>
<keyword type="function" name="gimp_drawable_transform_flip_simple ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-flip-simple" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_flip ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-flip" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_flip_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-flip-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_perspective ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-perspective" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_perspective_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-perspective-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_rotate_simple ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-rotate-simple" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_rotate ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-rotate" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_rotate_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-rotate-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_scale ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-scale" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_scale_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-scale-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_shear ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-shear" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_shear_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-shear-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_2d ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-2d" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_2d_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-2d-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_matrix ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-matrix" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_transform_matrix_default ()" link="libgimp-gimpdrawabletransform.html#gimp-drawable-transform-matrix-default" since="GIMP 2.2"/>
<keyword type="function" name="gimp_edit_cut ()" link="libgimp-gimpedit.html#gimp-edit-cut"/>
<keyword type="function" name="gimp_edit_copy ()" link="libgimp-gimpedit.html#gimp-edit-copy"/>
<keyword type="function" name="gimp_edit_copy_visible ()" link="libgimp-gimpedit.html#gimp-edit-copy-visible" since="GIMP 2.2"/>
<keyword type="function" name="gimp_edit_paste ()" link="libgimp-gimpedit.html#gimp-edit-paste"/>
<keyword type="function" name="gimp_edit_clear ()" link="libgimp-gimpedit.html#gimp-edit-clear"/>
<keyword type="function" name="gimp_edit_fill ()" link="libgimp-gimpedit.html#gimp-edit-fill"/>
<keyword type="function" name="gimp_edit_bucket_fill ()" link="libgimp-gimpedit.html#gimp-edit-bucket-fill"/>
<keyword type="function" name="gimp_edit_blend ()" link="libgimp-gimpedit.html#gimp-edit-blend"/>
<keyword type="function" name="gimp_edit_stroke ()" link="libgimp-gimpedit.html#gimp-edit-stroke"/>
<keyword type="function" name="gimp_temp_name ()" link="libgimp-gimpfileops.html#gimp-temp-name"/>
<keyword type="function" name="gimp_file_load ()" link="libgimp-gimpfileops.html#gimp-file-load"/>
<keyword type="function" name="gimp_file_save ()" link="libgimp-gimpfileops.html#gimp-file-save"/>
<keyword type="function" name="gimp_register_magic_load_handler ()" link="libgimp-gimpfileops.html#gimp-register-magic-load-handler"/>
<keyword type="function" name="gimp_register_load_handler ()" link="libgimp-gimpfileops.html#gimp-register-load-handler"/>
<keyword type="function" name="gimp_register_save_handler ()" link="libgimp-gimpfileops.html#gimp-register-save-handler"/>
<keyword type="function" name="gimp_register_file_handler_mime ()" link="libgimp-gimpfileops.html#gimp-register-file-handler-mime" since="GIMP 2.2"/>
<keyword type="function" name="gimp_register_thumbnail_loader ()" link="libgimp-gimpfileops.html#gimp-register-thumbnail-loader" since="GIMP 2.2"/>
<keyword type="function" name="gimp_floating_sel_remove ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-remove"/>
<keyword type="function" name="gimp_floating_sel_anchor ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-anchor"/>
<keyword type="function" name="gimp_floating_sel_to_layer ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-to-layer"/>
<keyword type="function" name="gimp_floating_sel_attach ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-attach"/>
<keyword type="function" name="gimp_floating_sel_rigor ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-rigor"/>
<keyword type="function" name="gimp_floating_sel_relax ()" link="libgimp-gimpfloatingsel.html#gimp-floating-sel-relax"/>
<keyword type="function" name="gimp_image_add_hguide ()" link="libgimp-gimpguides.html#gimp-image-add-hguide"/>
<keyword type="function" name="gimp_image_add_vguide ()" link="libgimp-gimpguides.html#gimp-image-add-vguide"/>
<keyword type="function" name="gimp_image_delete_guide ()" link="libgimp-gimpguides.html#gimp-image-delete-guide"/>
<keyword type="function" name="gimp_image_find_next_guide ()" link="libgimp-gimpguides.html#gimp-image-find-next-guide"/>
<keyword type="function" name="gimp_image_get_guide_orientation ()" link="libgimp-gimpguides.html#gimp-image-get-guide-orientation"/>
<keyword type="function" name="gimp_image_get_guide_position ()" link="libgimp-gimpguides.html#gimp-image-get-guide-position"/>
<keyword type="function" name="gimp_image_list ()" link="libgimp-gimpimage.html#gimp-image-list"/>
<keyword type="function" name="gimp_image_new ()" link="libgimp-gimpimage.html#gimp-image-new"/>
<keyword type="function" name="gimp_image_duplicate ()" link="libgimp-gimpimage.html#gimp-image-duplicate"/>
<keyword type="function" name="gimp_image_delete ()" link="libgimp-gimpimage.html#gimp-image-delete"/>
<keyword type="function" name="gimp_image_base_type ()" link="libgimp-gimpimage.html#gimp-image-base-type"/>
<keyword type="function" name="gimp_image_width ()" link="libgimp-gimpimage.html#gimp-image-width"/>
<keyword type="function" name="gimp_image_height ()" link="libgimp-gimpimage.html#gimp-image-height"/>
<keyword type="function" name="gimp_image_free_shadow ()" link="libgimp-gimpimage.html#gimp-image-free-shadow"/>
<keyword type="function" name="gimp_image_flip ()" link="libgimp-gimpimage.html#gimp-image-flip"/>
<keyword type="function" name="gimp_image_rotate ()" link="libgimp-gimpimage.html#gimp-image-rotate"/>
<keyword type="function" name="gimp_image_resize ()" link="libgimp-gimpimage.html#gimp-image-resize"/>
<keyword type="function" name="gimp_image_resize_to_layers ()" link="libgimp-gimpimage.html#gimp-image-resize-to-layers" since="GIMP 2.2"/>
<keyword type="function" name="gimp_image_scale ()" link="libgimp-gimpimage.html#gimp-image-scale"/>
<keyword type="function" name="gimp_image_crop ()" link="libgimp-gimpimage.html#gimp-image-crop"/>
<keyword type="function" name="gimp_image_get_layers ()" link="libgimp-gimpimage.html#gimp-image-get-layers"/>
<keyword type="function" name="gimp_image_get_channels ()" link="libgimp-gimpimage.html#gimp-image-get-channels"/>
<keyword type="function" name="gimp_image_get_active_drawable ()" link="libgimp-gimpimage.html#gimp-image-get-active-drawable"/>
<keyword type="function" name="gimp_image_unset_active_channel ()" link="libgimp-gimpimage.html#gimp-image-unset-active-channel"/>
<keyword type="function" name="gimp_image_get_floating_sel ()" link="libgimp-gimpimage.html#gimp-image-get-floating-sel"/>
<keyword type="function" name="gimp_image_floating_sel_attached_to ()" link="libgimp-gimpimage.html#gimp-image-floating-sel-attached-to"/>
<keyword type="function" name="gimp_image_pick_color ()" link="libgimp-gimpimage.html#gimp-image-pick-color"/>
<keyword type="function" name="gimp_image_pick_correlate_layer ()" link="libgimp-gimpimage.html#gimp-image-pick-correlate-layer"/>
<keyword type="function" name="gimp_image_add_layer ()" link="libgimp-gimpimage.html#gimp-image-add-layer"/>
<keyword type="function" name="gimp_image_remove_layer ()" link="libgimp-gimpimage.html#gimp-image-remove-layer"/>
<keyword type="function" name="gimp_image_raise_layer ()" link="libgimp-gimpimage.html#gimp-image-raise-layer"/>
<keyword type="function" name="gimp_image_lower_layer ()" link="libgimp-gimpimage.html#gimp-image-lower-layer"/>
<keyword type="function" name="gimp_image_raise_layer_to_top ()" link="libgimp-gimpimage.html#gimp-image-raise-layer-to-top"/>
<keyword type="function" name="gimp_image_lower_layer_to_bottom ()" link="libgimp-gimpimage.html#gimp-image-lower-layer-to-bottom"/>
<keyword type="function" name="gimp_image_add_channel ()" link="libgimp-gimpimage.html#gimp-image-add-channel"/>
<keyword type="function" name="gimp_image_remove_channel ()" link="libgimp-gimpimage.html#gimp-image-remove-channel"/>
<keyword type="function" name="gimp_image_raise_channel ()" link="libgimp-gimpimage.html#gimp-image-raise-channel"/>
<keyword type="function" name="gimp_image_lower_channel ()" link="libgimp-gimpimage.html#gimp-image-lower-channel"/>
<keyword type="function" name="gimp_image_flatten ()" link="libgimp-gimpimage.html#gimp-image-flatten"/>
<keyword type="function" name="gimp_image_merge_visible_layers ()" link="libgimp-gimpimage.html#gimp-image-merge-visible-layers"/>
<keyword type="function" name="gimp_image_merge_down ()" link="libgimp-gimpimage.html#gimp-image-merge-down"/>
<keyword type="function" name="gimp_image_clean_all ()" link="libgimp-gimpimage.html#gimp-image-clean-all"/>
<keyword type="function" name="gimp_image_is_dirty ()" link="libgimp-gimpimage.html#gimp-image-is-dirty"/>
<keyword type="function" name="gimp_image_get_active_layer ()" link="libgimp-gimpimage.html#gimp-image-get-active-layer"/>
<keyword type="function" name="gimp_image_set_active_layer ()" link="libgimp-gimpimage.html#gimp-image-set-active-layer"/>
<keyword type="function" name="gimp_image_get_active_channel ()" link="libgimp-gimpimage.html#gimp-image-get-active-channel"/>
<keyword type="function" name="gimp_image_set_active_channel ()" link="libgimp-gimpimage.html#gimp-image-set-active-channel"/>
<keyword type="function" name="gimp_image_get_selection ()" link="libgimp-gimpimage.html#gimp-image-get-selection"/>
<keyword type="function" name="gimp_image_get_component_active ()" link="libgimp-gimpimage.html#gimp-image-get-component-active"/>
<keyword type="function" name="gimp_image_set_component_active ()" link="libgimp-gimpimage.html#gimp-image-set-component-active"/>
<keyword type="function" name="gimp_image_get_component_visible ()" link="libgimp-gimpimage.html#gimp-image-get-component-visible"/>
<keyword type="function" name="gimp_image_set_component_visible ()" link="libgimp-gimpimage.html#gimp-image-set-component-visible"/>
<keyword type="function" name="gimp_image_get_filename ()" link="libgimp-gimpimage.html#gimp-image-get-filename"/>
<keyword type="function" name="gimp_image_set_filename ()" link="libgimp-gimpimage.html#gimp-image-set-filename"/>
<keyword type="function" name="gimp_image_get_name ()" link="libgimp-gimpimage.html#gimp-image-get-name"/>
<keyword type="function" name="gimp_image_get_resolution ()" link="libgimp-gimpimage.html#gimp-image-get-resolution"/>
<keyword type="function" name="gimp_image_set_resolution ()" link="libgimp-gimpimage.html#gimp-image-set-resolution"/>
<keyword type="function" name="gimp_image_get_unit ()" link="libgimp-gimpimage.html#gimp-image-get-unit"/>
<keyword type="function" name="gimp_image_set_unit ()" link="libgimp-gimpimage.html#gimp-image-set-unit"/>
<keyword type="function" name="gimp_image_set_tattoo_state ()" link="libgimp-gimpimage.html#gimp-image-set-tattoo-state"/>
<keyword type="function" name="gimp_image_get_tattoo_state ()" link="libgimp-gimpimage.html#gimp-image-get-tattoo-state"/>
<keyword type="function" name="gimp_image_get_layer_by_tattoo ()" link="libgimp-gimpimage.html#gimp-image-get-layer-by-tattoo"/>
<keyword type="function" name="gimp_image_get_channel_by_tattoo ()" link="libgimp-gimpimage.html#gimp-image-get-channel-by-tattoo"/>
<keyword type="function" name="gimp_image_get_cmap ()" link="libgimp-gimpimage.html#gimp-image-get-cmap" deprecated=""/>
<keyword type="function" name="gimp_image_set_cmap ()" link="libgimp-gimpimage.html#gimp-image-set-cmap" deprecated=""/>
<keyword type="function" name="gimp_image_get_colormap ()" link="libgimp-gimpimage.html#gimp-image-get-colormap"/>
<keyword type="function" name="gimp_image_set_colormap ()" link="libgimp-gimpimage.html#gimp-image-set-colormap"/>
<keyword type="function" name="gimp_image_get_thumbnail_data ()" link="libgimp-gimpimage.html#gimp-image-get-thumbnail-data"/>
<keyword type="function" name="gimp_image_parasite_find ()" link="libgimp-gimpimage.html#gimp-image-parasite-find"/>
<keyword type="function" name="gimp_image_parasite_list ()" link="libgimp-gimpimage.html#gimp-image-parasite-list"/>
<keyword type="function" name="gimp_image_parasite_attach ()" link="libgimp-gimpimage.html#gimp-image-parasite-attach"/>
<keyword type="function" name="gimp_image_parasite_detach ()" link="libgimp-gimpimage.html#gimp-image-parasite-detach"/>
<keyword type="function" name="gimp_image_attach_new_parasite ()" link="libgimp-gimpimage.html#gimp-image-attach-new-parasite"/>
<keyword type="function" name="gimp_layer_new ()" link="libgimp-gimplayer.html#gimp-layer-new"/>
<keyword type="function" name="gimp_layer_copy ()" link="libgimp-gimplayer.html#gimp-layer-copy"/>
<keyword type="function" name="gimp_layer_scale ()" link="libgimp-gimplayer.html#gimp-layer-scale"/>
<keyword type="function" name="gimp_layer_resize ()" link="libgimp-gimplayer.html#gimp-layer-resize"/>
<keyword type="function" name="gimp_layer_resize_to_image_size ()" link="libgimp-gimplayer.html#gimp-layer-resize-to-image-size"/>
<keyword type="function" name="gimp_layer_translate ()" link="libgimp-gimplayer.html#gimp-layer-translate"/>
<keyword type="function" name="gimp_layer_add_alpha ()" link="libgimp-gimplayer.html#gimp-layer-add-alpha"/>
<keyword type="function" name="gimp_layer_set_offsets ()" link="libgimp-gimplayer.html#gimp-layer-set-offsets"/>
<keyword type="function" name="gimp_layer_create_mask ()" link="libgimp-gimplayer.html#gimp-layer-create-mask"/>
<keyword type="function" name="gimp_layer_from_mask ()" link="libgimp-gimplayer.html#gimp-layer-from-mask" since="GIMP 2.2"/>
<keyword type="function" name="gimp_layer_get_mask ()" link="libgimp-gimplayer.html#gimp-layer-get-mask"/>
<keyword type="function" name="gimp_layer_add_mask ()" link="libgimp-gimplayer.html#gimp-layer-add-mask"/>
<keyword type="function" name="gimp_layer_remove_mask ()" link="libgimp-gimplayer.html#gimp-layer-remove-mask"/>
<keyword type="function" name="gimp_layer_new_from_drawable ()" link="libgimp-gimplayer.html#gimp-layer-new-from-drawable"/>
<keyword type="function" name="gimp_layer_get_preserve_trans ()" link="libgimp-gimplayer.html#gimp-layer-get-preserve-trans"/>
<keyword type="function" name="gimp_layer_set_preserve_trans ()" link="libgimp-gimplayer.html#gimp-layer-set-preserve-trans"/>
<keyword type="function" name="gimp_layer_get_apply_mask ()" link="libgimp-gimplayer.html#gimp-layer-get-apply-mask"/>
<keyword type="function" name="gimp_layer_set_apply_mask ()" link="libgimp-gimplayer.html#gimp-layer-set-apply-mask"/>
<keyword type="function" name="gimp_layer_get_show_mask ()" link="libgimp-gimplayer.html#gimp-layer-get-show-mask"/>
<keyword type="function" name="gimp_layer_set_show_mask ()" link="libgimp-gimplayer.html#gimp-layer-set-show-mask"/>
<keyword type="function" name="gimp_layer_get_edit_mask ()" link="libgimp-gimplayer.html#gimp-layer-get-edit-mask"/>
<keyword type="function" name="gimp_layer_set_edit_mask ()" link="libgimp-gimplayer.html#gimp-layer-set-edit-mask"/>
<keyword type="function" name="gimp_layer_get_opacity ()" link="libgimp-gimplayer.html#gimp-layer-get-opacity"/>
<keyword type="function" name="gimp_layer_set_opacity ()" link="libgimp-gimplayer.html#gimp-layer-set-opacity"/>
<keyword type="function" name="gimp_layer_get_mode ()" link="libgimp-gimplayer.html#gimp-layer-get-mode"/>
<keyword type="function" name="gimp_layer_set_mode ()" link="libgimp-gimplayer.html#gimp-layer-set-mode"/>
<keyword type="function" name="gimp_layer_is_floating_sel ()" link="libgimp-gimplayer.html#gimp-layer-is-floating-sel"/>
<keyword type="function" name="gimp_path_list ()" link="libgimp-gimppaths.html#gimp-path-list"/>
<keyword type="function" name="gimp_path_get_points ()" link="libgimp-gimppaths.html#gimp-path-get-points"/>
<keyword type="function" name="gimp_path_get_current ()" link="libgimp-gimppaths.html#gimp-path-get-current"/>
<keyword type="function" name="gimp_path_set_current ()" link="libgimp-gimppaths.html#gimp-path-set-current"/>
<keyword type="function" name="gimp_path_set_points ()" link="libgimp-gimppaths.html#gimp-path-set-points"/>
<keyword type="function" name="gimp_path_stroke_current ()" link="libgimp-gimppaths.html#gimp-path-stroke-current"/>
<keyword type="function" name="gimp_path_get_point_at_dist ()" link="libgimp-gimppaths.html#gimp-path-get-point-at-dist"/>
<keyword type="function" name="gimp_path_get_tattoo ()" link="libgimp-gimppaths.html#gimp-path-get-tattoo"/>
<keyword type="function" name="gimp_get_path_by_tattoo ()" link="libgimp-gimppaths.html#gimp-get-path-by-tattoo"/>
<keyword type="function" name="gimp_path_delete ()" link="libgimp-gimppaths.html#gimp-path-delete"/>
<keyword type="function" name="gimp_path_get_locked ()" link="libgimp-gimppaths.html#gimp-path-get-locked"/>
<keyword type="function" name="gimp_path_set_locked ()" link="libgimp-gimppaths.html#gimp-path-set-locked"/>
<keyword type="function" name="gimp_path_set_tattoo ()" link="libgimp-gimppaths.html#gimp-path-set-tattoo"/>
<keyword type="function" name="gimp_path_to_selection ()" link="libgimp-gimppaths.html#gimp-path-to-selection"/>
<keyword type="function" name="gimp_path_import ()" link="libgimp-gimppaths.html#gimp-path-import"/>
<keyword type="enum" name="enum GimpPixelFetcherEdgeMode" link="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode"/>
<keyword type="struct" name="GimpPixelFetcher" link="libgimp-gimppixelfetcher.html#GimpPixelFetcher"/>
<keyword type="function" name="gimp_pixel_fetcher_new ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-new"/>
<keyword type="function" name="gimp_pixel_fetcher_set_edge_mode ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-set-edge-mode"/>
<keyword type="function" name="gimp_pixel_fetcher_set_bg_color ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-set-bg-color"/>
<keyword type="function" name="gimp_pixel_fetcher_get_pixel ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-get-pixel"/>
<keyword type="function" name="gimp_pixel_fetcher_put_pixel ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-put-pixel"/>
<keyword type="function" name="gimp_pixel_fetcher_destroy ()" link="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-destroy"/>
<keyword type="struct" name="GimpPixelRgn" link="libgimp-gimppixelrgn.html#GimpPixelRgn"/>
<keyword type="function" name="gimp_pixel_rgn_init ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-init"/>
<keyword type="function" name="gimp_pixel_rgn_resize ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-resize"/>
<keyword type="function" name="gimp_pixel_rgn_get_pixel ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-get-pixel"/>
<keyword type="function" name="gimp_pixel_rgn_get_row ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-get-row"/>
<keyword type="function" name="gimp_pixel_rgn_get_col ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-get-col"/>
<keyword type="function" name="gimp_pixel_rgn_get_rect ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-get-rect"/>
<keyword type="function" name="gimp_pixel_rgn_set_pixel ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-set-pixel"/>
<keyword type="function" name="gimp_pixel_rgn_set_row ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-set-row"/>
<keyword type="function" name="gimp_pixel_rgn_set_col ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-set-col"/>
<keyword type="function" name="gimp_pixel_rgn_set_rect ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgn-set-rect"/>
<keyword type="function" name="gimp_pixel_rgns_register ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgns-register"/>
<keyword type="function" name="gimp_pixel_rgns_register2 ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgns-register2"/>
<keyword type="function" name="gimp_pixel_rgns_process ()" link="libgimp-gimppixelrgn.html#gimp-pixel-rgns-process"/>
<keyword type="struct" name="GimpRgnIterator" link="libgimp-gimpregioniterator.html#GimpRgnIterator"/>
<keyword type="function" name="GimpRgnFunc1 ()" link="libgimp-gimpregioniterator.html#GimpRgnFunc1"/>
<keyword type="function" name="GimpRgnFunc2 ()" link="libgimp-gimpregioniterator.html#GimpRgnFunc2"/>
<keyword type="function" name="GimpRgnFuncSrc ()" link="libgimp-gimpregioniterator.html#GimpRgnFuncSrc"/>
<keyword type="function" name="GimpRgnFuncDest ()" link="libgimp-gimpregioniterator.html#GimpRgnFuncDest"/>
<keyword type="function" name="GimpRgnFuncSrcDest ()" link="libgimp-gimpregioniterator.html#GimpRgnFuncSrcDest"/>
<keyword type="function" name="gimp_rgn_iterator_new ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterator-new"/>
<keyword type="function" name="gimp_rgn_iterator_free ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterator-free"/>
<keyword type="function" name="gimp_rgn_iterator_src ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterator-src"/>
<keyword type="function" name="gimp_rgn_iterator_dest ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterator-dest"/>
<keyword type="function" name="gimp_rgn_iterator_src_dest ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterator-src-dest"/>
<keyword type="function" name="gimp_rgn_iterate1 ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterate1"/>
<keyword type="function" name="gimp_rgn_iterate2 ()" link="libgimp-gimpregioniterator.html#gimp-rgn-iterate2"/>
<keyword type="function" name="gimp_selection_bounds ()" link="libgimp-gimpselection.html#gimp-selection-bounds"/>
<keyword type="function" name="gimp_selection_all ()" link="libgimp-gimpselection.html#gimp-selection-all"/>
<keyword type="function" name="gimp_selection_none ()" link="libgimp-gimpselection.html#gimp-selection-none"/>
<keyword type="function" name="gimp_selection_clear ()" link="libgimp-gimpselection.html#gimp-selection-clear" deprecated=""/>
<keyword type="function" name="gimp_selection_is_empty ()" link="libgimp-gimpselection.html#gimp-selection-is-empty"/>
<keyword type="function" name="gimp_selection_float ()" link="libgimp-gimpselection.html#gimp-selection-float"/>
<keyword type="function" name="gimp_selection_load ()" link="libgimp-gimpselection.html#gimp-selection-load"/>
<keyword type="function" name="gimp_selection_save ()" link="libgimp-gimpselection.html#gimp-selection-save"/>
<keyword type="function" name="gimp_selection_value ()" link="libgimp-gimpselection.html#gimp-selection-value"/>
<keyword type="function" name="gimp_selection_grow ()" link="libgimp-gimpselection.html#gimp-selection-grow"/>
<keyword type="function" name="gimp_selection_shrink ()" link="libgimp-gimpselection.html#gimp-selection-shrink"/>
<keyword type="function" name="gimp_selection_invert ()" link="libgimp-gimpselection.html#gimp-selection-invert"/>
<keyword type="function" name="gimp_selection_feather ()" link="libgimp-gimpselection.html#gimp-selection-feather"/>
<keyword type="function" name="gimp_selection_sharpen ()" link="libgimp-gimpselection.html#gimp-selection-sharpen"/>
<keyword type="function" name="gimp_selection_border ()" link="libgimp-gimpselection.html#gimp-selection-border"/>
<keyword type="function" name="gimp_selection_translate ()" link="libgimp-gimpselection.html#gimp-selection-translate"/>
<keyword type="function" name="gimp_selection_layer_alpha ()" link="libgimp-gimpselection.html#gimp-selection-layer-alpha"/>
<keyword type="function" name="gimp_selection_combine ()" link="libgimp-gimpselection.html#gimp-selection-combine"/>
<keyword type="function" name="gimp_text_fontname ()" link="libgimp-gimptexttool.html#gimp-text-fontname"/>
<keyword type="function" name="gimp_text_get_extents_fontname ()" link="libgimp-gimptexttool.html#gimp-text-get-extents-fontname"/>
<keyword type="function" name="gimp_text ()" link="libgimp-gimptexttool.html#gimp-text" deprecated=""/>
<keyword type="function" name="gimp_text_get_extents ()" link="libgimp-gimptexttool.html#gimp-text-get-extents" deprecated=""/>
<keyword type="struct" name="GimpTile" link="libgimp-gimptile.html#GimpTile"/>
<keyword type="function" name="gimp_tile_ref ()" link="libgimp-gimptile.html#gimp-tile-ref"/>
<keyword type="function" name="gimp_tile_ref_zero ()" link="libgimp-gimptile.html#gimp-tile-ref-zero"/>
<keyword type="function" name="gimp_tile_unref ()" link="libgimp-gimptile.html#gimp-tile-unref"/>
<keyword type="function" name="gimp_tile_flush ()" link="libgimp-gimptile.html#gimp-tile-flush"/>
<keyword type="function" name="gimp_tile_cache_size ()" link="libgimp-gimptile.html#gimp-tile-cache-size"/>
<keyword type="function" name="gimp_tile_cache_ntiles ()" link="libgimp-gimptile.html#gimp-tile-cache-ntiles"/>
<keyword type="function" name="gimp_airbrush ()" link="libgimp-gimptools.html#gimp-airbrush"/>
<keyword type="function" name="gimp_airbrush_default ()" link="libgimp-gimptools.html#gimp-airbrush-default"/>
<keyword type="function" name="gimp_by_color_select ()" link="libgimp-gimptools.html#gimp-by-color-select"/>
<keyword type="function" name="gimp_clone ()" link="libgimp-gimptools.html#gimp-clone"/>
<keyword type="function" name="gimp_clone_default ()" link="libgimp-gimptools.html#gimp-clone-default"/>
<keyword type="function" name="gimp_convolve ()" link="libgimp-gimptools.html#gimp-convolve"/>
<keyword type="function" name="gimp_convolve_default ()" link="libgimp-gimptools.html#gimp-convolve-default"/>
<keyword type="function" name="gimp_dodgeburn ()" link="libgimp-gimptools.html#gimp-dodgeburn"/>
<keyword type="function" name="gimp_dodgeburn_default ()" link="libgimp-gimptools.html#gimp-dodgeburn-default"/>
<keyword type="function" name="gimp_ellipse_select ()" link="libgimp-gimptools.html#gimp-ellipse-select"/>
<keyword type="function" name="gimp_eraser ()" link="libgimp-gimptools.html#gimp-eraser"/>
<keyword type="function" name="gimp_eraser_default ()" link="libgimp-gimptools.html#gimp-eraser-default"/>
<keyword type="function" name="gimp_flip ()" link="libgimp-gimptools.html#gimp-flip" deprecated=""/>
<keyword type="function" name="gimp_free_select ()" link="libgimp-gimptools.html#gimp-free-select"/>
<keyword type="function" name="gimp_fuzzy_select ()" link="libgimp-gimptools.html#gimp-fuzzy-select"/>
<keyword type="function" name="gimp_paintbrush ()" link="libgimp-gimptools.html#gimp-paintbrush"/>
<keyword type="function" name="gimp_paintbrush_default ()" link="libgimp-gimptools.html#gimp-paintbrush-default"/>
<keyword type="function" name="gimp_pencil ()" link="libgimp-gimptools.html#gimp-pencil"/>
<keyword type="function" name="gimp_perspective ()" link="libgimp-gimptools.html#gimp-perspective" deprecated=""/>
<keyword type="function" name="gimp_rect_select ()" link="libgimp-gimptools.html#gimp-rect-select"/>
<keyword type="function" name="gimp_rotate ()" link="libgimp-gimptools.html#gimp-rotate" deprecated=""/>
<keyword type="function" name="gimp_scale ()" link="libgimp-gimptools.html#gimp-scale" deprecated=""/>
<keyword type="function" name="gimp_shear ()" link="libgimp-gimptools.html#gimp-shear" deprecated=""/>
<keyword type="function" name="gimp_smudge ()" link="libgimp-gimptools.html#gimp-smudge"/>
<keyword type="function" name="gimp_smudge_default ()" link="libgimp-gimptools.html#gimp-smudge-default"/>
<keyword type="function" name="gimp_transform_2d ()" link="libgimp-gimptools.html#gimp-transform-2d" deprecated=""/>
<keyword type="function" name="gimp_image_undo_group_start ()" link="libgimp-gimpundo.html#gimp-image-undo-group-start"/>
<keyword type="function" name="gimp_image_undo_group_end ()" link="libgimp-gimpundo.html#gimp-image-undo-group-end"/>
<keyword type="function" name="gimp_image_undo_is_enabled ()" link="libgimp-gimpundo.html#gimp-image-undo-is-enabled"/>
<keyword type="function" name="gimp_image_undo_disable ()" link="libgimp-gimpundo.html#gimp-image-undo-disable"/>
<keyword type="function" name="gimp_image_undo_enable ()" link="libgimp-gimpundo.html#gimp-image-undo-enable"/>
<keyword type="function" name="gimp_image_undo_freeze ()" link="libgimp-gimpundo.html#gimp-image-undo-freeze"/>
<keyword type="function" name="gimp_image_undo_thaw ()" link="libgimp-gimpundo.html#gimp-image-undo-thaw"/>
<keyword type="function" name="gimp_brush_new ()" link="libgimp-gimpbrush.html#gimp-brush-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_duplicate ()" link="libgimp-gimpbrush.html#gimp-brush-duplicate" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_rename ()" link="libgimp-gimpbrush.html#gimp-brush-rename" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_delete ()" link="libgimp-gimpbrush.html#gimp-brush-delete" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_get_info ()" link="libgimp-gimpbrush.html#gimp-brush-get-info" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_get_pixels ()" link="libgimp-gimpbrush.html#gimp-brush-get-pixels" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_get_spacing ()" link="libgimp-gimpbrush.html#gimp-brush-get-spacing" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brush_set_spacing ()" link="libgimp-gimpbrush.html#gimp-brush-set-spacing" since="GIMP 2.2"/>
<keyword type="function" name="gimp_brushes_refresh ()" link="libgimp-gimpbrushes.html#gimp-brushes-refresh"/>
<keyword type="function" name="gimp_brushes_get_list ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-list"/>
<keyword type="function" name="gimp_brushes_get_brush ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-brush" deprecated=""/>
<keyword type="function" name="gimp_brushes_set_brush ()" link="libgimp-gimpbrushes.html#gimp-brushes-set-brush" deprecated=""/>
<keyword type="function" name="gimp_brushes_get_opacity ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-opacity" deprecated=""/>
<keyword type="function" name="gimp_brushes_set_opacity ()" link="libgimp-gimpbrushes.html#gimp-brushes-set-opacity" deprecated=""/>
<keyword type="function" name="gimp_brushes_get_paint_mode ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-paint-mode" deprecated=""/>
<keyword type="function" name="gimp_brushes_set_paint_mode ()" link="libgimp-gimpbrushes.html#gimp-brushes-set-paint-mode" deprecated=""/>
<keyword type="function" name="gimp_brushes_get_spacing ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-spacing" deprecated=""/>
<keyword type="function" name="gimp_brushes_set_spacing ()" link="libgimp-gimpbrushes.html#gimp-brushes-set-spacing" deprecated=""/>
<keyword type="function" name="gimp_brushes_get_brush_data ()" link="libgimp-gimpbrushes.html#gimp-brushes-get-brush-data" deprecated=""/>
<keyword type="function" name="gimp_fonts_refresh ()" link="libgimp-gimpfonts.html#gimp-fonts-refresh"/>
<keyword type="function" name="gimp_fonts_get_list ()" link="libgimp-gimpfonts.html#gimp-fonts-get-list"/>
<keyword type="function" name="gimp_gradient_new ()" link="libgimp-gimpgradient.html#gimp-gradient-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_duplicate ()" link="libgimp-gimpgradient.html#gimp-gradient-duplicate" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_rename ()" link="libgimp-gimpgradient.html#gimp-gradient-rename" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_delete ()" link="libgimp-gimpgradient.html#gimp-gradient-delete" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_get_uniform_samples ()" link="libgimp-gimpgradient.html#gimp-gradient-get-uniform-samples" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_get_custom_samples ()" link="libgimp-gimpgradient.html#gimp-gradient-get-custom-samples" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_left_color ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-left-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_set_left_color ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-set-left-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_right_color ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-right-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_set_right_color ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-set-right-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_left_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-left-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_set_left_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-set-left-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_middle_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-middle-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_set_middle_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-set-middle-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_right_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-right-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_set_right_pos ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-set-right-pos" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_blending_function ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-blending-function" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_get_coloring_type ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-get-coloring-type" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_set_blending_function ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-set-blending-function" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_set_coloring_type ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-set-coloring-type" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_flip ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-flip" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_replicate ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-replicate" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_split_midpoint ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-split-midpoint" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_split_uniform ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-split-uniform" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_delete ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-delete" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_redistribute_handles ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-redistribute-handles" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_blend_colors ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-blend-colors" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_blend_opacity ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-blend-opacity" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradient_segment_range_move ()" link="libgimp-gimpgradient.html#gimp-gradient-segment-range-move" since="GIMP 2.2"/>
<keyword type="function" name="gimp_gradients_refresh ()" link="libgimp-gimpgradients.html#gimp-gradients-refresh"/>
<keyword type="function" name="gimp_gradients_get_list ()" link="libgimp-gimpgradients.html#gimp-gradients-get-list"/>
<keyword type="function" name="gimp_gradients_get_gradient ()" link="libgimp-gimpgradients.html#gimp-gradients-get-gradient" deprecated=""/>
<keyword type="function" name="gimp_gradients_set_gradient ()" link="libgimp-gimpgradients.html#gimp-gradients-set-gradient" deprecated=""/>
<keyword type="function" name="gimp_gradients_sample_uniform ()" link="libgimp-gimpgradients.html#gimp-gradients-sample-uniform" deprecated=""/>
<keyword type="function" name="gimp_gradients_sample_custom ()" link="libgimp-gimpgradients.html#gimp-gradients-sample-custom" deprecated=""/>
<keyword type="function" name="gimp_gradients_get_gradient_data ()" link="libgimp-gimpgradients.html#gimp-gradients-get-gradient-data" deprecated=""/>
<keyword type="function" name="gimp_palette_new ()" link="libgimp-gimppalette.html#gimp-palette-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_duplicate ()" link="libgimp-gimppalette.html#gimp-palette-duplicate" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_rename ()" link="libgimp-gimppalette.html#gimp-palette-rename" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_delete ()" link="libgimp-gimppalette.html#gimp-palette-delete" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_get_info ()" link="libgimp-gimppalette.html#gimp-palette-get-info" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_add_entry ()" link="libgimp-gimppalette.html#gimp-palette-add-entry" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_delete_entry ()" link="libgimp-gimppalette.html#gimp-palette-delete-entry" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_entry_get_color ()" link="libgimp-gimppalette.html#gimp-palette-entry-get-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_entry_set_color ()" link="libgimp-gimppalette.html#gimp-palette-entry-set-color" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_entry_get_name ()" link="libgimp-gimppalette.html#gimp-palette-entry-get-name" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_entry_set_name ()" link="libgimp-gimppalette.html#gimp-palette-entry-set-name" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_get_foreground ()" link="libgimp-gimppalette.html#gimp-palette-get-foreground" deprecated=""/>
<keyword type="function" name="gimp_palette_get_background ()" link="libgimp-gimppalette.html#gimp-palette-get-background" deprecated=""/>
<keyword type="function" name="gimp_palette_set_foreground ()" link="libgimp-gimppalette.html#gimp-palette-set-foreground" deprecated=""/>
<keyword type="function" name="gimp_palette_set_background ()" link="libgimp-gimppalette.html#gimp-palette-set-background" deprecated=""/>
<keyword type="function" name="gimp_palette_set_default_colors ()" link="libgimp-gimppalette.html#gimp-palette-set-default-colors" deprecated=""/>
<keyword type="function" name="gimp_palette_swap_colors ()" link="libgimp-gimppalette.html#gimp-palette-swap-colors" deprecated=""/>
<keyword type="function" name="gimp_palettes_refresh ()" link="libgimp-gimppalettes.html#gimp-palettes-refresh"/>
<keyword type="function" name="gimp_palettes_get_list ()" link="libgimp-gimppalettes.html#gimp-palettes-get-list"/>
<keyword type="function" name="gimp_palettes_get_palette ()" link="libgimp-gimppalettes.html#gimp-palettes-get-palette" deprecated=""/>
<keyword type="function" name="gimp_palettes_set_palette ()" link="libgimp-gimppalettes.html#gimp-palettes-set-palette" deprecated=""/>
<keyword type="function" name="gimp_palettes_get_palette_entry ()" link="libgimp-gimppalettes.html#gimp-palettes-get-palette-entry" deprecated=""/>
<keyword type="function" name="gimp_pattern_get_info ()" link="libgimp-gimppattern.html#gimp-pattern-get-info" since="GIMP 2.2"/>
<keyword type="function" name="gimp_pattern_get_pixels ()" link="libgimp-gimppattern.html#gimp-pattern-get-pixels" since="GIMP 2.2"/>
<keyword type="function" name="gimp_patterns_refresh ()" link="libgimp-gimppatterns.html#gimp-patterns-refresh"/>
<keyword type="function" name="gimp_patterns_get_list ()" link="libgimp-gimppatterns.html#gimp-patterns-get-list"/>
<keyword type="function" name="gimp_patterns_get_pattern ()" link="libgimp-gimppatterns.html#gimp-patterns-get-pattern" deprecated=""/>
<keyword type="function" name="gimp_patterns_set_pattern ()" link="libgimp-gimppatterns.html#gimp-patterns-set-pattern" deprecated=""/>
<keyword type="function" name="gimp_patterns_get_pattern_data ()" link="libgimp-gimppatterns.html#gimp-patterns-get-pattern-data" deprecated=""/>
<keyword type="function" name="GimpRunBrushCallback ()" link="libgimp-gimpbrushselect.html#GimpRunBrushCallback"/>
<keyword type="function" name="gimp_brush_select_new ()" link="libgimp-gimpbrushselect.html#gimp-brush-select-new"/>
<keyword type="function" name="gimp_brush_select_destroy ()" link="libgimp-gimpbrushselect.html#gimp-brush-select-destroy"/>
<keyword type="function" name="gimp_brushes_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-popup"/>
<keyword type="function" name="gimp_brushes_close_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-close-popup"/>
<keyword type="function" name="gimp_brushes_set_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-set-popup"/>
<keyword type="function" name="GimpRunFontCallback ()" link="libgimp-gimpfontselect.html#GimpRunFontCallback"/>
<keyword type="function" name="gimp_font_select_new ()" link="libgimp-gimpfontselect.html#gimp-font-select-new"/>
<keyword type="function" name="gimp_font_select_destroy ()" link="libgimp-gimpfontselect.html#gimp-font-select-destroy"/>
<keyword type="function" name="gimp_fonts_popup ()" link="libgimp-gimpfontselect.html#gimp-fonts-popup"/>
<keyword type="function" name="gimp_fonts_close_popup ()" link="libgimp-gimpfontselect.html#gimp-fonts-close-popup"/>
<keyword type="function" name="gimp_fonts_set_popup ()" link="libgimp-gimpfontselect.html#gimp-fonts-set-popup"/>
<keyword type="function" name="GimpRunGradientCallback ()" link="libgimp-gimpgradientselect.html#GimpRunGradientCallback"/>
<keyword type="function" name="gimp_gradient_select_new ()" link="libgimp-gimpgradientselect.html#gimp-gradient-select-new"/>
<keyword type="function" name="gimp_gradient_select_destroy ()" link="libgimp-gimpgradientselect.html#gimp-gradient-select-destroy"/>
<keyword type="function" name="gimp_gradients_popup ()" link="libgimp-gimpgradientselect.html#gimp-gradients-popup"/>
<keyword type="function" name="gimp_gradients_close_popup ()" link="libgimp-gimpgradientselect.html#gimp-gradients-close-popup"/>
<keyword type="function" name="gimp_gradients_set_popup ()" link="libgimp-gimpgradientselect.html#gimp-gradients-set-popup"/>
<keyword type="function" name="GimpRunPaletteCallback ()" link="libgimp-gimppaletteselect.html#GimpRunPaletteCallback"/>
<keyword type="function" name="gimp_palette_select_new ()" link="libgimp-gimppaletteselect.html#gimp-palette-select-new"/>
<keyword type="function" name="gimp_palette_select_destroy ()" link="libgimp-gimppaletteselect.html#gimp-palette-select-destroy"/>
<keyword type="function" name="gimp_palettes_popup ()" link="libgimp-gimppaletteselect.html#gimp-palettes-popup"/>
<keyword type="function" name="gimp_palettes_close_popup ()" link="libgimp-gimppaletteselect.html#gimp-palettes-close-popup"/>
<keyword type="function" name="gimp_palettes_set_popup ()" link="libgimp-gimppaletteselect.html#gimp-palettes-set-popup"/>
<keyword type="function" name="GimpRunPatternCallback ()" link="libgimp-gimppatternselect.html#GimpRunPatternCallback"/>
<keyword type="function" name="gimp_pattern_select_new ()" link="libgimp-gimppatternselect.html#gimp-pattern-select-new"/>
<keyword type="function" name="gimp_pattern_select_destroy ()" link="libgimp-gimppatternselect.html#gimp-pattern-select-destroy"/>
<keyword type="function" name="gimp_patterns_popup ()" link="libgimp-gimppatternselect.html#gimp-patterns-popup"/>
<keyword type="function" name="gimp_patterns_close_popup ()" link="libgimp-gimppatternselect.html#gimp-patterns-close-popup"/>
<keyword type="function" name="gimp_patterns_set_popup ()" link="libgimp-gimppatternselect.html#gimp-patterns-set-popup"/>
<keyword type="function" name="gimp_ui_init ()" link="libgimp-gimpui.html#gimp-ui-init"/>
<keyword type="enum" name="enum GimpExportCapabilities" link="libgimp-gimpexport.html#GimpExportCapabilities"/>
<keyword type="enum" name="enum GimpExportReturn" link="libgimp-gimpexport.html#GimpExportReturn"/>
<keyword type="function" name="gimp_export_image ()" link="libgimp-gimpexport.html#gimp-export-image"/>
<keyword type="struct" name="GimpAspectPreview" link="GimpAspectPreview.html#GimpAspectPreview-struct"/>
<keyword type="function" name="gimp_aspect_preview_new ()" link="GimpAspectPreview.html#gimp-aspect-preview-new"/>
<keyword type="struct" name="GimpDrawablePreview" link="GimpDrawablePreview.html#GimpDrawablePreview-struct"/>
<keyword type="function" name="gimp_drawable_preview_new ()" link="GimpDrawablePreview.html#gimp-drawable-preview-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_preview_get_drawable ()" link="GimpDrawablePreview.html#gimp-drawable-preview-get-drawable" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_preview_draw_region ()" link="GimpDrawablePreview.html#gimp-drawable-preview-draw-region" since="GIMP 2.2"/>
<keyword type="function" name="GimpDrawableConstraintFunc ()" link="libgimp-gimpdrawablecombobox.html#GimpDrawableConstraintFunc"/>
<keyword type="function" name="gimp_drawable_combo_box_new ()" link="libgimp-gimpdrawablecombobox.html#gimp-drawable-combo-box-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_channel_combo_box_new ()" link="libgimp-gimpdrawablecombobox.html#gimp-channel-combo-box-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_layer_combo_box_new ()" link="libgimp-gimpdrawablecombobox.html#gimp-layer-combo-box-new" since="GIMP 2.2"/>
<keyword type="function" name="GimpImageConstraintFunc ()" link="libgimp-gimpimagecombobox.html#GimpImageConstraintFunc"/>
<keyword type="function" name="gimp_image_combo_box_new ()" link="libgimp-gimpimagecombobox.html#gimp-image-combo-box-new" since="GIMP 2.2"/>
<keyword type="enum" name="enum GimpPixbufTransparency" link="libgimp-gimppixbuf.html#GimpPixbufTransparency"/>
<keyword type="function" name="gimp_image_get_thumbnail ()" link="libgimp-gimppixbuf.html#gimp-image-get-thumbnail" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_get_thumbnail ()" link="libgimp-gimppixbuf.html#gimp-drawable-get-thumbnail" since="GIMP 2.2"/>
<keyword type="function" name="gimp_drawable_get_sub_thumbnail ()" link="libgimp-gimppixbuf.html#gimp-drawable-get-sub-thumbnail" since="GIMP 2.2"/>
<keyword type="struct" name="GimpProgressBar" link="GimpProgressBar.html#GimpProgressBar-struct"/>
<keyword type="function" name="gimp_progress_bar_new ()" link="GimpProgressBar.html#gimp-progress-bar-new" since="GIMP 2.2"/>
<keyword type="function" name="GimpConstraintFunc ()" link="libgimp-gimpmenu.html#GimpConstraintFunc" deprecated=""/>
<keyword type="function" name="GimpMenuCallback ()" link="libgimp-gimpmenu.html#GimpMenuCallback" deprecated=""/>
<keyword type="function" name="gimp_image_menu_new ()" link="libgimp-gimpmenu.html#gimp-image-menu-new" deprecated=""/>
<keyword type="function" name="gimp_layer_menu_new ()" link="libgimp-gimpmenu.html#gimp-layer-menu-new" deprecated=""/>
<keyword type="function" name="gimp_channel_menu_new ()" link="libgimp-gimpmenu.html#gimp-channel-menu-new" deprecated=""/>
<keyword type="function" name="gimp_drawable_menu_new ()" link="libgimp-gimpmenu.html#gimp-drawable-menu-new" deprecated=""/>
<keyword type="function" name="gimp_brush_select_widget_new ()" link="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-new"/>
<keyword type="function" name="gimp_brush_select_widget_close ()" link="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-close"/>
<keyword type="function" name="gimp_brush_select_widget_set ()" link="libgimp-gimpbrushmenu.html#gimp-brush-select-widget-set"/>
<keyword type="function" name="gimp_font_select_widget_new ()" link="libgimp-gimpfontmenu.html#gimp-font-select-widget-new"/>
<keyword type="function" name="gimp_font_select_widget_close ()" link="libgimp-gimpfontmenu.html#gimp-font-select-widget-close"/>
<keyword type="function" name="gimp_font_select_widget_set ()" link="libgimp-gimpfontmenu.html#gimp-font-select-widget-set"/>
<keyword type="function" name="gimp_gradient_select_widget_new ()" link="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new"/>
<keyword type="function" name="gimp_gradient_select_widget_close ()" link="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close"/>
<keyword type="function" name="gimp_gradient_select_widget_set ()" link="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set"/>
<keyword type="function" name="gimp_palette_select_widget_new ()" link="libgimp-gimppalettemenu.html#gimp-palette-select-widget-new" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_select_widget_close ()" link="libgimp-gimppalettemenu.html#gimp-palette-select-widget-close" since="GIMP 2.2"/>
<keyword type="function" name="gimp_palette_select_widget_set ()" link="libgimp-gimppalettemenu.html#gimp-palette-select-widget-set" since="GIMP 2.2"/>
<keyword type="function" name="gimp_pattern_select_widget_new ()" link="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-new"/>
<keyword type="function" name="gimp_pattern_select_widget_close ()" link="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-close"/>
<keyword type="function" name="gimp_pattern_select_widget_set ()" link="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-set"/>
</functions>
</book>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Library Reference Manual">
<link rel="prev" href="libgimp-gimpenums.html" title="gimpenums">
<link rel="next" href="libgimp-general.html" title="Functions not Related to Specific Images">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,8 +20,9 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpenums.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td>&#160;</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-general.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
@ -37,9 +39,5 @@
</p>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpenums.html"><b>&lt;&lt;&#160;gimpenums</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-general.html"><b>Functions not Related to Specific Images&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="prev" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="next" href="libgimp-gimpui.html" title="gimpui">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,7 +20,7 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimpui.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
@ -32,21 +33,11 @@
<pre class="screen">
GObject
GInitiallyUnowned
<a
href="../gtk/GtkObject.html"
>GtkObject</a>
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>
<a
href="../gtk/GtkContainer.html"
>GtkContainer</a>
<a
href="../gtk/GtkBox.html"
>GtkBox</a>
<a
href="../gtk/GtkVBox.html"
>GtkVBox</a>
GtkObject
GtkWidget
GtkContainer
GtkBox
GtkVBox
<a
href="../libgimpwidgets/GimpPreview.html"
>GimpPreview</a>
@ -55,18 +46,10 @@ href="../libgimpwidgets/GimpPreview.html"
href="../libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html#GimpScrolledPreview"
>GimpScrolledPreview</a>
<a href="GimpDrawablePreview.html" title="GimpDrawablePreview">GimpDrawablePreview</a>
<a
href="../gtk/GtkProgress.html"
>GtkProgress</a>
<a
href="../gtk/GtkProgressBar.html"
>GtkProgressBar</a>
GtkProgress
GtkProgressBar
<a href="GimpProgressBar.html" title="GimpProgressBar">GimpProgressBar</a>
</pre>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimpui.html"><b>&lt;&lt;&#160;Part&#160;III.&#160;GIMP User Interface Library</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpui.html"><b>gimpui&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@ -7,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Library Reference Manual">
<link rel="prev" href="libgimp-gimppatternselect.html" title="gimppatternselect">
<link rel="next" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -19,17 +20,14 @@
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimppatternselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td>&#160;</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimpui-hierarchy.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
<a name="libgimpui"></a>GIMP User Interface Library</h1></div></div></div></div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimppatternselect.html"><b>&lt;&lt;&#160;gimppatternselect</b></a></td>
<td align="right"><a accesskey="n" href="libgimpui-hierarchy.html"><b>Object Hierarchy&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

View File

@ -19,12 +19,22 @@
{
vertical-align: top;
}
table.navigation
div a[name]
{
position: relative;
top: -4.5em;
}
table.navigation#top
{
background: #ffeeee;
border: solid 1px #ffaaaa;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-top: 0;
margin-bottom: 0;
position: fixed;
top: 0;
left: 0;
height: 2em;
z-index: 1;
}
.navigation a
{
@ -38,6 +48,18 @@ table.navigation
{
font-size: 200%;
}
td.shortcuts
{
color: #770000;
font-size: 80%;
}
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1
{
position: relative;
top: 3em;
z-index: 0;
}
div.refnamediv
{
margin-top: 2em;

View File

@ -4,17 +4,20 @@
<refentry id="libgimp-gimp">
<refmeta>
<refentrytitle>gimp</refentrytitle>
<refentrytitle role="top_of_page">gimp</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>gimp</refname><refpurpose>Main functions needed for building a GIMP plug-in. This header includes
<refname>gimp</refname>
<refpurpose>Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv><title>Synopsis</title>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
@ -124,8 +127,8 @@ const <link linkend="gchar">gchar</link>* <link linkend="gimp-get-progname">gimp
<refsect1>
<title>Description</title>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
Main functions needed for building a GIMP plug-in. This header includes
all other GIMP Library headers.
@ -133,16 +136,16 @@ all other GIMP Library headers.
</para>
</refsect1>
<refsect1>
<title>Details</title>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="GIMPVAR:CAPS"/>GIMPVAR</title>
<title><anchor id="GIMPVAR:CAPS" role="macro"/>GIMPVAR</title>
<indexterm><primary>GIMPVAR</primary></indexterm><programlisting>#define GIMPVAR</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-version"/>gimp_version ()</title>
<title><anchor id="gimp-version" role="function"/>gimp_version ()</title>
<indexterm><primary>gimp_version</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_version (void);</programlisting>
<para>
Returns the host gimp version.
@ -157,35 +160,35 @@ gimp.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-major-version"/>gimp_major_version</title>
<title><anchor id="gimp-major-version" role="variable"/>gimp_major_version</title>
<indexterm><primary>gimp_major_version</primary></indexterm><programlisting>extern const guint gimp_major_version;
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-minor-version"/>gimp_minor_version</title>
<title><anchor id="gimp-minor-version" role="variable"/>gimp_minor_version</title>
<indexterm><primary>gimp_minor_version</primary></indexterm><programlisting>extern const guint gimp_minor_version;
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-micro-version"/>gimp_micro_version</title>
<title><anchor id="gimp-micro-version" role="variable"/>gimp_micro_version</title>
<indexterm><primary>gimp_micro_version</primary></indexterm><programlisting>extern const guint gimp_micro_version;
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-get-data"/>gimp_get_data</title>
<title><anchor id="gimp-get-data" role="macro"/>gimp_get_data</title>
<indexterm><primary>gimp_get_data</primary></indexterm><programlisting>#define gimp_get_data gimp_procedural_db_get_data
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-get-data-size"/>gimp_get_data_size</title>
<title><anchor id="gimp-get-data-size" role="macro"/>gimp_get_data_size</title>
<indexterm><primary>gimp_get_data_size</primary></indexterm><programlisting>#define gimp_get_data_size gimp_procedural_db_get_data_size
</programlisting>
<para>
@ -197,32 +200,32 @@ gimp.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-set-data"/>gimp_set_data</title>
<title><anchor id="gimp-set-data" role="macro"/>gimp_set_data</title>
<indexterm><primary>gimp_set_data</primary></indexterm><programlisting>#define gimp_set_data gimp_procedural_db_set_data
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpInitProc"/>GimpInitProc ()</title>
<title><anchor id="GimpInitProc" role="function"/>GimpInitProc ()</title>
<indexterm><primary>GimpInitProc</primary></indexterm><programlisting><link linkend="void">void</link> (*GimpInitProc) (void);</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpQuitProc"/>GimpQuitProc ()</title>
<title><anchor id="GimpQuitProc" role="function"/>GimpQuitProc ()</title>
<indexterm><primary>GimpQuitProc</primary></indexterm><programlisting><link linkend="void">void</link> (*GimpQuitProc) (void);</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpQueryProc"/>GimpQueryProc ()</title>
<title><anchor id="GimpQueryProc" role="function"/>GimpQueryProc ()</title>
<indexterm><primary>GimpQueryProc</primary></indexterm><programlisting><link linkend="void">void</link> (*GimpQueryProc) (void);</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpRunProc"/>GimpRunProc ()</title>
<title><anchor id="GimpRunProc" role="function"/>GimpRunProc ()</title>
<indexterm><primary>GimpRunProc</primary></indexterm><programlisting><link linkend="void">void</link> (*GimpRunProc) (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> n_params,
const <link linkend="GimpParam">GimpParam</link> *param,
@ -250,7 +253,7 @@ gimp.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="GimpPlugInInfo"/>GimpPlugInInfo</title>
<title><anchor id="GimpPlugInInfo" role="struct"/>GimpPlugInInfo</title>
<indexterm><primary>GimpPlugInInfo</primary></indexterm><programlisting>typedef struct {
/* called when the gimp application initially starts up */
GimpInitProc init_proc;
@ -274,7 +277,7 @@ gimp.</para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpParamDef"/>GimpParamDef</title>
<title><anchor id="GimpParamDef" role="struct"/>GimpParamDef</title>
<indexterm><primary>GimpParamDef</primary></indexterm><programlisting>typedef struct {
GimpPDBArgType type;
gchar *name;
@ -285,7 +288,7 @@ gimp.</para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpParamRegion"/>GimpParamRegion</title>
<title><anchor id="GimpParamRegion" role="struct"/>GimpParamRegion</title>
<indexterm><primary>GimpParamRegion</primary></indexterm><programlisting>typedef struct {
gint32 x;
gint32 y;
@ -297,7 +300,7 @@ gimp.</para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpParamData"/>union GimpParamData</title>
<title><anchor id="GimpParamData" role="union"/>union GimpParamData</title>
<indexterm><primary>GimpParamData</primary></indexterm><programlisting>union GimpParamData
{
gint32 d_int32;
@ -331,7 +334,7 @@ gimp.</para>
</para></refsect2>
<refsect2>
<title><anchor id="GimpParam"/>GimpParam</title>
<title><anchor id="GimpParam" role="struct"/>GimpParam</title>
<indexterm><primary>GimpParam</primary></indexterm><programlisting>typedef struct {
GimpPDBArgType type;
GimpParamData data;
@ -341,7 +344,7 @@ gimp.</para>
</para></refsect2>
<refsect2>
<title><anchor id="MAIN:CAPS"/>MAIN()</title>
<title><anchor id="MAIN:CAPS" role="macro"/>MAIN()</title>
<indexterm><primary>MAIN</primary></indexterm><programlisting>#define MAIN()</programlisting>
<para>
A macro that expands to the appropriate <link linkend="main"><function>main()</function></link> function for the
@ -354,7 +357,7 @@ To use this macro, simply place a line that contains just the code
</para></refsect2>
<refsect2>
<title><anchor id="gimp-main"/>gimp_main ()</title>
<title><anchor id="gimp-main" role="function"/>gimp_main ()</title>
<indexterm><primary>gimp_main</primary></indexterm><programlisting><link linkend="gint">gint</link> gimp_main (const <link linkend="GimpPlugInInfo">GimpPlugInInfo</link> *info,
<link linkend="gint">gint</link> argc,
<link linkend="gchar">gchar</link> *argv[]);</programlisting>
@ -377,7 +380,7 @@ and the 'argc' and 'argv' that are passed to "main".</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-quit"/>gimp_quit ()</title>
<title><anchor id="gimp-quit" role="function"/>gimp_quit ()</title>
<indexterm><primary>gimp_quit</primary></indexterm><programlisting><link linkend="void">void</link> gimp_quit (void);</programlisting>
<para>
Forcefully causes the gimp library to exit and close down its
@ -386,7 +389,7 @@ connection to main gimp application. This function never returns.</para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-install-procedure"/>gimp_install_procedure ()</title>
<title><anchor id="gimp-install-procedure" role="function"/>gimp_install_procedure ()</title>
<indexterm><primary>gimp_install_procedure</primary></indexterm><programlisting><link linkend="void">void</link> gimp_install_procedure (const <link linkend="gchar">gchar</link> *name,
const <link linkend="gchar">gchar</link> *blurb,
const <link linkend="gchar">gchar</link> *help,
@ -494,7 +497,7 @@ that will be automatically started on each GIMP startup.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-install-temp-proc"/>gimp_install_temp_proc ()</title>
<title><anchor id="gimp-install-temp-proc" role="function"/>gimp_install_temp_proc ()</title>
<indexterm><primary>gimp_install_temp_proc</primary></indexterm><programlisting><link linkend="void">void</link> gimp_install_temp_proc (const <link linkend="gchar">gchar</link> *name,
const <link linkend="gchar">gchar</link> *blurb,
const <link linkend="gchar">gchar</link> *help,
@ -583,7 +586,7 @@ details.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-uninstall-temp-proc"/>gimp_uninstall_temp_proc ()</title>
<title><anchor id="gimp-uninstall-temp-proc" role="function"/>gimp_uninstall_temp_proc ()</title>
<indexterm><primary>gimp_uninstall_temp_proc</primary></indexterm><programlisting><link linkend="void">void</link> gimp_uninstall_temp_proc (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Uninstalls a temporary procedure which has previously been
@ -596,7 +599,7 @@ installed using <link linkend="gimp-install-temp-proc"><function>gimp_install_te
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-run-procedure"/>gimp_run_procedure ()</title>
<title><anchor id="gimp-run-procedure" role="function"/>gimp_run_procedure ()</title>
<indexterm><primary>gimp_run_procedure</primary></indexterm><programlisting><link linkend="GimpParam">GimpParam</link>* gimp_run_procedure (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> *n_return_vals,
...);</programlisting>
@ -626,7 +629,7 @@ and passes them to <link linkend="gimp-run-procedure2"><function>gimp_run_proced
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-run-procedure2"/>gimp_run_procedure2 ()</title>
<title><anchor id="gimp-run-procedure2" role="function"/>gimp_run_procedure2 ()</title>
<indexterm><primary>gimp_run_procedure2</primary></indexterm><programlisting><link linkend="GimpParam">GimpParam</link>* gimp_run_procedure2 (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> *n_return_vals,
<link linkend="gint">gint</link> n_params,
@ -652,7 +655,7 @@ This function calls a GIMP procedure and returns its return values.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-destroy-params"/>gimp_destroy_params ()</title>
<title><anchor id="gimp-destroy-params" role="function"/>gimp_destroy_params ()</title>
<indexterm><primary>gimp_destroy_params</primary></indexterm><programlisting><link linkend="void">void</link> gimp_destroy_params (<link linkend="GimpParam">GimpParam</link> *params,
<link linkend="gint">gint</link> n_params);</programlisting>
<para>
@ -668,7 +671,7 @@ Destroys a <link linkend="GimpParam"><type>GimpParam</type></link> array as retu
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-destroy-paramdefs"/>gimp_destroy_paramdefs ()</title>
<title><anchor id="gimp-destroy-paramdefs" role="function"/>gimp_destroy_paramdefs ()</title>
<indexterm><primary>gimp_destroy_paramdefs</primary></indexterm><programlisting><link linkend="void">void</link> gimp_destroy_paramdefs (<link linkend="GimpParamDef">GimpParamDef</link> *paramdefs,
<link linkend="gint">gint</link> n_params);</programlisting>
<para>
@ -684,7 +687,7 @@ Destroys a <link linkend="GimpParamDef"><type>GimpParamDef</type></link> array a
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-tile-width"/>gimp_tile_width ()</title>
<title><anchor id="gimp-tile-width" role="function"/>gimp_tile_width ()</title>
<indexterm><primary>gimp_tile_width</primary></indexterm><programlisting><link linkend="guint">guint</link> gimp_tile_width (void);</programlisting>
<para>
Returns the tile_width the GIMP is using. This is a constant value
@ -696,7 +699,7 @@ given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-tile-height"/>gimp_tile_height ()</title>
<title><anchor id="gimp-tile-height" role="function"/>gimp_tile_height ()</title>
<indexterm><primary>gimp_tile_height</primary></indexterm><programlisting><link linkend="guint">guint</link> gimp_tile_height (void);</programlisting>
<para>
Returns the tile_height the GIMP is using. This is a constant value
@ -708,7 +711,7 @@ given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-shm-ID"/>gimp_shm_ID ()</title>
<title><anchor id="gimp-shm-ID" role="function"/>gimp_shm_ID ()</title>
<indexterm><primary>gimp_shm_ID</primary></indexterm><programlisting><link linkend="gint">gint</link> gimp_shm_ID (void);</programlisting>
<para>
Returns the shared memory ID used for passing tile data between the GIMP
@ -721,7 +724,7 @@ given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-shm-addr"/>gimp_shm_addr ()</title>
<title><anchor id="gimp-shm-addr" role="function"/>gimp_shm_addr ()</title>
<indexterm><primary>gimp_shm_addr</primary></indexterm><programlisting><link linkend="guchar">guchar</link>* gimp_shm_addr (void);</programlisting>
<para>
Returns the address of the shared memory segment used for passing
@ -734,7 +737,7 @@ value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-gamma"/>gimp_gamma ()</title>
<title><anchor id="gimp-gamma" role="function"/>gimp_gamma ()</title>
<indexterm><primary>gimp_gamma</primary></indexterm><programlisting><link linkend="gdouble">gdouble</link> gimp_gamma (void);</programlisting>
<para>
Returns the global gamma value the GIMP and all its Plug-Ins should
@ -749,7 +752,7 @@ NOTE: this feature is unimplemented.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-install-cmap"/>gimp_install_cmap ()</title>
<title><anchor id="gimp-install-cmap" role="function"/>gimp_install_cmap ()</title>
<indexterm><primary>gimp_install_cmap</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_install_cmap (void);</programlisting>
<para>
Returns whether or not the Plug-In should allocate an own colormap
@ -765,7 +768,7 @@ See also: <link linkend="gimp-min-colors"><function>gimp_min_colors()</function>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-min-colors"/>gimp_min_colors ()</title>
<title><anchor id="gimp-min-colors" role="function"/>gimp_min_colors ()</title>
<indexterm><primary>gimp_min_colors</primary></indexterm><programlisting><link linkend="gint">gint</link> gimp_min_colors (void);</programlisting>
<para>
Returns the minimum number of colors to use when allocating an own
@ -781,7 +784,7 @@ See also: <link linkend="gimp-install-cmap"><function>gimp_install_cmap()</funct
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-show-tool-tips"/>gimp_show_tool_tips ()</title>
<title><anchor id="gimp-show-tool-tips" role="function"/>gimp_show_tool_tips ()</title>
<indexterm><primary>gimp_show_tool_tips</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_show_tool_tips (void);</programlisting>
<para>
Returns whether or not the Plug-In should show tooltips. This is a
@ -793,7 +796,7 @@ constant value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-show-help-button"/>gimp_show_help_button ()</title>
<title><anchor id="gimp-show-help-button" role="function" condition="since:GIMP 2.2"/>gimp_show_help_button ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_show_help_button</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_show_help_button (void);</programlisting>
<para>
Returns whether or not GimpDialog should automatically add a help
@ -807,7 +810,7 @@ button if help_func and help_id are given.</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-check-size"/>gimp_check_size ()</title>
<title><anchor id="gimp-check-size" role="function" condition="since:GIMP 2.2"/>gimp_check_size ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_check_size</primary></indexterm><programlisting><link linkend="GimpCheckSize">GimpCheckSize</link> gimp_check_size (void);</programlisting>
<para>
Returns the size of the checkerboard to be used in previews.
@ -821,7 +824,7 @@ This is a constant value given at Plug-In config time.</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-check-type"/>gimp_check_type ()</title>
<title><anchor id="gimp-check-type" role="function" condition="since:GIMP 2.2"/>gimp_check_type ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_check_type</primary></indexterm><programlisting><link linkend="GimpCheckType">GimpCheckType</link> gimp_check_type (void);</programlisting>
<para>
Returns the type of the checkerboard to be used in previews.
@ -835,7 +838,7 @@ This is a constant value given at Plug-In config time.</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-default-display"/>gimp_default_display ()</title>
<title><anchor id="gimp-default-display" role="function"/>gimp_default_display ()</title>
<indexterm><primary>gimp_default_display</primary></indexterm><programlisting><link linkend="gint32">gint32</link> gimp_default_display (void);</programlisting>
<para>
Returns the default display ID. This corresponds to the display the
@ -848,7 +851,7 @@ constant value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-wm-class"/>gimp_wm_class ()</title>
<title><anchor id="gimp-wm-class" role="function"/>gimp_wm_class ()</title>
<indexterm><primary>gimp_wm_class</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gimp_wm_class (void);</programlisting>
<para>
Returns the window manager class to be used for plug-in windows.
@ -860,7 +863,7 @@ This is a constant value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-display-name"/>gimp_display_name ()</title>
<title><anchor id="gimp-display-name" role="function"/>gimp_display_name ()</title>
<indexterm><primary>gimp_display_name</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gimp_display_name (void);</programlisting>
<para>
Returns the display to be used for plug-in windows.
@ -872,7 +875,7 @@ This is a constant value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-monitor-number"/>gimp_monitor_number ()</title>
<title><anchor id="gimp-monitor-number" role="function"/>gimp_monitor_number ()</title>
<indexterm><primary>gimp_monitor_number</primary></indexterm><programlisting><link linkend="gint">gint</link> gimp_monitor_number (void);</programlisting>
<para>
Returns the monitor number to be used for plug-in windows.
@ -884,7 +887,7 @@ This is a constant value given at Plug-In config time.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-get-progname"/>gimp_get_progname ()</title>
<title><anchor id="gimp-get-progname" role="function"/>gimp_get_progname ()</title>
<indexterm><primary>gimp_get_progname</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gimp_get_progname (void);</programlisting>
<para>
Returns the Plug-In's executable name.</para>
@ -895,7 +898,7 @@ Returns the Plug-In's executable name.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-extension-enable"/>gimp_extension_enable ()</title>
<title><anchor id="gimp-extension-enable" role="function"/>gimp_extension_enable ()</title>
<indexterm><primary>gimp_extension_enable</primary></indexterm><programlisting><link linkend="void">void</link> gimp_extension_enable (void);</programlisting>
<para>
Enables asnychronous processing of messages from the main GIMP
@ -928,7 +931,7 @@ See also: <link linkend="gimp-install-procedure"><function>gimp_install_procedur
</para></refsect2>
<refsect2>
<title><anchor id="gimp-extension-ack"/>gimp_extension_ack ()</title>
<title><anchor id="gimp-extension-ack" role="function"/>gimp_extension_ack ()</title>
<indexterm><primary>gimp_extension_ack</primary></indexterm><programlisting><link linkend="void">void</link> gimp_extension_ack (void);</programlisting>
<para>
Notify the main GIMP application that the extension has been properly
@ -949,7 +952,7 @@ See also: <link linkend="gimp-install-procedure"><function>gimp_install_procedur
</para></refsect2>
<refsect2>
<title><anchor id="gimp-extension-process"/>gimp_extension_process ()</title>
<title><anchor id="gimp-extension-process" role="function"/>gimp_extension_process ()</title>
<indexterm><primary>gimp_extension_process</primary></indexterm><programlisting><link linkend="void">void</link> gimp_extension_process (<link linkend="guint">guint</link> timeout);</programlisting>
<para>
Processes one message sent by the GIMP and returns.
@ -973,7 +976,7 @@ See also: <link linkend="gimp-install-procedure"><function>gimp_install_procedur
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-parasite-find"/>gimp_parasite_find ()</title>
<title><anchor id="gimp-parasite-find" role="function"/>gimp_parasite_find ()</title>
<indexterm><primary>gimp_parasite_find</primary></indexterm><programlisting><link linkend="GimpParasite">GimpParasite</link>* gimp_parasite_find (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Finds the named parasite.
@ -991,7 +994,7 @@ the gimp.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-parasite-list"/>gimp_parasite_list ()</title>
<title><anchor id="gimp-parasite-list" role="function"/>gimp_parasite_list ()</title>
<indexterm><primary>gimp_parasite_list</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_parasite_list (<link linkend="gint">gint</link> *num_parasites,
<link linkend="gchar">gchar</link> ***parasites);</programlisting>
<para>
@ -1012,7 +1015,7 @@ Returns a list of all currently attached parasites.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-parasite-attach"/>gimp_parasite_attach ()</title>
<title><anchor id="gimp-parasite-attach" role="function"/>gimp_parasite_attach ()</title>
<indexterm><primary>gimp_parasite_attach</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_parasite_attach (<link linkend="GimpParasite">GimpParasite</link> *parasite);</programlisting>
<para>
Add a parasite to the gimp.
@ -1030,7 +1033,7 @@ values.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-parasite-detach"/>gimp_parasite_detach ()</title>
<title><anchor id="gimp-parasite-detach" role="function"/>gimp_parasite_detach ()</title>
<indexterm><primary>gimp_parasite_detach</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_parasite_detach (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Removes a parasite from the gimp.
@ -1048,7 +1051,7 @@ values.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-attach-new-parasite"/>gimp_attach_new_parasite ()</title>
<title><anchor id="gimp-attach-new-parasite" role="function"/>gimp_attach_new_parasite ()</title>
<indexterm><primary>gimp_attach_new_parasite</primary></indexterm><programlisting><link linkend="void">void</link> gimp_attach_new_parasite (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> flags,
<link linkend="gint">gint</link> size,

View File

@ -4,16 +4,19 @@
<refentry id="GimpAspectPreview">
<refmeta>
<refentrytitle>GimpAspectPreview</refentrytitle>
<refentrytitle role="top_of_page">GimpAspectPreview</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GimpAspectPreview</refname><refpurpose>A widget providing a preview with fixed aspect ratio.</refpurpose>
<refname>GimpAspectPreview</refname>
<refpurpose>A widget providing a preview with fixed aspect ratio.</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv><title>Synopsis</title>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
@ -26,8 +29,8 @@
</synopsis>
</refsynopsisdiv>
<refsect1>
<title>Object Hierarchy</title>
<refsect1 role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
<link linkend="GObject">GObject</link>
@ -45,8 +48,8 @@
<refsect1>
<title>Implemented Interfaces</title>
<refsect1 role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
GimpAspectPreview implements
<link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
@ -57,23 +60,23 @@ GimpAspectPreview implements
<refsect1>
<title>Description</title>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
A widget providing a preview with fixed aspect ratio.
</para>
</refsect1>
<refsect1>
<title>Details</title>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="GimpAspectPreview-struct"/>GimpAspectPreview</title>
<title><anchor id="GimpAspectPreview-struct" role="struct"/>GimpAspectPreview</title>
<indexterm><primary>GimpAspectPreview</primary></indexterm><programlisting>typedef struct _GimpAspectPreview GimpAspectPreview;</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="gimp-aspect-preview-new"/>gimp_aspect_preview_new ()</title>
<title><anchor id="gimp-aspect-preview-new" role="function"/>gimp_aspect_preview_new ()</title>
<indexterm><primary>gimp_aspect_preview_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_aspect_preview_new (<link linkend="GimpDrawable">GimpDrawable</link> *drawable,
<link linkend="gboolean">gboolean</link> *toggle);</programlisting>
<para>

View File

@ -4,16 +4,19 @@
<refentry id="libgimp-gimpbrush">
<refmeta>
<refentrytitle>gimpbrush</refentrytitle>
<refentrytitle role="top_of_page">gimpbrush</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>gimpbrush</refname><refpurpose>Functions operating on a single brush.</refpurpose>
<refname>gimpbrush</refname>
<refpurpose>Functions operating on a single brush.</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv><title>Synopsis</title>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
@ -53,17 +56,17 @@
<refsect1>
<title>Description</title>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
Functions operating on a single brush.
</para>
</refsect1>
<refsect1>
<title>Details</title>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="gimp-brush-new"/>gimp_brush_new ()</title>
<title><anchor id="gimp-brush-new" role="function" condition="since:GIMP 2.2"/>gimp_brush_new ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_new</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_brush_new (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Creates a new brush
@ -82,7 +85,7 @@ This procedure creates a new, uninitialized brush</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-duplicate"/>gimp_brush_duplicate ()</title>
<title><anchor id="gimp-brush-duplicate" role="function" condition="since:GIMP 2.2"/>gimp_brush_duplicate ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_duplicate</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_brush_duplicate (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Duplicates a brush
@ -101,7 +104,7 @@ This procedure creates an identical brush by a different name</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-rename"/>gimp_brush_rename ()</title>
<title><anchor id="gimp-brush-rename" role="function" condition="since:GIMP 2.2"/>gimp_brush_rename ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_rename</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_brush_rename (const <link linkend="gchar">gchar</link> *name,
const <link linkend="gchar">gchar</link> *new_name);</programlisting>
<para>
@ -124,7 +127,7 @@ This procedure renames a brush</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-delete"/>gimp_brush_delete ()</title>
<title><anchor id="gimp-brush-delete" role="function" condition="since:GIMP 2.2"/>gimp_brush_delete ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_delete</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brush_delete (const <link linkend="gchar">gchar</link> *name);</programlisting>
<para>
Deletes a brush
@ -143,7 +146,7 @@ This procedure deletes a brush</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-get-info"/>gimp_brush_get_info ()</title>
<title><anchor id="gimp-brush-get-info" role="function" condition="since:GIMP 2.2"/>gimp_brush_get_info ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_get_info</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brush_get_info (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> *width,
<link linkend="gint">gint</link> *height,
@ -179,7 +182,7 @@ includes the brush name, and the brush extents (width and height).</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-get-pixels"/>gimp_brush_get_pixels ()</title>
<title><anchor id="gimp-brush-get-pixels" role="function" condition="since:GIMP 2.2"/>gimp_brush_get_pixels ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_get_pixels</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brush_get_pixels (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> *width,
<link linkend="gint">gint</link> *height,
@ -231,7 +234,7 @@ includes the brush extents (width and height) and its pixels data.</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-get-spacing"/>gimp_brush_get_spacing ()</title>
<title><anchor id="gimp-brush-get-spacing" role="function" condition="since:GIMP 2.2"/>gimp_brush_get_spacing ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_get_spacing</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brush_get_spacing (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> *spacing);</programlisting>
<para>
@ -256,7 +259,7 @@ percentage of the maximum of the width and height of the mask.</para>
</variablelist><para>Since GIMP 2.2
</para></refsect2>
<refsect2>
<title><anchor id="gimp-brush-set-spacing"/>gimp_brush_set_spacing ()</title>
<title><anchor id="gimp-brush-set-spacing" role="function" condition="since:GIMP 2.2"/>gimp_brush_set_spacing ()</title>
<indexterm role="GIMP 2.2"><primary>gimp_brush_set_spacing</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brush_set_spacing (const <link linkend="gchar">gchar</link> *name,
<link linkend="gint">gint</link> spacing);</programlisting>
<para>

View File

@ -4,16 +4,19 @@
<refentry id="libgimp-gimpbrushes">
<refmeta>
<refentrytitle>gimpbrushes</refentrytitle>
<refentrytitle role="top_of_page">gimpbrushes</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>gimpbrushes</refname><refpurpose>Functions for manipulating brushes.</refpurpose>
<refname>gimpbrushes</refname>
<refpurpose>Functions for manipulating brushes.</refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv><title>Synopsis</title>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
@ -52,17 +55,17 @@
<refsect1>
<title>Description</title>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
Functions related to getting and setting brushes.
</para>
</refsect1>
<refsect1>
<title>Details</title>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="gimp-brushes-refresh"/>gimp_brushes_refresh ()</title>
<title><anchor id="gimp-brushes-refresh" role="function"/>gimp_brushes_refresh ()</title>
<indexterm><primary>gimp_brushes_refresh</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brushes_refresh (void);</programlisting>
<para>
Refresh current brushes. This function always succeeds.
@ -77,7 +80,7 @@ path and updates the brush dialogs accordingly.</para>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-list"/>gimp_brushes_get_list ()</title>
<title><anchor id="gimp-brushes-get-list" role="function"/>gimp_brushes_get_list ()</title>
<indexterm><primary>gimp_brushes_get_list</primary></indexterm><programlisting><link linkend="gchar">gchar</link>** gimp_brushes_get_list (const <link linkend="gchar">gchar</link> *filter,
<link linkend="gint">gint</link> *num_brushes);</programlisting>
<para>
@ -100,7 +103,7 @@ Each name returned can be used as input to the
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-brush"/>gimp_brushes_get_brush ()</title>
<title><anchor id="gimp-brushes-get-brush" role="function" condition="deprecated:"/>gimp_brushes_get_brush ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_get_brush</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_brushes_get_brush (<link linkend="gint">gint</link> *width,
<link linkend="gint">gint</link> *height,
<link linkend="gint">gint</link> *spacing);</programlisting>
@ -123,7 +126,7 @@ This procedure is deprecated! Use <link linkend="gimp-context-get-brush"><functi
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-set-brush"/>gimp_brushes_set_brush ()</title>
<title><anchor id="gimp-brushes-set-brush" role="function" condition="deprecated:"/>gimp_brushes_set_brush ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_set_brush</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brushes_set_brush (const <link linkend="gchar">gchar</link> *name);</programlisting>
<warning><para><literal>gimp_brushes_set_brush</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -138,7 +141,7 @@ This procedure is deprecated! Use <link linkend="gimp-context-set-brush"><functi
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-opacity"/>gimp_brushes_get_opacity ()</title>
<title><anchor id="gimp-brushes-get-opacity" role="function" condition="deprecated:"/>gimp_brushes_get_opacity ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_get_opacity</primary></indexterm><programlisting><link linkend="gdouble">gdouble</link> gimp_brushes_get_opacity (void);</programlisting>
<warning><para><literal>gimp_brushes_get_opacity</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -150,7 +153,7 @@ This procedure is deprecated! Use <link linkend="gimp-context-get-opacity"><func
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-set-opacity"/>gimp_brushes_set_opacity ()</title>
<title><anchor id="gimp-brushes-set-opacity" role="function" condition="deprecated:"/>gimp_brushes_set_opacity ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_set_opacity</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brushes_set_opacity (<link linkend="gdouble">gdouble</link> opacity);</programlisting>
<warning><para><literal>gimp_brushes_set_opacity</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -165,7 +168,7 @@ This procedure is deprecated! Use <link linkend="gimp-context-set-opacity"><func
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-paint-mode"/>gimp_brushes_get_paint_mode ()</title>
<title><anchor id="gimp-brushes-get-paint-mode" role="function" condition="deprecated:"/>gimp_brushes_get_paint_mode ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_get_paint_mode</primary></indexterm><programlisting><link linkend="GimpLayerModeEffects">GimpLayerModeEffects</link> gimp_brushes_get_paint_mode
(void);</programlisting>
<warning><para><literal>gimp_brushes_get_paint_mode</literal> is deprecated and should not be used in newly-written code.</para></warning>
@ -178,7 +181,7 @@ This procedure isdeprecated! Use <link linkend="gimp-context-get-paint-mode"><fu
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-set-paint-mode"/>gimp_brushes_set_paint_mode ()</title>
<title><anchor id="gimp-brushes-set-paint-mode" role="function" condition="deprecated:"/>gimp_brushes_set_paint_mode ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_set_paint_mode</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brushes_set_paint_mode (<link linkend="GimpLayerModeEffects">GimpLayerModeEffects</link> paint_mode);</programlisting>
<warning><para><literal>gimp_brushes_set_paint_mode</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -193,7 +196,7 @@ This procedure is deprecated! Use <link linkend="gimp-context-set-paint-mode"><f
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-spacing"/>gimp_brushes_get_spacing ()</title>
<title><anchor id="gimp-brushes-get-spacing" role="function" condition="deprecated:"/>gimp_brushes_get_spacing ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_get_spacing</primary></indexterm><programlisting><link linkend="gint">gint</link> gimp_brushes_get_spacing (void);</programlisting>
<warning><para><literal>gimp_brushes_get_spacing</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -205,7 +208,7 @@ This procedure is deprecated! Use <link linkend="gimp-brush-get-spacing"><functi
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-set-spacing"/>gimp_brushes_set_spacing ()</title>
<title><anchor id="gimp-brushes-set-spacing" role="function" condition="deprecated:"/>gimp_brushes_set_spacing ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_set_spacing</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_brushes_set_spacing (<link linkend="gint">gint</link> spacing);</programlisting>
<warning><para><literal>gimp_brushes_set_spacing</literal> is deprecated and should not be used in newly-written code.</para></warning>
<para>
@ -220,7 +223,7 @@ This procedure is deprecated! Use <link linkend="gimp-brush-set-spacing"><functi
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2>
<title><anchor id="gimp-brushes-get-brush-data"/>gimp_brushes_get_brush_data ()</title>
<title><anchor id="gimp-brushes-get-brush-data" role="function" condition="deprecated:"/>gimp_brushes_get_brush_data ()</title>
<indexterm role="deprecated"><primary>gimp_brushes_get_brush_data</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_brushes_get_brush_data (const <link linkend="gchar">gchar</link> *name,
<link linkend="gdouble">gdouble</link> *opacity,
<link linkend="gint">gint</link> *spacing,

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