Imported Upstream version 2.3.14
This commit is contained in:
@ -10,13 +10,12 @@
|
||||
<link rel="next" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
|
||||
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="part" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="part" href="libgimpui.html" title="Part II. GIMP User Interface Library">
|
||||
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="index" href="libgimp-index.html" title="Index">
|
||||
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
@ -32,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-selectors.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2547744" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2558441" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2681780" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2681542" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimppatterns"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2547744"></a><span class="refentrytitle">gimppatterns</span>
|
||||
<a name="id2558441"></a><span class="refentrytitle">gimppatterns</span>
|
||||
</h2>
|
||||
<p>gimppatterns — Functions relating to patterns.</p>
|
||||
</td>
|
||||
@ -68,18 +67,18 @@ gchar* <a href="libgimp-gimppatterns.html#gimp-patterns-get-pattern-data">g
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2681780"></a><h2>Description</h2>
|
||||
<a name="id2681542"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions relating to patterns.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2681796"></a><h2>Details</h2>
|
||||
<a name="id2681557"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681806"></a><h3>
|
||||
<a name="id2681567"></a><h3>
|
||||
<a name="gimp-patterns-refresh"></a>gimp_patterns_refresh ()</h3>
|
||||
<a class="indexterm" name="id2681818"></a><pre class="programlisting">gboolean gimp_patterns_refresh (void);</pre>
|
||||
<a class="indexterm" name="id2681579"></a><pre class="programlisting">gboolean gimp_patterns_refresh (void);</pre>
|
||||
<p>
|
||||
Refresh current patterns. This function always succeeds.
|
||||
</p>
|
||||
@ -100,9 +99,9 @@ pattern path and updates all pattern dialogs accordingly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681862"></a><h3>
|
||||
<a name="id2681623"></a><h3>
|
||||
<a name="gimp-patterns-get-list"></a>gimp_patterns_get_list ()</h3>
|
||||
<a class="indexterm" name="id2681568"></a><pre class="programlisting">gchar** gimp_patterns_get_list (const gchar *filter,
|
||||
<a class="indexterm" name="id2681749"></a><pre class="programlisting">gchar** gimp_patterns_get_list (const gchar *filter,
|
||||
gint *num_patterns);</pre>
|
||||
<p>
|
||||
Retrieve a complete listing of the available patterns.
|
||||
@ -137,9 +136,9 @@ patterns. Each name returned can be used as input to the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681664"></a><h3>
|
||||
<a name="id2681846"></a><h3>
|
||||
<a name="gimp-patterns-get-pattern"></a>gimp_patterns_get_pattern ()</h3>
|
||||
<a class="indexterm" name="id2681678"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern (gint *width,
|
||||
<a class="indexterm" name="id2681859"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern (gint *width,
|
||||
gint *height);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -174,9 +173,9 @@ instead.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2690777"></a><h3>
|
||||
<a name="id2691128"></a><h3>
|
||||
<a name="gimp-patterns-set-pattern"></a>gimp_patterns_set_pattern ()</h3>
|
||||
<a class="indexterm" name="id2690790"></a><pre class="programlisting">gboolean gimp_patterns_set_pattern (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2691142"></a><pre class="programlisting">gboolean gimp_patterns_set_pattern (const gchar *name);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_patterns_set_pattern</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -204,9 +203,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2690870"></a><h3>
|
||||
<a name="id2691221"></a><h3>
|
||||
<a name="gimp-patterns-get-pattern-data"></a>gimp_patterns_get_pattern_data ()</h3>
|
||||
<a class="indexterm" name="id2690883"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern_data (const gchar *name,
|
||||
<a class="indexterm" name="id2691234"></a><pre class="programlisting">gchar* gimp_patterns_get_pattern_data (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *mask_bpp,
|
||||
|
||||
Reference in New Issue
Block a user