~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpNumberPairEntry</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpMemsizeEntry.html" title="GimpMemsizeEntry">
10
10
<link rel="next" href="GimpOffsetArea.html" title="GimpOffsetArea">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="GimpOffsetArea.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpNumberPairEntry.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpNumberPairEntry.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpNumberPairEntry.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpNumberPairEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpNumberPairEntry.properties" class="shortcut">Properties</a>
46
 
                   | 
47
 
                  <a href="#GimpNumberPairEntry.signals" class="shortcut">Signals</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpNumberPairEntry.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpNumberPairEntry.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpNumberPairEntry.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpNumberPairEntry.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpNumberPairEntry.properties" class="shortcut">Properties</a>
 
47
                 | 
 
48
                <a href="#GimpNumberPairEntry.signals" class="shortcut">Signals</a>
 
49
</td></tr>
48
50
</table>
49
 
<div class="refentry" lang="en">
 
51
<div class="refentry" title="GimpNumberPairEntry">
50
52
<a name="GimpNumberPairEntry"></a><div class="titlepage"></div>
51
53
<div class="refnamediv"><table width="100%"><tr>
52
54
<td valign="top">
55
57
</td>
56
58
<td valign="top" align="right"><img src="gimp-number-pair-entry.png"></td>
57
59
</tr></table></div>
58
 
<div class="refsynopsisdiv">
 
60
<div class="refsynopsisdiv" title="Synopsis">
59
61
<a name="GimpNumberPairEntry.synopsis"></a><h2>Synopsis</h2>
60
62
<pre class="synopsis">
61
63
                    <a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-struct" title="GimpNumberPairEntry">GimpNumberPairEntry</a>;
62
64
enum                <a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a>;
63
65
<a
64
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
65
 
>GtkWidget</a>*          <a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-new" title="gimp_number_pair_entry_new ()">gimp_number_pair_entry_new</a>          (const <a
 
66
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
67
>GtkWidget</a> *         <a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-new" title="gimp_number_pair_entry_new ()">gimp_number_pair_entry_new</a>          (const <a
66
68
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
67
69
>gchar</a> *separators,
68
70
                                                         <a
125
127
>gboolean</a> user_override);
126
128
const <a
127
129
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
128
 
>gchar</a>*        <a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-text" title="gimp_number_pair_entry_get_default_text ()">gimp_number_pair_entry_get_default_text</a>
 
130
>gchar</a> *       <a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-get-default-text" title="gimp_number_pair_entry_get_default_text ()">gimp_number_pair_entry_get_default_text</a>
129
131
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);
130
132
void                <a class="link" href="GimpNumberPairEntry.html#gimp-number-pair-entry-set-default-text" title="gimp_number_pair_entry_set_default_text ()">gimp_number_pair_entry_set_default_text</a>
131
133
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
134
136
>gchar</a> *string);
135
137
</pre>
136
138
</div>
137
 
<div class="refsect1" lang="en">
 
139
<div class="refsect1" title="Object Hierarchy">
138
140
<a name="GimpNumberPairEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
139
141
<pre class="synopsis">
140
142
  <a
144
146
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
145
147
>GInitiallyUnowned</a>
146
148
         +----<a
147
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
149
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
148
150
>GtkObject</a>
149
151
               +----<a
150
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
152
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
151
153
>GtkWidget</a>
152
154
                     +----<a
153
 
href="/usr/share/gtk-doc/html/gtk/GtkEntry.html"
 
155
href="http://library.gnome.org/devel/gtk/unstable/GtkEntry.html"
154
156
>GtkEntry</a>
155
157
                           +----GimpNumberPairEntry
156
158
</pre>
157
159
</div>
158
 
<div class="refsect1" lang="en">
 
160
<div class="refsect1" title="Implemented Interfaces">
159
161
<a name="GimpNumberPairEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
160
162
<p>
161
163
GimpNumberPairEntry implements
162
 
 AtkImplementorIface,  <a
