Imported Upstream version 2.4.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="libgimpui.html" title="Part II. GIMP User Interface Library">
|
||||
<link rel="prev" href="libgimp-gimppalettemenu.html" title="gimppalettemenu">
|
||||
<link rel="next" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<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">
|
||||
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpProcBrowserDialog.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="#id2611047" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2599911" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2739677" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2726684" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimppatternmenu"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2611047"></a><span class="refentrytitle">gimppatternmenu</span>
|
||||
<a name="id2599911"></a><span class="refentrytitle">gimppatternmenu</span>
|
||||
</h2>
|
||||
<p>gimppatternmenu — A widget for selecting patterns.</p>
|
||||
</td>
|
||||
@ -53,50 +53,50 @@
|
||||
|
||||
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-new">gimp_pattern_select_widget_new</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name,
|
||||
<a class="link" href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
void <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-close">gimp_pattern_select_widget_close</a> (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget);
|
||||
void <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-set">gimp_pattern_select_widget_set</a> (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2739677"></a><h2>Description</h2>
|
||||
<a name="id2726684"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget for selecting patterns.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2739691"></a><h2>Details</h2>
|
||||
<a name="id2735582"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2739699"></a><h3>
|
||||
<a name="id2735592"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-new"></a>gimp_pattern_select_widget_new ()</h3>
|
||||
<a class="indexterm" name="id2739710"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
<a class="indexterm" name="id2735606"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_pattern_select_widget_new (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name,
|
||||
<a class="link" href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -104,7 +104,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
|
||||
</div>
|
||||
<p>
|
||||
Creates a new <a
|
||||
href="../gtk/GtkWidget.html"
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
><span class="type">GtkWidget</span></a> that completely controls the selection of
|
||||
a pattern. This widget is suitable for placement in a table in a
|
||||
plug-in dialog.</p>
|
||||
@ -117,14 +117,14 @@ plug-in dialog.</p>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
|
||||
<td> Title of the dialog to use or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> to use the default title.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>pattern_name</code></em> :</span></p></td>
|
||||
<td> Initial pattern name or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> to use current selection.
|
||||
</td>
|
||||
</tr>
|
||||
@ -141,7 +141,7 @@ href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> A <a
|
||||
href="../gtk/GtkWidget.html"
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
><span class="type">GtkWidget</span></a> that you can use in your UI.
|
||||
</td>
|
||||
</tr>
|
||||
@ -150,10 +150,10 @@ href="../gtk/GtkWidget.html"
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2736889"></a><h3>
|
||||
<a name="id2740920"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-close"></a>gimp_pattern_select_widget_close ()</h3>
|
||||
<a class="indexterm" name="id2736902"></a><pre class="programlisting">void gimp_pattern_select_widget_close (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
<a class="indexterm" name="id2740934"></a><pre class="programlisting">void gimp_pattern_select_widget_close (<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -175,13 +175,13 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2738185"></a><h3>
|
||||
<a name="id2741000"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-set"></a>gimp_pattern_select_widget_set ()</h3>
|
||||
<a class="indexterm" name="id2738199"></a><pre class="programlisting">void gimp_pattern_select_widget_set (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
<a class="indexterm" name="id2742406"></a><pre class="programlisting">void gimp_pattern_select_widget_set (<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -211,6 +211,11 @@ callback function if one was supplied in the call to
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2742501"></a><div class="refsect2" lang="en"><a name="id2742502"></a></div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en"><a name="id2742503"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user