~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
<div class="refsynopsisdiv">
51
51
<a name="libgimpwidgets-GimpWidgets.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
 
<a
54
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
55
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new" title="gimp_radio_group_new ()">gimp_radio_group_new</a>                (<a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
57
 
>gboolean</a> in_frame,
58
 
                                                         const <a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
60
 
>gchar</a> *frame_title,
61
 
                                                         ...);
62
 
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()">gimp_radio_group_new2</a>               (<a
65
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
66
 
>gboolean</a> in_frame,
67
 
                                                         const <a
68
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
69
 
>gchar</a> *frame_title,
70
 
                                                         <a
71
 
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
72
 
>GCallback</a> radio_button_callback,
73
 
                                                         <a
74
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
75
 
>gpointer</a> radio_button_callback_data,
76
 
                                                         <a
77
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
78
 
>gpointer</a> initial,
79
 
                                                         ...);
80
 
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
81
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
82
 
>GtkRadioButton</a> *radio_button,
83
 
                                                         <a
84
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
85
 
>gpointer</a> item_data);
86
 
<a
87
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
88
 
>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
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
90
 
>gboolean</a> in_frame,
91
 
                                                         const <a
92
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
93
 
>gchar</a> *frame_title,
94
 
                                                         <a
95
 
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
96
 
>GCallback</a> radio_button_callback,
97
 
                                                         <a
98
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
99
 
>gpointer</a> radio_button_callback_data,
100
 
                                                         <a
101
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
102
 
>gint</a> initial,
103
 
                                                         ...);
104
 
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
105
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
106
 
>GtkRadioButton</a> *radio_button,
107
 
                                                         <a
108
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
109
 
>gint</a> item_data);
110
 
<a
111
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
112
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" title="gimp_spin_button_new ()">gimp_spin_button_new</a>                (<a
113
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
114
 
>GtkObject</a> **adjustment,
115
 
                                                         <a
116
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
117
 
>gdouble</a> value,
118
 
                                                         <a
119
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
120
 
>gdouble</a> lower,
121
 
                                                         <a
122
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
123
 
>gdouble</a> upper,
124
 
                                                         <a
125
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
126
 
>gdouble</a> step_increment,
127
 
                                                         <a
128
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
129
 
>gdouble</a> page_increment,
130
 
                                                         <a
131
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
132
 
>gdouble</a> page_size,
133
 
                                                         <a
134
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
135
 
>gdouble</a> climb_rate,
136
 
                                                         <a
137
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
138
 
>guint</a> digits);
 
53
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new" title="gimp_radio_group_new ()">gimp_radio_group_new</a>                (gboolean in_frame,
 
54
                                                         const gchar *frame_title,
 
55
                                                         ...);
 
56
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-group-new2" title="gimp_radio_group_new2 ()">gimp_radio_group_new2</a>               (gboolean in_frame,
 
57
                                                         const gchar *frame_title,
 
58
                                                         GCallback radio_button_callback,
 
59
                                                         gpointer radio_button_callback_data,
 
60
                                                         gpointer initial,
 
61
                                                         ...);
 
62
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>         (GtkRadioButton *radio_button,
 
63
                                                         gpointer item_data);
 
64
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-radio-group-new" title="gimp_int_radio_group_new ()">gimp_int_radio_group_new</a>            (gboolean in_frame,
 
65
                                                         const gchar *frame_title,
 
66
                                                         GCallback radio_button_callback,
 
67
                                                         gpointer radio_button_callback_data,
 
68
                                                         gint initial,
 
69
                                                         ...);
 
70
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>     (GtkRadioButton *radio_button,
 
71
                                                         gint item_data);
 
72
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-spin-button-new" title="gimp_spin_button_new ()">gimp_spin_button_new</a>                (GtkObject **adjustment,
 
73
                                                         gdouble value,
 
74
                                                         gdouble lower,
 
75
                                                         gdouble upper,
 
76
                                                         gdouble step_increment,
 
77
                                                         gdouble page_increment,
 
78
                                                         gdouble page_size,
 
79
                                                         gdouble climb_rate,
 
80
                                                         guint digits);
139
81
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-LABEL:CAPS" title="GIMP_SCALE_ENTRY_LABEL()">GIMP_SCALE_ENTRY_LABEL</a>              (adj)
140
82
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SCALE:CAPS" title="GIMP_SCALE_ENTRY_SCALE()">GIMP_SCALE_ENTRY_SCALE</a>              (adj)
141
83
#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)
142
84
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-SCALE-ENTRY-SPINBUTTON:CAPS" title="GIMP_SCALE_ENTRY_SPINBUTTON()">GIMP_SCALE_ENTRY_SPINBUTTON</a>         (adj)
143
85
#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)
144
 
<a
145
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
146
 
>GtkObject</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()">gimp_scale_entry_new</a>                (<a
147
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
148
 
>GtkTable</a> *table,
149
 
                                                         <a
150
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
151
 
>gint</a> column,
152
 
                                                         <a
153
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
154
 
>gint</a> row,
155
 
                                                         const <a
156
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
157
 
>gchar</a> *text,
158
 
                                                         <a
159
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
160
 
>gint</a> scale_width,
161
 
                                                         <a
162
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
163
 
>gint</a> spinbutton_width,
164
 
                                                         <a
165
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
166
 
>gdouble</a> value,
167
 
                                                         <a
168
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
169
 
>gdouble</a> lower,
170
 
                                                         <a
171
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
172
 
>gdouble</a> upper,
173
 
                                                         <a
174
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
175
 
>gdouble</a> step_increment,
176
 
                                                         <a
177
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
178
 
>gdouble</a> page_increment,
179
 
                                                         <a
180
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
181
 
>guint</a> digits,
182
 
                                                         <a
183
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
184
 
>gboolean</a> constrain,
185
 
                                                         <a
186
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
187
 
>gdouble</a> unconstrained_lower,
188
 
                                                         <a
189
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
190
 
>gdouble</a> unconstrained_upper,
191
 
                                                         const <a
192
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
193
 
>gchar</a> *tooltip,
194
 
                                                         const <a
195
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
196
 
>gchar</a> *help_id);
197
 
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
198
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
199
 
>GtkObject</a> *adjustment,
200
 
                                                         <a
201
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
202
 
>gboolean</a> sensitive);
203
 
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
204
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
205
 
>GtkObject</a> *adjustment,
206
 
                                                         <a
207
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
208
 
>gboolean</a> logarithmic);
209
 
<a
210
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
211
 
>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
212
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
213
 
>GtkObject</a> *adjustment);
214
 
<a
215
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
216
 
>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
217
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
218
 
>GtkTable</a> *table,
219
 
                                                         <a
220
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
221
 
>gint</a> column,
222
 
                                                         <a
223
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
224
 
>gint</a> row,
225
 
                                                         const <a
226
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
227
 
>gchar</a> *text,
228
 
                                                         <a
229
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
230
 
>gint</a> scale_width,
231
 
                                                         <a
232
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
233
 
>gint</a> spinbutton_width,
234
 
                                                         <a
235
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
236
 
>gdouble</a> value,
237
 
                                                         <a
238
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
239
 
>gdouble</a> lower,
240
 
                                                         <a
241
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
242
 
>gdouble</a> upper,
243
 
                                                         <a
244
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
245
 
>gdouble</a> step_increment,
246
 
                                                         <a
247
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
248
 
>gdouble</a> page_increment,
249
 
                                                         <a
250
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
251
 
>guint</a> digits,
252
 
                                                         const <a
253
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
254
 
>gchar</a> *tooltip,
255
 
                                                         const <a
256
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
257
 
>gchar</a> *help_id);
 
86
GtkObject*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-new" title="gimp_scale_entry_new ()">gimp_scale_entry_new</a>                (GtkTable *table,
 
87
                                                         gint column,
 
88
                                                         gint row,
 
89
                                                         const gchar *text,
 
90
                                                         gint scale_width,
 
91
                                                         gint spinbutton_width,
 
92
                                                         gdouble value,
 
93
                                                         gdouble lower,
 
94
                                                         gdouble upper,
 
95
                                                         gdouble step_increment,
 
96
                                                         gdouble page_increment,
 
97
                                                         guint digits,
 
98
                                                         gboolean constrain,
 
99
                                                         gdouble unconstrained_lower,
 
100
                                                         gdouble unconstrained_upper,
 
101
                                                         const gchar *tooltip,
 
102
                                                         const gchar *help_id);
 
103
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>      (GtkObject *adjustment,
 
104
                                                         gboolean sensitive);
 
105
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>    (GtkObject *adjustment,
 
106
                                                         gboolean logarithmic);
 
107
gboolean            <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-scale-entry-get-logarithmic" title="gimp_scale_entry_get_logarithmic ()">gimp_scale_entry_get_logarithmic</a>    (GtkObject *adjustment);
 
108
GtkObject*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-color-scale-entry-new" title="gimp_color_scale_entry_new ()">gimp_color_scale_entry_new</a>          (GtkTable *table,
 
109
                                                         gint column,
 
110
                                                         gint row,
 
111
                                                         const gchar *text,
 
112
                                                         gint scale_width,
 
113
                                                         gint spinbutton_width,
 
114
                                                         gdouble value,
 
115
                                                         gdouble lower,
 
116
                                                         gdouble upper,
 
117
                                                         gdouble step_increment,
 
118
                                                         gdouble page_increment,
 
119
                                                         guint digits,
 
120
                                                         const gchar *tooltip,
 
121
                                                         const gchar *help_id);
258
122
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-SPINBUTTON:CAPS" title="GIMP_RANDOM_SEED_SPINBUTTON()">GIMP_RANDOM_SEED_SPINBUTTON</a>         (hbox)
259
123
#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)
260
124
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-RANDOM-SEED-TOGGLE:CAPS" title="GIMP_RANDOM_SEED_TOGGLE()">GIMP_RANDOM_SEED_TOGGLE</a>             (hbox)
261
 
<a
262
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
263
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()">gimp_random_seed_new</a>                (<a
264
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
265
 
>guint32</a> *seed,
266
 
                                                         <a
267
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
268
 
>gboolean</a> *random_seed);
 
125
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-random-seed-new" title="gimp_random_seed_new ()">gimp_random_seed_new</a>                (guint32 *seed,
 
126
                                                         gboolean *random_seed);