163
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
164
 
>GtkBuildable</a>,  <a
165
 
href="/usr/share/gtk-doc/html/gtk/GtkEditable.html"
 
164
 <a
 
165
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
166
>GtkBuildable</a>,  AtkImplementorIface,  <a
 
167
href="http://library.gnome.org/devel/gtk/unstable/GtkEditable.html"
166
168
>GtkEditable</a> and  <a
167
 
href="/usr/share/gtk-doc/html/gtk/GtkCellEditable.html"
 
169
href="http://library.gnome.org/devel/gtk/unstable/GtkCellEditable.html"
168
170
>GtkCellEditable</a>.</p>
169
171
</div>
170
 
<div class="refsect1" lang="en">
 
172
<div class="refsect1" title="Properties">
171
173
<a name="GimpNumberPairEntry.properties"></a><h2>Properties</h2>
172
174
<pre class="synopsis">
173
175
  "<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry--allow-simplification" title='The "allow-simplification" property'>allow-simplification</a>"     <a
206
208
>gboolean</a>              : Read / Write
207
209
</pre>
208
210
</div>
209
 
<div class="refsect1" lang="en">
 
211
<div class="refsect1" title="Signals">
210
212
<a name="GimpNumberPairEntry.signals"></a><h2>Signals</h2>
211
213
<pre class="synopsis">
212
214
  "<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-numbers-changed" title='The "numbers-changed" signal'>numbers-changed</a>"                                : Run First
213
215
  "<a class="link" href="GimpNumberPairEntry.html#GimpNumberPairEntry-ratio-changed" title='The "ratio-changed" signal'>ratio-changed</a>"                                  : Run First
214
216
</pre>
215
217
</div>
216
 
<div class="refsect1" lang="en">
 
218
<div class="refsect1" title="Description">
217
219
<a name="GimpNumberPairEntry.description"></a><h2>Description</h2>
218
220
<p>
219
 
 
220
221
</p>
221
222
</div>
222
 
<div class="refsect1" lang="en">
 
223
<div class="refsect1" title="Details">
223
224
<a name="GimpNumberPairEntry.details"></a><h2>Details</h2>
224
 
<div class="refsect2" lang="en">
 
225
<div class="refsect2" title="GimpNumberPairEntry">
225
226
<a name="GimpNumberPairEntry-struct"></a><h3>GimpNumberPairEntry</h3>
226
227
<pre class="programlisting">typedef struct _GimpNumberPairEntry GimpNumberPairEntry;</pre>
227
228
<p>
228
 
 
229
229
</p>
230
230
</div>
231
231
<hr>
232
 
<div class="refsect2" lang="en">
 
232
<div class="refsect2" title="enum GimpAspectType">
233
233
<a name="GimpAspectType"></a><h3>enum GimpAspectType</h3>
234
234
<pre class="programlisting">typedef enum
235
235
{
239
239
} GimpAspectType;
240
240
</pre>
241
241
<p>
242
 
 
243
242
</p>
244
243
</div>
245
244
<hr>
246
 
<div class="refsect2" lang="en">
 
245
<div class="refsect2" title="gimp_number_pair_entry_new ()">
247
246
<a name="gimp-number-pair-entry-new"></a><h3>gimp_number_pair_entry_new ()</h3>
248
247
<pre class="programlisting"><a
249
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
250
 
