2293 lines
97 KiB
HTML
2293 lines
97 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>GimpWidgets</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||
<link rel="up" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||
<link rel="prev" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">
|
||
<link rel="next" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
|
||
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
|
||
<link rel="chapter" href="libgimpwidgets-gallery.html" title="Widget Gallery">
|
||
<link rel="chapter" href="libgimpwidgets-cell-renderers.html" title="Cell Renderers for GtkTreeView">
|
||
<link rel="part" href="libgimpwidgets-colordisplay.html" title="Part II. GIMP Display Filters">
|
||
<link rel="part" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
|
||
<link rel="part" href="libgimpwidgets-controller.html" title="Part IV. GIMP Controllers">
|
||
<link rel="part" href="libgimpwidgets-utils.html" title="Part V. GIMP Widgets Utilities">
|
||
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part VI. Deprecated API">
|
||
<link rel="index" href="libgimpwidgets-index.html" title="Index">
|
||
<link rel="index" href="libgimpwidgets-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||
<link rel="index" href="libgimpwidgets-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||
<link rel="index" href="libgimpwidgets-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
|
||
<link rel="index" href="libgimpwidgets-index-deprecated.html" title="Index of deprecated symbols">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||
<tr valign="middle">
|
||
<td><a accesskey="p" href="libgimpwidgets-GimpPropWidgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="u" href="libgimpwidgets-utils.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 Widgets Library Reference Manual</th>
|
||
<td><a accesskey="n" href="libgimpwidgets-deprecated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||
</tr>
|
||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#libgimpwidgets-GimpWidgets.synopsis" class="shortcut">Top</a>
|
||
|
|
||
<a href="#libgimpwidgets-GimpWidgets.description" class="shortcut">Description</a></nobr></td></tr>
|
||
</table>
|
||
<div class="refentry" lang="en">
|
||
<a name="libgimpwidgets-GimpWidgets"></a><div class="titlepage"></div>
|
||
<div class="refnamediv"><table width="100%"><tr>
|
||
<td valign="top">
|
||
<h2><span class="refentrytitle"><a name="libgimpwidgets-GimpWidgets.top_of_page"></a>GimpWidgets</span></h2>
|
||
<p>GimpWidgets — A collection of convenient widget constructors, standard callbacks and
|
||
helper functions.</p>
|
||
</td>
|
||
<td valign="top" align="right"></td>
|
||
</tr></table></div>
|
||
<div class="refsynopsisdiv">
|
||
<a name="libgimpwidgets-GimpWidgets.synopsis"></a><h2>Synopsis</h2>
|
||
<pre class="synopsis">
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new" title="gimp_radio_group_new ()">gimp_radio_group_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
...);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()">gimp_radio_group_new2</a> (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||
>GCallback</a> radio_button_callback,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> radio_button_callback_data,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> initial,
|
||
...);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active" title="gimp_radio_group_set_active ()">gimp_radio_group_set_active</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
>GtkRadioButton</a> *radio_button,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> item_data);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new" title="gimp_int_radio_group_new ()">gimp_int_radio_group_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||
>GCallback</a> radio_button_callback,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> radio_button_callback_data,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> initial,
|
||
...);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-set-active" title="gimp_int_radio_group_set_active ()">gimp_int_radio_group_set_active</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
>GtkRadioButton</a> *radio_button,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> item_data);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" title="gimp_spin_button_new ()">gimp_spin_button_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> **adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_size,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> climb_rate,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits);
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL:CAPS" title="GIMP_SCALE_ENTRY_LABEL()">GIMP_SCALE_ENTRY_LABEL</a> (adj)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE:CAPS" title="GIMP_SCALE_ENTRY_SCALE()">GIMP_SCALE_ENTRY_SCALE</a> (adj)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SCALE_ADJ()">GIMP_SCALE_ENTRY_SCALE_ADJ</a> (adj)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON()">GIMP_SCALE_ENTRY_SPINBUTTON</a> (adj)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</a> (adj)
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()">gimp_scale_entry_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> scale_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> constrain,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> unconstrained_lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> unconstrained_upper,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *tooltip,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *help_id);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-sensitive" title="gimp_scale_entry_set_sensitive ()">gimp_scale_entry_set_sensitive</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> sensitive);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-set-logarithmic" title="gimp_scale_entry_set_logarithmic ()">gimp_scale_entry_set_logarithmic</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> logarithmic);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic" title="gimp_scale_entry_get_logarithmic ()">gimp_scale_entry_get_logarithmic</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new" title="gimp_color_scale_entry_new ()">gimp_color_scale_entry_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> scale_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *tooltip,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *help_id);
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON()">GIMP_RANDOM_SEED_SPINBUTTON</a> (hbox)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON_ADJ()">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</a> (hbox)
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE:CAPS" title="GIMP_RANDOM_SEED_TOGGLE()">GIMP_RANDOM_SEED_TOGGLE</a> (hbox)
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()">gimp_random_seed_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
|
||
>guint32</a> *seed,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> *random_seed);
|
||
#define <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON:CAPS" title="GIMP_COORDINATES_CHAINBUTTON()">GIMP_COORDINATES_CHAINBUTTON</a> (sizeentry)
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()">gimp_coordinates_new</a> (<a
|
||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||
>GimpUnit</a> unit,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *unit_format,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> menu_show_pixels,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> menu_show_percent,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> chainbutton_active,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> chain_constrains_ratio,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *xlabel,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xres,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower_boundary_x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper_boundary_x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xsize_0,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xsize_100,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *ylabel,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> yres,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower_boundary_y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper_boundary_y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> ysize_0,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> ysize_100);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()">gimp_pixmap_button_new</a> (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> **xpm_data,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()">gimp_toggle_button_sensitive_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
|
||
>GtkToggleButton</a> *toggle_button);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update" title="gimp_toggle_button_update ()">gimp_toggle_button_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update" title="gimp_radio_button_update ()">gimp_radio_button_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update" title="gimp_int_adjustment_update ()">gimp_int_adjustment_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update" title="gimp_uint_adjustment_update ()">gimp_uint_adjustment_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update" title="gimp_float_adjustment_update ()">gimp_float_adjustment_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update" title="gimp_double_adjustment_update ()">gimp_double_adjustment_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()">gimp_unit_menu_update</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned" title="gimp_table_attach_aligned ()">gimp_table_attach_aligned</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *label_text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
|
||
>gfloat</a> xalign,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
|
||
>gfloat</a> yalign,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> colspan,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> left_align);
|
||
void <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes" title="gimp_label_set_attributes ()">gimp_label_set_attributes</a> (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
>GtkLabel</a> *label,
|
||
...);
|
||
</pre>
|
||
</div>
|
||
<div class="refsect1" lang="en">
|
||
<a name="libgimpwidgets-GimpWidgets.description"></a><h2>Description</h2>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<div class="refsect1" lang="en">
|
||
<a name="libgimpwidgets-GimpWidgets.details"></a><h2>Details</h2>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-radio-group-new"></a><h3>gimp_radio_group_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_radio_group_new (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
...);</pre>
|
||
<p>
|
||
Convenience function to create a group of radio buttons embedded into
|
||
a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if you want a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> around the radio button group.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
|
||
<td> The title of the Frame or <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a> if you don't want a title.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing the radio buttons.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-radio-group-new2"></a><h3>gimp_radio_group_new2 ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_radio_group_new2 (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||
>GCallback</a> radio_button_callback,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> radio_button_callback_data,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> initial,
|
||
...);</pre>
|
||
<p>
|
||
Convenience function to create a group of radio buttons embedded into
|
||
a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if you want a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> around the
|
||
radio button group.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
|
||
<td> The title of the Frame or <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a> if you don't want
|
||
a title.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button_callback</code></em> :</span></p></td>
|
||
<td> The callback each button's "toggled" signal will
|
||
be connected with.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button_callback_data</code></em> :</span></p></td>
|
||
<td>
|
||
The data which will be passed to <a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
|
||
><code class="function">g_signal_connect()</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>initial</code></em> :</span></p></td>
|
||
<td> The <em class="parameter"><code>item_data</code></em> of the initially pressed radio button.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing
|
||
the radio buttons.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-radio-group-set-active"></a><h3>gimp_radio_group_set_active ()</h3>
|
||
<pre class="programlisting">void gimp_radio_group_set_active (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
>GtkRadioButton</a> *radio_button,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> item_data);</pre>
|
||
<p>
|
||
Calls <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-set-active"
|
||
><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was
|
||
created with a matching <em class="parameter"><code>item_data</code></em>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
|
||
<td> Pointer to a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
><span class="type">GtkRadioButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>item_data</code></em> :</span></p></td>
|
||
<td> The <em class="parameter"><code>item_data</code></em> of the radio button you want to select.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-int-radio-group-new"></a><h3>gimp_int_radio_group_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_int_radio_group_new (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> in_frame,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *frame_title,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||
>GCallback</a> radio_button_callback,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> radio_button_callback_data,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> initial,
|
||
...);</pre>
|
||
<p>
|
||
Convenience function to create a group of radio buttons embedded into
|
||
a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>. This function does the same thing as
|
||
<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()"><code class="function">gimp_radio_group_new2()</code></a>, but it takes integers as <em class="parameter"><code>item_data</code></em> instead of
|
||
pointers, since that is a very common case (mapping an enum to a radio
|
||
group).</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if you want a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> around the
|
||
radio button group.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
|
||
<td> The title of the Frame or <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a> if you don't want
|
||
a title.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button_callback</code></em> :</span></p></td>
|
||
<td> The callback each button's "toggled" signal will
|
||
be connected with.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button_callback_data</code></em> :</span></p></td>
|
||
<td>
|
||
The data which will be passed to <a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
|
||
><code class="function">g_signal_connect()</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>initial</code></em> :</span></p></td>
|
||
<td> The <em class="parameter"><code>item_data</code></em> of the initially pressed radio button.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing
|
||
the radio buttons.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
|
||
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-int-radio-group-set-active"></a><h3>gimp_int_radio_group_set_active ()</h3>
|
||
<pre class="programlisting">void gimp_int_radio_group_set_active (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
>GtkRadioButton</a> *radio_button,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> item_data);</pre>
|
||
<p>
|
||
Calls <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-set-active"
|
||
><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was created
|
||
with a matching <em class="parameter"><code>item_data</code></em>. This function does the same thing as
|
||
<a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-set-active" title="gimp_radio_group_set_active ()"><code class="function">gimp_radio_group_set_active()</code></a>, but takes integers as <em class="parameter"><code>item_data</code></em> instead
|
||
of pointers.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
|
||
<td> Pointer to a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
><span class="type">GtkRadioButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>item_data</code></em> :</span></p></td>
|
||
<td> The <em class="parameter"><code>item_data</code></em> of the radio button you want to select.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-spin-button-new"></a><h3>gimp_spin_button_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_spin_button_new (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> **adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_size,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> climb_rate,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits);</pre>
|
||
<p>
|
||
This function is a shortcut for <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html#gtk-adjustment-new"
|
||
><code class="function">gtk_adjustment_new()</code></a> and a
|
||
subsequent <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html#gtk-spin-button-new"
|
||
><code class="function">gtk_spin_button_new()</code></a>. It also calls
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html#gtk-spin-button-set-numeric"
|
||
><code class="function">gtk_spin_button_set_numeric()</code></a> so that non-numeric text cannot be
|
||
entered.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> Returns the spinbutton's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
||
<td> The initial value of the spinbutton.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>lower</code></em> :</span></p></td>
|
||
<td> The lower boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>upper</code></em> :</span></p></td>
|
||
<td> The uppper boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>step_increment</code></em> :</span></p></td>
|
||
<td> The spinbutton's step increment.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>page_increment</code></em> :</span></p></td>
|
||
<td> The spinbutton's page increment (mouse button 2).
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>page_size</code></em> :</span></p></td>
|
||
<td> The spinbutton's page size.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>climb_rate</code></em> :</span></p></td>
|
||
<td> The spinbutton's climb rate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
||
<td> The spinbutton's number of decimal digits.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> A <span class="type">GtkSpinbutton</span> and it's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a><h3>GIMP_SCALE_ENTRY_LABEL()</h3>
|
||
<pre class="programlisting">#define GIMP_SCALE_ENTRY_LABEL(adj)</pre>
|
||
<p>
|
||
Returns the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE()</h3>
|
||
<pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE(adj)</pre>
|
||
<p>
|
||
Returns the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3>
|
||
<pre class="programlisting">#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
|
||
<p>
|
||
Returns the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> of the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON()</h3>
|
||
<pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
|
||
<p>
|
||
Returns the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3>
|
||
<pre class="programlisting">#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
|
||
<p>
|
||
Returns the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> of the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-scale-entry-new"></a><h3>gimp_scale_entry_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a>* gimp_scale_entry_new (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> scale_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> constrain,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> unconstrained_lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> unconstrained_upper,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *tooltip,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *help_id);</pre>
|
||
<p>
|
||
This function creates a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>, a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a> and a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a> and
|
||
attaches them to a 3-column <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
><span class="type">GtkTable</span></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
><span class="type">GtkTable</span></a> the widgets will be attached to.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
||
<td> The column to start with.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
||
<td> The row to attach the widgets.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
||
<td> The text for the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a> which will appear
|
||
left of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>scale_width</code></em> :</span></p></td>
|
||
<td> The minimum horizontal size of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
|
||
<td> The minimum horizontal size of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
||
<td> The initial value.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>lower</code></em> :</span></p></td>
|
||
<td> The lower boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>upper</code></em> :</span></p></td>
|
||
<td> The upper boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>step_increment</code></em> :</span></p></td>
|
||
<td> The step increment.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>page_increment</code></em> :</span></p></td>
|
||
<td> The page increment.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
||
<td> The number of decimal digits.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>constrain</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the range of possible values of the
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a> should be the same as of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>unconstrained_lower</code></em> :</span></p></td>
|
||
<td> The spinbutton's lower boundary
|
||
if <em class="parameter"><code>constrain</code></em> == <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||
><code class="literal">FALSE</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>unconstrained_upper</code></em> :</span></p></td>
|
||
<td> The spinbutton's upper boundary
|
||
if <em class="parameter"><code>constrain</code></em> == <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||
><code class="literal">FALSE</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
||
<td> A tooltip message for the scale and the spinbutton.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>help_id</code></em> :</span></p></td>
|
||
<td> The widgets' help_id (see <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>).
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>'s <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-scale-entry-set-sensitive"></a><h3>gimp_scale_entry_set_sensitive ()</h3>
|
||
<pre class="programlisting">void gimp_scale_entry_set_sensitive (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> sensitive);</pre>
|
||
<p>
|
||
Sets the sensitivity of the scale_entry's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>, <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a> and
|
||
<span class="type">GtkSpinbutton</span>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
|
||
<td> a boolean value with the same semantics as the <em class="parameter"><code>sensitive</code></em>
|
||
parameter of <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html#gtk-widget-set-sensitive"
|
||
><code class="function">gtk_widget_set_sensitive()</code></a>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-scale-entry-set-logarithmic"></a><h3>gimp_scale_entry_set_logarithmic ()</h3>
|
||
<pre class="programlisting">void gimp_scale_entry_set_logarithmic (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> logarithmic);</pre>
|
||
<p>
|
||
Sets whether the scale_entry's scale widget will behave in a linear
|
||
or logharithmic fashion. Useful when an entry has to attend large
|
||
ranges, but smaller selections on that range require a finer
|
||
adjustment.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> as returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>logarithmic</code></em> :</span></p></td>
|
||
<td> a boolean value to set or reset logarithmic behaviour
|
||
of the scale widget
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-scale-entry-get-logarithmic"></a><h3>gimp_scale_entry_get_logarithmic ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> gimp_scale_entry_get_logarithmic (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a> *adjustment);</pre>
|
||
<p>
|
||
</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> as returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()"><code class="function">gimp_scale_entry_new()</code></a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the the entry's scale widget will behave in
|
||
logharithmic fashion, <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||
><code class="literal">FALSE</code></a> for linear behaviour.
|
||
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-color-scale-entry-new"></a><h3>gimp_color_scale_entry_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||
>GtkObject</a>* gimp_color_scale_entry_new (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> scale_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> value,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> step_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> page_increment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
>guint</a> digits,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *tooltip,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *help_id);</pre>
|
||
<p>
|
||
This function creates a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>, a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> and a
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a> and attaches them to a 3-column <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
><span class="type">GtkTable</span></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
><span class="type">GtkTable</span></a> the widgets will be attached to.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
||
<td> The column to start with.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
||
<td> The row to attach the widgets.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
||
<td> The text for the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a> which will appear
|
||
left of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>scale_width</code></em> :</span></p></td>
|
||
<td> The minimum horizontal size of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
|
||
><span class="type">GtkHScale</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
|
||
<td> The minimum horizontal size of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
||
<td> The initial value.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>lower</code></em> :</span></p></td>
|
||
<td> The lower boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>upper</code></em> :</span></p></td>
|
||
<td> The upper boundary.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>step_increment</code></em> :</span></p></td>
|
||
<td> The step increment.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>page_increment</code></em> :</span></p></td>
|
||
<td> The page increment.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
||
<td> The number of decimal digits.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
||
<td> A tooltip message for the scale and the spinbutton.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>help_id</code></em> :</span></p></td>
|
||
<td> The widgets' help_id (see <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-set-help-data" title="gimp_help_set_help_data ()"><code class="function">gimp_help_set_help_data()</code></a>).
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>'s <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON()</h3>
|
||
<pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
|
||
<p>
|
||
Returns the random_seed's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>hbox</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
|
||
><span class="type">GtkHBox</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()"><code class="function">gimp_random_seed_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3>
|
||
<pre class="programlisting">#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
|
||
<p>
|
||
Returns the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a> of the random_seed's <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>hbox</code></em> :</span></p></td>
|
||
<td>The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
|
||
><span class="type">GtkHBox</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()"><code class="function">gimp_random_seed_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-RANDOM-SEED-TOGGLE:CAPS"></a><h3>GIMP_RANDOM_SEED_TOGGLE()</h3>
|
||
<pre class="programlisting">#define GIMP_RANDOM_SEED_TOGGLE(hbox)</pre>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>hbox</code></em> :</span></p></td>
|
||
<td>
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-random-seed-new"></a><h3>gimp_random_seed_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_random_seed_new (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
|
||
>guint32</a> *seed,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> *random_seed);</pre>
|
||
<p>
|
||
Creates a widget that allows the user to control how the random number
|
||
generator is initialized.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>seed</code></em> :</span></p></td>
|
||
<td> A pointer to the variable which stores the random seed.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>random_seed</code></em> :</span></p></td>
|
||
<td> A pointer to a boolean indicating whether seed should be
|
||
initialised randomly or not.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
|
||
><span class="type">GtkHBox</span></a> containing a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a> for the seed and
|
||
a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
|
||
><span class="type">GtkButton</span></a> for setting a random seed.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="GIMP-COORDINATES-CHAINBUTTON:CAPS"></a><h3>GIMP_COORDINATES_CHAINBUTTON()</h3>
|
||
<pre class="programlisting">#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</pre>
|
||
<p>
|
||
Returns the <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> which is attached to the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sizeentry</code></em> :</span></p></td>
|
||
<td>The <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> returned by <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()"><code class="function">gimp_coordinates_new()</code></a>.
|
||
|
||
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-coordinates-new"></a><h3>gimp_coordinates_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_coordinates_new (<a
|
||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||
>GimpUnit</a> unit,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *unit_format,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> menu_show_pixels,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> menu_show_percent,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> spinbutton_width,
|
||
<a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> chainbutton_active,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> chain_constrains_ratio,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *xlabel,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xres,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower_boundary_x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper_boundary_x,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xsize_0,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> xsize_100,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *ylabel,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> yres,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> lower_boundary_y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> upper_boundary_y,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> ysize_0,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
>gdouble</a> ysize_100);</pre>
|
||
<p>
|
||
Convenience function that creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> with two fields for x/y
|
||
coordinates/sizes with a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> attached to constrain either the
|
||
two fields' values or the ratio between them.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
|
||
<td> The initial unit of the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>unit_format</code></em> :</span></p></td>
|
||
<td> A printf-like unit-format string as is used with
|
||
<a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new" title="gimp_unit_menu_new ()"><code class="function">gimp_unit_menu_new()</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>menu_show_pixels</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
|
||
for GIMP_UNIT_PIXEL.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>menu_show_percent</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
|
||
for GIMP_UNIT_PERCENT.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
|
||
<td> The horizontal size of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>'s.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>update_policy</code></em> :</span></p></td>
|
||
<td> The update policy for the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>chainbutton_active</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the attached <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> should be
|
||
active.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>chain_constrains_ratio</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the chainbutton should constrain the
|
||
fields' aspect ratio. If <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||
><code class="literal">FALSE</code></a>, the values will
|
||
be constrained.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xlabel</code></em> :</span></p></td>
|
||
<td> The label for the X coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
||
<td> The initial value of the X coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xres</code></em> :</span></p></td>
|
||
<td> The horizontal resolution in DPI.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>lower_boundary_x</code></em> :</span></p></td>
|
||
<td> The lower boundary of the X coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>upper_boundary_x</code></em> :</span></p></td>
|
||
<td> The upper boundary of the X coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xsize_0</code></em> :</span></p></td>
|
||
<td> The X value which will be treated as 0%.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xsize_100</code></em> :</span></p></td>
|
||
<td> The X value which will be treated as 100%.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>ylabel</code></em> :</span></p></td>
|
||
<td> The label for the Y coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
||
<td> The initial value of the Y coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>yres</code></em> :</span></p></td>
|
||
<td> The vertical resolution in DPI.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>lower_boundary_y</code></em> :</span></p></td>
|
||
<td> The lower boundary of the Y coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>upper_boundary_y</code></em> :</span></p></td>
|
||
<td> The upper boundary of the Y coordinate.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>ysize_0</code></em> :</span></p></td>
|
||
<td> The Y value which will be treated as 0%.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>ysize_100</code></em> :</span></p></td>
|
||
<td> The Y value which will be treated as 100%.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> The new <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-pixmap-button-new"></a><h3>gimp_pixmap_button_new ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_pixmap_button_new (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> **xpm_data,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *text);</pre>
|
||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||
<h3 class="title">Warning</h3>
|
||
<p><code class="literal">gimp_pixmap_button_new</code> is deprecated and should not be used in newly-written code.</p>
|
||
</div>
|
||
<p>
|
||
Convenience function that creates a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
|
||
><span class="type">GtkButton</span></a> with a <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a>
|
||
and an optional <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xpm_data</code></em> :</span></p></td>
|
||
<td> The XPM data which will be passed to <a class="link" href="GimpPixmap.html#gimp-pixmap-new" title="gimp_pixmap_new ()"><code class="function">gimp_pixmap_new()</code></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
||
<td> An optional text which will appear right of the pixmap.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> The new <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
|
||
><span class="type">GtkButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-toggle-button-sensitive-update"></a><h3>gimp_toggle_button_sensitive_update ()</h3>
|
||
<pre class="programlisting">void gimp_toggle_button_sensitive_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
|
||
>GtkToggleButton</a> *toggle_button);</pre>
|
||
<p>
|
||
If you attached a pointer to a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
><span class="type">GtkWidget</span></a> with <a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"
|
||
><code class="function">g_object_set_data()</code></a> and
|
||
the "set_sensitive" key to the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
|
||
><span class="type">GtkToggleButton</span></a>, the sensitive state of
|
||
the attached widget will be set according to the toggle button's
|
||
"active" state.
|
||
</p>
|
||
<p>
|
||
You can attach an arbitrary list of widgets by attaching another
|
||
"set_sensitive" data pointer to the first widget (and so on...).
|
||
</p>
|
||
<p>
|
||
This function can also set the sensitive state according to the toggle
|
||
button's inverse "active" state by attaching widgets with the
|
||
"inverse_sensitive" key.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody><tr>
|
||
<td><p><span class="term"><em class="parameter"><code>toggle_button</code></em> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
|
||
><span class="type">GtkToggleButton</span></a> the "set_sensitive" and
|
||
"inverse_sensitive" lists are attached to.
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-toggle-button-update"></a><h3>gimp_toggle_button_update ()</h3>
|
||
<pre class="programlisting">void gimp_toggle_button_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
Note that this function calls <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
|
||
><span class="type">GtkToggleButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
><span class="type">gint</span></a> variable which will store the value of
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-get-active"
|
||
><code class="function">gtk_toggle_button_get_active()</code></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-radio-button-update"></a><h3>gimp_radio_button_update ()</h3>
|
||
<pre class="programlisting">void gimp_radio_button_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
Note that this function calls <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
|
||
><span class="type">GtkRadioButton</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
><span class="type">gint</span></a> variable which will store the value of
|
||
GPOINTER_TO_INT (g_object_get_data (<em class="parameter"><code>widget</code></em>, "gimp-item-data")).
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-int-adjustment-update"></a><h3>gimp_int_adjustment_update ()</h3>
|
||
<pre class="programlisting">void gimp_int_adjustment_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
Note that the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>'s value (which is a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
><span class="type">gdouble</span></a>) will be
|
||
rounded with <a
|
||
href="../libgimpmath/libgimpmath-GimpMath.html#RINT:CAPS"
|
||
><code class="function">RINT()</code></a>.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
><span class="type">gint</span></a> variable which will store the
|
||
<em class="parameter"><code>adjustment</code></em>'s value.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-uint-adjustment-update"></a><h3>gimp_uint_adjustment_update ()</h3>
|
||
<pre class="programlisting">void gimp_uint_adjustment_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
Note that the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>'s value (which is a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
><span class="type">gdouble</span></a>) will be rounded
|
||
with (<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
><span class="type">guint</span></a>) (value + 0.5).</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
|
||
><span class="type">guint</span></a> variable which will store the
|
||
<em class="parameter"><code>adjustment</code></em>'s value.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-float-adjustment-update"></a><h3>gimp_float_adjustment_update ()</h3>
|
||
<pre class="programlisting">void gimp_float_adjustment_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
|
||
><span class="type">gfloat</span></a> varaiable which will store the
|
||
<em class="parameter"><code>adjustment</code></em>'s value.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-double-adjustment-update"></a><h3>gimp_double_adjustment_update ()</h3>
|
||
<pre class="programlisting">void gimp_double_adjustment_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
>GtkAdjustment</a> *adjustment,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
||
<td> A <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
|
||
><span class="type">GtkAdjustment</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||
><span class="type">gdouble</span></a> variable which will store the
|
||
<em class="parameter"><code>adjustment</code></em>'s value.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-unit-menu-update"></a><h3>gimp_unit_menu_update ()</h3>
|
||
<pre class="programlisting">void gimp_unit_menu_update (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||
>gpointer</a> data);</pre>
|
||
<p>
|
||
This callback can set the number of decimal digits of an arbitrary number
|
||
of <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
|
||
><span class="type">GtkSpinButton</span></a>'s. To use this functionality, attach the spinbuttons
|
||
as list of data pointers attached with <a
|
||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"
|
||
><code class="function">g_object_set_data()</code></a> with the
|
||
"set_digits" key.
|
||
</p>
|
||
<p>
|
||
See <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-sensitive-update" title="gimp_toggle_button_sensitive_update ()"><code class="function">gimp_toggle_button_sensitive_update()</code></a> for a description of how
|
||
to set up the list.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
||
<td> A <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||
<td> A pointer to a <a
|
||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||
><span class="type">GimpUnit</span></a> variable which will store the unit menu's
|
||
value.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-table-attach-aligned"></a><h3>gimp_table_attach_aligned ()</h3>
|
||
<pre class="programlisting"><a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a>* gimp_table_attach_aligned (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
>GtkTable</a> *table,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> column,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> row,
|
||
const <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||
>gchar</a> *label_text,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
|
||
>gfloat</a> xalign,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
|
||
>gfloat</a> yalign,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
>GtkWidget</a> *widget,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||
>gint</a> colspan,
|
||
<a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||
>gboolean</a> left_align);</pre>
|
||
<p>
|
||
Note that the <em class="parameter"><code>label_text</code></em> can be <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||
><code class="literal">NULL</code></a> and that the widget will be
|
||
attached starting at (<em class="parameter"><code>column</code></em> + 1) in this case, too.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
|
||
><span class="type">GtkTable</span></a> the widgets will be attached to.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
||
<td> The column to start with.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
||
<td> The row to attach the widgets.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>label_text</code></em> :</span></p></td>
|
||
<td> The text for the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a> which will be attached left of
|
||
the widget.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
||
<td> The horizontal alignment of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
||
<td> The vertival alignment of the <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
||
<td> The <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||
><span class="type">GtkWidget</span></a> to attach right of the label.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>colspan</code></em> :</span></p></td>
|
||
<td> The number of columns the widget will use.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>left_align</code></em> :</span></p></td>
|
||
<td> <a
|
||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||
><code class="literal">TRUE</code></a> if the widget should be left-aligned.
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> The created <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="gimp-label-set-attributes"></a><h3>gimp_label_set_attributes ()</h3>
|
||
<pre class="programlisting">void gimp_label_set_attributes (<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
>GtkLabel</a> *label,
|
||
...);</pre>
|
||
<p>
|
||
Sets Pango attributes on a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a> in a more convenient way than
|
||
<a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html#gtk-label-set-attributes"
|
||
><code class="function">gtk_label_set_attributes()</code></a>.
|
||
</p>
|
||
<p>
|
||
This function is useful if you want to change the font attributes
|
||
of a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>. This is an alternative to using PangoMarkup which
|
||
is slow to parse and akward to handle in an i18n-friendly way.
|
||
</p>
|
||
<p>
|
||
The attributes are set on the complete label, from start to end. If
|
||
you need to set attributes on part of the label, you will have to
|
||
use the PangoAttributes API directly.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
||
<td> a <a
|
||
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
|
||
><span class="type">GtkLabel</span></a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||
<td> a list of PangoAttrType and value pairs terminated by -1.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>
|
||
Generated by GTK-Doc V1.10</div>
|
||
</body>
|
||
</html>
|