269
127
#define             <a class="link" href="libgimpwidgets-GimpWidgets.html#GIMP-COORDINATES-CHAINBUTTON:CAPS" title="GIMP_COORDINATES_CHAINBUTTON()">GIMP_COORDINATES_CHAINBUTTON</a>        (sizeentry)
270
 
<a
271
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
272
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()">gimp_coordinates_new</a>                (<a
273
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
 
128
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-coordinates-new" title="gimp_coordinates_new ()">gimp_coordinates_new</a>                (<a
 
129
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
274
130
>GimpUnit</a> unit,
275
 
                                                         const <a
276
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
277
 
>gchar</a> *unit_format,
278
 
                                                         <a
279
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
280
 
>gboolean</a> menu_show_pixels,
281
 
                                                         <a
282
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
283
 
>gboolean</a> menu_show_percent,
284
 
                                                         <a
285
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
286
 
>gint</a> spinbutton_width,
 
131
                                                         const gchar *unit_format,
 
132
                                                         gboolean menu_show_pixels,
 
133
                                                         gboolean menu_show_percent,
 
134
                                                         gint spinbutton_width,
287
135
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
288
 
                                                         <a
289
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
290
 
>gboolean</a> chainbutton_active,
291
 
                                                         <a
292
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
293
 
>gboolean</a> chain_constrains_ratio,
294
 
                                                         const <a
295
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
296
 
>gchar</a> *xlabel,
297
 
                                                         <a
298
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
299
 
>gdouble</a> x,
300
 
                                                         <a
301
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
302
 
>gdouble</a> xres,
303
 
                                                         <a
304
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
305
 
>gdouble</a> lower_boundary_x,
306
 
                                                         <a
307
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
308
 
>gdouble</a> upper_boundary_x,
309
 
                                                         <a
310
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
311
 
>gdouble</a> xsize_0,
312
 
                                                         <a
313
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
314
 
>gdouble</a> xsize_100,
315
 
                                                         const <a
316
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
317
 
>gchar</a> *ylabel,
318
 
                                                         <a
319
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
320
 
>gdouble</a> y,
321
 
                                                         <a
322
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
323
 
>gdouble</a> yres,
324
 
                                                         <a
325
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
326
 
>gdouble</a> lower_boundary_y,
327
 
                                                         <a
328
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
329
 
>gdouble</a> upper_boundary_y,
330
 
                                                         <a
331
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
332
 
>gdouble</a> ysize_0,
333
 
                                                         <a
334
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
335
 
>gdouble</a> ysize_100);
336
 
<a
337
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
338
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()">gimp_pixmap_button_new</a>              (<a
339
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
340
 
>gchar</a> **xpm_data,
341
 
                                                         const <a
342
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
343
 
>gchar</a> *text);
344
 
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
345
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
346
 
>GtkToggleButton</a> *toggle_button);
347
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update" title="gimp_toggle_button_update ()">gimp_toggle_button_update</a>           (<a
348
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
349
 
>GtkWidget</a> *widget,
350
 
                                                         <a
351
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
352
 
>gpointer</a> data);
353
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update" title="gimp_radio_button_update ()">gimp_radio_button_update</a>            (<a
354
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
355
 
>GtkWidget</a> *widget,
356
 
                                                         <a
357
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
358
 
>gpointer</a> data);
359
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update" title="gimp_int_adjustment_update ()">gimp_int_adjustment_update</a>          (<a
360
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
361
 
>GtkAdjustment</a> *adjustment,
362
 
                                                         <a
363
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
364
 
>gpointer</a> data);
365
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update" title="gimp_uint_adjustment_update ()">gimp_uint_adjustment_update</a>         (<a
366
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
367
 
>GtkAdjustment</a> *adjustment,
368
 
                                                         <a
369
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
370
 
>gpointer</a> data);
371
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update" title="gimp_float_adjustment_update ()">gimp_float_adjustment_update</a>        (<a
372
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
373
 
>GtkAdjustment</a> *adjustment,
374
 
                                                         <a
375
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
376
 
>gpointer</a> data);
377
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update" title="gimp_double_adjustment_update ()">gimp_double_adjustment_update</a>       (<a
378
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
379
 
>GtkAdjustment</a> *adjustment,
380
 
                                                         <a
381
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
382
 
>gpointer</a> data);
383
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()">gimp_unit_menu_update</a>               (<a
384
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
385
 
>GtkWidget</a> *widget,
386
 
                                                         <a
387
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
388
 
>gpointer</a> data);
389
 
<a
390
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
391
 
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned" title="gimp_table_attach_aligned ()">gimp_table_attach_aligned</a>           (<a
392
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
393
 
>GtkTable</a> *table,
394
 
                                                         <a
395
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
396
 
>gint</a> column,
397
 
                                                         <a
398
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
399
 
>gint</a> row,
400
 
                                                         const <a
401
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
402
 
>gchar</a> *label_text,
403
 
                                                         <a
404
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
405
 
>gfloat</a> xalign,
406
 
                                                         <a
407
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
408
 
>gfloat</a> yalign,
409
 
                                                         <a
410
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
411
 
>GtkWidget</a> *widget,
412
 
                                                         <a
413
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
414
 
>gint</a> colspan,
415
 
                                                         <a
416
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
417
 
>gboolean</a> left_align);
418
 
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes" title="gimp_label_set_attributes ()">gimp_label_set_attributes</a>           (<a
419
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
420
 
>GtkLabel</a> *label,
 
136
                                                         gboolean chainbutton_active,
 
137
                                                         gboolean chain_constrains_ratio,
 
138
                                                         const gchar *xlabel,
 
139
                                                         gdouble x,
 
140
                                                         gdouble xres,
 
141
                                                         gdouble lower_boundary_x,
 
142
                                                         gdouble upper_boundary_x,
 
143
                                                         gdouble xsize_0,
 
144
                                                         gdouble xsize_100,
 
145
                                                         const gchar *ylabel,
 
146
                                                         gdouble y,
 
147
                                                         gdouble yres,
 
148
                                                         gdouble lower_boundary_y,
 
149
                                                         gdouble upper_boundary_y,
 
150
                                                         gdouble ysize_0,
 
151
                                                         gdouble ysize_100);
 
152
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-pixmap-button-new" title="gimp_pixmap_button_new ()">gimp_pixmap_button_new</a>              (gchar **xpm_data,
 
153
                                                         const gchar *text);
 
154
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> (GtkToggleButton *toggle_button);
 
155
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-toggle-button-update" title="gimp_toggle_button_update ()">gimp_toggle_button_update</a>           (GtkWidget *widget,
 
156
                                                         gpointer data);
 
157
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-radio-button-update" title="gimp_radio_button_update ()">gimp_radio_button_update</a>            (GtkWidget *widget,
 
158
                                                         gpointer data);
 
159
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-int-adjustment-update" title="gimp_int_adjustment_update ()">gimp_int_adjustment_update</a>          (GtkAdjustment *adjustment,
 
160
                                                         gpointer data);
 
161
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-uint-adjustment-update" title="gimp_uint_adjustment_update ()">gimp_uint_adjustment_update</a>         (GtkAdjustment *adjustment,
 
162
                                                         gpointer data);
 
163
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-float-adjustment-update" title="gimp_float_adjustment_update ()">gimp_float_adjustment_update</a>        (GtkAdjustment *adjustment,
 
164
                                                         gpointer data);
 
165
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-double-adjustment-update" title="gimp_double_adjustment_update ()">gimp_double_adjustment_update</a>       (GtkAdjustment *adjustment,
 
166
                                                         gpointer data);
 
167
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-unit-menu-update" title="gimp_unit_menu_update ()">gimp_unit_menu_update</a>               (GtkWidget *widget,
 
168
                                                         gpointer data);
 
169
GtkWidget*          <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-table-attach-aligned" title="gimp_table_attach_aligned ()">gimp_table_attach_aligned</a>           (GtkTable *table,
 
170
                                                         gint column,
 
171
                                                         gint row,
 
172
                                                         const gchar *label_text,
 
173
                                                         gfloat xalign,
 
174
                                                         gfloat yalign,
 
175
                                                         GtkWidget *widget,
 
176
                                                         gint colspan,
 
177
                                                         gboolean left_align);
 
178
void                <a class="link" href="libgimpwidgets-GimpWidgets.html#gimp-label-set-attributes" title="gimp_label_set_attributes ()">gimp_label_set_attributes</a>           (GtkLabel *label,
421
179
                                                         ...);
422
180
</pre>
423
181
</div>
431
189
<a name="libgimpwidgets-GimpWidgets.details"></a><h2>Details</h2>
432
190
<div class="refsect2" lang="en">
433
191
<a name="gimp-radio-group-new"></a><h3>gimp_radio_group_new ()</h3>
434
 
<pre class="programlisting"><a
435
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
436
 