>GtkWidget</a>*          gimp_number_pair_entry_new          (const <a
 
248
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
249
>GtkWidget</a> *         gimp_number_pair_entry_new          (const <a
251
250
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
252
251
>gchar</a> *separators,
253
252
                                                         <a
282
281
The first separator of <em class="parameter"><code>separators</code></em> is used to display the current
283
282
value.</p>
284
283
<p>
285
 
 
286
284
</p>
287
285
<div class="variablelist"><table border="0">
288
286
<col align="left" valign="top">
315
313
</tr>
316
314
</tbody>
317
315
</table></div>
318
 
<p class="since">Since  GIMP 2.4
319
 
</p>
 
316
<p class="since">Since GIMP 2.4</p>
320
317
</div>
321
318
<hr>
322
 
<div class="refsect2" lang="en">
 
319
<div class="refsect2" title="gimp_number_pair_entry_set_default_values ()">
323
320
<a name="gimp-number-pair-entry-set-default-values"></a><h3>gimp_number_pair_entry_set_default_values ()</h3>
324
321
<pre class="programlisting">void                gimp_number_pair_entry_set_default_values
325
322
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
332
329
<p>
333
330
</p>
334
331
<p>
335
 
 
336
332
</p>
337
333
<div class="variablelist"><table border="0">
338
334
<col align="left" valign="top">
354
350
</tr>
355
351
</tbody>
356
352
</table></div>
357
 
<p class="since">Since  GIMP 2.4
358
 
</p>
 
353
<p class="since">Since GIMP 2.4</p>
359
354
</div>
360
355
<hr>
361
 
<div class="refsect2" lang="en">
 
356
<div class="refsect2" title="gimp_number_pair_entry_get_default_values ()">
362
357
<a name="gimp-number-pair-entry-get-default-values"></a><h3>gimp_number_pair_entry_get_default_values ()</h3>
363
358
<pre class="programlisting">void                gimp_number_pair_entry_get_default_values
364
359
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
371
366
<p>
372
367
</p>
373
368
<p>
374
 
 
375
369
</p>
376
370
<div class="variablelist"><table border="0">
377
371
<col align="left" valign="top">
393
387
</tr>
394
388
</tbody>
395
389
</table></div>
396
 
<p class="since">Since  GIMP 2.4
397
 
</p>
 
390
<p class="since">Since GIMP 2.4</p>
398
391
</div>
399
392
<hr>
400
 
<div class="refsect2" lang="en">
 
393
<div class="refsect2" title="gimp_number_pair_entry_set_values ()">
401
394
<a name="gimp-number-pair-entry-set-values"></a><h3>gimp_number_pair_entry_set_values ()</h3>
402
395
<pre class="programlisting">void                gimp_number_pair_entry_set_values   (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
403
396
                                                         <a
411
404
ignoring if the user has set his/her own value. The state of
412
405
user-override will not be changed.</p>
413
406
<p>
414
 
 
415
407
</p>
416
408
<div class="variablelist"><table border="0">
417
409
<col align="left" valign="top">
433
425
</tr>
434
426
</tbody>
435
427
</table></div>
436
 
<p class="since">Since  GIMP 2.4
437
 
</p>
 
428
<p class="since">Since GIMP 2.4</p>
438
429
</div>
439
430
<hr>
440
 
<div class="refsect2" lang="en">
 
431
<div class="refsect2" title="gimp_number_pair_entry_get_values ()">
441
432
<a name="gimp-number-pair-entry-get-values"></a><h3>gimp_number_pair_entry_get_values ()</h3>
442
433
<pre class="programlisting">void                gimp_number_pair_entry_get_values   (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
443
434
                                                         <a
449
440
<p>
450
441
Gets the numbers displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p>
451
442
<p>
452
 
 
453
443
</p>
454
444
<div class="variablelist"><table border="0">
455
445
<col align="left" valign="top">
462
452
<tr>
463
453
<td><p><span class="term"><em class="parameter"><code>left</code></em> :</span></p></td>
464
454
<td>  Pointer of where to store the left number (may be <a
465
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
455
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
466
456
><code class="literal">NULL</code></a>).
467
457
</td>
468
458
</tr>
469
459
<tr>
470
460
<td><p><span class="term"><em class="parameter"><code>right</code></em> :</span></p></td>
471
461
<td> Pointer of to store the right number (may be <a
472
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
462
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
473
463
><code class="literal">NULL</code></a>).
474
464
</td>
475
465
</tr>
476
466
</tbody>
477
467
</table></div>
478
 
<p class="since">Since  GIMP 2.4
479
 
</p>
 
468
<p class="since">Since GIMP 2.4</p>
480
469
</div>
481
470
<hr>
482
 
<div class="refsect2" lang="en">
 
471
<div class="refsect2" title="gimp_number_pair_entry_get_aspect ()">
483
472
<a name="gimp-number-pair-entry-get-aspect"></a><h3>gimp_number_pair_entry_get_aspect ()</h3>
484
473
<pre class="programlisting"><a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a>      gimp_number_pair_entry_get_aspect   (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
485
474
<p>
486
475
Gets the aspect of the ratio displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p>
487
476
<p>
488
 
 
489
477
</p>
490
478
<div class="variablelist"><table border="0">
491
479
<col align="left" valign="top">
503
491
</tr>
504
492
</tbody>
505
493
</table></div>
506
 
<p class="since">Since  GIMP 2.4
507
 
</p>
 
494
<p class="since">Since GIMP 2.4</p>
508
495
</div>
509
496
<hr>
510
 
<div class="refsect2" lang="en">
 
497
<div class="refsect2" title="gimp_number_pair_entry_set_aspect ()">
511
498
<a name="gimp-number-pair-entry-set-aspect"></a><h3>gimp_number_pair_entry_set_aspect ()</h3>
512
499
<pre class="programlisting">void                gimp_number_pair_entry_set_aspect   (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
513
500
                                                         <a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a> aspect);</pre>
516
503
right_number if necessary (or setting them to 1.0 in case that
517
504
<em class="parameter"><code>aspect</code></em> is <code class="literal">GIMP_ASPECT_SQUARE</code>).</p>
518
505
<p>
519
 
 
520
506
</p>
521
507
<div class="variablelist"><table border="0">
522
508
<col align="left" valign="top">
533
519
</tr>
534
520
</tbody>
535
521
</table></div>
536
 
<p class="since">Since  GIMP 2.4
537
 
</p>
 
522
<p class="since">Since GIMP 2.4</p>
538
523
</div>
539
524
<hr>
540
 
<div class="refsect2" lang="en">
 
525
<div class="refsect2" title="gimp_number_pair_entry_get_ratio ()">
541
526
<a name="gimp-number-pair-entry-get-ratio"></a><h3>gimp_number_pair_entry_get_ratio ()</h3>
542
527
<pre class="programlisting"><a
543
528
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
545
530
<p>
546
531
Retrieves the ratio of the numbers displayed by a <a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry"><span class="type">GimpNumberPairEntry</span></a>.</p>
547
532
<p>
548
 
 
549
533
</p>
550
534
<div class="variablelist"><table border="0">
551
535
<col align="left" valign="top">
563
547
</tr>
564
548
</tbody>
565
549
</table></div>
566
 
<p class="since">Since  GIMP 2.4
567
 
</p>
 
550
<p class="since">Since GIMP 2.4</p>
568
551
</div>
569
552
<hr>
570
 
<div class="refsect2" lang="en">
 
553
<div class="refsect2" title="gimp_number_pair_entry_set_ratio ()">
571
554
<a name="gimp-number-pair-entry-set-ratio"></a><h3>gimp_number_pair_entry_set_ratio ()</h3>
572
555
<pre class="programlisting">void                gimp_number_pair_entry_set_ratio    (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
573
556
                                                         <a
582
565
An attempt is made to convert the decimal number into a fraction
583
566
with left_number and right_number &lt; 1000.</p>
584
567
<p>
585
 
 
586
568
</p>
587
569
<div class="variablelist"><table border="0">
588
570
<col align="left" valign="top">
599
581
</tr>
600
582
</tbody>
601
583
</table></div>
602
 
<p class="since">Since  GIMP 2.4
603
 
</p>
 
584
<p class="since">Since GIMP 2.4</p>
604
585
</div>
605
586
<hr>
606
 
<div class="refsect2" lang="en">
 
587
<div class="refsect2" title="gimp_number_pair_entry_get_user_override ()">
607
588
<a name="gimp-number-pair-entry-get-user-override"></a><h3>gimp_number_pair_entry_get_user_override ()</h3>
608
589
<pre class="programlisting"><a
609
590
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
612
593
<p>
613
594
</p>
614
595
<p>
615
 
 
616
596
</p>
617
597
<div class="variablelist"><table border="0">
618
598
<col align="left" valign="top">
630
610
</tr>
631
611
</tbody>
632
612
</table></div>
633
 
<p class="since">Since  GIMP 2.4
634
 
</p>
 
613
<p class="since">Since GIMP 2.4</p>
635
614
</div>
636
615
<hr>
637
 
<div class="refsect2" lang="en">
 
616
<div class="refsect2" title="gimp_number_pair_entry_set_user_override ()">
638
617
<a name="gimp-number-pair-entry-set-user-override"></a><h3>gimp_number_pair_entry_set_user_override ()</h3>
639
618
<pre class="programlisting">void                gimp_number_pair_entry_set_user_override
640
619
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
646
625
change when the default values are changed. When in user overridden
647
626
mode, setting default values will not affect the active values.</p>
648
627
<p>
649
 
 
650
628
</p>
651
629
<div class="variablelist"><table border="0">
652
630
<col align="left" valign="top">
659
637
<tr>
660
638
<td><p><span class="term"><em class="parameter"><code>user_override</code></em> :</span></p></td>
661
639
<td> <a
662
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
640
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
663
641
><code class="literal">TRUE</code></a> sets the entry in user overridden mode,
664
642
                <a
665
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
643
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
666
644
><code class="literal">FALSE</code></a> disables.
667
645
</td>
668
646
</tr>
669
647
</tbody>
670
648
</table></div>
671
 
<p class="since">Since  GIMP 2.4
672
 
</p>
 
649
<p class="since">Since GIMP 2.4</p>
673
650
</div>
674
651
<hr>
675
 
<div class="refsect2" lang="en">
 
652
<div class="refsect2" title="gimp_number_pair_entry_get_default_text ()">
676
653
<a name="gimp-number-pair-entry-get-default-text"></a><h3>gimp_number_pair_entry_get_default_text ()</h3>
677
654
<pre class="programlisting">const <a
678
655
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
679
 
>gchar</a>*        gimp_number_pair_entry_get_default_text
 
656
>gchar</a> *       gimp_number_pair_entry_get_default_text
680
657
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry);</pre>
681
658
<p>
682
659
</p>
683
660
<p>
684
 
 
685
661
</p>
686
662
<div class="variablelist"><table border="0">
687
663
<col align="left" valign="top">
694
670
<tr>
695
671
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
696
672
<td> the string manully set to be shown, or <a
697
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
673
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
698
674
><code class="literal">NULL</code></a> if values are
699
675
         shown in a normal fashion.
700
676
 
702
678
</tr>
703
679
</tbody>
704
680
</table></div>
705
 
<p class="since">Since  GIMP 2.4
706
 
</p>
 
681
<p class="since">Since GIMP 2.4</p>
707
682
</div>
708
683
<hr>
709
 
<div class="refsect2" lang="en">
 
684
<div class="refsect2" title="gimp_number_pair_entry_set_default_text ()">
710
685
<a name="gimp-number-pair-entry-set-default-text"></a><h3>gimp_number_pair_entry_set_default_text ()</h3>
711
686
<pre class="programlisting">void                gimp_number_pair_entry_set_default_text
712
687
                                                        (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *entry,
721
696
</p>
722
697
<p>
723
698
Set the default string to <a
724
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
699
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
725
700
><code class="literal">NULL</code></a> to display default values as
726
701
normal.</p>
727
702
<p>
728
 
 
729
703
</p>
730
704
<div class="variablelist"><table border="0">
731
705
<col align="left" valign="top">
742
716
</tr>
743
717
</tbody>
744
718
</table></div>
745
 
<p class="since">Since  GIMP 2.4
746
 
</p>
747
 
</div>
748
 
</div>
749
 
<div class="refsect1" lang="en">
 
719
<p class="since">Since GIMP 2.4</p>
 
720
</div>
 
721
</div>
 
722
<div class="refsect1" title="Property Details">
750
723
<a name="GimpNumberPairEntry.property-details"></a><h2>Property Details</h2>
751
 
<div class="refsect2" lang="en">
 
724
<div class="refsect2" title='The "allow-simplification" property'>
752
725
<a name="GimpNumberPairEntry--allow-simplification"></a><h3>The <code class="literal">"allow-simplification"</code> property</h3>
753
726
<pre class="programlisting">  "allow-simplification"     <a
754
727
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
757
730
<p>Default value: FALSE</p>
758
731
</div>
759
732
<hr>
760
 
<div class="refsect2" lang="en">
 
733
<div class="refsect2" title='The "aspect" property'>
761
734
<a name="GimpNumberPairEntry--aspect"></a><h3>The <code class="literal">"aspect"</code> property</h3>
762
735
<pre class="programlisting">  "aspect"                   <a class="link" href="GimpNumberPairEntry.html#GimpAspectType" title="enum GimpAspectType">GimpAspectType</a>        : Read / Write</pre>
763
736
<p></p>
764
737
<p>Default value: GIMP_ASPECT_SQUARE</p>
765
738
</div>
766
739
<hr>
767
 
<div class="refsect2" lang="en">
 
740
<div class="refsect2" title='The "default-left-number" property'>
768
741
<a name="GimpNumberPairEntry--default-left-number"></a><h3>The <code class="literal">"default-left-number"</code> property</h3>
769
742
<pre class="programlisting">  "default-left-number"      <a
770
743
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
774
747
<p>Default value: 100</p>
775
748
</div>
776
749
<hr>
777
 
<div class="refsect2" lang="en">
 
750
<div class="refsect2" title='The "default-right-number" property'>
778
751
<a name="GimpNumberPairEntry--default-right-number"></a><h3>The <code class="literal">"default-right-number"</code> property</h3>
779
752
<pre class="programlisting">  "default-right-number"     <a
780
753
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
784
757
<p>Default value: 100</p>
785
758
</div>
786
759
<hr>
787
 
<div class="refsect2" lang="en">
 
760
<div class="refsect2" title='The "default-text" property'>
788
761
<a name="GimpNumberPairEntry--default-text"></a><h3>The <code class="literal">"default-text"</code> property</h3>
789
762
<pre class="programlisting">  "default-text"             <a
790
763
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
793
766
<p>Default value: NULL</p>
794
767
</div>
795
768
<hr>
796
 
<div class="refsect2" lang="en">
 
769
<div class="refsect2" title='The "left-number" property'>
797
770
<a name="GimpNumberPairEntry--left-number"></a><h3>The <code class="literal">"left-number"</code> property</h3>
798
771
<pre class="programlisting">  "left-number"              <a
799
772
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
803
776
<p>Default value: 100</p>
804
777
</div>
805
778
<hr>
806
 
<div class="refsect2" lang="en">
 
779
<div class="refsect2" title='The "max-valid-value" property'>
807
780
<a name="GimpNumberPairEntry--max-valid-value"></a><h3>The <code class="literal">"max-valid-value"</code> property</h3>
808
781
<pre class="programlisting">  "max-valid-value"          <a
809
782
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
813
786
<p>Default value: 1.79769e+308</p>
814
787
</div>
815
788
<hr>
816
 
<div class="refsect2" lang="en">
 
789
<div class="refsect2" title='The "min-valid-value" property'>
817
790
<a name="GimpNumberPairEntry--min-valid-value"></a><h3>The <code class="literal">"min-valid-value"</code> property</h3>
818
791
<pre class="programlisting">  "min-valid-value"          <a
819
792
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
823
796
<p>Default value: 2.22507e-308</p>
824
797
</div>
825
798
<hr>
826
 
<div class="refsect2" lang="en">
 
799
<div class="refsect2" title='The "ratio" property'>
827
800
<a name="GimpNumberPairEntry--ratio"></a><h3>The <code class="literal">"ratio"</code> property</h3>
828
801
<pre class="programlisting">  "ratio"                    <a
829
802
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
833
806
<p>Default value: 1</p>
834
807
</div>
835
808
<hr>
836
 
<div class="refsect2" lang="en">
 
809
<div class="refsect2" title='The "right-number" property'>
837
810
<a name="GimpNumberPairEntry--right-number"></a><h3>The <code class="literal">"right-number"</code> property</h3>
838
811
<pre class="programlisting">  "right-number"             <a
839
812
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
843
816
<p>Default value: 100</p>
844
817
</div>
845
818
<hr>
846
 
<div class="refsect2" lang="en">
 
819
<div class="refsect2" title='The "separators" property'>
847
820
<a name="GimpNumberPairEntry--separators"></a><h3>The <code class="literal">"separators"</code> property</h3>
848
821
<pre class="programlisting">  "separators"               <a
849
822
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
852
825
<p>Default value: NULL</p>
853
826
</div>
854
827
<hr>
855
 
<div class="refsect2" lang="en">
 
828
<div class="refsect2" title='The "user-override" property'>
856
829
<a name="GimpNumberPairEntry--user-override"></a><h3>The <code class="literal">"user-override"</code> property</h3>
857
830
<pre class="programlisting">  "user-override"            <a
858
831
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
861
834
<p>Default value: FALSE</p>
862
835
</div>
863
836
</div>
864
 
<div class="refsect1" lang="en">
 
837
<div class="refsect1" title="Signal Details">
865
838
<a name="GimpNumberPairEntry.signal-details"></a><h2>Signal Details</h2>
866
 
<div class="refsect2" lang="en">
 
839
<div class="refsect2" title='The "numbers-changed" signal'>
867
840
<a name="GimpNumberPairEntry-numbers-changed"></a><h3>The <code class="literal">"numbers-changed"</code> signal</h3>
868
841
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
869
842
                                                        <a
870
843
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
871
844
>gpointer</a>             user_data)                : Run First</pre>
872
845
<p>
873
 
 
874
846
</p>
875
847
<div class="variablelist"><table border="0">
876
848
<col align="left" valign="top">
878
850
<tr>
879
851
<td><p><span class="term"><em class="parameter"><code>gimpnumberpairentry</code></em> :</span></p></td>
880
852
<td>the object which received the signal.
881
 
 
882
853
</td>
883
854
</tr>
884
855
<tr>
889
860
</table></div>
890
861
</div>
891
862
<hr>
892
 
<div class="refsect2" lang="en">
 
863
<div class="refsect2" title='The "ratio-changed" signal'>
893
864
<a name="GimpNumberPairEntry-ratio-changed"></a><h3>The <code class="literal">"ratio-changed"</code> signal</h3>
894
865
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpNumberPairEntry.html" title="GimpNumberPairEntry">GimpNumberPairEntry</a> *gimpnumberpairentry,
895
866
                                                        <a
896
867
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
897
868
>gpointer</a>             user_data)                : Run First</pre>
898
869
<p>
899
 
 
900
870
</p>
901
871
<div class="variablelist"><table border="0">
902
872
<col align="left" valign="top">
904
874
<tr>
905
875
<td><p><span class="term"><em class="parameter"><code>gimpnumberpairentry</code></em> :</span></p></td>
906
876
<td>the object which received the signal.
907
 
 
908
877
</td>
909
878
</tr>
910
879
<tr>
918
887
</div>
919
888
<div class="footer">
920
889
<hr>
921
 
          Generated by GTK-Doc V1.10</div>
 
890
          Generated by GTK-Doc V1.11</div>
922
891
</body>
923
892
</html>