~ubuntu-branches/ubuntu/gutsy/gimp/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-09-30 18:06:49 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070930180649-f647f0cxj32tgyn3
Tags: 2.4.0~rc3-1ubuntu1
* Resynchronized with Debian.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - 10_dont_show_wizard.patch: Unused, upstream doesn't call it anymore.
  - Use dh_icons.
* Disabled the print plugin, and removed the Conflicts/Replaces on
  gimp-print.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
34
34
<td><a accesskey="n" href="libgimpwidgets-GimpWidgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
35
35
</tr>
36
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573958" class="shortcut">Top</a>
 
36
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593050" class="shortcut">Top</a>
37
37
                  &#160;|&#160;
38
 
                  <a href="#id2692193" class="shortcut">Description</a></nobr></td></tr>
 
38
                  <a href="#id2692232" class="shortcut">Description</a></nobr></td></tr>
39
39
</table>
40
40
<div class="refentry" lang="en">
41
41
<a name="libgimpwidgets-GimpPropWidgets"></a><div class="titlepage"></div>
42
42
<div class="refnamediv"><table width="100%"><tr>
43
43
<td valign="top">
44
44
<h2>
45
 
<a name="id2573958"></a><span class="refentrytitle">GimpPropWidgets</span>
 
45
<a name="id2593050"></a><span class="refentrytitle">GimpPropWidgets</span>
46
46
</h2>
47
47
<p>GimpPropWidgets</p>
48
48
</td>
54
54
 
55
55
 
56
56
 
57
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new">gimp_prop_boolean_combo_box_new</a>     (GObject *config,
58
 
                                                         const gchar *property_name,
59
 
                                                         const gchar *true_text,
60
 
                                                         const gchar *false_text);
61
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new">gimp_prop_boolean_radio_frame_new</a>   (GObject *config,
62
 
                                                         const gchar *property_name,
63
 
                                                         const gchar *title,
64
 
                                                         const gchar *true_text,
65
 
                                                         const gchar *false_text);
66
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new">gimp_prop_check_button_new</a>          (GObject *config,
67
 
                                                         const gchar *property_name,
68
 
                                                         const gchar *label);
69
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new">gimp_prop_color_area_new</a>            (GObject *config,
70
 
                                                         const gchar *property_name,
71
 
                                                         gint width,
72
 
                                                         gint height,
 
57
<a
 
58
href="../gtk/GtkWidget.html"
 
59
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-combo-box-new">gimp_prop_boolean_combo_box_new</a>     (<a
 
60
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
61
>GObject</a> *config,
 
62
                                                         const <a
 
63
href="../glib/glib-Basic-Types.html#gchar"
 
64
>gchar</a> *property_name,
 
65
                                                         const <a
 
66
href="../glib/glib-Basic-Types.html#gchar"
 
67
>gchar</a> *true_text,
 
68
                                                         const <a
 
69
href="../glib/glib-Basic-Types.html#gchar"
 
70
>gchar</a> *false_text);
 
71
<a
 
72
href="../gtk/GtkWidget.html"
 
73
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-boolean-radio-frame-new">gimp_prop_boolean_radio_frame_new</a>   (<a
 
74
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
75
>GObject</a> *config,
 
76
                                                         const <a
 
77
href="../glib/glib-Basic-Types.html#gchar"
 
78
>gchar</a> *property_name,
 
79
                                                         const <a
 
80
href="../glib/glib-Basic-Types.html#gchar"
 
81
>gchar</a> *title,
 
82
                                                         const <a
 
83
href="../glib/glib-Basic-Types.html#gchar"
 
84
>gchar</a> *true_text,
 
85
                                                         const <a
 
86
href="../glib/glib-Basic-Types.html#gchar"
 
87
>gchar</a> *false_text);
 
88
<a
 
89
href="../gtk/GtkWidget.html"
 
90
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-check-button-new">gimp_prop_check_button_new</a>          (<a
 
91
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
92
>GObject</a> *config,
 
93
                                                         const <a
 
94
href="../glib/glib-Basic-Types.html#gchar"
 
95
>gchar</a> *property_name,
 
96
                                                         const <a
 
97
href="../glib/glib-Basic-Types.html#gchar"
 
98
>gchar</a> *label);
 
99
<a
 
100
href="../gtk/GtkWidget.html"
 
101
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-color-area-new">gimp_prop_color_area_new</a>            (<a
 
102
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
103
>GObject</a> *config,
 
104
                                                         const <a
 
105
href="../glib/glib-Basic-Types.html#gchar"
 
106
>gchar</a> *property_name,
 
107
                                                         <a
 
108
href="../glib/glib-Basic-Types.html#gint"
 
109
>gint</a> width,
 
110
                                                         <a
 
111
href="../glib/glib-Basic-Types.html#gint"
 
112
>gint</a> height,
73
113
                                                         <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);
74
 
gboolean            <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect">gimp_prop_coordinates_connect</a>       (GObject *config,
75
 
                                                         const gchar *x_property_name,
76
 
                                                         const gchar *y_property_name,
77
 
                                                         const gchar *unit_property_name,
78
 
                                                         GtkWidget *sizeentry,
79
 
                                                         GtkWidget *chainbutton,
80
 
                                                         gdouble xresolution,
81
 
                                                         gdouble yresolution);
82
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new">gimp_prop_coordinates_new</a>           (GObject *config,
83
 
                                                         const gchar *x_property_name,
84
 
                                                         const gchar *y_property_name,
85
 
                                                         const gchar *unit_property_name,
86
 
                                                         const gchar *unit_format,
 
114
<a
 
115
href="../glib/glib-Basic-Types.html#gboolean"
 
116
>gboolean</a>            <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-connect">gimp_prop_coordinates_connect</a>       (<a
 
117
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
118
>GObject</a> *config,
 
119
                                                         const <a
 
120
href="../glib/glib-Basic-Types.html#gchar"
 
121
>gchar</a> *x_property_name,
 
122
                                                         const <a
 
123
href="../glib/glib-Basic-Types.html#gchar"
 
124
>gchar</a> *y_property_name,
 
125
                                                         const <a
 
126
href="../glib/glib-Basic-Types.html#gchar"
 
127
>gchar</a> *unit_property_name,
 
128
                                                         <a
 
129
href="../gtk/GtkWidget.html"
 
130
>GtkWidget</a> *sizeentry,
 
131
                                                         <a
 
132
href="../gtk/GtkWidget.html"
 
133
>GtkWidget</a> *chainbutton,
 
134
                                                         <a
 
135
href="../glib/glib-Basic-Types.html#gdouble"
 
136
>gdouble</a> xresolution,
 
137
                                                         <a
 
138
href="../glib/glib-Basic-Types.html#gdouble"
 
139
>gdouble</a> yresolution);
 
140
<a
 
141
href="../gtk/GtkWidget.html"
 
142
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-coordinates-new">gimp_prop_coordinates_new</a>           (<a
 
143
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
144
>GObject</a> *config,
 
145
                                                         const <a
 
146
href="../glib/glib-Basic-Types.html#gchar"
 
147
>gchar</a> *x_property_name,
 
148
                                                         const <a
 
149
href="../glib/glib-Basic-Types.html#gchar"
 
150
>gchar</a> *y_property_name,
 
151
                                                         const <a
 
152
href="../glib/glib-Basic-Types.html#gchar"
 
153
>gchar</a> *unit_property_name,
 
154
                                                         const <a
 
155
href="../glib/glib-Basic-Types.html#gchar"
 
156
>gchar</a> *unit_format,
87
157
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
88
 
                                                         gdouble xresolution,
89
 
                                                         gdouble yresolution,
90
 
                                                         gboolean has_chainbutton);
91
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new">gimp_prop_entry_new</a>                 (GObject *config,
92
 
                                                         const gchar *property_name,
93
 
                                                         gint max_len);
94
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new">gimp_prop_enum_check_button_new</a>     (GObject *config,
95
 
                                                         const gchar *property_name,
96
 
                                                         const gchar *label,
97
 
                                                         gint false_value,
98
 
                                                         gint true_value);
99
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new">gimp_prop_enum_combo_box_new</a>        (GObject *config,
100
 
                                                         const gchar *property_name,
101
 
                                                         gint minimum,
102
 
                                                         gint maximum);
103
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new">gimp_prop_enum_label_new</a>            (GObject *config,
104
 
                                                         const gchar *property_name);
105
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new">gimp_prop_enum_radio_box_new</a>        (GObject *config,
106
 
                                                         const gchar *property_name,
107
 
                                                         gint minimum,
108
 
                                                         gint maximum);
109
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new">gimp_prop_enum_radio_frame_new</a>      (GObject *config,
110
 
                                                         const gchar *property_name,
111
 
                                                         const gchar *title,
112
 
                                                         gint minimum,
113
 
                                                         gint maximum);
114
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new">gimp_prop_enum_stock_box_new</a>        (GObject *config,
115
 
                                                         const gchar *property_name,
116
 
                                                         const gchar *stock_prefix,
117
 
                                                         gint minimum,
118
 
                                                         gint maximum);
119
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new">gimp_prop_expander_new</a>              (GObject *config,
120
 
                                                         const gchar *property_name,
121
 
                                                         const gchar *label);
122
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new">gimp_prop_file_chooser_button_new</a>   (GObject *config,
123
 
                                                         const gchar *property_name,
124
 
                                                         const gchar *title,
125
 
                                                         GtkFileChooserAction action);
126
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog">gimp_prop_file_chooser_button_new_with_dialog</a>
127
 
                                                        (GObject *config,
128
 
                                                         const gchar *property_name,
129
 
                                                         GtkWidget *dialog);
130
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new">gimp_prop_hscale_new</a>                (GObject *config,
131
 
                                                         const gchar *property_name,
132
 
                                                         gdouble step_increment,
133
 
                                                         gdouble page_increment,
134
 
                                                         gint digits);
135
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new">gimp_prop_int_combo_box_new</a>         (GObject *config,
136
 
                                                         const gchar *property_name,
 
158
                                                         <a
 
159
href="../glib/glib-Basic-Types.html#gdouble"
 
160
>gdouble</a> xresolution,
 
161
                                                         <a
 
162
href="../glib/glib-Basic-Types.html#gdouble"
 
163
>gdouble</a> yresolution,
 
164
                                                         <a
 
165
href="../glib/glib-Basic-Types.html#gboolean"
 
166
>gboolean</a> has_chainbutton);
 
167
<a
 
168
href="../gtk/GtkWidget.html"
 
169
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new">gimp_prop_entry_new</a>                 (<a
 
170
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
171
>GObject</a> *config,
 
172
                                                         const <a
 
173
href="../glib/glib-Basic-Types.html#gchar"
 
174
>gchar</a> *property_name,
 
175
                                                         <a
 
176
href="../glib/glib-Basic-Types.html#gint"
 
177
>gint</a> max_len);
 
178
<a
 
179
href="../gtk/GtkWidget.html"
 
180
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-check-button-new">gimp_prop_enum_check_button_new</a>     (<a
 
181
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
182
>GObject</a> *config,
 
183
                                                         const <a
 
184
href="../glib/glib-Basic-Types.html#gchar"
 
185
>gchar</a> *property_name,
 
186
                                                         const <a
 
187
href="../glib/glib-Basic-Types.html#gchar"
 
188
>gchar</a> *label,
 
189
                                                         <a
 
190
href="../glib/glib-Basic-Types.html#gint"
 
191
>gint</a> false_value,
 
192
                                                         <a
 
193
href="../glib/glib-Basic-Types.html#gint"
 