>GtkWidget</a>*          gimp_radio_group_new                (<a
437
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
438
 
>gboolean</a> in_frame,
439
 
                                                         const <a
440
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
441
 
>gchar</a> *frame_title,
 
192
<pre class="programlisting">GtkWidget*          gimp_radio_group_new                (gboolean in_frame,
 
193
                                                         const gchar *frame_title,
442
194
                                                         ...);</pre>
443
195
<p>
444
196
Convenience function to create a group of radio buttons embedded into
445
 
a <a
446
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
447
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>.</p>
 
197
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
448
198
<p>
449
199
 
450
200
</p>
453
203
<tbody>
454
204
<tr>
455
205
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
456
 
<td>    <a
457
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
458
 
><code class="literal">TRUE</code></a> if you want a <a
459
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
460
 
><span class="type">GtkFrame</span></a> around the radio button group.
 
206
<td>    <code class="literal">TRUE</code> if you want a <span class="type">GtkFrame</span> around the radio button group.
461
207
</td>
462
208
</tr>
463
209
<tr>
464
210
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
465
 
<td> The title of the Frame or <a
466
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
467
 
><code class="literal">NULL</code></a> if you don't want a title.
 
211
<td> The title of the Frame or <code class="literal">NULL</code> if you don't want a title.
468
212
</td>
469
213
</tr>
470
214
<tr>
471
215
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
472
 
<td>         A <a
473
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
474
 
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing the radio buttons.
 
216
<td>         A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing the radio buttons.
475
217
</td>
476
218
</tr>
477
219
<tr>
478
220
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
479
 
<td> A <a
480
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
481
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
 
221
<td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
482
222
</td>
483
223
</tr>
484
224
</tbody>
487
227
<hr>
488
228
<div class="refsect2" lang="en">
489
229
<a name="gimp-radio-group-new2"></a><h3>gimp_radio_group_new2 ()</h3>
490
 
<pre class="programlisting"><a
491
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
492
 
>GtkWidget</a>*          gimp_radio_group_new2               (<a
493
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
494
 
>gboolean</a> in_frame,
495
 
                                                         const <a
496
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
497
 
>gchar</a> *frame_title,
498
 
                                                         <a
499
 
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
500
 
>GCallback</a> radio_button_callback,
501
 
                                                         <a
502
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
503
 
>gpointer</a> radio_button_callback_data,
504
 
                                                         <a
505
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
506
 
>gpointer</a> initial,
 
230
<pre class="programlisting">GtkWidget*          gimp_radio_group_new2               (gboolean in_frame,
 
231
                                                         const gchar *frame_title,
 
232
                                                         GCallback radio_button_callback,
 
233
                                                         gpointer radio_button_callback_data,
 
234
                                                         gpointer initial,
507
235
                                                         ...);</pre>
508
236
<p>
509
237
Convenience function to create a group of radio buttons embedded into
510
 
a <a
511
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
512
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>.</p>
 
238
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>.</p>
513
239
<p>
514
240
 
515
241
</p>
518
244
<tbody>
519
245
<tr>
520
246
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
521
 
<td>              <a
522
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
523
 
><code class="literal">TRUE</code></a> if you want a <a
524
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
525
 
><span class="type">GtkFrame</span></a> around the
 
247
<td>              <code class="literal">TRUE</code> if you want a <span class="type">GtkFrame</span> around the
526
248
                        radio button group.
527
249
</td>
528
250
</tr>
529
251
<tr>
530
252
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
531
 
<td>           The title of the Frame or <a
532
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
533
 
><code class="literal">NULL</code></a> if you don't want
 
253
<td>           The title of the Frame or <code class="literal">NULL</code> if you don't want
534
254
                        a title.
535
255
</td>
536
256
</tr>
543
263
<tr>
544
264
<td><p><span class="term"><em class="parameter"><code>radio_button_callback_data</code></em> :</span></p></td>
545
265
<td>
546
 
                        The data which will be passed to <a
547
 
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
548
 
><code class="function">g_signal_connect()</code></a>.
 
266
                        The data which will be passed to <code class="function">g_signal_connect()</code>.
549
267
</td>
550
268
</tr>
551
269
<tr>
555
273
</tr>
556
274
<tr>
557
275
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
558
 
<td>                   A <a
559
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
560
 
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing
 
276
<td>                   A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing
561
277
                        the radio buttons.
562
278
</td>
563
279
</tr>
564
280
<tr>
565
281
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
566
 
<td> A <a
567
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
568
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
 
282
<td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
569
283
</td>
570
284
</tr>
571
285
</tbody>
574
288
<hr>
575
289
<div class="refsect2" lang="en">
576
290
<a name="gimp-radio-group-set-active"></a><h3>gimp_radio_group_set_active ()</h3>
577
 
<pre class="programlisting">void                gimp_radio_group_set_active         (<a
578
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
579
 
>GtkRadioButton</a> *radio_button,
580
 
                                                         <a
581
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
582
 
>gpointer</a> item_data);</pre>
 
291
<pre class="programlisting">void                gimp_radio_group_set_active         (GtkRadioButton *radio_button,
 
292
                                                         gpointer item_data);</pre>
583
293
<p>
584
 
Calls <a
585
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-set-active"
586
 
><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was
 
294
Calls <code class="function">gtk_toggle_button_set_active()</code> with the radio button that was
587
295
created with a matching <em class="parameter"><code>item_data</code></em>.</p>
588
296
<p>
589
297
 
593
301
<tbody>
594
302
<tr>
595
303
<td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
596
 
<td> Pointer to a <a
597
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
598
 
><span class="type">GtkRadioButton</span></a>.
 
304
<td> Pointer to a <span class="type">GtkRadioButton</span>.
599
305
</td>
600
306
</tr>
601
307
<tr>
609
315
<hr>
610
316
<div class="refsect2" lang="en">
611
317
<a name="gimp-int-radio-group-new"></a><h3>gimp_int_radio_group_new ()</h3>
612
 
<pre class="programlisting"><a
613
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
614
 
>GtkWidget</a>*          gimp_int_radio_group_new            (<a
615
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
616
 
>gboolean</a> in_frame,
617
 
                                                         const <a
618
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
619
 
>gchar</a> *frame_title,
620
 
                                                         <a
621
 
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
622
 
>GCallback</a> radio_button_callback,
623
 
                                                         <a
624
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
625
 
>gpointer</a> radio_button_callback_data,
626
 
                                                         <a
627
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
628
 
>gint</a> initial,
 
318
<pre class="programlisting">GtkWidget*          gimp_int_radio_group_new            (gboolean in_frame,
 
319
                                                         const gchar *frame_title,
 
320
                                                         GCallback radio_button_callback,
 
321
                                                         gpointer radio_button_callback_data,
 
322
                                                         gint initial,
629
323
                                                         ...);</pre>
630
324
<p>
631
325
Convenience function to create a group of radio buttons embedded into
632
 
a <a
633
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
634
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span>. This function does the same thing as
 
326
a <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span>. This function does the same thing as
635
327
<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
636
328
pointers, since that is a very common case (mapping an enum to a radio
637
329
group).</p>
643
335
<tbody>
644
336
<tr>
645
337
<td><p><span class="term"><em class="parameter"><code>in_frame</code></em> :</span></p></td>
646
 
<td>              <a
647
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
648
 
><code class="literal">TRUE</code></a> if you want a <a
649
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
650
 
><span class="type">GtkFrame</span></a> around the
 
338
<td>              <code class="literal">TRUE</code> if you want a <span class="type">GtkFrame</span> around the
651
339
                        radio button group.
652
340
</td>
653
341
</tr>
654
342
<tr>
655
343
<td><p><span class="term"><em class="parameter"><code>frame_title</code></em> :</span></p></td>
656
 
<td>           The title of the Frame or <a
657
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
658
 
><code class="literal">NULL</code></a> if you don't want
 
344
<td>           The title of the Frame or <code class="literal">NULL</code> if you don't want
659
345
                        a title.
660
346
</td>
661
347
</tr>
668
354
<tr>
669
355
<td><p><span class="term"><em class="parameter"><code>radio_button_callback_data</code></em> :</span></p></td>
670
356
<td>
671
 
                        The data which will be passed to <a
672
 
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
673
 
><code class="function">g_signal_connect()</code></a>.
 
357
                        The data which will be passed to <code class="function">g_signal_connect()</code>.
674
358
</td>
675
359
</tr>
676
360
<tr>
680
364
</tr>
681
365
<tr>
682
366
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
683
 
<td>                   A <a
684
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
685
 
><code class="literal">NULL</code></a>-terminated <em class="parameter"><code>va_list</code></em> describing
 
367
<td>                   A <code class="literal">NULL</code>-terminated <em class="parameter"><code>va_list</code></em> describing
686
368
                        the radio buttons.
687
369
</td>
688
370
</tr>
689
371
<tr>
690
372
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
691
 
<td> A <a
692
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
693
 
><span class="type">GtkFrame</span></a> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
 
373
<td> A <span class="type">GtkFrame</span> or <span class="type">GtkVbox</span> (depending on <em class="parameter"><code>in_frame</code></em>).
694
374
</td>
695
375
</tr>
696
376
</tbody>
699
379
<hr>
700
380
<div class="refsect2" lang="en">
701
381
<a name="gimp-int-radio-group-set-active"></a><h3>gimp_int_radio_group_set_active ()</h3>
702
 
<pre class="programlisting">void                gimp_int_radio_group_set_active     (<a
703
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
704
 
>GtkRadioButton</a> *radio_button,
705
 
                                                         <a
706
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
707
 
>gint</a> item_data);</pre>
 
382
<pre class="programlisting">void                gimp_int_radio_group_set_active     (GtkRadioButton *radio_button,
 
383
                                                         gint item_data);</pre>
708
384
<p>
709
 
Calls <a
710
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-set-active"
711
 
><code class="function">gtk_toggle_button_set_active()</code></a> with the radio button that was created
 
385
Calls <code class="function">gtk_toggle_button_set_active()</code> with the radio button that was created
712
386
with a matching <em class="parameter"><code>item_data</code></em>. This function does the same thing as
713
387
<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
714
388
of pointers.</p>
720
394
<tbody>
721
395
<tr>
722
396
<td><p><span class="term"><em class="parameter"><code>radio_button</code></em> :</span></p></td>
723
 
<td> Pointer to a <a
724
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
725
 
><span class="type">GtkRadioButton</span></a>.
 
397
<td> Pointer to a <span class="type">GtkRadioButton</span>.
726
398
</td>
727
399
</tr>
728
400
<tr>
736
408
<hr>
737
409
<div class="refsect2" lang="en">
738
410
<a name="gimp-spin-button-new"></a><h3>gimp_spin_button_new ()</h3>
739
 
<pre class="programlisting"><a
740
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
741
 
>GtkWidget</a>*          gimp_spin_button_new                (<a
742
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
743
 
>GtkObject</a> **adjustment,
744
 
                                                         <a
745
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
746
 
>gdouble</a> value,
747
 
                                                         <a
748
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
749
 
>gdouble</a> lower,
750
 
                                                         <a
751
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
752
 
>gdouble</a> upper,
753
 
                                                         <a
754
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
755
 
>gdouble</a> step_increment,
756
 
                                                         <a
757
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
758
 
>gdouble</a> page_increment,
759
 
                                                         <a
760
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
761
 
>gdouble</a> page_size,
762
 
                                                         <a
763
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
764
 
>gdouble</a> climb_rate,
765
 
                                                         <a
766
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
767
 
>guint</a> digits);</pre>
 
411
<pre class="programlisting">GtkWidget*          gimp_spin_button_new                (GtkObject **adjustment,
 
412
                                                         gdouble value,
 
413
                                                         gdouble lower,
 
414
                                                         gdouble upper,
 
415
                                                         gdouble step_increment,
 
416
                                                         gdouble page_increment,
 
417
                                                         gdouble page_size,
 
418
                                                         gdouble climb_rate,
 
419
                                                         guint digits);</pre>
768
420
<p>
769
 
This function is a shortcut for <a
770
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html#gtk-adjustment-new"
771
 
><code class="function">gtk_adjustment_new()</code></a> and a
772
 
subsequent <a
773
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html#gtk-spin-button-new"
774
 
><code class="function">gtk_spin_button_new()</code></a>. It also calls
775
 
<a
776
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html#gtk-spin-button-set-numeric"
777
 
><code class="function">gtk_spin_button_set_numeric()</code></a> so that non-numeric text cannot be
 
421
This function is a shortcut for <code class="function">gtk_adjustment_new()</code> and a
 
422
subsequent <code class="function">gtk_spin_button_new()</code>. It also calls
 
423
<code class="function">gtk_spin_button_set_numeric()</code> so that non-numeric text cannot be
778
424
entered.</p>
779
425
<p>
780
426
 
784
430
<tbody>
785
431
<tr>
786
432
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
787
 
<td>     Returns the spinbutton's <a
788
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
789
 
><span class="type">GtkAdjustment</span></a>.
 
433
<td>     Returns the spinbutton's <span class="type">GtkAdjustment</span>.
790
434
</td>
791
435
</tr>
792
436
<tr>
831
475
</tr>
832
476
<tr>
833
477
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
834
 
<td> A <span class="type">GtkSpinbutton</span> and it's <a
835
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
836
 
><span class="type">GtkAdjustment</span></a>.
 
478
<td> A <span class="type">GtkSpinbutton</span> and it's <span class="type">GtkAdjustment</span>.
837
479
</td>
838
480
</tr>
839
481
</tbody>
844
486
<a name="GIMP-SCALE-ENTRY-LABEL:CAPS"></a><h3>GIMP_SCALE_ENTRY_LABEL()</h3>
845
487
<pre class="programlisting">#define             GIMP_SCALE_ENTRY_LABEL(adj)</pre>
846
488
<p>
847
 
Returns the scale_entry's <a
848
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
849
 
><span class="type">GtkLabel</span></a>.
 
489
Returns the scale_entry's <span class="type">GtkLabel</span>.
850
490
</p>
851
491
<div class="variablelist"><table border="0">
852
492
<col align="left" valign="top">
853
493
<tbody><tr>
854
494
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
855
 
<td>The <a
856
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
857
 
><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>.
 
495
<td>The <span class="type">GtkAdjustment</span> 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>.
858
496
 
859
497
 
860
498
</td>
866
504
<a name="GIMP-SCALE-ENTRY-SCALE:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE()</h3>
867
505
<pre class="programlisting">#define             GIMP_SCALE_ENTRY_SCALE(adj)</pre>
868
506
<p>
869
 
Returns the scale_entry's <a
870
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
871
 
><span class="type">GtkHScale</span></a>.
 
507
Returns the scale_entry's <span class="type">GtkHScale</span>.
872
508
</p>
873
509
<div class="variablelist"><table border="0">
874
510
<col align="left" valign="top">
875
511
<tbody><tr>
876
512
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
877
 
<td>The <a
878
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
879
 
><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>.
 
513
<td>The <span class="type">GtkAdjustment</span> 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>.
880
514
 
881
515
 
882
516
</td>
888
522
<a name="GIMP-SCALE-ENTRY-SCALE-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SCALE_ADJ()</h3>
889
523
<pre class="programlisting">#define             GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</pre>
890
524
<p>
891
 
Returns the <a
892
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
893
 
><span class="type">GtkAdjustment</span></a> of the scale_entry's <a
894
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
895
 
><span class="type">GtkHScale</span></a>.
 
525
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkHScale</span>.
896
526
</p>
897
527
<div class="variablelist"><table border="0">
898
528
<col align="left" valign="top">
899
529
<tbody><tr>
900
530
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
901
 
<td>The <a
902
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
903
 
><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>.
 
531
<td>The <span class="type">GtkAdjustment</span> 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>.
904
532
 
905
533
 
906
534
</td>
912
540
<a name="GIMP-SCALE-ENTRY-SPINBUTTON:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON()</h3>
913
541
<pre class="programlisting">#define             GIMP_SCALE_ENTRY_SPINBUTTON(adj)</pre>
914
542
<p>
915
 
Returns the scale_entry's <a
916
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
917
 
><span class="type">GtkSpinButton</span></a>.
 
543
Returns the scale_entry's <span class="type">GtkSpinButton</span>.
918
544
</p>
919
545
<div class="variablelist"><table border="0">
920
546
<col align="left" valign="top">
921
547
<tbody><tr>
922
548
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
923
 
<td>The <a
924
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
925
 
><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>.
 
549
<td>The <span class="type">GtkAdjustment</span> 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>.
926
550
 
927
551
 
928
552
</td>
934
558
<a name="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</h3>
935
559
<pre class="programlisting">#define             GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</pre>
936
560
<p>
937
 
Returns the <a
938
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
939
 
><span class="type">GtkAdjustment</span></a> of the scale_entry's <a
940
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
941
 
><span class="type">GtkSpinButton</span></a>.
 
561
Returns the <span class="type">GtkAdjustment</span> of the scale_entry's <span class="type">GtkSpinButton</span>.
942
562
</p>
943
563
<div class="variablelist"><table border="0">
944
564
<col align="left" valign="top">
945
565
<tbody><tr>
946
566
<td><p><span class="term"><em class="parameter"><code>adj</code></em> :</span></p></td>
947
 
<td>The <a
948
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
949
 
><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>.
 
567
<td>The <span class="type">GtkAdjustment</span> 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>.
950
568
 
951
569
 
952
570
</td>
956
574
<hr>
957
575
<div class="refsect2" lang="en">
958
576
<a name="gimp-scale-entry-new"></a><h3>gimp_scale_entry_new ()</h3>
959
 
<pre class="programlisting"><a
960
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
961
 
>GtkObject</a>*          gimp_scale_entry_new                (<a
962
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
963
 
>GtkTable</a> *table,
964
 
                                                         <a
965
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
966
 
>gint</a> column,
967
 
                                                         <a
968
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
969
 
>gint</a> row,
970
 
                                                         const <a
971
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
972
 
>gchar</a> *text,
973
 
                                                         <a
974
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
975
 
>gint</a> scale_width,
976
 
                                                         <a
977
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
978
 
>gint</a> spinbutton_width,
979
 
                                                         <a
980
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
981
 
>gdouble</a> value,
982
 
                                                         <a
983
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
984
 
>gdouble</a> lower,
985
 
                                                         <a
986
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
987
 
>gdouble</a> upper,
988
 
                                                         <a
989
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
990
 
>gdouble</a> step_increment,
991
 
                                                         <a
992
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
993
 
>gdouble</a> page_increment,
994
 
                                                         <a
995
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
996
 
>guint</a> digits,
997
 
                                                         <a
998
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
999
 
>gboolean</a> constrain,
1000
 
                                                         <a
1001
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1002
 
>gdouble</a> unconstrained_lower,
1003
 
                                                         <a
1004
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1005
 
>gdouble</a> unconstrained_upper,
1006
 
                                                         const <a
1007
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1008
 
>gchar</a> *tooltip,
1009
 
                                                         const <a
1010
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1011
 
>gchar</a> *help_id);</pre>
 
577
<pre class="programlisting">GtkObject*          gimp_scale_entry_new                (GtkTable *table,
 
578
                                                         gint column,
 
579
                                                         gint row,
 
580
                                                         const gchar *text,
 
581
                                                         gint scale_width,
 
582
                                                         gint spinbutton_width,
 
583
                                                         gdouble value,
 
584
                                                         gdouble lower,
 
585
                                                         gdouble upper,
 
586
                                                         gdouble step_increment,
 
587
                                                         gdouble page_increment,
 
588
                                                         guint digits,
 
589
                                                         gboolean constrain,
 
590
                                                         gdouble unconstrained_lower,
 
591
                                                         gdouble unconstrained_upper,
 
592
                                                         const gchar *tooltip,
 
593
                                                         const gchar *help_id);</pre>
1012
594
<p>
1013
 
This function creates a <a
1014
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1015
 
><span class="type">GtkLabel</span></a>, a <a
1016
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1017
 
><span class="type">GtkHScale</span></a> and a <a
1018
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1019
 
><span class="type">GtkSpinButton</span></a> and
1020
 
attaches them to a 3-column <a
1021
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
1022
 
><span class="type">GtkTable</span></a>.</p>
 
595
This function creates a <span class="type">GtkLabel</span>, a <span class="type">GtkHScale</span> and a <span class="type">GtkSpinButton</span> and
 
596
attaches them to a 3-column <span class="type">GtkTable</span>.</p>
1023
597
<p>
1024
598
 
1025
599
</p>
1028
602
<tbody>
1029
603
<tr>
1030
604
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
1031
 
<td>               The <a
1032
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
1033
 
><span class="type">GtkTable</span></a> the widgets will be attached to.
 
605
<td>               The <span class="type">GtkTable</span> the widgets will be attached to.
1034
606
</td>
1035
607
</tr>
1036
608
<tr>
1045
617
</tr>
1046
618
<tr>
1047
619
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
1048
 
<td>                The text for the <a
1049
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1050
 
><span class="type">GtkLabel</span></a> which will appear
1051
 
                      left of the <a
1052
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1053
 
><span class="type">GtkHScale</span></a>.
 
620
<td>                The text for the <span class="type">GtkLabel</span> which will appear
 
621
                      left of the <span class="type">GtkHScale</span>.
1054
622
</td>
1055
623
</tr>
1056
624
<tr>
1057
625
<td><p><span class="term"><em class="parameter"><code>scale_width</code></em> :</span></p></td>
1058
 
<td>         The minimum horizontal size of the <a
1059
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1060
 
><span class="type">GtkHScale</span></a>.
 
626
<td>         The minimum horizontal size of the <span class="type">GtkHScale</span>.
1061
627
</td>
1062
628
</tr>
1063
629
<tr>
1064
630
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
1065
 
<td>    The minimum horizontal size of the <a
1066
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1067
 
><span class="type">GtkSpinButton</span></a>.
 
631
<td>    The minimum horizontal size of the <span class="type">GtkSpinButton</span>.
1068
632
</td>
1069
633
</tr>
1070
634
<tr>
1099
663
</tr>
1100
664
<tr>
1101
665
<td><p><span class="term"><em class="parameter"><code>constrain</code></em> :</span></p></td>
1102
 
<td>           <a
1103
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1104
 
><code class="literal">TRUE</code></a> if the range of possible values of the
1105
 
                      <a
1106
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1107
 
><span class="type">GtkSpinButton</span></a> should be the same as of the <a
1108
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1109
 
><span class="type">GtkHScale</span></a>.
 
666
<td>           <code class="literal">TRUE</code> if the range of possible values of the
 
667
                      <span class="type">GtkSpinButton</span> should be the same as of the <span class="type">GtkHScale</span>.
1110
668
</td>
1111
669
</tr>
1112
670
<tr>
1113
671
<td><p><span class="term"><em class="parameter"><code>unconstrained_lower</code></em> :</span></p></td>
1114
672
<td> The spinbutton's lower boundary
1115
 
                      if <em class="parameter"><code>constrain</code></em> == <a
1116
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
1117
 
><code class="literal">FALSE</code></a>.
 
673
                      if <em class="parameter"><code>constrain</code></em> == <code class="literal">FALSE</code>.
1118
674
</td>
1119
675
</tr>
1120
676
<tr>
1121
677
<td><p><span class="term"><em class="parameter"><code>unconstrained_upper</code></em> :</span></p></td>
1122
678
<td> The spinbutton's upper boundary
1123
 
                      if <em class="parameter"><code>constrain</code></em> == <a
1124
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
1125
 
><code class="literal">FALSE</code></a>.
 
679
                      if <em class="parameter"><code>constrain</code></em> == <code class="literal">FALSE</code>.
1126
680
</td>
1127
681
</tr>
1128
682
<tr>
1137
691
</tr>
1138
692
<tr>
1139
693
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1140
 
<td> The <a
1141
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1142
 
><span class="type">GtkSpinButton</span></a>'s <a
1143
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1144
 
><span class="type">GtkAdjustment</span></a>.
 
694
<td> The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
1145
695
</td>
1146
696
</tr>
1147
697
</tbody>
1150
700
<hr>
1151
701
<div class="refsect2" lang="en">
1152
702
<a name="gimp-scale-entry-set-sensitive"></a><h3>gimp_scale_entry_set_sensitive ()</h3>
1153
 
<pre class="programlisting">void                gimp_scale_entry_set_sensitive      (<a
1154
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
1155
 
>GtkObject</a> *adjustment,
1156
 
                                                         <a
1157
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1158
 
>gboolean</a> sensitive);</pre>
 
703
<pre class="programlisting">void                gimp_scale_entry_set_sensitive      (GtkObject *adjustment,
 
704
                                                         gboolean sensitive);</pre>
1159
705
<p>
1160
 
Sets the sensitivity of the scale_entry's <a
1161
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1162
 
><span class="type">GtkLabel</span></a>, <a
1163
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1164
 
><span class="type">GtkHScale</span></a> and
 
706
Sets the sensitivity of the scale_entry's <span class="type">GtkLabel</span>, <span class="type">GtkHScale</span> and
1165
707
<span class="type">GtkSpinbutton</span>.</p>
1166
708
<p>
1167
709
 
1171
713
<tbody>
1172
714
<tr>
1173
715
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1174
 
<td> a <a
1175
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1176
 
><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>
 
716
<td> a <span class="type">GtkAdjustment</span> 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>
1177
717
</td>
1178
718
</tr>
1179
719
<tr>
1180
720
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
1181
721
<td>  a boolean value with the same semantics as the <em class="parameter"><code>sensitive</code></em>
1182
 
             parameter of <a
1183
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html#gtk-widget-set-sensitive"
1184
 
><code class="function">gtk_widget_set_sensitive()</code></a>
 
722
             parameter of <code class="function">gtk_widget_set_sensitive()</code>
1185
723
</td>
1186
724
</tr>
1187
725
</tbody>
1190
728
<hr>
1191
729
<div class="refsect2" lang="en">
1192
730
<a name="gimp-scale-entry-set-logarithmic"></a><h3>gimp_scale_entry_set_logarithmic ()</h3>
1193
 
<pre class="programlisting">void                gimp_scale_entry_set_logarithmic    (<a
1194
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
1195
 
>GtkObject</a> *adjustment,
1196
 
                                                         <a
1197
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1198
 
>gboolean</a> logarithmic);</pre>
 
731
<pre class="programlisting">void                gimp_scale_entry_set_logarithmic    (GtkObject *adjustment,
 
732
                                                         gboolean logarithmic);</pre>
1199
733
<p>
1200
734
Sets whether the scale_entry's scale widget will behave in a linear
1201
735
or logharithmic fashion. Useful when an entry has to attend large
1209
743
<tbody>
1210
744
<tr>
1211
745
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1212
 
<td>  a  <a
1213
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1214
 
><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>
 
746
<td>  a  <span class="type">GtkAdjustment</span> 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>
1215
747
</td>
1216
748
</tr>
1217
749
<tr>
1228
760
<hr>
1229
761
<div class="refsect2" lang="en">
1230
762
<a name="gimp-scale-entry-get-logarithmic"></a><h3>gimp_scale_entry_get_logarithmic ()</h3>
1231
 
<pre class="programlisting"><a
1232
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1233
 
>gboolean</a>            gimp_scale_entry_get_logarithmic    (<a
1234
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
1235
 
>GtkObject</a> *adjustment);</pre>
 
763
<pre class="programlisting">gboolean            gimp_scale_entry_get_logarithmic    (GtkObject *adjustment);</pre>
1236
764
<p>
1237
765
</p>
1238
766
<p>
1243
771
<tbody>
1244
772
<tr>
1245
773
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1246
 
<td> a  <a
1247
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1248
 
><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>
 
774
<td> a  <span class="type">GtkAdjustment</span> 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>
1249
775
</td>
1250
776
</tr>
1251
777
<tr>
1252
778
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1253
 
<td> <a
1254
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1255
 
><code class="literal">TRUE</code></a> if the the entry's scale widget will behave in
1256
 
              logharithmic fashion, <a
1257
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
1258
 
><code class="literal">FALSE</code></a> for linear behaviour.
 
779
<td> <code class="literal">TRUE</code> if the the entry's scale widget will behave in
 
780
              logharithmic fashion, <code class="literal">FALSE</code> for linear behaviour.
1259
781
 
1260
782
</td>
1261
783
</tr>
1267
789
<hr>
1268
790
<div class="refsect2" lang="en">
1269
791
<a name="gimp-color-scale-entry-new"></a><h3>gimp_color_scale_entry_new ()</h3>
1270
 
<pre class="programlisting"><a
1271
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
1272
 
>GtkObject</a>*          gimp_color_scale_entry_new          (<a
1273
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
1274
 
>GtkTable</a> *table,
1275
 
                                                         <a
1276
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1277
 
>gint</a> column,
1278
 
                                                         <a
1279
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1280
 
>gint</a> row,
1281
 
                                                         const <a
1282
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1283
 
>gchar</a> *text,
1284
 
                                                         <a
1285
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1286
 
>gint</a> scale_width,
1287
 
                                                         <a
1288
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1289
 
>gint</a> spinbutton_width,
1290
 
                                                         <a
1291
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1292
 
>gdouble</a> value,
1293
 
                                                         <a
1294
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1295
 
>gdouble</a> lower,
1296
 
                                                         <a
1297
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1298
 
>gdouble</a> upper,
1299
 
                                                         <a
1300
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1301
 
>gdouble</a> step_increment,
1302
 
                                                         <a
1303
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1304
 
>gdouble</a> page_increment,
1305
 
                                                         <a
1306
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
1307
 
>guint</a> digits,
1308
 
                                                         const <a
1309
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1310
 
>gchar</a> *tooltip,
1311
 
                                                         const <a
1312
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1313
 
>gchar</a> *help_id);</pre>
 
792
<pre class="programlisting">GtkObject*          gimp_color_scale_entry_new          (GtkTable *table,
 
793
                                                         gint column,
 
794
                                                         gint row,
 
795
                                                         const gchar *text,
 
796
                                                         gint scale_width,
 
797
                                                         gint spinbutton_width,
 
798
                                                         gdouble value,
 
799
                                                         gdouble lower,
 
800
                                                         gdouble upper,
 
801
                                                         gdouble step_increment,
 
802
                                                         gdouble page_increment,
 
803
                                                         guint digits,
 
804
                                                         const gchar *tooltip,
 
805
                                                         const gchar *help_id);</pre>
1314
806
<p>
1315
 
This function creates a <a
1316
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1317
 
><span class="type">GtkLabel</span></a>, a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> and a
1318
 
<a
1319
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1320
 
><span class="type">GtkSpinButton</span></a> and attaches them to a 3-column <a
1321
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
1322
 
><span class="type">GtkTable</span></a>.</p>
 
807
This function creates a <span class="type">GtkLabel</span>, a <a class="link" href="GimpColorScale.html" title="GimpColorScale"><span class="type">GimpColorScale</span></a> and a
 
808
<span class="type">GtkSpinButton</span> and attaches them to a 3-column <span class="type">GtkTable</span>.</p>
1323
809
<p>
1324
810
 
1325
811
</p>
1328
814
<tbody>
1329
815
<tr>
1330
816
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
1331
 
<td>               The <a
1332
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
1333
 
><span class="type">GtkTable</span></a> the widgets will be attached to.
 
817
<td>               The <span class="type">GtkTable</span> the widgets will be attached to.
1334
818
</td>
1335
819
</tr>
1336
820
<tr>
1345
829
</tr>
1346
830
<tr>
1347
831
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
1348
 
<td>                The text for the <a
1349
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1350
 
><span class="type">GtkLabel</span></a> which will appear
1351
 
                      left of the <a
1352
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1353
 
><span class="type">GtkHScale</span></a>.
 
832
<td>                The text for the <span class="type">GtkLabel</span> which will appear
 
833
                      left of the <span class="type">GtkHScale</span>.
1354
834
</td>
1355
835
</tr>
1356
836
<tr>
1357
837
<td><p><span class="term"><em class="parameter"><code>scale_width</code></em> :</span></p></td>
1358
 
<td>         The minimum horizontal size of the <a
1359
 
href="/usr/share/gtk-doc/html/gtk/GtkHScale.html"
1360
 
><span class="type">GtkHScale</span></a>.
 
838
<td>         The minimum horizontal size of the <span class="type">GtkHScale</span>.
1361
839
</td>
1362
840
</tr>
1363
841
<tr>
1364
842
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
1365
 
<td>    The minimum horizontal size of the <a
1366
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1367
 
><span class="type">GtkSpinButton</span></a>.
 
843
<td>    The minimum horizontal size of the <span class="type">GtkSpinButton</span>.
1368
844
</td>
1369
845
</tr>
1370
846
<tr>
1409
885
</tr>
1410
886
<tr>
1411
887
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1412
 
<td> The <a
1413
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1414
 
><span class="type">GtkSpinButton</span></a>'s <a
1415
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1416
 
><span class="type">GtkAdjustment</span></a>.
 
888
<td> The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
1417
889
</td>
1418
890
</tr>
1419
891
</tbody>
1424
896
<a name="GIMP-RANDOM-SEED-SPINBUTTON:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON()</h3>
1425
897
<pre class="programlisting">#define             GIMP_RANDOM_SEED_SPINBUTTON(hbox)</pre>
1426
898
<p>
1427
 
Returns the random_seed's <a
1428
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1429
 
><span class="type">GtkSpinButton</span></a>.
 
899
Returns the random_seed's <span class="type">GtkSpinButton</span>.
1430
900
</p>
1431
901
<div class="variablelist"><table border="0">
1432
902
<col align="left" valign="top">
1433
903
<tbody><tr>
1434
904
<td><p><span class="term"><em class="parameter"><code>hbox</code></em> :</span></p></td>
1435
 
<td>The <a
1436
 
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
1437
 
><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>.
 
905
<td>The <span class="type">GtkHBox</span> 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>.
1438
906
 
1439
907
 
1440
908
</td>
1446
914
<a name="GIMP-RANDOM-SEED-SPINBUTTON-ADJ:CAPS"></a><h3>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</h3>
1447
915
<pre class="programlisting">#define             GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</pre>
1448
916
<p>
1449
 
Returns the <a
1450
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1451
 
><span class="type">GtkAdjustment</span></a> of the random_seed's <a
1452
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1453
 
><span class="type">GtkSpinButton</span></a>.
 
917
Returns the <span class="type">GtkAdjustment</span> of the random_seed's <span class="type">GtkSpinButton</span>.
1454
918
</p>
1455
919
<div class="variablelist"><table border="0">
1456
920
<col align="left" valign="top">
1457
921
<tbody><tr>
1458
922
<td><p><span class="term"><em class="parameter"><code>hbox</code></em> :</span></p></td>
1459
 
<td>The <a
1460
 
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
1461
 
><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>.
 
923
<td>The <span class="type">GtkHBox</span> 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>.
1462
924
 
1463
925
 
1464
926
</td>
1486
948
<hr>
1487
949
<div class="refsect2" lang="en">
1488
950
<a name="gimp-random-seed-new"></a><h3>gimp_random_seed_new ()</h3>
1489
 
<pre class="programlisting"><a
1490
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1491
 
>GtkWidget</a>*          gimp_random_seed_new                (<a
1492
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
1493
 
>guint32</a> *seed,
1494
 
                                                         <a
1495
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1496
 
>gboolean</a> *random_seed);</pre>
 
951
<pre class="programlisting">GtkWidget*          gimp_random_seed_new                (guint32 *seed,
 
952
                                                         gboolean *random_seed);</pre>
1497
953
<p>
1498
954
Creates a widget that allows the user to control how the random number
1499
955
generator is initialized.</p>
1516
972
</tr>
1517
973
<tr>
1518
974
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1519
 
<td> A <a
1520
 
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
1521
 
><span class="type">GtkHBox</span></a> containing a <a
1522
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1523
 
><span class="type">GtkSpinButton</span></a> for the seed and
1524
 
         a <a
1525
 
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
1526
 
><span class="type">GtkButton</span></a> for setting a random seed.
 
975
<td> A <span class="type">GtkHBox</span> containing a <span class="type">GtkSpinButton</span> for the seed and
 
976
         a <span class="type">GtkButton</span> for setting a random seed.
1527
977
</td>
1528
978
</tr>
1529
979
</tbody>
1550
1000
<hr>
1551
1001
<div class="refsect2" lang="en">
1552
1002
<a name="gimp-coordinates-new"></a><h3>gimp_coordinates_new ()</h3>
1553
 
<pre class="programlisting"><a
1554
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1555
 
>GtkWidget</a>*          gimp_coordinates_new                (<a
1556
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
 
1003
<pre class="programlisting">GtkWidget*          gimp_coordinates_new                (<a
 
1004
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
1557
1005
>GimpUnit</a> unit,
1558
 
                                                         const <a
1559
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1560
 
>gchar</a> *unit_format,
1561
 
                                                         <a
1562
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1563
 
>gboolean</a> menu_show_pixels,
1564
 
                                                         <a
1565
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1566
 
>gboolean</a> menu_show_percent,
1567
 
                                                         <a
1568
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1569
 
>gint</a> spinbutton_width,
 
1006
                                                         const gchar *unit_format,
 
1007
                                                         gboolean menu_show_pixels,
 
1008
                                                         gboolean menu_show_percent,
 
1009
                                                         gint spinbutton_width,
1570
1010
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy" title="enum GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
1571
 
                                                         <a
1572
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1573
 
>gboolean</a> chainbutton_active,
1574
 
                                                         <a
1575
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1576
 
>gboolean</a> chain_constrains_ratio,
1577
 
                                                         const <a
1578
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1579
 
>gchar</a> *xlabel,
1580
 
                                                         <a
1581
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1582
 
>gdouble</a> x,
1583
 
                                                         <a
1584
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1585
 
>gdouble</a> xres,
1586
 
                                                         <a
1587
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1588
 
>gdouble</a> lower_boundary_x,
1589
 
                                                         <a
1590
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1591
 
>gdouble</a> upper_boundary_x,
1592
 
                                                         <a
1593
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1594
 
>gdouble</a> xsize_0,
1595
 
                                                         <a
1596
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1597
 
>gdouble</a> xsize_100,
1598
 
                                                         const <a
1599
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1600
 
>gchar</a> *ylabel,
1601
 
                                                         <a
1602
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1603
 
>gdouble</a> y,
1604
 
                                                         <a
1605
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1606
 
>gdouble</a> yres,
1607
 
                                                         <a
1608
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1609
 
>gdouble</a> lower_boundary_y,
1610
 
                                                         <a
1611
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1612
 
>gdouble</a> upper_boundary_y,
1613
 
                                                         <a
1614
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1615
 
>gdouble</a> ysize_0,
1616
 
                                                         <a
1617
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1618
 
>gdouble</a> ysize_100);</pre>
 
1011
                                                         gboolean chainbutton_active,
 
1012
                                                         gboolean chain_constrains_ratio,
 
1013
                                                         const gchar *xlabel,
 
1014
                                                         gdouble x,
 
1015
                                                         gdouble xres,
 
1016
                                                         gdouble lower_boundary_x,
 
1017
                                                         gdouble upper_boundary_x,
 
1018
                                                         gdouble xsize_0,
 
1019
                                                         gdouble xsize_100,
 
1020
                                                         const gchar *ylabel,
 
1021
                                                         gdouble y,
 
1022
                                                         gdouble yres,
 
1023
                                                         gdouble lower_boundary_y,
 
1024
                                                         gdouble upper_boundary_y,
 
1025
                                                         gdouble ysize_0,
 
1026
                                                         gdouble ysize_100);</pre>
1619
1027
<p>
1620
1028
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
1621
1029
coordinates/sizes with a <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> attached to constrain either the
1639
1047
</tr>
1640
1048
<tr>
1641
1049
<td><p><span class="term"><em class="parameter"><code>menu_show_pixels</code></em> :</span></p></td>
1642
 
<td>       <a
1643
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1644
 
><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
 
1050
<td>       <code class="literal">TRUE</code> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
1645
1051
                         for GIMP_UNIT_PIXEL.
1646
1052
</td>
1647
1053
</tr>
1648
1054
<tr>
1649
1055
<td><p><span class="term"><em class="parameter"><code>menu_show_percent</code></em> :</span></p></td>
1650
 
<td>      <a
1651
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1652
 
><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
 
1056
<td>      <code class="literal">TRUE</code> if the <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> should contain an item
1653
1057
                         for GIMP_UNIT_PERCENT.
1654
1058
</td>
1655
1059
</tr>
1656
1060
<tr>
1657
1061
<td><p><span class="term"><em class="parameter"><code>spinbutton_width</code></em> :</span></p></td>
1658
1062
<td>       The horizontal size of the <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a>'s
1659
 
                          <a
1660
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
1661
 
><span class="type">GtkSpinButton</span></a>'s.
 
1063
                          <span class="type">GtkSpinButton</span>'s.
1662
1064
</td>
1663
1065
</tr>
1664
1066
<tr>
1668
1070
</tr>
1669
1071
<tr>
1670
1072
<td><p><span class="term"><em class="parameter"><code>chainbutton_active</code></em> :</span></p></td>
1671
 
<td>     <a
1672
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1673
 
><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
 
1073
<td>     <code class="literal">TRUE</code> if the attached <a class="link" href="GimpChainButton.html" title="GimpChainButton"><span class="type">GimpChainButton</span></a> should be
1674
1074
                         active.
1675
1075
</td>
1676
1076
</tr>
1677
1077
<tr>
1678
1078
<td><p><span class="term"><em class="parameter"><code>chain_constrains_ratio</code></em> :</span></p></td>
1679
 
<td> <a
1680
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
1681
 
><code class="literal">TRUE</code></a> if the chainbutton should constrain the
1682
 
                         fields' aspect ratio. If <a
1683
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
1684
 
><code class="literal">FALSE</code></a>, the values will
 
1079
<td> <code class="literal">TRUE</code> if the chainbutton should constrain the
 
1080
                         fields' aspect ratio. If <code class="literal">FALSE</code>, the values will
1685
1081
                         be constrained.
1686
1082
</td>
1687
1083
</tr>
1766
1162
<hr>
1767
1163
<div class="refsect2" lang="en">
1768
1164
<a name="gimp-pixmap-button-new"></a><h3>gimp_pixmap_button_new ()</h3>
1769
 
<pre class="programlisting"><a
1770
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1771
 
>GtkWidget</a>*          gimp_pixmap_button_new              (<a
1772
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1773
 
>gchar</a> **xpm_data,
1774
 
                                                         const <a
1775
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1776
 
>gchar</a> *text);</pre>
 
1165
<pre class="programlisting">GtkWidget*          gimp_pixmap_button_new              (gchar **xpm_data,
 
1166
                                                         const gchar *text);</pre>
1777
1167
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1778
1168
<h3 class="title">Warning</h3>
1779
1169
<p><code class="literal">gimp_pixmap_button_new</code> is deprecated and should not be used in newly-written code.</p>
1780
1170
</div>
1781
1171
<p>
1782
 
Convenience function that creates a <a
1783
 
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
1784
 
><span class="type">GtkButton</span></a> with a <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a>
1785
 
and an optional <a
1786
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
1787
 
><span class="type">GtkLabel</span></a>.</p>
 
1172
Convenience function that creates a <span class="type">GtkButton</span> with a <a class="link" href="GimpPixmap.html" title="GimpPixmap"><span class="type">GimpPixmap</span></a>
 
1173
and an optional <span class="type">GtkLabel</span>.</p>
1788
1174
<p>
1789
1175
 
1790
1176
</p>
1803
1189
</tr>
1804
1190
<tr>
1805
1191
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1806
 
<td> The new <a
1807
 
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
1808
 
><span class="type">GtkButton</span></a>.
 
1192
<td> The new <span class="type">GtkButton</span>.
1809
1193
</td>
1810
1194
</tr>
1811
1195
</tbody>
1814
1198
<hr>
1815
1199
<div class="refsect2" lang="en">
1816
1200
<a name="gimp-toggle-button-sensitive-update"></a><h3>gimp_toggle_button_sensitive_update ()</h3>
1817
 
<pre class="programlisting">void                gimp_toggle_button_sensitive_update (<a
1818
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
1819
 
>GtkToggleButton</a> *toggle_button);</pre>
 
1201
<pre class="programlisting">void                gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);</pre>
1820
1202
<p>
1821
 
If you attached a pointer to a <a
1822
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1823
 
><span class="type">GtkWidget</span></a> with <a
1824
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"
1825
 
><code class="function">g_object_set_data()</code></a> and
1826
 
the "set_sensitive" key to the <a
1827
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
1828
 
><span class="type">GtkToggleButton</span></a>, the sensitive state of
 
1203
If you attached a pointer to a <span class="type">GtkWidget</span> with <code class="function">g_object_set_data()</code> and
 
1204
the "set_sensitive" key to the <span class="type">GtkToggleButton</span>, the sensitive state of
1829
1205
the attached widget will be set according to the toggle button's
1830
1206
"active" state.
1831
1207
</p>
1844
1220
<col align="left" valign="top">
1845
1221
<tbody><tr>
1846
1222
<td><p><span class="term"><em class="parameter"><code>toggle_button</code></em> :</span></p></td>
1847
 
<td> The <a
1848
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
1849
 
><span class="type">GtkToggleButton</span></a> the "set_sensitive" and
 
1223
<td> The <span class="type">GtkToggleButton</span> the "set_sensitive" and
1850
1224
                "inverse_sensitive" lists are attached to.
1851
1225
</td>
1852
1226
</tr></tbody>
1855
1229
<hr>
1856
1230
<div class="refsect2" lang="en">
1857
1231
<a name="gimp-toggle-button-update"></a><h3>gimp_toggle_button_update ()</h3>
1858
 
<pre class="programlisting">void                gimp_toggle_button_update           (<a
1859
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1860
 
>GtkWidget</a> *widget,
1861
 
                                                         <a
1862
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1863
 
>gpointer</a> data);</pre>
 
1232
<pre class="programlisting">void                gimp_toggle_button_update           (GtkWidget *widget,
 
1233
                                                         gpointer data);</pre>
1864
1234
<p>
1865
1235
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>
1866
1236
<p>
1871
1241
<tbody>
1872
1242
<tr>
1873
1243
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
1874
 
<td> A <a
1875
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html"
1876
 
><span class="type">GtkToggleButton</span></a>.
 
1244
<td> A <span class="type">GtkToggleButton</span>.
1877
1245
</td>
1878
1246
</tr>
1879
1247
<tr>
1880
1248
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1881
 
<td>   A pointer to a <a
1882
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1883
 
><span class="type">gint</span></a> variable which will store the value of
1884
 
         <a
1885
 
href="/usr/share/gtk-doc/html/gtk/GtkToggleButton.html#gtk-toggle-button-get-active"
1886
 
><code class="function">gtk_toggle_button_get_active()</code></a>.
 
1249
<td>   A pointer to a <span class="type">gint</span> variable which will store the value of
 
1250
         <code class="function">gtk_toggle_button_get_active()</code>.
1887
1251
</td>
1888
1252
</tr>
1889
1253
</tbody>
1892
1256
<hr>
1893
1257
<div class="refsect2" lang="en">
1894
1258
<a name="gimp-radio-button-update"></a><h3>gimp_radio_button_update ()</h3>
1895
 
<pre class="programlisting">void                gimp_radio_button_update            (<a
1896
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
1897
 
>GtkWidget</a> *widget,
1898
 
                                                         <a
1899
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1900
 
>gpointer</a> data);</pre>
 
1259
<pre class="programlisting">void                gimp_radio_button_update            (GtkWidget *widget,
 
1260
                                                         gpointer data);</pre>
1901
1261
<p>
1902
1262
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>
1903
1263
<p>
1908
1268
<tbody>
1909
1269
<tr>
1910
1270
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
1911
 
<td> A <a
1912
 
href="/usr/share/gtk-doc/html/gtk/GtkRadioButton.html"
1913
 
><span class="type">GtkRadioButton</span></a>.
 
1271
<td> A <span class="type">GtkRadioButton</span>.
1914
1272
</td>
1915
1273
</tr>
1916
1274
<tr>
1917
1275
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1918
 
<td>   A pointer to a <a
1919
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1920
 
><span class="type">gint</span></a> variable which will store the value of
 
1276
<td>   A pointer to a <span class="type">gint</span> variable which will store the value of
1921
1277
         GPOINTER_TO_INT (g_object_get_data (<em class="parameter"><code>widget</code></em>, "gimp-item-data")).
1922
1278
</td>
1923
1279
</tr>
1927
1283
<hr>
1928
1284
<div class="refsect2" lang="en">
1929
1285
<a name="gimp-int-adjustment-update"></a><h3>gimp_int_adjustment_update ()</h3>
1930
 
<pre class="programlisting">void                gimp_int_adjustment_update          (<a
1931
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1932
 
>GtkAdjustment</a> *adjustment,
1933
 
                                                         <a
1934
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1935
 
>gpointer</a> data);</pre>
 
1286
<pre class="programlisting">void                gimp_int_adjustment_update          (GtkAdjustment *adjustment,
 
1287
                                                         gpointer data);</pre>
1936
1288
<p>
1937
 
Note that the <a
1938
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1939
 
><span class="type">GtkAdjustment</span></a>'s value (which is a <a
1940
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1941
 
><span class="type">gdouble</span></a>) will be
 
1289
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be
1942
1290
rounded with <a
1943
 
href="/usr/share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html#RINT:CAPS"
 
1291
href="../libgimpmath/libgimpmath-GimpMath.html#RINT:CAPS"
1944
1292
><code class="function">RINT()</code></a>.</p>
1945
1293
<p>
1946
1294
 
1950
1298
<tbody>
1951
1299
<tr>
1952
1300
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1953
 
<td> A <a
1954
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1955
 
><span class="type">GtkAdjustment</span></a>.
 
1301
<td> A <span class="type">GtkAdjustment</span>.
1956
1302
</td>
1957
1303
</tr>
1958
1304
<tr>
1959
1305
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1960
 
<td>       A pointer to a <a
1961
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
1962
 
><span class="type">gint</span></a> variable which will store the
 
1306
<td>       A pointer to a <span class="type">gint</span> variable which will store the
1963
1307
             <em class="parameter"><code>adjustment</code></em>'s value.
1964
1308
</td>
1965
1309
</tr>
1969
1313
<hr>
1970
1314
<div class="refsect2" lang="en">
1971
1315
<a name="gimp-uint-adjustment-update"></a><h3>gimp_uint_adjustment_update ()</h3>
1972
 
<pre class="programlisting">void                gimp_uint_adjustment_update         (<a
1973
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1974
 
>GtkAdjustment</a> *adjustment,
1975
 
                                                         <a
1976
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1977
 
>gpointer</a> data);</pre>
 
1316
<pre class="programlisting">void                gimp_uint_adjustment_update         (GtkAdjustment *adjustment,
 
1317
                                                         gpointer data);</pre>
1978
1318
<p>
1979
 
Note that the <a
1980
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1981
 
><span class="type">GtkAdjustment</span></a>'s value (which is a <a
1982
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
1983
 
><span class="type">gdouble</span></a>) will be rounded
1984
 
