~ubuntu-branches/ubuntu/edgy/gimp/edgy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimppatterns.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
</pre>
57
57
</div>
58
58
<div class="refsect1" lang="en">
59
 
<a name="id2622844"></a><h2>Description</h2>
 
59
<a name="id2631287"></a><h2>Description</h2>
60
60
<p>
61
61
Functions relating to patterns.
62
62
 
63
63
</p>
64
64
</div>
65
65
<div class="refsect1" lang="en">
66
 
<a name="id2622855"></a><h2>Details</h2>
 
66
<a name="id2631298"></a><h2>Details</h2>
67
67
<div class="refsect2" lang="en">
68
 
<a name="id2622861"></a><h3>
 
68
<a name="id2631304"></a><h3>
69
69
<a name="gimp-patterns-refresh"></a>gimp_patterns_refresh ()</h3>
70
 
<a class="indexterm" name="id2622870"></a><pre class="programlisting">gboolean    gimp_patterns_refresh           (void);</pre>
 
70
<a class="indexterm" name="id2631313"></a><pre class="programlisting">gboolean    gimp_patterns_refresh           (void);</pre>
71
71
<p>
72
72
Refresh current patterns. This function always succeeds.
73
73
</p>
89
89
</div>
90
90
<hr>
91
91
<div class="refsect2" lang="en">
92
 
<a name="id2628959"></a><h3>
 
92
<a name="id2623287"></a><h3>
93
93
<a name="gimp-patterns-get-list"></a>gimp_patterns_get_list ()</h3>
94
 
<a class="indexterm" name="id2628968"></a><pre class="programlisting">gchar**     gimp_patterns_get_list          (const gchar *filter,
 
94
<a class="indexterm" name="id2623296"></a><pre class="programlisting">gchar**     gimp_patterns_get_list          (const gchar *filter,
95
95
                                             gint *num_patterns);</pre>
96
96
<p>
97
97
Retrieve a complete listing of the available patterns.
129
129
</div>
130
130
<hr>
131
131
<div class="refsect2" lang="en">
132
 
<a name="id2629056"></a><h3>
 
132
<a name="id2623384"></a><h3>
133
133
<a name="gimp-patterns-get-pattern"></a>gimp_patterns_get_pattern ()</h3>
134
 
<a class="indexterm" name="id2629065"></a><pre class="programlisting">gchar*      gimp_patterns_get_pattern       (gint *width,
 
134
<a class="indexterm" name="id2623393"></a><pre class="programlisting">gchar*      gimp_patterns_get_pattern       (gint *width,
135
135
                                             gint *height);</pre>
136
136
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
137
137
<h3 class="title">Warning</h3>
169
169
</div>
170
170
<hr>
171
171
<div class="refsect2" lang="en">
172
 
<a name="id2630818"></a><h3>
 
172
<a name="id2630492"></a><h3>
173
173
<a name="gimp-patterns-set-pattern"></a>gimp_patterns_set_pattern ()</h3>
174
 
<a class="indexterm" name="id2630827"></a><pre class="programlisting">gboolean    gimp_patterns_set_pattern       (const gchar *name);</pre>
 
174
<a class="indexterm" name="id2630501"></a><pre class="programlisting">gboolean    gimp_patterns_set_pattern       (const gchar *name);</pre>
175
175
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
176
176
<h3 class="title">Warning</h3>
177
177
<p><code class="literal">gimp_patterns_set_pattern</code> is deprecated and should not be used in newly-written code.</p>
201
201
</div>
202
202
<hr>
203
203
<div class="refsect2" lang="en">
204
 
<a name="id2630906"></a><h3>
 
204
<a name="id2630580"></a><h3>
205
205
<a name="gimp-patterns-get-pattern-data"></a>gimp_patterns_get_pattern_data ()</h3>
206
 
<a class="indexterm" name="id2630915"></a><pre class="programlisting">gchar*      gimp_patterns_get_pattern_data  (const gchar *name,
 
206
<a class="indexterm" name="id2630589"></a><pre class="programlisting">gchar*      gimp_patterns_get_pattern_data  (const gchar *name,
207
207
                                             gint *width,
208
208
                                             gint *height,
209
209
                                             gint *mask_bpp,