194
>gint</a> true_value);
 
195
<a
 
196
href="../gtk/GtkWidget.html"
 
197
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-combo-box-new">gimp_prop_enum_combo_box_new</a>        (<a
 
198
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
199
>GObject</a> *config,
 
200
                                                         const <a
 
201
href="../glib/glib-Basic-Types.html#gchar"
 
202
>gchar</a> *property_name,
 
203
                                                         <a
 
204
href="../glib/glib-Basic-Types.html#gint"
 
205
>gint</a> minimum,
 
206
                                                         <a
 
207
href="../glib/glib-Basic-Types.html#gint"
 
208
>gint</a> maximum);
 
209
<a
 
210
href="../gtk/GtkWidget.html"
 
211
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-label-new">gimp_prop_enum_label_new</a>            (<a
 
212
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
213
>GObject</a> *config,
 
214
                                                         const <a
 
215
href="../glib/glib-Basic-Types.html#gchar"
 
216
>gchar</a> *property_name);
 
217
<a
 
218
href="../gtk/GtkWidget.html"
 
219
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-box-new">gimp_prop_enum_radio_box_new</a>        (<a
 
220
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
221
>GObject</a> *config,
 
222
                                                         const <a
 
223
href="../glib/glib-Basic-Types.html#gchar"
 
224
>gchar</a> *property_name,
 
225
                                                         <a
 
226
href="../glib/glib-Basic-Types.html#gint"
 
227
>gint</a> minimum,
 
228
                                                         <a
 
229
href="../glib/glib-Basic-Types.html#gint"
 
230
>gint</a> maximum);
 
231
<a
 
232
href="../gtk/GtkWidget.html"
 
233
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-radio-frame-new">gimp_prop_enum_radio_frame_new</a>      (<a
 
234
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
235
>GObject</a> *config,
 
236
                                                         const <a
 
237
href="../glib/glib-Basic-Types.html#gchar"
 
238
>gchar</a> *property_name,
 
239
                                                         const <a
 
240
href="../glib/glib-Basic-Types.html#gchar"
 
241
>gchar</a> *title,
 
242
                                                         <a
 
243
href="../glib/glib-Basic-Types.html#gint"
 
244
>gint</a> minimum,
 
245
                                                         <a
 
246
href="../glib/glib-Basic-Types.html#gint"
 
247
>gint</a> maximum);
 
248
<a
 
249
href="../gtk/GtkWidget.html"
 
250
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-enum-stock-box-new">gimp_prop_enum_stock_box_new</a>        (<a
 
251
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
252
>GObject</a> *config,
 
253
                                                         const <a
 
254
href="../glib/glib-Basic-Types.html#gchar"
 
255
>gchar</a> *property_name,
 
256
                                                         const <a
 
257
href="../glib/glib-Basic-Types.html#gchar"
 
258
>gchar</a> *stock_prefix,
 
259
                                                         <a
 
260
href="../glib/glib-Basic-Types.html#gint"
 
261
>gint</a> minimum,
 
262
                                                         <a
 
263
href="../glib/glib-Basic-Types.html#gint"
 
264
>gint</a> maximum);
 
265
<a
 
266
href="../gtk/GtkWidget.html"
 
267
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-expander-new">gimp_prop_expander_new</a>              (<a
 
268
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
269
>GObject</a> *config,
 
270
                                                         const <a
 
271
href="../glib/glib-Basic-Types.html#gchar"
 
272
>gchar</a> *property_name,
 
273
                                                         const <a
 
274
href="../glib/glib-Basic-Types.html#gchar"
 
275
>gchar</a> *label);
 
276
<a
 
277
href="../gtk/GtkWidget.html"
 
278
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new">gimp_prop_file_chooser_button_new</a>   (<a
 
279
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
280
>GObject</a> *config,
 
281
                                                         const <a
 
282
href="../glib/glib-Basic-Types.html#gchar"
 
283
>gchar</a> *property_name,
 
284
                                                         const <a
 
285
href="../glib/glib-Basic-Types.html#gchar"
 
286
>gchar</a> *title,
 
287
                                                         <a
 
288
href="../gtk/GtkFileChooser.html#GtkFileChooserAction"
 
289
>GtkFileChooserAction</a> action);
 
290
<a
 
291
href="../gtk/GtkWidget.html"
 
292
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-file-chooser-button-new-with-dialog">gimp_prop_file_chooser_button_new_with_dialog</a>
 
293
                                                        (<a
 
294
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
295
>GObject</a> *config,
 
296
                                                         const <a
 
297
href="../glib/glib-Basic-Types.html#gchar"
 
298
>gchar</a> *property_name,
 
299
                                                         <a
 
300
href="../gtk/GtkWidget.html"
 
301
>GtkWidget</a> *dialog);
 
302
<a
 
303
href="../gtk/GtkWidget.html"
 
304
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-hscale-new">gimp_prop_hscale_new</a>                (<a
 
305
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
306
>GObject</a> *config,
 
307
                                                         const <a
 
308
href="../glib/glib-Basic-Types.html#gchar"
 
309
>gchar</a> *property_name,
 
310
                                                         <a
 
311
href="../glib/glib-Basic-Types.html#gdouble"
 
312
>gdouble</a> step_increment,
 
313
                                                         <a
 
314
href="../glib/glib-Basic-Types.html#gdouble"
 
315
>gdouble</a> page_increment,
 
316
                                                         <a
 
317
href="../glib/glib-Basic-Types.html#gint"
 
318
>gint</a> digits);
 
319
<a
 
320
href="../gtk/GtkWidget.html"
 
321
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-int-combo-box-new">gimp_prop_int_combo_box_new</a>         (<a
 
322
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
323
>GObject</a> *config,
 
324
                                                         const <a
 
325
href="../glib/glib-Basic-Types.html#gchar"
 
326
>gchar</a> *property_name,
137
327
                                                         <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> *store);
138
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new">gimp_prop_label_new</a>                 (GObject *config,
139
 
                                                         const gchar *property_name);
140
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new">gimp_prop_memsize_entry_new</a>         (GObject *config,
141
 
                                                         const gchar *property_name);
142
 
GtkObject*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new">gimp_prop_opacity_entry_new</a>         (GObject *config,
143
 
                                                         const gchar *property_name,
144
 
                                                         GtkTable *table,
145
 
                                                         gint column,
146
 
                                                         gint row,
147
 
                                                         const gchar *label);
148
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new">gimp_prop_path_editor_new</a>           (GObject *config,
149
 
                                                         const gchar *path_property_name,
150
 
                                                         const gchar *writable_property_name,
151
 
                                                         const gchar *filesel_title);
152
 
GtkObject*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new">gimp_prop_scale_entry_new</a>           (GObject *config,
153
 
                                                         const gchar *property_name,
154
 
                                                         GtkTable *table,
155
 
                                                         gint column,
156
 
                                                         gint row,
157
 
                                                         const gchar *label,
158
 
                                                         gdouble step_increment,
159
 
                                                         gdouble page_increment,
160
 
                                                         gint digits,
161
 
                                                         gboolean limit_scale,
162
 
                                                         gdouble lower_limit,
163
 
                                                         gdouble upper_limit);
164
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new">gimp_prop_size_entry_new</a>            (GObject *config,
165
 
                                                         const gchar *property_name,
166
 
                                                         const gchar *unit_property_name,
167
 
                                                         const gchar *unit_format,
 
328
<a
 
329
href="../gtk/GtkWidget.html"
 
330
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-label-new">gimp_prop_label_new</a>                 (<a
 
331
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
332
>GObject</a> *config,
 
333
                                                         const <a
 
334
href="../glib/glib-Basic-Types.html#gchar"
 
335
>gchar</a> *property_name);
 
336
<a
 
337
href="../gtk/GtkWidget.html"
 
338
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-memsize-entry-new">gimp_prop_memsize_entry_new</a>         (<a
 
339
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
340
>GObject</a> *config,
 
341
                                                         const <a
 
342
href="../glib/glib-Basic-Types.html#gchar"
 
343
>gchar</a> *property_name);
 
344
<a
 
345
href="../gtk/GtkObject.html"
 
346
>GtkObject</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-opacity-entry-new">gimp_prop_opacity_entry_new</a>         (<a
 
347
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
348
>GObject</a> *config,
 
349
                                                         const <a
 
350
href="../glib/glib-Basic-Types.html#gchar"
 
351
>gchar</a> *property_name,
 
352
                                                         <a
 
353
href="../gtk/GtkTable.html"
 
354
>GtkTable</a> *table,
 
355
                                                         <a
 
356
href="../glib/glib-Basic-Types.html#gint"
 
357
>gint</a> column,
 
358
                                                         <a
 
359
href="../glib/glib-Basic-Types.html#gint"
 
360
>gint</a> row,
 
361
                                                         const <a
 
362
href="../glib/glib-Basic-Types.html#gchar"
 
363
>gchar</a> *label);
 
364
<a
 
365
href="../gtk/GtkWidget.html"
 
366
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-path-editor-new">gimp_prop_path_editor_new</a>           (<a
 
367
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
368
>GObject</a> *config,
 
369
                                                         const <a
 
370
href="../glib/glib-Basic-Types.html#gchar"
 
371
>gchar</a> *path_property_name,
 
372
                                                         const <a
 
373
href="../glib/glib-Basic-Types.html#gchar"
 
374
>gchar</a> *writable_property_name,
 
375
                                                         const <a
 
376
href="../glib/glib-Basic-Types.html#gchar"
 
377
>gchar</a> *filesel_title);
 
378
<a
 
379
href="../gtk/GtkObject.html"
 
380
>GtkObject</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-scale-entry-new">gimp_prop_scale_entry_new</a>           (<a
 
381
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
382
>GObject</a> *config,
 
383
                                                         const <a
 
384
href="../glib/glib-Basic-Types.html#gchar"
 
385
>gchar</a> *property_name,
 
386
                                                         <a
 
387
href="../gtk/GtkTable.html"
 
388
>GtkTable</a> *table,
 
389
                                                         <a
 
390
href="../glib/glib-Basic-Types.html#gint"
 
391
>gint</a> column,
 
392
                                                         <a
 
393
href="../glib/glib-Basic-Types.html#gint"
 
394
>gint</a> row,
 
395
                                                         const <a
 
396
href="../glib/glib-Basic-Types.html#gchar"
 
397
>gchar</a> *label,
 
398
                                                         <a
 
399
href="../glib/glib-Basic-Types.html#gdouble"
 
400
>gdouble</a> step_increment,
 
401
                                                         <a
 
402
href="../glib/glib-Basic-Types.html#gdouble"
 
403
>gdouble</a> page_increment,
 
404
                                                         <a
 
405
href="../glib/glib-Basic-Types.html#gint"
 
406
>gint</a> digits,
 
407
                                                         <a
 
408
href="../glib/glib-Basic-Types.html#gboolean"
 
409
>gboolean</a> limit_scale,
 
410
                                                         <a
 
411
href="../glib/glib-Basic-Types.html#gdouble"
 
412
>gdouble</a> lower_limit,
 
413
                                                         <a
 
414
href="../glib/glib-Basic-Types.html#gdouble"
 
415
>gdouble</a> upper_limit);
 
416
<a
 
417
href="../gtk/GtkWidget.html"
 
418
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-size-entry-new">gimp_prop_size_entry_new</a>            (<a
 
419
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
420
>GObject</a> *config,
 
421
                                                         const <a
 
422
href="../glib/glib-Basic-Types.html#gchar"
 
423
>gchar</a> *property_name,
 
424
                                                         const <a
 