with (<a
1985
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
1986
 
><span class="type">guint</span></a>) (value + 0.5).</p>
 
1319
Note that the <span class="type">GtkAdjustment</span>'s value (which is a <span class="type">gdouble</span>) will be rounded
 
1320
with (<span class="type">guint</span>) (value + 0.5).</p>
1987
1321
<p>
1988
1322
 
1989
1323
</p>
1992
1326
<tbody>
1993
1327
<tr>
1994
1328
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1995
 
<td> A <a
1996
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
1997
 
><span class="type">GtkAdjustment</span></a>.
 
1329
<td> A <span class="type">GtkAdjustment</span>.
1998
1330
</td>
1999
1331
</tr>
2000
1332
<tr>
2001
1333
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2002
 
<td>       A pointer to a <a
2003
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
2004
 
><span class="type">guint</span></a> variable which will store the
 
1334
<td>       A pointer to a <span class="type">guint</span> variable which will store the
2005
1335
             <em class="parameter"><code>adjustment</code></em>'s value.
2006
1336
</td>
2007
1337
</tr>
2011
1341
<hr>
2012
1342
<div class="refsect2" lang="en">
2013
1343
<a name="gimp-float-adjustment-update"></a><h3>gimp_float_adjustment_update ()</h3>
2014
 
