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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/html/libgimpbase-gimpparam.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:
25
25
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
26
26
<td><a accesskey="n" href="libgimpbase-gimpchecks.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2613192" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614812" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id2597606" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id2602173" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libgimpbase-gimpparam"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id2613192"></a><span class="refentrytitle">gimpparam</span>
 
37
<a name="id2614812"></a><span class="refentrytitle">gimpparam</span>
38
38
</h2>
39
 
<p>gimpparam &#8212; Definitions of useful <span class="type">GParamFlags</span>.</p>
 
39
<p>gimpparam &#8212; Definitions of useful <a
 
40
href="../gobject/gobject-GParamSpec.html#GParamFlags"
 
41
><span class="type">GParamFlags</span></a>.</p>
40
42
</td>
41
43
<td valign="top" align="right"></td>
42
44
</tr></table></div>
53
55
</pre>
54
56
</div>
55
57
<div class="refsect1" lang="en">
56
 
<a name="id2597606"></a><h2>Description</h2>
 
58
<a name="id2602173"></a><h2>Description</h2>
57
59
<p>
58
60
 
59
61
</p>
60
62
</div>
61
63
<div class="refsect1" lang="en">
62
 
<a name="id2611844"></a><h2>Details</h2>
 
64
<a name="id2602188"></a><h2>Details</h2>
63
65
<div class="refsect2" lang="en">
64
 
<a name="id2611855"></a><h3>
 
66
<a name="id2602199"></a><h3>
65
67
<a name="GIMP-PARAM-STATIC-STRINGS:CAPS"></a>GIMP_PARAM_STATIC_STRINGS</h3>
66
 
<a class="indexterm" name="id2611866"></a><pre class="programlisting">#define             GIMP_PARAM_STATIC_STRINGS</pre>
 
68
<a class="indexterm" name="id2602210"></a><pre class="programlisting">#define             GIMP_PARAM_STATIC_STRINGS</pre>
67
69
<p>
68
70
Since: GIMP 2.4
69
71
</p>
70
72
</div>
71
73
<hr>
72
74
<div class="refsect2" lang="en">
73
 
<a name="id2611882"></a><h3>
 
75
<a name="id2602226"></a><h3>
74
76
<a name="GIMP-PARAM-READABLE:CAPS"></a>GIMP_PARAM_READABLE</h3>
75
 
<a class="indexterm" name="id2611894"></a><pre class="programlisting">#define             GIMP_PARAM_READABLE</pre>
 
77
<a class="indexterm" name="id2602238"></a><pre class="programlisting">#define             GIMP_PARAM_READABLE</pre>
76
78
<p>
77
79
Since: GIMP 2.4
78
80
</p>
79
81
</div>
80
82
<hr>
81
83
<div class="refsect2" lang="en">
82
 
<a name="id2611909"></a><h3>
 
84
<a name="id2602254"></a><h3>
83
85
<a name="GIMP-PARAM-WRITABLE:CAPS"></a>GIMP_PARAM_WRITABLE</h3>
84
 
<a class="indexterm" name="id2611921"></a><pre class="programlisting">#define             GIMP_PARAM_WRITABLE</pre>
 
86
<a class="indexterm" name="id2602265"></a><pre class="programlisting">#define             GIMP_PARAM_WRITABLE</pre>
85
87
<p>
86
88
Since: GIMP 2.4
87
89
</p>
88
90
</div>
89
91
<hr>
90
92
<div class="refsect2" lang="en">
91
 
<a name="id2611936"></a><h3>
 
93
<a name="id2602281"></a><h3>
92
94
<a name="GIMP-PARAM-READWRITE:CAPS"></a>GIMP_PARAM_READWRITE</h3>
93
 
<a class="indexterm" name="id2611948"></a><pre class="programlisting">#define             GIMP_PARAM_READWRITE</pre>
 
95
<a class="indexterm" name="id2602292"></a><pre class="programlisting">#define             GIMP_PARAM_READWRITE</pre>
94
96
<p>
95
97
Since: GIMP 2.4
96
98
</p>