425
href="../glib/glib-Basic-Types.html#gchar"
 
426
>gchar</a> *unit_property_name,
 
427
                                                         const <a
 
428
href="../glib/glib-Basic-Types.html#gchar"
 
429
>gchar</a> *unit_format,
168
430
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
169
 
                                                         gdouble resolution);
170
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new">gimp_prop_spin_button_new</a>           (GObject *config,
171
 
                                                         const gchar *property_name,
172
 
                                                         gdouble step_increment,
173
 
                                                         gdouble page_increment,
174
 
                                                         gint digits);
175
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new">gimp_prop_stock_image_new</a>           (GObject *config,
176
 
                                                         const gchar *property_name,
177
 
                                                         GtkIconSize icon_size);
178
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new">gimp_prop_string_combo_box_new</a>      (GObject *config,
179
 
                                                         const gchar *property_name,
180
 
                                                         GtkTreeModel *model,
181
 
                                                         gint id_column,
182
 
                                                         gint label_column);
183
 
GtkTextBuffer*      <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new">gimp_prop_text_buffer_new</a>           (GObject *config,
184
 
                                                         const gchar *property_name,
185
 
                                                         gint max_len);
186
 
GtkWidget*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new">gimp_prop_unit_menu_new</a>             (GObject *config,
187
 
                                                         const gchar *property_name,
188
 
                                                         const gchar *unit_format);
 
431
                                                         <a
 
432
href="../glib/glib-Basic-Types.html#gdouble"
 
433
>gdouble</a> resolution);
 
434
<a
 
435
href="../gtk/GtkWidget.html"
 
436
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-spin-button-new">gimp_prop_spin_button_new</a>           (<a
 
437
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
438
>GObject</a> *config,
 
439
                                                         const <a
 
440
href="../glib/glib-Basic-Types.html#gchar"
 
441
>gchar</a> *property_name,
 
442
                                                         <a
 
443
href="../glib/glib-Basic-Types.html#gdouble"
 
444
>gdouble</a> step_increment,
 
445
                                                         <a
 
446
href="../glib/glib-Basic-Types.html#gdouble"
 
447
>gdouble</a> page_increment,
 
448
                                                         <a
 
449
href="../glib/glib-Basic-Types.html#gint"
 
450
>gint</a> digits);
 
451
<a
 
452
href="../gtk/GtkWidget.html"
 
453
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-stock-image-new">gimp_prop_stock_image_new</a>           (<a
 
454
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
455
>GObject</a> *config,
 
456
                                                         const <a
 
457
href="../glib/glib-Basic-Types.html#gchar"
 
458
>gchar</a> *property_name,
 
459
                                                         <a
 
460
href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
 
461
>GtkIconSize</a> icon_size);
 
462
<a
 
463
href="../gtk/GtkWidget.html"
 
464
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-string-combo-box-new">gimp_prop_string_combo_box_new</a>      (<a
 
465
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
466
>GObject</a> *config,
 
467
                                                         const <a
 
468
href="../glib/glib-Basic-Types.html#gchar"
 
469
>gchar</a> *property_name,
 
470
                                                         <a
 
471
href="../gtk/GtkTreeModel.html"
 
472
>GtkTreeModel</a> *model,
 
473
                                                         <a
 
474
href="../glib/glib-Basic-Types.html#gint"
 
475
>gint</a> id_column,
 
476
                                                         <a
 
477
href="../glib/glib-Basic-Types.html#gint"
 
478
>gint</a> label_column);
 
479
<a
 
480
href="../gtk/GtkTextBuffer.html"
 
481
>GtkTextBuffer</a>*      <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-text-buffer-new">gimp_prop_text_buffer_new</a>           (<a
 
482
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
483
>GObject</a> *config,
 
484
                                                         const <a
 
485
href="../glib/glib-Basic-Types.html#gchar"
 
486
>gchar</a> *property_name,
 
487
                                                         <a
 
488
href="../glib/glib-Basic-Types.html#gint"
 
489
>gint</a> max_len);
 
490
<a
 
491
href="../gtk/GtkWidget.html"
 
492
>GtkWidget</a>*          <a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-unit-menu-new">gimp_prop_unit_menu_new</a>             (<a
 
493
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
494
>GObject</a> *config,
 
495
                                                         const <a
 
496
href="../glib/glib-Basic-Types.html#gchar"
 
497
>gchar</a> *property_name,
 
498
                                                         const <a
 
499
href="../glib/glib-Basic-Types.html#gchar"
 
500
>gchar</a> *unit_format);
189
501
</pre>
190
502
</div>
191
503
<div class="refsect1" lang="en">
192
 
<a name="id2692193"></a><h2>Description</h2>
 
504
<a name="id2692232"></a><h2>Description</h2>
193
505
<p>
194
506
 
195
507
</p>
196
508
</div>
197
509
<div class="refsect1" lang="en">
198
 
<a name="id2692209"></a><h2>Details</h2>
 
510
<a name="id2692247"></a><h2>Details</h2>
199
511
<div class="refsect2" lang="en">
200
 
<a name="id2692220"></a><h3>
 
512
<a name="id2692258"></a><h3>
201
513
<a name="gimp-prop-boolean-combo-box-new"></a>gimp_prop_boolean_combo_box_new ()</h3>
202
 
<a class="indexterm" name="id2692232"></a><pre class="programlisting">GtkWidget*          gimp_prop_boolean_combo_box_new     (GObject *config,
203
 
                                                         const gchar *property_name,
204
 
                                                         const gchar *true_text,
205
 
                                                         const gchar *false_text);</pre>
 
514
<a class="indexterm" name="id2692271"></a><pre class="programlisting"><a
 
515
href="../gtk/GtkWidget.html"
 
516
>GtkWidget</a>*          gimp_prop_boolean_combo_box_new     (<a
 
517
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
518
>GObject</a> *config,
 
519
                                                         const <a
 
520
href="../glib/glib-Basic-Types.html#gchar"
 
521
>gchar</a> *property_name,
 
522
                                                         const <a
 
523
href="../glib/glib-Basic-Types.html#gchar"
 
524
>gchar</a> *true_text,
 
525
                                                         const <a
 
526
href="../glib/glib-Basic-Types.html#gchar"
 
527
>gchar</a> *false_text);</pre>
206
528
<p>
207
 
Creates a <span class="type">GtkComboBox</span> widget to display and set the specified
 
529
Creates a <a
 
530
href="../gtk/GtkComboBox.html"
 
531
><span class="type">GtkComboBox</span></a> widget to display and set the specified
208
532
boolean property.  The combo box will have two entries, one
209
533
displaying the <em class="parameter"><code>true_text</code></em> label, the other displaying the
210
534
<em class="parameter"><code>false_text</code></em> label.</p>
226
550
</tr>
227
551
<tr>
228
552
<td><p><span class="term"><em class="parameter"><code>true_text</code></em>&#160;:</span></p></td>
229
 
<td>     Label used for entry corresponding to <code class="literal">TRUE</code> value.
 
553
<td>     Label used for entry corresponding to <a
 
554
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
 
555
><code class="literal">TRUE</code></a> value.
230
556
</td>
231
557
</tr>
232
558
<tr>
233
559
<td><p><span class="term"><em class="parameter"><code>false_text</code></em>&#160;:</span></p></td>
234
 
<td>    Label used for entry corresponding to <code class="literal">FALSE</code> value.
 
560
<td>    Label used for entry corresponding to <a
 
561
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
 
562
><code class="literal">FALSE</code></a> value.
235
563
</td>
236
564
</tr>
237
565
<tr>
238
566
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
239
 
<td> The newly created <span class="type">GtkComboBox</span> widget, optionally
240
 
              wrapped into a <span class="type">GtkEventBox</span>..
 
567
<td> The newly created <a
 
568
href="../gtk/GtkComboBox.html"
 
569
><span class="type">GtkComboBox</span></a> widget, optionally
 
570
              wrapped into a <a
 
571
href="../gtk/GtkEventBox.html"
 
572
><span class="type">GtkEventBox</span></a>..
241
573
 
242
574
Since GIMP 2.4
243
575
</td>
247
579
</div>
248
580
<hr>
249
581
<div class="refsect2" lang="en">
250
 
<a name="id2692413"></a><h3>
 
582
<a name="id2692452"></a><h3>
251
583
<a name="gimp-prop-boolean-radio-frame-new"></a>gimp_prop_boolean_radio_frame_new ()</h3>
252
 
<a class="indexterm" name="id2692426"></a><pre class="programlisting">GtkWidget*          gimp_prop_boolean_radio_frame_new   (GObject *config,
253
 
                                                         const gchar *property_name,
254
 
                                                         const gchar *title,
255
 
                                                         const gchar *true_text,
256
 
                                                         const gchar *false_text);</pre>
 
584
<a class="indexterm" name="id2692466"></a><pre class="programlisting"><a
 
585
href="../gtk/GtkWidget.html"
 
586
>GtkWidget</a>*          gimp_prop_boolean_radio_frame_new   (<a
 
587
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
588
>GObject</a> *config,
 
589
                                                         const <a
 
590
href="../glib/glib-Basic-Types.html#gchar"
 
591
>gchar</a> *property_name,
 
592
                                                         const <a
 
593
href="../glib/glib-Basic-Types.html#gchar"
 
594
>gchar</a> *title,
 
595
                                                         const <a
 
596
href="../glib/glib-Basic-Types.html#gchar"
 
597
>gchar</a> *true_text,
 
598
                                                         const <a
 
599
href="../glib/glib-Basic-Types.html#gchar"
 
600
>gchar</a> *false_text);</pre>
257
601
<p>
258
602
Creates a pair of radio buttons which function to set and display
259
603
the specified boolean property.</p>
280
624
</tr>
281
625
<tr>
282
626
<td><p><span class="term"><em class="parameter"><code>true_text</code></em>&#160;:</span></p></td>
283
 
<td>     Label for the button corresponding to <code class="literal">TRUE</code>.
 
627
<td>     Label for the button corresponding to <a
 
628
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
 
629
><code class="literal">TRUE</code></a>.
284
630
</td>
285
631
</tr>
286
632
<tr>
287
633
<td><p><span class="term"><em class="parameter"><code>false_text</code></em>&#160;:</span></p></td>
288
 
<td>    Label for the button corresponding to <code class="literal">FALSE</code>.
 
634
<td>    Label for the button corresponding to <a
 
635
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
 
636
><code class="literal">FALSE</code></a>.
289
637
</td>
290
638
</tr>
291
639
<tr>
300
648
</div>
301
649
<hr>
302
650
<div class="refsect2" lang="en">
303
 
<a name="id2692602"></a><h3>
 
651
<a name="id2692618"></a><h3>
304
652
<a name="gimp-prop-check-button-new"></a>gimp_prop_check_button_new ()</h3>
305
 
<a class="indexterm" name="id2692614"></a><pre class="programlisting">GtkWidget*          gimp_prop_check_button_new          (GObject *config,
306
 
                                                         const gchar *property_name,
307
 
                                                         const gchar *label);</pre>
 
653
<a class="indexterm" name="id2692629"></a><pre class="programlisting"><a
 
654
href="../gtk/GtkWidget.html"
 
655
>GtkWidget</a>*          gimp_prop_check_button_new          (<a
 
656
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
657
>GObject</a> *config,
 
658
                                                         const <a
 
659
href="../glib/glib-Basic-Types.html#gchar"
 
660
>gchar</a> *property_name,
 
661
                                                         const <a
 
662
href="../glib/glib-Basic-Types.html#gchar"
 
663
>gchar</a> *label);</pre>
308
664
<p>
309
 