<pre class="programlisting">void                gimp_float_adjustment_update        (<a
2015
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
2016
 
>GtkAdjustment</a> *adjustment,
2017
 
                                                         <a
2018
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
2019
 
>gpointer</a> data);</pre>
 
1344
<pre class="programlisting">void                gimp_float_adjustment_update        (GtkAdjustment *adjustment,
 
1345
                                                         gpointer data);</pre>
2020
1346
<p>
2021
1347
</p>
2022
1348
<p>
2027
1353
<tbody>
2028
1354
<tr>
2029
1355
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
2030
 
<td> A <a
2031
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
2032
 
><span class="type">GtkAdjustment</span></a>.
 
1356
<td> A <span class="type">GtkAdjustment</span>.
2033
1357
</td>
2034
1358
</tr>
2035
1359
<tr>
2036
1360
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2037
 
<td>       A pointer to a <a
2038
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
2039
 
><span class="type">gfloat</span></a> varaiable which will store the
 
1361
<td>       A pointer to a <span class="type">gfloat</span> varaiable which will store the
2040
1362
             <em class="parameter"><code>adjustment</code></em>'s value.
2041
1363
</td>
2042
1364
</tr>
2046
1368
<hr>
2047
1369
<div class="refsect2" lang="en">
2048
1370
<a name="gimp-double-adjustment-update"></a><h3>gimp_double_adjustment_update ()</h3>
2049
 
