Imported Upstream version 2.3.6
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpmenu</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimpui.html" title="Part III. GIMP User Interface Library">
|
||||
<link rel="prev" href="GimpProgressBar.html" title="GimpProgressBar">
|
||||
<link rel="next" href="libgimp-gimpbrushmenu.html" title="gimpbrushmenu">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.4 (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">
|
||||
@ -18,27 +17,24 @@
|
||||
<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="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="index" href="ix01.html" title="Index">
|
||||
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<td><a accesskey="p" href="GimpProgressBar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimpui.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpbrushmenu.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="#id2586872" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2687395" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
</tr></table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpmenu"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2586872"></a><span class="refentrytitle">gimpmenu</span>
|
||||
</h2>
|
||||
<h2><span class="refentrytitle">gimpmenu</span></h2>
|
||||
<p>gimpmenu — Menus for selecting images, layers, channels and drawables</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
@ -49,43 +45,51 @@
|
||||
|
||||
|
||||
|
||||
gboolean (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">*GimpConstraintFunc</a>) (gint32 image_id,
|
||||
gint32 drawable_id,
|
||||
gpointer data);
|
||||
void (<a href="libgimp-gimpmenu.html#GimpMenuCallback">*GimpMenuCallback</a>) (gint32 any_id,
|
||||
gpointer data);
|
||||
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-image-menu-new">gimp_image_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_image);
|
||||
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-layer-menu-new">gimp_layer_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_layer);
|
||||
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-channel-menu-new">gimp_channel_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_channel);
|
||||
GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_drawable_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_drawable);
|
||||
gboolean (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">*GimpConstraintFunc</a>) (gint32 image_id,
|
||||
gint32 drawable_id,
|
||||
gpointer data);
|
||||
void (<a href="libgimp-gimpmenu.html#GimpMenuCallback">*GimpMenuCallback</a>) (gint32 any_id,
|
||||
gpointer data);
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-image-menu-new">gimp_image_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_image);
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-layer-menu-new">gimp_layer_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_layer);
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-channel-menu-new">gimp_channel_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_channel);
|
||||
<a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_drawable_menu_new</a> (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_drawable);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2687395"></a><h2>Description</h2>
|
||||
<a name="id2656180"></a><h2>Description</h2>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2684368"></a><h2>Details</h2>
|
||||
<a name="id2656191"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2684379"></a><h3>
|
||||
<a name="id2656197"></a><h3>
|
||||
<a name="GimpConstraintFunc"></a>GimpConstraintFunc ()</h3>
|
||||
<a class="indexterm" name="id2684394"></a><pre class="programlisting">gboolean (*GimpConstraintFunc) (gint32 image_id,
|
||||
gint32 drawable_id,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2656208"></a><pre class="programlisting">gboolean (*GimpConstraintFunc) (gint32 image_id,
|
||||
gint32 drawable_id,
|
||||
gpointer data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">GimpConstraintFunc</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -97,22 +101,26 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>image_id</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>image_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_id</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -123,10 +131,10 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2684505"></a><h3>
|
||||
<a name="id2656317"></a><h3>
|
||||
<a name="GimpMenuCallback"></a>GimpMenuCallback ()</h3>
|
||||
<a class="indexterm" name="id2684520"></a><pre class="programlisting">void (*GimpMenuCallback) (gint32 any_id,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2656327"></a><pre class="programlisting">void (*GimpMenuCallback) (gint32 any_id,
|
||||
gpointer data);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">GimpMenuCallback</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -138,12 +146,14 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>any_id</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>any_id</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -154,47 +164,54 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2691498"></a><h3>
|
||||
<a name="id2655016"></a><h3>
|
||||
<a name="gimp-image-menu-new"></a>gimp_image_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2691513"></a><pre class="programlisting">GtkWidget* gimp_image_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_image);</pre>
|
||||
<a class="indexterm" name="id2655026"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_image_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_image);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_image_menu_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
<p>
|
||||
Use <a href="GimpImageComboBox.html#gimp-image-combo-box-new"><code class="function">gimp_image_combo_box_new()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>active_image</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>active_image</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -202,47 +219,54 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2691646"></a><h3>
|
||||
<a name="id2655170"></a><h3>
|
||||
<a name="gimp-layer-menu-new"></a>gimp_layer_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2691661"></a><pre class="programlisting">GtkWidget* gimp_layer_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_layer);</pre>
|
||||
<a class="indexterm" name="id2655181"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_layer_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_layer);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_layer_menu_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
<p>
|
||||
Use <a href="GimpDrawableComboBox.html#gimp-layer-combo-box-new"><code class="function">gimp_layer_combo_box_new()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>active_layer</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>active_layer</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -250,64 +274,20 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2673940"></a><h3>
|
||||
<a name="id2652023"></a><h3>
|
||||
<a name="gimp-channel-menu-new"></a>gimp_channel_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2673953"></a><pre class="programlisting">GtkWidget* gimp_channel_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_channel);</pre>
|
||||
<a class="indexterm" name="id2652032"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_channel_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_channel);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_channel_menu_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>active_channel</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2674087"></a><h3>
|
||||
<a name="gimp-drawable-menu-new"></a>gimp_drawable_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2692502"></a><pre class="programlisting">GtkWidget* gimp_drawable_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_drawable);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_drawable_menu_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
Use <a href="GimpDrawableComboBox.html#gimp-channel-combo-box-new"><code class="function">gimp_channel_combo_box_new()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -315,30 +295,88 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>active_drawable</code></em> :</span></td>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>active_channel</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2659004"></a><h3>
|
||||
<a name="gimp-drawable-menu-new"></a>gimp_drawable_menu_new ()</h3>
|
||||
<a class="indexterm" name="id2659012"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_drawable_menu_new (<a href="libgimp-gimpmenu.html#GimpConstraintFunc">GimpConstraintFunc</a> constraint,
|
||||
<a href="libgimp-gimpmenu.html#GimpMenuCallback">GimpMenuCallback</a> callback,
|
||||
gpointer data,
|
||||
gint32 active_drawable);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_drawable_menu_new</code> is deprecated and should not be used in newly-written code.</p>
|
||||
</div>
|
||||
<p>
|
||||
Use <a href="GimpDrawableComboBox.html#gimp-drawable-combo-box-new"><code class="function">gimp_drawable_combo_box_new()</code></a> instead.</p>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>constraint</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>callback</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>data</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>active_drawable</code></em> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -346,5 +384,9 @@ GtkWidget* <a href="libgimp-gimpmenu.html#gimp-drawable-menu-new">gimp_
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
|
||||
<td align="left"><a accesskey="p" href="GimpProgressBar.html"><b><< GimpProgressBar</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimp-gimpbrushmenu.html"><b>gimpbrushmenu >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user