Creates a <span class="type">GtkCheckButton</span> that displays and sets the specified
 
665
Creates a <a
 
666
href="../gtk/GtkCheckButton.html"
 
667
><span class="type">GtkCheckButton</span></a> that displays and sets the specified
310
668
boolean property.</p>
311
669
<p>
312
670
 
331
689
</tr>
332
690
<tr>
333
691
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
334
 
<td> The newly created <span class="type">GtkCheckButton</span> widget.
 
692
<td> The newly created <a
 
693
href="../gtk/GtkCheckButton.html"
 
694
><span class="type">GtkCheckButton</span></a> widget.
335
695
 
336
696
Since GIMP 2.4
337
697
</td>
341
701
</div>
342
702
<hr>
343
703
<div class="refsect2" lang="en">
344
 
<a name="id2692734"></a><h3>
 
704
<a name="id2692738"></a><h3>
345
705
<a name="gimp-prop-color-area-new"></a>gimp_prop_color_area_new ()</h3>
346
 
<a class="indexterm" name="id2692745"></a><pre class="programlisting">GtkWidget*          gimp_prop_color_area_new            (GObject *config,
347
 
                                                         const gchar *property_name,
348
 
                                                         gint width,
349
 
                                                         gint height,
 
706
<a class="indexterm" name="id2692748"></a><pre class="programlisting"><a
 
707
href="../gtk/GtkWidget.html"
 
708
>GtkWidget</a>*          gimp_prop_color_area_new            (<a
 
709
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
710
>GObject</a> *config,
 
711
                                                         const <a
 
712
href="../glib/glib-Basic-Types.html#gchar"
 
713
>gchar</a> *property_name,
 
714
                                                         <a
 
715
href="../glib/glib-Basic-Types.html#gint"
 
716
>gint</a> width,
 
717
                                                         <a
 
718
href="../glib/glib-Basic-Types.html#gint"
 
719
>gint</a> height,
350
720
                                                         <a class="link" href="GimpColorArea.html#GimpColorAreaType">GimpColorAreaType</a> type);</pre>
351
721
<p>
352
722
Creates a <a class="link" href="GimpColorArea.html" title="GimpColorArea"><span class="type">GimpColorArea</span></a> to set and display the value of an RGB
394
764
</div>
395
765
<hr>
396
766
<div class="refsect2" lang="en">
397
 
<a name="id2692908"></a><h3>
 
767
<a name="id2692894"></a><h3>
398
768
<a name="gimp-prop-coordinates-connect"></a>gimp_prop_coordinates_connect ()</h3>
399
 
<a class="indexterm" name="id2692921"></a><pre class="programlisting">gboolean            gimp_prop_coordinates_connect       (GObject *config,
400
 
                                                         const gchar *x_property_name,
401
 
                                                         const gchar *y_property_name,
402
 
                                                         const gchar *unit_property_name,
403
 
                                                         GtkWidget *sizeentry,
404
 
                                                         GtkWidget *chainbutton,
405
 
                                                         gdouble xresolution,
406
 
                                                         gdouble yresolution);</pre>
 
769
<a class="indexterm" name="id2692907"></a><pre class="programlisting"><a
 
770
href="../glib/glib-Basic-Types.html#gboolean"
 
771
>gboolean</a>            gimp_prop_coordinates_connect       (<a
 
772
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
773
>GObject</a> *config,
 
774
                                                         const <a
 
775
href="../glib/glib-Basic-Types.html#gchar"
 
776
>gchar</a> *x_property_name,
 
777
                                                         const <a
 
778
href="../glib/glib-Basic-Types.html#gchar"
 
779
>gchar</a> *y_property_name,
 
780
                                                         const <a
 
781
href="../glib/glib-Basic-Types.html#gchar"
 
782
>gchar</a> *unit_property_name,
 
783
                                                         <a
 
784
href="../gtk/GtkWidget.html"
 
785
>GtkWidget</a> *sizeentry,
 
786
                                                         <a
 
787
href="../gtk/GtkWidget.html"
 
788
>GtkWidget</a> *chainbutton,
 
789
                                                         <a
 
790
href="../glib/glib-Basic-Types.html#gdouble"
 
791
>gdouble</a> xresolution,
 
792
                                                         <a
 
793
href="../glib/glib-Basic-Types.html#gdouble"
 
794
>gdouble</a> yresolution);</pre>
407
795
<p>
408
796
 
409
797
</p>
462
850
</div>
463
851
<hr>
464
852
<div class="refsect2" lang="en">
465
 
<a name="id2693128"></a><h3>
 
853
<a name="id2693093"></a><h3>
466
854
<a name="gimp-prop-coordinates-new"></a>gimp_prop_coordinates_new ()</h3>
467
 
<a class="indexterm" name="id2693140"></a><pre class="programlisting">GtkWidget*          gimp_prop_coordinates_new           (GObject *config,
468
 
                                                         const gchar *x_property_name,
469
 
                                                         const gchar *y_property_name,
470
 
                                                         const gchar *unit_property_name,
471
 
                                                         const gchar *unit_format,
 
855
<a class="indexterm" name="id2693104"></a><pre class="programlisting"><a
 
856
href="../gtk/GtkWidget.html"
 
857
>GtkWidget</a>*          gimp_prop_coordinates_new           (<a
 
858
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
859
>GObject</a> *config,
 
860
                                                         const <a
 
861
href="../glib/glib-Basic-Types.html#gchar"
 
862
>gchar</a> *x_property_name,
 
863
                                                         const <a
 
864
href="../glib/glib-Basic-Types.html#gchar"
 
865
>gchar</a> *y_property_name,
 
866
                                                         const <a
 
867
href="../glib/glib-Basic-Types.html#gchar"
 
868
>gchar</a> *unit_property_name,
 
869
                                                         const <a
 
870
href="../glib/glib-Basic-Types.html#gchar"
 
871
>gchar</a> *unit_format,
472
872
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
473
 
                                                         gdouble xresolution,
474
 
                                                         gdouble yresolution,
475
 
                                                         gboolean has_chainbutton);</pre>
 
873
                                                         <a
 
874
href="../glib/glib-Basic-Types.html#gdouble"
 
875
>gdouble</a> xresolution,
 
876
                                                         <a
 
877
href="../glib/glib-Basic-Types.html#gdouble"
 
878
>gdouble</a> yresolution,
 
879
                                                         <a
 
880
href="../glib/glib-Basic-Types.html#gboolean"
 
881
>gboolean</a> has_chainbutton);</pre>
476
882
<p>
477
883
Creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to set and display two double or int
478
884
properties, which will usually represent X and Y coordinates, and
542
948
</div>
543
949
<hr>
544
950
<div class="refsect2" lang="en">
545
 
<a name="id2693404"></a><h3>
 
951
<a name="id2693344"></a><h3>
546
952
<a name="gimp-prop-entry-new"></a>gimp_prop_entry_new ()</h3>
547
 
<a class="indexterm" name="id2693417"></a><pre class="programlisting">GtkWidget*          gimp_prop_entry_new                 (GObject *config,
548
 
                                                         const gchar *property_name,
549
 
                                                         gint max_len);</pre>
 
953
<a class="indexterm" name="id2693354"></a><pre class="programlisting"><a
 
954
href="../gtk/GtkWidget.html"
 
955
>GtkWidget</a>*          gimp_prop_entry_new                 (<a
 
956
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
957
>GObject</a> *config,
 
958
                                                         const <a
 
959
href="../glib/glib-Basic-Types.html#gchar"
 
960
>gchar</a> *property_name,
 
961
                                                         <a
 
962
href="../glib/glib-Basic-Types.html#gint"
 
963
>gint</a> max_len);</pre>
550
964
<p>
551
 
Creates a <span class="type">GtkEntry</span> to set and display the value of the specified
 
965
Creates a <a
 
966
href="../gtk/GtkEntry.html"
 
967
><span class="type">GtkEntry</span></a> to set and display the value of the specified
552
968
string property.</p>
553
969
<p>
554
970
 
573
989
</tr>
574
990
<tr>
575
991
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
576
 
<td>  A new <span class="type">GtkEntry</span> widget.
 
992
<td>  A new <a
 
993
href="../gtk/GtkEntry.html"
 
994
><span class="type">GtkEntry</span></a> widget.
577
995
 
578
996
Since GIMP 2.4
579
997
</td>
583
1001
</div>
584
1002
<hr>
585
1003
<div class="refsect2" lang="en">
586
 
<a name="id2693535"></a><h3>
 
1004
<a name="id2693462"></a><h3>
587
1005
<a name="gimp-prop-enum-check-button-new"></a>gimp_prop_enum_check_button_new ()</h3>
588
 
<a class="indexterm" name="id2693548"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_check_button_new     (GObject *config,
589
 
                                                         const gchar *property_name,
590
 
                                                         const gchar *label,
591
 
                                                         gint false_value,
592
 
                                                         gint true_value);</pre>
 
1006
<a class="indexterm" name="id2693474"></a><pre class="programlisting"><a
 
1007
href="../gtk/GtkWidget.html"
 
1008
>GtkWidget</a>*          gimp_prop_enum_check_button_new     (<a
 
1009
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1010
>GObject</a> *config,
 
1011
                                                         const <a
 
1012
href="../glib/glib-Basic-Types.html#gchar"
 
1013
>gchar</a> *property_name,
 
1014
                                                         const <a
 
1015
href="../glib/glib-Basic-Types.html#gchar"
 
1016
>gchar</a> *label,
 
1017
                                                         <a
 
1018
href="../glib/glib-Basic-Types.html#gint"
 
1019
>gint</a> false_value,
 
1020
                                                         <a
 
1021
href="../glib/glib-Basic-Types.html#gint"
 
1022
>gint</a> true_value);</pre>
593
1023
<p>
594
 
Creates a <span class="type">GtkCheckButton</span> that displays and sets the specified
 
1024
Creates a <a
 
1025
href="../gtk/GtkCheckButton.html"
 
1026
><span class="type">GtkCheckButton</span></a> that displays and sets the specified
595
1027
property of type Enum.  Note that this widget only allows two values
596
1028
for the enum, one corresponding to the "checked" state and the
597
1029
other to the "unchecked" state.</p>
628
1060
</tr>
629
1061
<tr>
630
1062
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
631
 
<td> The newly created <span class="type">GtkCheckButton</span> widget.
 
1063
<td> The newly created <a
 
1064
href="../gtk/GtkCheckButton.html"
 
1065
><span class="type">GtkCheckButton</span></a> widget.
632
1066
 
633
1067
Since GIMP 2.4
634
1068
</td>
638
1072
</div>
639
1073
<hr>
640
1074
<div class="refsect2" lang="en">
641
 
<a name="id2693716"></a><h3>
 
1075
<a name="id2693626"></a><h3>
642
1076
<a name="gimp-prop-enum-combo-box-new"></a>gimp_prop_enum_combo_box_new ()</h3>
643
 
<a class="indexterm" name="id2693729"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_combo_box_new        (GObject *config,
644
 
                                                         const gchar *property_name,
645
 
                                                         gint minimum,
646
 
                                                         gint maximum);</pre>
 
1077
<a class="indexterm" name="id2693638"></a><pre class="programlisting"><a
 
1078
href="../gtk/GtkWidget.html"
 
1079
>GtkWidget</a>*          gimp_prop_enum_combo_box_new        (<a
 
1080
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1081
>GObject</a> *config,
 
1082
                                                         const <a
 
1083
href="../glib/glib-Basic-Types.html#gchar"
 
1084
>gchar</a> *property_name,
 
1085
                                                         <a
 
1086
href="../glib/glib-Basic-Types.html#gint"
 
1087
>gint</a> minimum,
 
1088
                                                         <a
 
1089
href="../glib/glib-Basic-Types.html#gint"
 
1090
>gint</a> maximum);</pre>
647
1091
<p>
648
1092
Creates a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget to display and set the specified
649
1093
enum property.  The <em class="parameter"><code>mimimum_value</code></em> and <em class="parameter"><code>maximum_value</code></em> give the
679
1123
<tr>
680
1124
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
681
1125
<td> The newly created <a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox"><span class="type">GimpEnumComboBox</span></a> widget, optionally
682
 
              wrapped into a <span class="type">GtkEventBox</span>.
 
1126
              wrapped into a <a
 
1127
href="../gtk/GtkEventBox.html"
 
1128
><span class="type">GtkEventBox</span></a>.
683
1129
 
684
1130
Since GIMP 2.4
685
1131
</td>
689
1135
</div>
690
1136
<hr>
691
1137
<div class="refsect2" lang="en">
692
 
<a name="id2693878"></a><h3>
 
1138
<a name="id2693788"></a><h3>
693
1139
<a name="gimp-prop-enum-label-new"></a>gimp_prop_enum_label_new ()</h3>
694
 
<a class="indexterm" name="id2693888"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_label_new            (GObject *config,
695
 
                                                         const gchar *property_name);</pre>
 
1140
<a class="indexterm" name="id2693798"></a><pre class="programlisting"><a
 
1141
href="../gtk/GtkWidget.html"
 
1142
>GtkWidget</a>*          gimp_prop_enum_label_new            (<a
 
1143
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1144
>GObject</a> *config,
 
1145
                                                         const <a
 
1146
href="../glib/glib-Basic-Types.html#gchar"
 
1147
>gchar</a> *property_name);</pre>
696
1148
<p>
697
1149
</p>
698
1150
<p>
723
1175
</div>
724
1176
<hr>
725
1177
<div class="refsect2" lang="en">
726
 
<a name="id2693969"></a><h3>
 
1178
<a name="id2693879"></a><h3>
727
1179
<a name="gimp-prop-enum-radio-box-new"></a>gimp_prop_enum_radio_box_new ()</h3>
728
 
<a class="indexterm" name="id2693981"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_radio_box_new        (GObject *config,
729
 
                                                         const gchar *property_name,
730
 
                                                         gint minimum,
731
 
                                                         gint maximum);</pre>
 
1180
<a class="indexterm" name="id2693891"></a><pre class="programlisting"><a
 
1181
href="../gtk/GtkWidget.html"
 
1182
>GtkWidget</a>*          gimp_prop_enum_radio_box_new        (<a
 
1183
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1184
>GObject</a> *config,
 
1185
                                                         const <a
 
1186
href="../glib/glib-Basic-Types.html#gchar"
 
1187
>gchar</a> *property_name,
 
1188
                                                         <a
 
1189
href="../glib/glib-Basic-Types.html#gint"
 
1190
>gint</a> minimum,
 
1191
                                                         <a
 
1192
href="../glib/glib-Basic-Types.html#gint"
 
1193
>gint</a> maximum);</pre>
732
1194
<p>
733
1195
Creates a group of radio buttons which function to set and display
734
1196
the specified enum property.  The <em class="parameter"><code>minimum</code></em> and <em class="parameter"><code>maximum</code></em> arguments
764
1226
</tr>
765
1227
<tr>
766
1228
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
767
 
<td> A <span class="type">GtkVBox</span> containing the radio buttons.
 
1229
<td> A <a
 
1230
href="../gtk/GtkVBox.html"
 
1231
><span class="type">GtkVBox</span></a> containing the radio buttons.
768
1232
 
769
1233
Since GIMP 2.4
770
1234
</td>
774
1238
</div>
775
1239
<hr>
776
1240
<div class="refsect2" lang="en">
777
 
<a name="id2694129"></a><h3>
 
1241
<a name="id2694039"></a><h3>
778
1242
<a name="gimp-prop-enum-radio-frame-new"></a>gimp_prop_enum_radio_frame_new ()</h3>
779
 
<a class="indexterm" name="id2694142"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_radio_frame_new      (GObject *config,
780
 
                                                         const gchar *property_name,
781
 
                                                         const gchar *title,
782
 
                                                         gint minimum,
783
 
                                                         gint maximum);</pre>
 
1243
<a class="indexterm" name="id2694052"></a><pre class="programlisting"><a
 
1244
href="../gtk/GtkWidget.html"
 
1245
>GtkWidget</a>*          gimp_prop_enum_radio_frame_new      (<a
 
1246
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1247
>GObject</a> *config,
 
1248
                                                         const <a
 
1249
href="../glib/glib-Basic-Types.html#gchar"
 
1250
>gchar</a> *property_name,
 
1251
                                                         const <a
 
1252
href="../glib/glib-Basic-Types.html#gchar"
 
1253
>gchar</a> *title,
 
1254
                                                         <a
 
1255
href="../glib/glib-Basic-Types.html#gint"
 
1256
>gint</a> minimum,
 
1257
                                                         <a
 
1258
href="../glib/glib-Basic-Types.html#gint"
 
1259
>gint</a> maximum);</pre>
784
1260
<p>
785
1261
Creates a group of radio buttons which function to set and display
786
1262
the specified enum property.  The <em class="parameter"><code>minimum</code></em> and <em class="parameter"><code>maximum</code></em> arguments
829
1305
</div>
830
1306
<hr>
831
1307
<div class="refsect2" lang="en">
832
 
<a name="id2694299"></a><h3>
 
1308
<a name="id2694209"></a><h3>
833
1309
<a name="gimp-prop-enum-stock-box-new"></a>gimp_prop_enum_stock_box_new ()</h3>
834
 
<a class="indexterm" name="id2694312"></a><pre class="programlisting">GtkWidget*          gimp_prop_enum_stock_box_new        (GObject *config,
835
 
                                                         const gchar *property_name,
836
 
                                                         const gchar *stock_prefix,
837
 
                                                         gint minimum,
838
 
                                                         gint maximum);</pre>
 
1310
<a class="indexterm" name="id2694222"></a><pre class="programlisting"><a
 
1311
href="../gtk/GtkWidget.html"
 
1312
>GtkWidget</a>*          gimp_prop_enum_stock_box_new        (<a
 
1313
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1314
>GObject</a> *config,
 
1315
                                                         const <a
 
1316
href="../glib/glib-Basic-Types.html#gchar"
 
1317
>gchar</a> *property_name,
 
1318
                                                         const <a
 
1319
href="../glib/glib-Basic-Types.html#gchar"
 
1320
>gchar</a> *stock_prefix,
 
1321
                                                         <a
 
1322
href="../glib/glib-Basic-Types.html#gint"
 
1323
>gint</a> minimum,
 
1324
                                                         <a
 
1325
href="../glib/glib-Basic-Types.html#gint"
 
1326
>gint</a> maximum);</pre>
839
1327
<p>
840
1328
Creates a horizontal box of radio buttons with stock icons, which
841
1329
function to set and display the value of the specified Enum
885
1373
</div>
886
1374
<hr>
887
1375
<div class="refsect2" lang="en">
888
 
<a name="id2694472"></a><h3>
 
1376
<a name="id2694382"></a><h3>
889
1377
<a name="gimp-prop-expander-new"></a>gimp_prop_expander_new ()</h3>
890
 
<a class="indexterm" name="id2694482"></a><pre class="programlisting">GtkWidget*          gimp_prop_expander_new              (GObject *config,
891
 
                                                         const gchar *property_name,
892
 
                                                         const gchar *label);</pre>
 
1378
<a class="indexterm" name="id2694392"></a><pre class="programlisting"><a
 
1379
href="../gtk/GtkWidget.html"
 
1380
>GtkWidget</a>*          gimp_prop_expander_new              (<a
 
1381
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1382
>GObject</a> *config,
 
1383
                                                         const <a
 
1384
href="../glib/glib-Basic-Types.html#gchar"
 
1385
>gchar</a> *property_name,
 
1386
                                                         const <a
 
1387
href="../glib/glib-Basic-Types.html#gchar"
 
1388
>gchar</a> *label);</pre>
893
1389
<p>
894
 
Creates a <span class="type">GtkExpander</span> controlled by the specified boolean property.
895
 
A value of <code class="literal">TRUE</code> for the property corresponds to the expanded state
 
1390
Creates a <a
 
1391
href="../gtk/GtkExpander.html"
 
1392
><span class="type">GtkExpander</span></a> controlled by the specified boolean property.
 
1393
A value of <a
 
1394
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
 
1395
><code class="literal">TRUE</code></a> for the property corresponds to the expanded state
896
1396
for the widget.</p>
897
1397
<p>
898
1398
 
917
1417
</tr>
918
1418
<tr>
919
1419
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
920
 
<td>  A new <span class="type">GtkExpander</span> widget.
 
1420
<td>  A new <a
 
1421
href="../gtk/GtkExpander.html"
 
1422
><span class="type">GtkExpander</span></a> widget.
921
1423
 
922
1424
Since GIMP 2.4
923
1425
</td>
927
1429
</div>
928
1430
<hr>
929
1431
<div class="refsect2" lang="en">
930
 
<a name="id2694599"></a><h3>
 
1432
<a name="id2694509"></a><h3>
931
1433
<a name="gimp-prop-file-chooser-button-new"></a>gimp_prop_file_chooser_button_new ()</h3>
932
 
<a class="indexterm" name="id2694612"></a><pre class="programlisting">GtkWidget*          gimp_prop_file_chooser_button_new   (GObject *config,
933
 
                                                         const gchar *property_name,
934
 
                                                         const gchar *title,
935
 
                                                         GtkFileChooserAction action);</pre>
 
1434
<a class="indexterm" name="id2694522"></a><pre class="programlisting"><a
 
1435
href="../gtk/GtkWidget.html"
 
1436
>GtkWidget</a>*          gimp_prop_file_chooser_button_new   (<a
 
1437
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1438
>GObject</a> *config,
 
1439
                                                         const <a
 
1440
href="../glib/glib-Basic-Types.html#gchar"
 
1441
>gchar</a> *property_name,
 
1442
                                                         const <a
 
1443
href="../glib/glib-Basic-Types.html#gchar"
 
1444
>gchar</a> *title,
 
1445
                                                         <a
 
1446
href="../gtk/GtkFileChooser.html#GtkFileChooserAction"
 
1447
>GtkFileChooserAction</a> action);</pre>
936
1448
<p>
937
 
Creates a <span class="type">GtkFileChooserButton</span> to edit the specified path property.
 
1449
Creates a <a
 
1450
href="../gtk/GtkFileChooserButton.html"
 
1451
><span class="type">GtkFileChooserButton</span></a> to edit the specified path property.
938
1452
</p>
939
1453
<p>
940
 
Note that <span class="type">GtkFileChooserButton</span> implements the <span class="type">GtkFileChooser</span>
941
 
interface; you can use the <span class="type">GtkFileChooser</span> API with it.</p>
 
1454
Note that <a
 
1455
href="../gtk/GtkFileChooserButton.html"
 
1456
><span class="type">GtkFileChooserButton</span></a> implements the <a
 
1457
href="../gtk/GtkFileChooser.html"
 
1458
><span class="type">GtkFileChooser</span></a>
 
1459
interface; you can use the <a
 
1460
href="../gtk/GtkFileChooser.html"
 
1461
><span class="type">GtkFileChooser</span></a> API with it.</p>
942
1462
<p>
943
1463
 
944
1464
</p>
967
1487
</tr>
968
1488
<tr>
969
1489
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
970
 
<td>  A new <span class="type">GtkFileChooserButton</span>.
 
1490
<td>  A new <a
 
1491
href="../gtk/GtkFileChooserButton.html"
 
1492
><span class="type">GtkFileChooserButton</span></a>.
971
1493
 
972
1494
Since GIMP 2.4
973
1495
</td>
977
1499
</div>
978
1500
<hr>
979
1501
<div class="refsect2" lang="en">
980
 
<a name="id2694762"></a><h3>
 
1502
<a name="id2694672"></a><h3>
981
1503
<a name="gimp-prop-file-chooser-button-new-with-dialog"></a>gimp_prop_file_chooser_button_new_with_dialog ()</h3>
982
 
<a class="indexterm" name="id2694775"></a><pre class="programlisting">GtkWidget*          gimp_prop_file_chooser_button_new_with_dialog
983
 
                                                        (GObject *config,
984
 
                                                         const gchar *property_name,
985
 
                                                         GtkWidget *dialog);</pre>
 
1504
<a class="indexterm" name="id2694685"></a><pre class="programlisting"><a
 
1505
href="../gtk/GtkWidget.html"
 
1506
>GtkWidget</a>*          gimp_prop_file_chooser_button_new_with_dialog
 
1507
                                                        (<a
 
1508
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1509
>GObject</a> *config,
 
1510
                                                         const <a
 
1511
href="../glib/glib-Basic-Types.html#gchar"
 
1512
>gchar</a> *property_name,
 
1513
                                                         <a
 
1514
href="../gtk/GtkWidget.html"
 
1515
>GtkWidget</a> *dialog);</pre>
986
1516
<p>
987
 
Creates a <span class="type">GtkFileChooserButton</span> to edit the specified path property.
 
1517
Creates a <a
 
1518
href="../gtk/GtkFileChooserButton.html"
 
1519
><span class="type">GtkFileChooserButton</span></a> to edit the specified path property.
988
1520
</p>
989
1521
<p>
990
1522
The button uses <em class="parameter"><code>dialog</code></em> as it's file-picking window. Note that <em class="parameter"><code>dialog</code></em>
991
 
must be a <span class="type">GtkFileChooserDialog</span> (or subclass) and must not have
992
 
<code class="literal">GTK_DIALOG_DESTROY_WITH_PARENT</code> set.
 
1523
must be a <a
 
1524
href="../gtk/GtkFileChooserDialog.html"
 
1525
><span class="type">GtkFileChooserDialog</span></a> (or subclass) and must not have
 
1526
<a
 
1527
href="../gtk/GtkDialog.html#GTK-DIALOG-DESTROY-WITH-PARENT:CAPS"
 
1528
><code class="literal">GTK_DIALOG_DESTROY_WITH_PARENT</code></a> set.
993
1529
</p>
994
1530
<p>
995
 
Note that <span class="type">GtkFileChooserButton</span> implements the <span class="type">GtkFileChooser</span>
996
 
interface; you can use the <span class="type">GtkFileChooser</span> API with it.</p>
 
1531
Note that <a
 
1532
href="../gtk/GtkFileChooserButton.html"
 
1533
><span class="type">GtkFileChooserButton</span></a> implements the <a
 
1534
href="../gtk/GtkFileChooser.html"
 
1535
><span class="type">GtkFileChooser</span></a>
 
1536
interface; you can use the <a
 
1537
href="../gtk/GtkFileChooser.html"
 
1538
><span class="type">GtkFileChooser</span></a> API with it.</p>
997
1539
<p>
998
1540
 
999
1541
</p>
1012
1554
</tr>
1013
1555
<tr>
1014
1556
<td><p><span class="term"><em class="parameter"><code>dialog</code></em>&#160;:</span></p></td>
1015
 
<td>        the <span class="type">GtkFileChooserDialog</span> widget to use.
 
1557
<td>        the <a
 
1558
href="../gtk/GtkFileChooserDialog.html"
 
1559
><span class="type">GtkFileChooserDialog</span></a> widget to use.
1016
1560
</td>
1017
1561
</tr>
1018
1562
<tr>
1019
1563
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1020
 
<td>  A new <span class="type">GtkFileChooserButton</span>.
 
1564
<td>  A new <a
 
1565
href="../gtk/GtkFileChooserButton.html"
 
1566
><span class="type">GtkFileChooserButton</span></a>.
1021
1567
 
1022
1568
Since GIMP 2.4
1023
1569
</td>
1027
1573
</div>
1028
1574
<hr>
1029
1575
<div class="refsect2" lang="en">
1030
 
<a name="id2694943"></a><h3>
 
1576
<a name="id2694853"></a><h3>
1031
1577
<a name="gimp-prop-hscale-new"></a>gimp_prop_hscale_new ()</h3>
1032
 
<a class="indexterm" name="id2694954"></a><pre class="programlisting">GtkWidget*          gimp_prop_hscale_new                (GObject *config,
1033
 
                                                         const gchar *property_name,
1034
 
                                                         gdouble step_increment,
1035
 
                                                         gdouble page_increment,
1036
 
                                                         gint digits);</pre>
 
1578
<a class="indexterm" name="id2694863"></a><pre class="programlisting"><a
 
1579
href="../gtk/GtkWidget.html"
 
1580
>GtkWidget</a>*          gimp_prop_hscale_new                (<a
 
1581
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1582
>GObject</a> *config,
 
1583
                                                         const <a
 
1584
href="../glib/glib-Basic-Types.html#gchar"
 
1585
>gchar</a> *property_name,
 
1586
                                                         <a
 
1587
href="../glib/glib-Basic-Types.html#gdouble"
 
1588
>gdouble</a> step_increment,
 
1589
                                                         <a
 
1590
href="../glib/glib-Basic-Types.html#gdouble"
 
1591
>gdouble</a> page_increment,
 
1592
                                                         <a
 
1593
href="../glib/glib-Basic-Types.html#gint"
 
1594
>gint</a> digits);</pre>
1037
1595
<p>
1038
1596
Creates a horizontal scale to control the value of the specified
1039
1597
integer or double property.</p>
1070
1628
</tr>
1071
1629
<tr>
1072
1630
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1073
 
<td> A new <span class="type">GtkScale</span>.
 
1631
<td> A new <a
 
1632
href="../gtk/GtkScale.html"
 
1633
><span class="type">GtkScale</span></a>.
1074
1634
 
1075
1635
Since GIMP 2.4
1076
1636
</td>
1080
1640
</div>
1081
1641
<hr>
1082
1642
<div class="refsect2" lang="en">
1083
 
<a name="id2695095"></a><h3>
 
1643
<a name="id2695005"></a><h3>
1084
1644
<a name="gimp-prop-int-combo-box-new"></a>gimp_prop_int_combo_box_new ()</h3>
1085
 
<a class="indexterm" name="id2695106"></a><pre class="programlisting">GtkWidget*          gimp_prop_int_combo_box_new         (GObject *config,
1086
 
                                                         const gchar *property_name,
 
1645
<a class="indexterm" name="id2695016"></a><pre class="programlisting"><a
 
1646
href="../gtk/GtkWidget.html"
 
1647
>GtkWidget</a>*          gimp_prop_int_combo_box_new         (<a
 
1648
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1649
>GObject</a> *config,
 
1650
                                                         const <a
 
1651
href="../glib/glib-Basic-Types.html#gchar"
 
1652
>gchar</a> *property_name,
1087
1653
                                                         <a class="link" href="GimpIntStore.html" title="GimpIntStore">GimpIntStore</a> *store);</pre>
1088
1654
<p>
1089
1655
Creates a <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget to display and set the specified
1113
1679
<tr>
1114
1680
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1115
1681
<td> The newly created <a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a> widget, optionally
1116
 
              wrapped into a <span class="type">GtkEventBox</span>.
 
1682
              wrapped into a <a
 
1683
href="../gtk/GtkEventBox.html"
 
1684
><span class="type">GtkEventBox</span></a>.
1117
1685
 
1118
1686
Since GIMP 2.4
1119
1687
</td>
1123
1691
</div>
1124
1692
<hr>
1125
1693
<div class="refsect2" lang="en">
1126
 
<a name="id2695242"></a><h3>
 
1694
<a name="id2695152"></a><h3>
1127
1695
<a name="gimp-prop-label-new"></a>gimp_prop_label_new ()</h3>
1128
 
<a class="indexterm" name="id2695253"></a><pre class="programlisting">GtkWidget*          gimp_prop_label_new                 (GObject *config,
1129
 
                                                         const gchar *property_name);</pre>
 
1696
<a class="indexterm" name="id2695163"></a><pre class="programlisting"><a
 
1697
href="../gtk/GtkWidget.html"
 
1698
>GtkWidget</a>*          gimp_prop_label_new                 (<a
 
1699
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1700
>GObject</a> *config,
 
1701
                                                         const <a
 
1702
href="../glib/glib-Basic-Types.html#gchar"
 
1703
>gchar</a> *property_name);</pre>
1130
1704
<p>
1131
 
Creates a <span class="type">GtkLabel</span> to display the value of the specified property.
 
1705
Creates a <a
 
1706
href="../gtk/GtkLabel.html"
 
1707
><span class="type">GtkLabel</span></a> to display the value of the specified property.
1132
1708
The property should be a string property or at least transformable
1133
1709
to a string.  If the user should be able to edit the string, use
1134
1710
<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new"><code class="function">gimp_prop_entry_new()</code></a> instead.</p>
1150
1726
</tr>
1151
1727
<tr>
1152
1728
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1153
 
<td>  A new <span class="type">GtkLabel</span> widget.
 
1729
<td>  A new <a
 
1730
href="../gtk/GtkLabel.html"
 
1731
><span class="type">GtkLabel</span></a> widget.
1154
1732
 
1155
1733
Since GIMP 2.4
1156
1734
</td>
1160
1738
</div>
1161
1739
<hr>
1162
1740
<div class="refsect2" lang="en">
1163
 
<a name="id2695350"></a><h3>
 
1741
<a name="id2695260"></a><h3>
1164
1742
<a name="gimp-prop-memsize-entry-new"></a>gimp_prop_memsize_entry_new ()</h3>
1165
 
<a class="indexterm" name="id2695362"></a><pre class="programlisting">GtkWidget*          gimp_prop_memsize_entry_new         (GObject *config,
1166
 
                                                         const gchar *property_name);</pre>
 
1743
<a class="indexterm" name="id2695272"></a><pre class="programlisting"><a
 
1744
href="../gtk/GtkWidget.html"
 
1745
>GtkWidget</a>*          gimp_prop_memsize_entry_new         (<a
 
1746
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1747
>GObject</a> *config,
 
1748
                                                         const <a
 
1749
href="../glib/glib-Basic-Types.html#gchar"
 
1750
>gchar</a> *property_name);</pre>
1167
1751
<p>
1168
1752
Creates a <a class="link" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry"><span class="type">GimpMemsizeEntry</span></a> (spin button and option menu) to set
1169
1753
and display the value of the specified memsize property.  See
1196
1780
</div>
1197
1781
<hr>
1198
1782
<div class="refsect2" lang="en">
1199
 
<a name="id2695458"></a><h3>
 
1783
<a name="id2695381"></a><h3>
1200
1784
<a name="gimp-prop-opacity-entry-new"></a>gimp_prop_opacity_entry_new ()</h3>
1201
 
<a class="indexterm" name="id2695469"></a><pre class="programlisting">GtkObject*          gimp_prop_opacity_entry_new         (GObject *config,
1202
 
                                                         const gchar *property_name,
1203
 
                                                         GtkTable *table,
1204
 
                                                         gint column,
1205
 
                                                         gint row,
1206
 
                                                         const gchar *label);</pre>
 
1785
<a class="indexterm" name="id2695395"></a><pre class="programlisting"><a
 
1786
href="../gtk/GtkObject.html"
 
1787
>GtkObject</a>*          gimp_prop_opacity_entry_new         (<a
 
1788
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1789
>GObject</a> *config,
 
1790
                                                         const <a
 
1791
href="../glib/glib-Basic-Types.html#gchar"
 
1792
>gchar</a> *property_name,
 
1793
                                                         <a
 
1794
href="../gtk/GtkTable.html"
 
1795
>GtkTable</a> *table,
 
1796
                                                         <a
 
1797
href="../glib/glib-Basic-Types.html#gint"
 
1798
>gint</a> column,
 
1799
                                                         <a
 
1800
href="../glib/glib-Basic-Types.html#gint"
 
1801
>gint</a> row,
 
1802
                                                         const <a
 
1803
href="../glib/glib-Basic-Types.html#gchar"
 
1804
>gchar</a> *label);</pre>
1207
1805
<p>
1208
1806
Creates a <span class="type">GimpScaleEntry</span> (slider and spin button) to set and
1209
1807
display the value of the specified double property, which should
1227
1825
</tr>
1228
1826
<tr>
1229
1827
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1230
 
<td>         The <span class="type">GtkTable</span> the widgets will be attached to.
 
1828
<td>         The <a
 
1829
href="../gtk/GtkTable.html"
 
1830
><span class="type">GtkTable</span></a> the widgets will be attached to.
1231
1831
</td>
1232
1832
</tr>
1233
1833
<tr>
1242
1842
</tr>
1243
1843
<tr>
1244
1844
<td><p><span class="term"><em class="parameter"><code>label</code></em>&#160;:</span></p></td>
1245
 
<td>         The text for the <span class="type">GtkLabel</span> which will appear left of the
1246
 
                <span class="type">GtkHScale</span>.
 
1845
<td>         The text for the <a
 
1846
href="../gtk/GtkLabel.html"
 
1847
><span class="type">GtkLabel</span></a> which will appear left of the
 
1848
                <a
 
1849
href="../gtk/GtkHScale.html"
 
1850
><span class="type">GtkHScale</span></a>.
1247
1851
</td>
1248
1852
</tr>
1249
1853
<tr>
1250
1854
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1251
 
<td>  The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
 
1855
<td>  The <a
 
1856
href="../gtk/GtkSpinButton.html"
 
1857
><span class="type">GtkSpinButton</span></a>'s <a
 
1858
href="../gtk/GtkAdjustment.html"
 
1859
><span class="type">GtkAdjustment</span></a>.
1252
1860
 
1253
1861
Since GIMP 2.4
1254
1862
</td>
1258
1866
</div>
1259
1867
<hr>
1260
1868
<div class="refsect2" lang="en">
1261
 
<a name="id2695672"></a><h3>
 
1869
<a name="id2695622"></a><h3>
1262
1870
<a name="gimp-prop-path-editor-new"></a>gimp_prop_path_editor_new ()</h3>
1263
 
<a class="indexterm" name="id2695683"></a><pre class="programlisting">GtkWidget*          gimp_prop_path_editor_new           (GObject *config,
1264
 
                                                         const gchar *path_property_name,
1265
 
                                                         const gchar *writable_property_name,
1266
 
                                                         const gchar *filesel_title);</pre>
 
1871
<a class="indexterm" name="id2695636"></a><pre class="programlisting"><a
 
1872
href="../gtk/GtkWidget.html"
 
1873
>GtkWidget</a>*          gimp_prop_path_editor_new           (<a
 
1874
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1875
>GObject</a> *config,
 
1876
                                                         const <a
 
1877
href="../glib/glib-Basic-Types.html#gchar"
 
1878
>gchar</a> *path_property_name,
 
1879
                                                         const <a
 
1880
href="../glib/glib-Basic-Types.html#gchar"
 
1881
>gchar</a> *writable_property_name,
 
1882
                                                         const <a
 
1883
href="../glib/glib-Basic-Types.html#gchar"
 
1884
>gchar</a> *filesel_title);</pre>
1267
1885
<p>
1268
1886
 
1269
1887
</p>
1302
1920
</div>
1303
1921
<hr>
1304
1922
<div class="refsect2" lang="en">
1305
 
<a name="id2695791"></a><h3>
 
1923
<a name="id2695758"></a><h3>
1306
1924
<a name="gimp-prop-scale-entry-new"></a>gimp_prop_scale_entry_new ()</h3>
1307
 
<a class="indexterm" name="id2695802"></a><pre class="programlisting">GtkObject*          gimp_prop_scale_entry_new           (GObject *config,
1308
 
                                                         const gchar *property_name,
1309
 
                                                         GtkTable *table,
1310
 
                                                         gint column,
1311
 
                                                         gint row,
1312
 
                                                         const gchar *label,
1313
 
                                                         gdouble step_increment,
1314
 
                                                         gdouble page_increment,
1315
 
                                                         gint digits,
1316
 
                                                         gboolean limit_scale,
1317
 
                                                         gdouble lower_limit,
1318
 
                                                         gdouble upper_limit);</pre>
 
1925
<a class="indexterm" name="id2695772"></a><pre class="programlisting"><a
 
1926
href="../gtk/GtkObject.html"
 
1927
>GtkObject</a>*          gimp_prop_scale_entry_new           (<a
 
1928
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
1929
>GObject</a> *config,
 
1930
                                                         const <a
 
1931
href="../glib/glib-Basic-Types.html#gchar"
 
1932
>gchar</a> *property_name,
 
1933
                                                         <a
 
1934
href="../gtk/GtkTable.html"
 
1935
>GtkTable</a> *table,
 
1936
                                                         <a
 
1937
href="../glib/glib-Basic-Types.html#gint"
 
1938
>gint</a> column,
 
1939
                                                         <a
 
1940
href="../glib/glib-Basic-Types.html#gint"
 
1941
>gint</a> row,
 
1942
                                                         const <a
 
1943
href="../glib/glib-Basic-Types.html#gchar"
 
1944
>gchar</a> *label,
 
1945
                                                         <a
 
1946
href="../glib/glib-Basic-Types.html#gdouble"
 
1947
>gdouble</a> step_increment,
 
1948
                                                         <a
 
1949
href="../glib/glib-Basic-Types.html#gdouble"
 
1950
>gdouble</a> page_increment,
 
1951
                                                         <a
 
1952
href="../glib/glib-Basic-Types.html#gint"
 
1953
>gint</a> digits,
 
1954
                                                         <a
 
1955
href="../glib/glib-Basic-Types.html#gboolean"
 
1956
>gboolean</a> limit_scale,
 
1957
                                                         <a
 
1958
href="../glib/glib-Basic-Types.html#gdouble"
 
1959
>gdouble</a> lower_limit,
 
1960
                                                         <a
 
1961
href="../glib/glib-Basic-Types.html#gdouble"
 
1962
>gdouble</a> upper_limit);</pre>
1319
1963
<p>
1320
1964
Creates a <span class="type">GimpScaleEntry</span> (slider and spin button) to set and
1321
1965
display the value of the specified double property.  See
1338
1982
</tr>
1339
1983
<tr>
1340
1984
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1341
 
<td>          The <span class="type">GtkTable</span> the widgets will be attached to.
 
1985
<td>          The <a
 
1986
href="../gtk/GtkTable.html"
 
1987
><span class="type">GtkTable</span></a> the widgets will be attached to.
1342
1988
</td>
1343
1989
</tr>
1344
1990
<tr>
1353
1999
</tr>
1354
2000
<tr>
1355
2001
<td><p><span class="term"><em class="parameter"><code>label</code></em>&#160;:</span></p></td>
1356
 
<td>          The text for the <span class="type">GtkLabel</span> which will appear left of
1357
 
                 the <span class="type">GtkHScale</span>.
 
2002
<td>          The text for the <a
 
2003
href="../gtk/GtkLabel.html"
 
2004
><span class="type">GtkLabel</span></a> which will appear left of
 
2005
                 the <a
 
2006
href="../gtk/GtkHScale.html"
 
2007
><span class="type">GtkHScale</span></a>.
1358
2008
</td>
1359
2009
</tr>
1360
2010
<tr>
1374
2024
</tr>
1375
2025
<tr>
1376
2026
<td><p><span class="term"><em class="parameter"><code>limit_scale</code></em>&#160;:</span></p></td>
1377
 
<td>    <code class="literal">TRUE</code> if the range of possible values of the
 
2027
<td>    <a
 
2028
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
 
2029
><code class="literal">TRUE</code></a> if the range of possible values of the
1378
2030
                 GtkSpinButton should be the same as of the GtkHScale.
1379
2031
</td>
1380
2032
</tr>
1381
2033
<tr>
1382
2034
<td><p><span class="term"><em class="parameter"><code>lower_limit</code></em>&#160;:</span></p></td>
1383
 
<td>    The spinbutton's lower boundary if <em class="parameter"><code>limit_scale</code></em> is <code class="literal">FALSE</code>.
 
2035
<td>    The spinbutton's lower boundary if <em class="parameter"><code>limit_scale</code></em> is <a
 
2036
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2037
><code class="literal">FALSE</code></a>.
1384
2038
</td>
1385
2039
</tr>
1386
2040
<tr>
1387
2041
<td><p><span class="term"><em class="parameter"><code>upper_limit</code></em>&#160;:</span></p></td>
1388
 
<td>    The spinbutton's upper boundary if <em class="parameter"><code>limit_scale</code></em> is <code class="literal">FALSE</code>.
 
2042
<td>    The spinbutton's upper boundary if <em class="parameter"><code>limit_scale</code></em> is <a
 
2043
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
 
2044
><code class="literal">FALSE</code></a>.
1389
2045
</td>
1390
2046
</tr>
1391
2047
<tr>
1392
2048
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1393
 
<td> The <span class="type">GtkSpinButton</span>'s <span class="type">GtkAdjustment</span>.
 
2049
<td> The <a
 
2050
href="../gtk/GtkSpinButton.html"
 
2051
><span class="type">GtkSpinButton</span></a>'s <a
 
2052
href="../gtk/GtkAdjustment.html"
 
2053
><span class="type">GtkAdjustment</span></a>.
1394
2054
 
1395
2055
Since GIMP 2.4
1396
2056
</td>
1400
2060
</div>
1401
2061
<hr>
1402
2062
<div class="refsect2" lang="en">
1403
 
<a name="id2696159"></a><h3>
 
2063
<a name="id2696170"></a><h3>
1404
2064
<a name="gimp-prop-size-entry-new"></a>gimp_prop_size_entry_new ()</h3>
1405
 
<a class="indexterm" name="id2696169"></a><pre class="programlisting">GtkWidget*          gimp_prop_size_entry_new            (GObject *config,
1406
 
                                                         const gchar *property_name,
1407
 
                                                         const gchar *unit_property_name,
1408
 
                                                         const gchar *unit_format,
 
2065
<a class="indexterm" name="id2696183"></a><pre class="programlisting"><a
 
2066
href="../gtk/GtkWidget.html"
 
2067
>GtkWidget</a>*          gimp_prop_size_entry_new            (<a
 
2068
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2069
>GObject</a> *config,
 
2070
                                                         const <a
 
2071
href="../glib/glib-Basic-Types.html#gchar"
 
2072
>gchar</a> *property_name,
 
2073
                                                         const <a
 
2074
href="../glib/glib-Basic-Types.html#gchar"
 
2075
>gchar</a> *unit_property_name,
 
2076
                                                         const <a
 
2077
href="../glib/glib-Basic-Types.html#gchar"
 
2078
>gchar</a> *unit_format,
1409
2079
                                                         <a class="link" href="GimpSizeEntry.html#GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</a> update_policy,
1410
 
                                                         gdouble resolution);</pre>
 
2080
                                                         <a
 
2081
href="../glib/glib-Basic-Types.html#gdouble"
 
2082
>gdouble</a> resolution);</pre>
1411
2083
<p>
1412
2084
Creates a <a class="link" href="GimpSizeEntry.html" title="GimpSizeEntry"><span class="type">GimpSizeEntry</span></a> to set and display the specified double or
1413
2085
int property, and its associated unit property.  Note that this
1464
2136
</div>
1465
2137
<hr>
1466
2138
<div class="refsect2" lang="en">
1467
 
<a name="id2696358"></a><h3>
 
2139
<a name="id2696395"></a><h3>
1468
2140
<a name="gimp-prop-spin-button-new"></a>gimp_prop_spin_button_new ()</h3>
1469
 
<a class="indexterm" name="id2696373"></a><pre class="programlisting">GtkWidget*          gimp_prop_spin_button_new           (GObject *config,
1470
 
                                                         const gchar *property_name,
1471
 
                                                         gdouble step_increment,
1472
 
                                                         gdouble page_increment,
1473
 
                                                         gint digits);</pre>
 
2141
<a class="indexterm" name="id2696410"></a><pre class="programlisting"><a
 
2142
href="../gtk/GtkWidget.html"
 
2143
>GtkWidget</a>*          gimp_prop_spin_button_new           (<a
 
2144
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2145
>GObject</a> *config,
 
2146
                                                         const <a
 
2147
href="../glib/glib-Basic-Types.html#gchar"
 
2148
>gchar</a> *property_name,
 
2149
                                                         <a
 
2150
href="../glib/glib-Basic-Types.html#gdouble"
 
2151
>gdouble</a> step_increment,
 
2152
                                                         <a
 
2153
href="../glib/glib-Basic-Types.html#gdouble"
 
2154
>gdouble</a> page_increment,
 
2155
                                                         <a
 
2156
href="../glib/glib-Basic-Types.html#gint"
 
2157
>gint</a> digits);</pre>
1474
2158
<p>
1475
2159
Creates a spin button to set and display the value of the
1476
2160
specified double property.</p>
1517
2201
</div>
1518
2202
<hr>
1519
2203
<div class="refsect2" lang="en">
1520
 
<a name="id2696530"></a><h3>
 
2204
<a name="id2696567"></a><h3>
1521
2205
<a name="gimp-prop-stock-image-new"></a>gimp_prop_stock_image_new ()</h3>
1522
 
<a class="indexterm" name="id2696545"></a><pre class="programlisting">GtkWidget*          gimp_prop_stock_image_new           (GObject *config,
1523
 
                                                         const gchar *property_name,
1524
 
                                                         GtkIconSize icon_size);</pre>
 
2206
<a class="indexterm" name="id2696582"></a><pre class="programlisting"><a
 
2207
href="../gtk/GtkWidget.html"
 
2208
>GtkWidget</a>*          gimp_prop_stock_image_new           (<a
 
2209
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2210
>GObject</a> *config,
 
2211
                                                         const <a
 
2212
href="../glib/glib-Basic-Types.html#gchar"
 
2213
>gchar</a> *property_name,
 
2214
                                                         <a
 
2215
href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
 
2216
>GtkIconSize</a> icon_size);</pre>
1525
2217
<p>
1526
2218
Creates a widget to display a stock image representing the value of the
1527
2219
specified string property, which should encode a Stock ID.
1528
 
See <code class="function">gtk_image_new_from_stock()</code> for more information.</p>
 
2220
See <a
 
2221
href="../gtk/GtkImage.html#gtk-image-new-from-stock"
 
2222
><code class="function">gtk_image_new_from_stock()</code></a> for more information.</p>
1529
2223
<p>
1530
2224
 
1531
2225
</p>
1549
2243
</tr>
1550
2244
<tr>
1551
2245
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1552
 
<td>  A new <span class="type">GtkImage</span> widget.
 
2246
<td>  A new <a
 
2247
href="../gtk/GtkImage.html"
 
2248
><span class="type">GtkImage</span></a> widget.
1553
2249
 
1554
2250
Since GIMP 2.4
1555
2251
</td>
1559
2255
</div>
1560
2256
<hr>
1561
2257
<div class="refsect2" lang="en">
1562
 
<a name="id2696669"></a><h3>
 
2258
<a name="id2696705"></a><h3>
1563
2259
<a name="gimp-prop-string-combo-box-new"></a>gimp_prop_string_combo_box_new ()</h3>
1564
 
<a class="indexterm" name="id2696683"></a><pre class="programlisting">GtkWidget*          gimp_prop_string_combo_box_new      (GObject *config,
1565
 
                                                         const gchar *property_name,
1566
 
                                                         GtkTreeModel *model,
1567
 
                                                         gint id_column,
1568
 
                                                         gint label_column);</pre>
 
2260
<a class="indexterm" name="id2696720"></a><pre class="programlisting"><a
 
2261
href="../gtk/GtkWidget.html"
 
2262
>GtkWidget</a>*          gimp_prop_string_combo_box_new      (<a
 
2263
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2264
>GObject</a> *config,
 
2265
                                                         const <a
 
2266
href="../glib/glib-Basic-Types.html#gchar"
 
2267
>gchar</a> *property_name,
 
2268
                                                         <a
 
2269
href="../gtk/GtkTreeModel.html"
 
2270
>GtkTreeModel</a> *model,
 
2271
                                                         <a
 
2272
href="../glib/glib-Basic-Types.html#gint"
 
2273
>gint</a> id_column,
 
2274
                                                         <a
 
2275
href="../glib/glib-Basic-Types.html#gint"
 
2276
>gint</a> label_column);</pre>
1569
2277
<p>
1570
2278
Creates a <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> widget to display and set the
1571
2279
specified property.  The contents of the widget are determined by
1588
2296
</tr>
1589
2297
<tr>
1590
2298
<td><p><span class="term"><em class="parameter"><code>model</code></em>&#160;:</span></p></td>
1591
 
<td>         <span class="type">GtkTreeStore</span> holding list of values
 
2299
<td>         <a
 
2300
href="../gtk/GtkTreeStore.html"
 
2301
><span class="type">GtkTreeStore</span></a> holding list of values
1592
2302
</td>
1593
2303
</tr>
1594
2304
<tr>
1604
2314
<tr>
1605
2315
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1606
2316
<td> The newly created <a class="link" href="GimpStringComboBox.html" title="GimpStringComboBox"><span class="type">GimpStringComboBox</span></a> widget, optionally
1607
 
              wrapped into a <span class="type">GtkEventBox</span>.
 
2317
              wrapped into a <a
 
2318
href="../gtk/GtkEventBox.html"
 
2319
><span class="type">GtkEventBox</span></a>.
1608
2320
 
1609
2321
Since GIMP 2.4
1610
2322
</td>
1614
2326
</div>
1615
2327
<hr>
1616
2328
<div class="refsect2" lang="en">
1617
 
<a name="id2696882"></a><h3>
 
2329
<a name="id2696918"></a><h3>
1618
2330
<a name="gimp-prop-text-buffer-new"></a>gimp_prop_text_buffer_new ()</h3>
1619
 
<a class="indexterm" name="id2696896"></a><pre class="programlisting">GtkTextBuffer*      gimp_prop_text_buffer_new           (GObject *config,
1620
 
                                                         const gchar *property_name,
1621
 
                                                         gint max_len);</pre>
 
2331
<a class="indexterm" name="id2696933"></a><pre class="programlisting"><a
 
2332
href="../gtk/GtkTextBuffer.html"
 
2333
>GtkTextBuffer</a>*      gimp_prop_text_buffer_new           (<a
 
2334
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2335
>GObject</a> *config,
 
2336
                                                         const <a
 
2337
href="../glib/glib-Basic-Types.html#gchar"
 
2338
>gchar</a> *property_name,
 
2339
                                                         <a
 
2340
href="../glib/glib-Basic-Types.html#gint"
 
2341
>gint</a> max_len);</pre>
1622
2342
<p>
1623
 
Creates a <span class="type">GtkTextBuffer</span> to set and display the value of the
 
2343
Creates a <a
 
2344
href="../gtk/GtkTextBuffer.html"
 
2345
><span class="type">GtkTextBuffer</span></a> to set and display the value of the
1624
2346
specified string property.  Unless the string is expected to
1625
2347
contain multiple lines or a large amount of text, use
1626
 
<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new"><code class="function">gimp_prop_entry_new()</code></a> instead.  See <span class="type">GtkTextView</span> for information on
 
2348
<a class="link" href="libgimpwidgets-GimpPropWidgets.html#gimp-prop-entry-new"><code class="function">gimp_prop_entry_new()</code></a> instead.  See <a
 
2349
href="../gtk/GtkTextView.html"
 
2350
><span class="type">GtkTextView</span></a> for information on
1627
2351
how to insert a text buffer into a visible widget.
1628
2352
</p>
1629
2353
<p>
1652
2376
</tr>
1653
2377
<tr>
1654
2378
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1655
 
<td>  A new <span class="type">GtkTextBuffer</span>.
 
2379
<td>  A new <a
 
2380
href="../gtk/GtkTextBuffer.html"
 
2381
><span class="type">GtkTextBuffer</span></a>.
1656
2382
 
1657
2383
Since GIMP 2.4
1658
2384
</td>
1662
2388
</div>
1663
2389
<hr>
1664
2390
<div class="refsect2" lang="en">
1665
 
<a name="id2697047"></a><h3>
 
2391
<a name="id2697084"></a><h3>
1666
2392
<a name="gimp-prop-unit-menu-new"></a>gimp_prop_unit_menu_new ()</h3>
1667
 
<a class="indexterm" name="id2697061"></a><pre class="programlisting">GtkWidget*          gimp_prop_unit_menu_new             (GObject *config,
1668
 
                                                         const gchar *property_name,
1669
 
                                                         const gchar *unit_format);</pre>
 
2393
<a class="indexterm" name="id2697098"></a><pre class="programlisting"><a
 
2394
href="../gtk/GtkWidget.html"
 
2395
>GtkWidget</a>*          gimp_prop_unit_menu_new             (<a
 
2396
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
2397
>GObject</a> *config,
 
2398
                                                         const <a
 
2399
href="../glib/glib-Basic-Types.html#gchar"
 
2400
>gchar</a> *property_name,
 
2401
                                                         const <a
 
2402
href="../glib/glib-Basic-Types.html#gchar"
 
2403
>gchar</a> *unit_format);</pre>
1670
2404
<p>
1671
2405
Creates a <a class="link" href="GimpUnitMenu.html" title="GimpUnitMenu"><span class="type">GimpUnitMenu</span></a> to set and display the value of a Unit
1672
2406
property.  See <a class="link" href="GimpUnitMenu.html#gimp-unit-menu-new"><code class="function">gimp_unit_menu_new()</code></a> for more information.</p>