<pre class="programlisting">void                gimp_double_adjustment_update       (<a
2050
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
2051
 
>GtkAdjustment</a> *adjustment,
2052
 
                                                         <a
2053
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
2054
 
>gpointer</a> data);</pre>
 
1371
<pre class="programlisting">void                gimp_double_adjustment_update       (GtkAdjustment *adjustment,
 
1372
                                                         gpointer data);</pre>
2055
1373
<p>
2056
1374
</p>
2057
1375
<p>
2062
1380
<tbody>
2063
1381
<tr>
2064
1382
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
2065
 
<td> A <a
2066
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
2067
 
><span class="type">GtkAdjustment</span></a>.
 
1383
<td> A <span class="type">GtkAdjustment</span>.
2068
1384
</td>
2069
1385
</tr>
2070
1386
<tr>
2071
1387
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2072
 
<td>       A pointer to a <a
2073
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
2074
 
><span class="type">gdouble</span></a> variable which will store the
 
1388
<td>       A pointer to a <span class="type">gdouble</span> variable which will store the
2075
1389
             <em class="parameter"><code>adjustment</code></em>'s value.
2076
1390
</td>
2077
1391
</tr>
2081
1395
<hr>
2082
1396
<div class="refsect2" lang="en">
2083
1397
<a name="gimp-unit-menu-update"></a><h3>gimp_unit_menu_update ()</h3>
2084
 
