Imported Upstream version 2.4.0~rc3
This commit is contained in:
@ -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="#id2596396" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2611047" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2723470" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2739677" 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="id2596396"></a><span class="refentrytitle">gimppatternmenu</span>
|
||||
<a name="id2611047"></a><span class="refentrytitle">gimppatternmenu</span>
|
||||
</h2>
|
||||
<p>gimppatternmenu — A widget for selecting patterns.</p>
|
||||
</td>
|
||||
@ -52,36 +52,60 @@
|
||||
|
||||
|
||||
|
||||
GtkWidget* <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-new">gimp_pattern_select_widget_new</a> (const gchar *title,
|
||||
const gchar *pattern_name,
|
||||
<a
|
||||
href="../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"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name,
|
||||
<a class="link" href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
|
||||
gpointer data);
|
||||
void <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-close">gimp_pattern_select_widget_close</a> (GtkWidget *widget);
|
||||
void <a class="link" href="libgimp-gimppatternmenu.html#gimp-pattern-select-widget-set">gimp_pattern_select_widget_set</a> (GtkWidget *widget,
|
||||
const gchar *pattern_name);
|
||||
<a
|
||||
href="../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"
|
||||
>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"
|
||||
>GtkWidget</a> *widget,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2723470"></a><h2>Description</h2>
|
||||
<a name="id2739677"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget for selecting patterns.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2734900"></a><h2>Details</h2>
|
||||
<a name="id2739691"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2734909"></a><h3>
|
||||
<a name="id2739699"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-new"></a>gimp_pattern_select_widget_new ()</h3>
|
||||
<a class="indexterm" name="id2734920"></a><pre class="programlisting">GtkWidget* gimp_pattern_select_widget_new (const gchar *title,
|
||||
const gchar *pattern_name,
|
||||
<a class="indexterm" name="id2739710"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_pattern_select_widget_new (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *pattern_name,
|
||||
<a class="link" href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
|
||||
gpointer data);</pre>
|
||||
<a
|
||||
href="../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>
|
||||
<p><code class="literal">gimp_pattern_select_widget_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
<p>
|
||||
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
|
||||
Creates a new <a
|
||||
href="../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>
|
||||
<p>
|
||||
@ -92,12 +116,16 @@ plug-in dialog.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
|
||||
<td> Title of the dialog to use or <code class="literal">NULL</code> to use the default title.
|
||||
<td> Title of the dialog to use or <a
|
||||
href="../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 <code class="literal">NULL</code> to use current selection.
|
||||
<td> Initial pattern name or <a
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> to use current selection.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -112,7 +140,9 @@ plug-in dialog.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
|
||||
<td> A <a
|
||||
href="../gtk/GtkWidget.html"
|
||||
><span class="type">GtkWidget</span></a> that you can use in your UI.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -120,9 +150,11 @@ plug-in dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2739977"></a><h3>
|
||||
<a name="id2736889"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-close"></a>gimp_pattern_select_widget_close ()</h3>
|
||||
<a class="indexterm" name="id2739990"></a><pre class="programlisting">void gimp_pattern_select_widget_close (GtkWidget *widget);</pre>
|
||||
<a class="indexterm" name="id2736902"></a><pre class="programlisting">void gimp_pattern_select_widget_close (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_pattern_select_widget_close</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -143,10 +175,14 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2740057"></a><h3>
|
||||
<a name="id2738185"></a><h3>
|
||||
<a name="gimp-pattern-select-widget-set"></a>gimp_pattern_select_widget_set ()</h3>
|
||||
<a class="indexterm" name="id2741381"></a><pre class="programlisting">void gimp_pattern_select_widget_set (GtkWidget *widget,
|
||||
const gchar *pattern_name);</pre>
|
||||
<a class="indexterm" name="id2738199"></a><pre class="programlisting">void gimp_pattern_select_widget_set (<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a> *widget,
|
||||
const <a
|
||||
href="../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>
|
||||
<p><code class="literal">gimp_pattern_select_widget_set</code> is deprecated and should not be used in newly-written code.</p>
|
||||
|
Reference in New Issue
Block a user