<pre class="programlisting">void                gimp_unit_menu_update               (<a
2085
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
2086
 
>GtkWidget</a> *widget,
2087
 
                                                         <a
2088
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
2089
 
>gpointer</a> data);</pre>
 
1398
<pre class="programlisting">void                gimp_unit_menu_update               (GtkWidget *widget,
 
1399
                                                         gpointer data);</pre>
2090
1400
<p>
2091
1401
This callback can set the number of decimal digits of an arbitrary number
2092
 
of <a
2093
 
href="/usr/share/gtk-doc/html/gtk/GtkSpinButton.html"
2094
 
><span class="type">GtkSpinButton</span></a>'s. To use this functionality, attach the spinbuttons
2095
 
as list of data pointers attached with <a
2096
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"
2097
 
><code class="function">g_object_set_data()</code></a> with the
 
1402
of <span class="type">GtkSpinButton</span>'s. To use this functionality, attach the spinbuttons
 
1403
as list of data pointers attached with <code class="function">g_object_set_data()</code> with the
2098
1404
"set_digits" key.
2099
1405
</p>
2100
1406
<p>
2114
1420
<tr>
2115
1421
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
2116
1422
<td>   A pointer to a <a
2117
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
 
1423
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
2118
1424
><span class="type">GimpUnit</span></a> variable which will store the unit menu's
2119
1425
         value.
2120
1426
</td>
2125
1431
<hr>
2126
1432
<div class="refsect2" lang="en">
2127
1433
<a name="gimp-table-attach-aligned"></a><h3>gimp_table_attach_aligned ()</h3>
2128
 
<pre class="programlisting"><a
2129
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
2130
 
>GtkWidget</a>*          gimp_table_attach_aligned           (<a
2131
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
2132
 
>GtkTable</a> *table,
2133
 
                                                         <a
2134
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2135
 
>gint</a> column,
2136
 
                                                         <a
2137
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2138
 
>gint</a> row,
2139
 
                                                         const <a
2140
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
2141
 
>gchar</a> *label_text,
2142
 
                                                         <a
2143
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
2144
 
>gfloat</a> xalign,
2145
 
                                                         <a
2146
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"
2147
 
>gfloat</a> yalign,
2148
 
                                                         <a
2149
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
2150
 
>GtkWidget</a> *widget,
2151
 
                                                         <a
2152
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
2153
 
>gint</a> colspan,
2154
 
                                                         <a
2155
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
2156
 
>gboolean</a> left_align);</pre>
 
1434
<pre class="programlisting">GtkWidget*          gimp_table_attach_aligned           (GtkTable *table,
 
1435
                                                         gint column,
 
1436
                                                         gint row,
 
1437
                                                         const gchar *label_text,
 
1438
                                                         gfloat xalign,
 
1439
                                                         gfloat yalign,
 
1440
                                                         GtkWidget *widget,
 
1441
                                                         gint colspan,
 
1442
                                                         gboolean left_align);</pre>
2157
1443
<p>
2158
 
Note that the <em class="parameter"><code>label_text</code></em> can be <a
2159
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
2160
 
><code class="literal">NULL</code></a> and that the widget will be
 
1444
Note that the <em class="parameter"><code>label_text</code></em> can be <code class="literal">NULL</code> and that the widget will be
2161
1445
attached starting at (<em class="parameter"><code>column</code></em> + 1) in this case, too.</p>
2162
1446
<p>
2163
1447
 
2167
1451
<tbody>
2168
1452
<tr>
2169
1453
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
2170
 
<td>      The <a
2171
 
href="/usr/share/gtk-doc/html/gtk/GtkTable.html"
2172
 
><span class="type">GtkTable</span></a> the widgets will be attached to.
 
1454
<td>      The <span class="type">GtkTable</span> the widgets will be attached to.
2173
1455
</td>
2174
1456
</tr>
2175
1457
<tr>
2184
1466
</tr>
2185
1467
<tr>
2186
1468
<td><p><span class="term"><em class="parameter"><code>label_text</code></em> :</span></p></td>
2187
 
<td> The text for the <a
2188
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2189
 
><span class="type">GtkLabel</span></a> which will be attached left of
 
1469
<td> The text for the <span class="type">GtkLabel</span> which will be attached left of
2190
1470
             the widget.
2191
1471
</td>
2192
1472
</tr>
2193
1473
<tr>
2194
1474
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
2195
 
<td>     The horizontal alignment of the <a
2196
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2197
 
><span class="type">GtkLabel</span></a>.
 
1475
<td>     The horizontal alignment of the <span class="type">GtkLabel</span>.
2198
1476
</td>
2199
1477
</tr>
2200
1478
<tr>
2201
1479
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
2202
 
<td>     The vertival alignment of the <a
2203
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2204
 
><span class="type">GtkLabel</span></a>.
 
1480
<td>     The vertival alignment of the <span class="type">GtkLabel</span>.
2205
1481
</td>
2206
1482
</tr>
2207
1483
<tr>
2208
1484
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
2209
 
<td>     The <a
2210
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
2211
 
><span class="type">GtkWidget</span></a> to attach right of the label.
 
1485
<td>     The <span class="type">GtkWidget</span> to attach right of the label.
2212
1486
</td>
2213
1487
</tr>
2214
1488
<tr>
2218
1492
</tr>
2219
1493
<tr>
2220
1494
<td><p><span class="term"><em class="parameter"><code>left_align</code></em> :</span></p></td>
2221
 
<td> <a
2222
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
2223
 
><code class="literal">TRUE</code></a> if the widget should be left-aligned.
 
1495
<td> <code class="literal">TRUE</code> if the widget should be left-aligned.
2224
1496
</td>
2225
1497
</tr>
2226
1498
<tr>
2227
1499
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2228
 
<td> The created <a
2229
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2230
 
><span class="type">GtkLabel</span></a>.
 
1500
<td> The created <span class="type">GtkLabel</span>.
2231
1501
</td>
2232
1502
</tr>
2233
1503
</tbody>
2236
1506
<hr>
2237
1507
<div class="refsect2" lang="en">
2238
1508
<a name="gimp-label-set-attributes"></a><h3>gimp_label_set_attributes ()</h3>
2239
 
<pre class="programlisting">void                gimp_label_set_attributes           (<a
2240
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2241
 
>GtkLabel</a> *label,
 
1509
<pre class="programlisting">void                gimp_label_set_attributes           (GtkLabel *label,
2242
1510
                                                         ...);</pre>
2243
1511
<p>
2244
 
Sets Pango attributes on a <a
2245
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2246
 
><span class="type">GtkLabel</span></a> in a more convenient way than
2247
 
<a
2248
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html#gtk-label-set-attributes"
2249
 
><code class="function">gtk_label_set_attributes()</code></a>.
 
1512
Sets Pango attributes on a <span class="type">GtkLabel</span> in a more convenient way than
 
1513
<code class="function">gtk_label_set_attributes()</code>.
2250
1514
</p>
2251
1515
<p>
2252
1516
This function is useful if you want to change the font attributes
2253
 
of a <a
2254
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2255
 
><span class="type">GtkLabel</span></a>. This is an alternative to using PangoMarkup which
 
1517
of a <span class="type">GtkLabel</span>. This is an alternative to using PangoMarkup which
2256
1518
is slow to parse and akward to handle in an i18n-friendly way.
2257
1519
</p>
2258
1520
<p>
2267
1529
<tbody>
2268
1530
<tr>
2269
1531
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
2270
 
<td> a <a
2271
 
href="/usr/share/gtk-doc/html/gtk/GtkLabel.html"
2272
 
><span class="type">GtkLabel</span></a>
 
1532
<td> a <span class="type">GtkLabel</span>
2273
1533
</td>
2274
1534
</tr>
2275
1535
<tr>