~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkMenuItem.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 17:27:55 UTC
  • mfrom: (1.14.14)
  • Revision ID: package-import@ubuntu.com-20120905172755-14uyfpowr7elvr7m
Tags: 2.24.12-0ubuntu1
* New upstream bugfix release
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
9
9
<link rel="prev" href="GtkMenuBar.html" title="GtkMenuBar">
10
10
<link rel="next" href="GtkImageMenuItem.html" title="GtkImageMenuItem">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
52
52
 
53
53
struct              <a class="link" href="GtkMenuItem.html#GtkMenuItem-struct" title="struct GtkMenuItem">GtkMenuItem</a>;
54
54
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new" title="gtk_menu_item_new ()">gtk_menu_item_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
55
 
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-label" title="gtk_menu_item_new_with_label ()">gtk_menu_item_new_with_label</a>        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
56
 
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic" title="gtk_menu_item_new_with_mnemonic ()">gtk_menu_item_new_with_mnemonic</a>     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
 
55
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-label" title="gtk_menu_item_new_with_label ()">gtk_menu_item_new_with_label</a>        (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);
 
56
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic" title="gtk_menu_item_new_with_mnemonic ()">gtk_menu_item_new_with_mnemonic</a>     (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);
57
57
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-right-justified" title="gtk_menu_item_set_right_justified ()">gtk_menu_item_set_right_justified</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
58
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</code></em>);
59
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-right-justified" title="gtk_menu_item_get_right_justified ()">gtk_menu_item_get_right_justified</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
60
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-label" title="gtk_menu_item_get_label ()">gtk_menu_item_get_label</a>             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
 
58
                                                         <em class="parameter"><code><span class="type">gboolean</span> right_justified</code></em>);
 
59
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-right-justified" title="gtk_menu_item_get_right_justified ()">gtk_menu_item_get_right_justified</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
 
60
const <span class="returnvalue">gchar</span> *       <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-label" title="gtk_menu_item_get_label ()">gtk_menu_item_get_label</a>             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
61
61
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-label" title="gtk_menu_item_set_label ()">gtk_menu_item_set_label</a>             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
62
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
63
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-use-underline" title="gtk_menu_item_get_use_underline ()">gtk_menu_item_get_use_underline</a>     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
 
62
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);
 
63
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-use-underline" title="gtk_menu_item_get_use_underline ()">gtk_menu_item_get_use_underline</a>     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
64
64
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-use-underline" title="gtk_menu_item_set_use_underline ()">gtk_menu_item_set_use_underline</a>     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
65
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
 
65
                                                         <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
66
66
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()">gtk_menu_item_set_submenu</a>           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
67
67
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);
68
68
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-submenu" title="gtk_menu_item_get_submenu ()">gtk_menu_item_get_submenu</a>           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-remove-submenu" title="gtk_menu_item_remove_submenu ()">gtk_menu_item_remove_submenu</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
70
70
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-accel-path" title="gtk_menu_item_set_accel_path ()">gtk_menu_item_set_accel_path</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
71
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_path</code></em>);
72
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-accel-path" title="gtk_menu_item_get_accel_path ()">gtk_menu_item_get_accel_path</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
 
71
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>);
 
72
const <span class="returnvalue">gchar</span> *       <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-accel-path" title="gtk_menu_item_get_accel_path ()">gtk_menu_item_get_accel_path</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
73
73
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-select" title="gtk_menu_item_select ()">gtk_menu_item_select</a>                (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
74
74
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-deselect" title="gtk_menu_item_deselect ()">gtk_menu_item_deselect</a>              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
75
75
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-activate" title="gtk_menu_item_activate ()">gtk_menu_item_activate</a>              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
76
76
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-toggle-size-request" title="gtk_menu_item_toggle_size_request ()">gtk_menu_item_toggle_size_request</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
77
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *requisition</code></em>);
 
77
                                                         <em class="parameter"><code><span class="type">gint</span> *requisition</code></em>);
78
78
<span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-toggle-size-allocate" title="gtk_menu_item_toggle_size_allocate ()">gtk_menu_item_toggle_size_allocate</a>  (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
79
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allocation</code></em>);
 
79
                                                         <em class="parameter"><code><span class="type">gint</span> allocation</code></em>);
80
80
#define             <a class="link" href="GtkMenuItem.html#gtk-menu-item-right-justify" title="gtk_menu_item_right_justify()">gtk_menu_item_right_justify</a>         (menu_item)
81
81
</pre>
82
82
</div>
106
106
<div class="refsect1">
107
107
<a name="GtkMenuItem.properties"></a><h2>Properties</h2>
108
108
<pre class="synopsis">
109
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--accel-path" title='The "accel-path" property'>accel-path</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
110
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--label" title='The "label" property'>label</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
111
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--right-justified" title='The "right-justified" property'>right-justified</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
109
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--accel-path" title='The "accel-path" property'>accel-path</a>"               <span class="type">gchar</span>*                : Read / Write
 
110
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--label" title='The "label" property'>label</a>"                    <span class="type">gchar</span>*                : Read / Write
 
111
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--right-justified" title='The "right-justified" property'>right-justified</a>"          <span class="type">gboolean</span>              : Read / Write
112
112
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--submenu" title='The "submenu" property'>submenu</a>"                  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>*              : Read / Write
113
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--use-underline" title='The "use-underline" property'>use-underline</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
113
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--use-underline" title='The "use-underline" property'>use-underline</a>"            <span class="type">gboolean</span>              : Read / Write
114
114
</pre>
115
115
</div>
116
116
<div class="refsect1">
117
117
<a name="GtkMenuItem.style-properties"></a><h2>Style Properties</h2>
118
118
<pre class="synopsis">
119
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-scaling" title='The "arrow-scaling" style property'>arrow-scaling</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read
120
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-spacing" title='The "arrow-spacing" style property'>arrow-spacing</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
121
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-horizontal-padding" title='The "horizontal-padding" style property'>horizontal-padding</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
119
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-scaling" title='The "arrow-scaling" style property'>arrow-scaling</a>"            <span class="type">gfloat</span>                : Read
 
120
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-spacing" title='The "arrow-spacing" style property'>arrow-spacing</a>"            <span class="type">gint</span>                  : Read
 
121
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-horizontal-padding" title='The "horizontal-padding" style property'>horizontal-padding</a>"       <span class="type">gint</span>                  : Read
122
122
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-selected-shadow-type" title='The "selected-shadow-type" style property'>selected-shadow-type</a>"     <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read
123
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-toggle-spacing" title='The "toggle-spacing" style property'>toggle-spacing</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
124
 
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-width-chars" title='The "width-chars" style property'>width-chars</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
123
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-toggle-spacing" title='The "toggle-spacing" style property'>toggle-spacing</a>"           <span class="type">gint</span>                  : Read
 
124
  "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-width-chars" title='The "width-chars" style property'>width-chars</a>"              <span class="type">gint</span>                  : Read
125
125
</pre>
126
126
</div>
127
127
<div class="refsect1">
152
152
attribute of a &lt;child&gt; element.
153
153
</p>
154
154
<div class="example">
155
 
<a name="id877062"></a><p class="title"><b>Example 33. A UI definition fragment with submenus</b></p>
 
155
<a name="id1030361"></a><p class="title"><b>Example 33. A UI definition fragment with submenus</b></p>
156
156
<div class="example-contents">
157
157
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
158
158
    <tbody>
206
206
<hr>
207
207
<div class="refsect2">
208
208
<a name="gtk-menu-item-new-with-label"></a><h3>gtk_menu_item_new_with_label ()</h3>
209
 
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new_with_label        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
 
209
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new_with_label        (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
210
210
<p>
211
211
Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> whose child is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
212
212
</p>
231
231
<hr>
232
232
<div class="refsect2">
233
233
<a name="gtk-menu-item-new-with-mnemonic"></a><h3>gtk_menu_item_new_with_mnemonic ()</h3>
234
 
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new_with_mnemonic     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
 
234
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new_with_mnemonic     (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
235
235
<p>
236
236
Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> containing a label. The label
237
237
will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
260
260
<div class="refsect2">
261
261
<a name="gtk-menu-item-set-right-justified"></a><h3>gtk_menu_item_set_right_justified ()</h3>
262
262
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_right_justified   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
263
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</code></em>);</pre>
 
263
                                                         <em class="parameter"><code><span class="type">gboolean</span> right_justified</code></em>);</pre>
264
264
<p>
265
265
Sets whether the menu item appears justified at the right
266
266
side of a menu bar. This was traditionally done for "Help" menu
280
280
</tr>
281
281
<tr>
282
282
<td><p><span class="term"><em class="parameter"><code>right_justified</code></em> :</span></p></td>
283
 
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the menu item will appear at the
 
283
<td>if <code class="literal">TRUE</code> the menu item will appear at the
284
284
far right if added to a menu bar.</td>
285
285
</tr>
286
286
</tbody>
289
289
<hr>
290
290
<div class="refsect2">
291
291
<a name="gtk-menu-item-get-right-justified"></a><h3>gtk_menu_item_get_right_justified ()</h3>
292
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_menu_item_get_right_justified   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
 
292
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_menu_item_get_right_justified   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
293
293
<p>
294
294
Gets whether the menu item appears justified at the right
295
295
side of the menu bar.
308
308
<tr>
309
309
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
310
310
<td>
311
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menu item will appear at the
 
311
<code class="literal">TRUE</code> if the menu item will appear at the
312
312
far right if added to a menu bar.</td>
313
313
</tr>
314
314
</tbody>
317
317
<hr>
318
318
<div class="refsect2">
319
319
<a name="gtk-menu-item-get-label"></a><h3>gtk_menu_item_get_label ()</h3>
320
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_menu_item_get_label             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
 
320
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       gtk_menu_item_get_label             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
321
321
<p>
322
322
Sets <em class="parameter"><code>text</code></em> on the <em class="parameter"><code>menu_item</code></em> label
323
323
</p>
345
345
<div class="refsect2">
346
346
<a name="gtk-menu-item-set-label"></a><h3>gtk_menu_item_set_label ()</h3>
347
347
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_label             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
348
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
 
348
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
349
349
<p>
350
350
Sets <em class="parameter"><code>text</code></em> on the <em class="parameter"><code>menu_item</code></em> label
351
351
</p>
371
371
<hr>
372
372
<div class="refsect2">
373
373
<a name="gtk-menu-item-get-use-underline"></a><h3>gtk_menu_item_get_use_underline ()</h3>
374
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_menu_item_get_use_underline     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
 
374
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_menu_item_get_use_underline     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
375
375
<p>
376
376
Checks if an underline in the text indicates the next character should be
377
377
used for the mnemonic accelerator key.
390
390
<tr>
391
391
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
392
392
<td>
393
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an embedded underline in the label indicates
 
393
<code class="literal">TRUE</code> if an embedded underline in the label indicates
394
394
the mnemonic accelerator key.</td>
395
395
</tr>
396
396
</tbody>
401
401
<div class="refsect2">
402
402
<a name="gtk-menu-item-set-use-underline"></a><h3>gtk_menu_item_set_use_underline ()</h3>
403
403
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_use_underline     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
404
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
 
404
                                                         <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
405
405
<p>
406
406
If true, an underline in the text indicates the next character should be
407
407
used for the mnemonic accelerator key.
420
420
<tr>
421
421
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
422
422
<td>
423
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</td>
 
423
<code class="literal">TRUE</code> if underlines in the text indicate mnemonics</td>
424
424
</tr>
425
425
</tbody>
426
426
</table></div>
432
432
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_submenu           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
433
433
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);</pre>
434
434
<p>
435
 
Sets or replaces the menu item's submenu, or removes it when a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
435
Sets or replaces the menu item's submenu, or removes it when a <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
436
436
submenu is passed.
437
437
</p>
438
438
<div class="variablelist"><table border="0" class="variablelist">
448
448
</tr>
449
449
<tr>
450
450
<td><p><span class="term"><em class="parameter"><code>submenu</code></em> :</span></p></td>
451
 
<td>the submenu, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
451
<td>the submenu, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
452
452
</td>
453
453
</tr>
454
454
</tbody>
475
475
</tr>
476
476
<tr>
477
477
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
478
 
<td>submenu for this menu item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
478
<td>submenu for this menu item, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
479
479
</td>
480
480
</tr>
481
481
</tbody>
510
510
<div class="refsect2">
511
511
<a name="gtk-menu-item-set-accel-path"></a><h3>gtk_menu_item_set_accel_path ()</h3>
512
512
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_accel_path        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
513
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_path</code></em>);</pre>
 
513
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>);</pre>
514
514
<p>
515
515
Set the accelerator path on <em class="parameter"><code>menu_item</code></em>, through which runtime changes of the
516
516
menu item's accelerator caused by the user can be identified and saved to
530
530
<a class="link" href="GtkMenu.html#gtk-menu-set-accel-group" title="gtk_menu_set_accel_group ()"><code class="function">gtk_menu_set_accel_group()</code></a> for this to work.
531
531
</p>
532
532
<p>
533
 
Note that <em class="parameter"><code>accel_path</code></em> string will be stored in a <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>. Therefore, if you
 
533
Note that <em class="parameter"><code>accel_path</code></em> string will be stored in a <span class="type">GQuark</span>. Therefore, if you
534
534
pass a static string, you can save some memory by interning it first with 
535
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#g-intern-static-string"><code class="function">g_intern_static_string()</code></a>.
 
535
<code class="function">g_intern_static_string()</code>.
536
536
</p>
537
537
<div class="variablelist"><table border="0" class="variablelist">
538
538
<colgroup>
548
548
<tr>
549
549
<td><p><span class="term"><em class="parameter"><code>accel_path</code></em> :</span></p></td>
550
550
<td>accelerator path, corresponding to this menu item's
551
 
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the current path. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
551
functionality, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to unset the current path. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
552
552
</td>
553
553
</tr>
554
554
</tbody>
557
557
<hr>
558
558
<div class="refsect2">
559
559
<a name="gtk-menu-item-get-accel-path"></a><h3>gtk_menu_item_get_accel_path ()</h3>
560
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_menu_item_get_accel_path        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
 
560
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       gtk_menu_item_get_accel_path        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
561
561
<p>
562
562
Retrieve the accelerator path that was previously set on <em class="parameter"><code>menu_item</code></em>.
563
563
</p>
578
578
<tr>
579
579
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
580
580
<td>the accelerator path corresponding to this menu item's
581
 
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set</td>
 
581
functionality, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if not set</td>
582
582
</tr>
583
583
</tbody>
584
584
</table></div>
644
644
<div class="refsect2">
645
645
<a name="gtk-menu-item-toggle-size-request"></a><h3>gtk_menu_item_toggle_size_request ()</h3>
646
646
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_toggle_size_request   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
647
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *requisition</code></em>);</pre>
 
647
                                                         <em class="parameter"><code><span class="type">gint</span> *requisition</code></em>);</pre>
648
648
<p>
649
649
Emits the "toggle_size_request" signal on the given item.
650
650
</p>
669
669
<div class="refsect2">
670
670
<a name="gtk-menu-item-toggle-size-allocate"></a><h3>gtk_menu_item_toggle_size_allocate ()</h3>
671
671
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_toggle_size_allocate  (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
672
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allocation</code></em>);</pre>
 
672
                                                         <em class="parameter"><code><span class="type">gint</span> allocation</code></em>);</pre>
673
673
<p>
674
674
Emits the "toggle_size_allocate" signal on the given item.
675
675
</p>
718
718
<a name="GtkMenuItem.property-details"></a><h2>Property Details</h2>
719
719
<div class="refsect2">
720
720
<a name="GtkMenuItem--accel-path"></a><h3>The <code class="literal">"accel-path"</code> property</h3>
721
 
<pre class="programlisting">  "accel-path"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
721
<pre class="programlisting">  "accel-path"               <span class="type">gchar</span>*                : Read / Write</pre>
722
722
<p>
723
723
Sets the accelerator path of the menu item, through which runtime
724
724
changes of the menu item's accelerator caused by the user can be
730
730
<hr>
731
731
<div class="refsect2">
732
732
<a name="GtkMenuItem--label"></a><h3>The <code class="literal">"label"</code> property</h3>
733
 
<pre class="programlisting">  "label"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
733
<pre class="programlisting">  "label"                    <span class="type">gchar</span>*                : Read / Write</pre>
734
734
<p>
735
735
The text for the child label.
736
736
</p>
740
740
<hr>
741
741
<div class="refsect2">
742
742
<a name="GtkMenuItem--right-justified"></a><h3>The <code class="literal">"right-justified"</code> property</h3>
743
 
<pre class="programlisting">  "right-justified"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
743
<pre class="programlisting">  "right-justified"          <span class="type">gboolean</span>              : Read / Write</pre>
744
744
<p>
745
745
Sets whether the menu item appears justified at the right side of a menu bar.
746
746
</p>
759
759
<hr>
760
760
<div class="refsect2">
761
761
<a name="GtkMenuItem--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
762
 
<pre class="programlisting">  "use-underline"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
762
<pre class="programlisting">  "use-underline"            <span class="type">gboolean</span>              : Read / Write</pre>
763
763
<p>
764
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
 
764
<code class="literal">TRUE</code> if underlines in the text indicate mnemonics
765
765
</p>
766
766
<p>Default value: FALSE</p>
767
767
<p class="since">Since 2.16</p>
771
771
<a name="GtkMenuItem.style-property-details"></a><h2>Style Property Details</h2>
772
772
<div class="refsect2">
773
773
<a name="GtkMenuItem--s-arrow-scaling"></a><h3>The <code class="literal">"arrow-scaling"</code> style property</h3>
774
 
<pre class="programlisting">  "arrow-scaling"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read</pre>
 
774
<pre class="programlisting">  "arrow-scaling"            <span class="type">gfloat</span>                : Read</pre>
775
775
<p>Amount of space used up by arrow, relative to the menu item's font size.</p>
776
776
<p>Allowed values: [0,2]</p>
777
777
<p>Default value: 0.8</p>
779
779
<hr>
780
780
<div class="refsect2">
781
781
<a name="GtkMenuItem--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
782
 
<pre class="programlisting">  "arrow-spacing"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
 
782
<pre class="programlisting">  "arrow-spacing"            <span class="type">gint</span>                  : Read</pre>
783
783
<p>Space between label and arrow.</p>
784
784
<p>Allowed values: &gt;= 0</p>
785
785
<p>Default value: 10</p>
787
787
<hr>
788
788
<div class="refsect2">
789
789
<a name="GtkMenuItem--s-horizontal-padding"></a><h3>The <code class="literal">"horizontal-padding"</code> style property</h3>
790
 
<pre class="programlisting">  "horizontal-padding"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
 
790
<pre class="programlisting">  "horizontal-padding"       <span class="type">gint</span>                  : Read</pre>
791
791
<p>Padding to left and right of the menu item.</p>
792
792
<p>Allowed values: &gt;= 0</p>
793
793
<p>Default value: 3</p>
802
802
<hr>
803
803
<div class="refsect2">
804
804
<a name="GtkMenuItem--s-toggle-spacing"></a><h3>The <code class="literal">"toggle-spacing"</code> style property</h3>
805
 
<pre class="programlisting">  "toggle-spacing"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
 
805
<pre class="programlisting">  "toggle-spacing"           <span class="type">gint</span>                  : Read</pre>
806
806
<p>Space between icon and label.</p>
807
807
<p>Allowed values: &gt;= 0</p>
808
808
<p>Default value: 5</p>
810
810
<hr>
811
811
<div class="refsect2">
812
812
<a name="GtkMenuItem--s-width-chars"></a><h3>The <code class="literal">"width-chars"</code> style property</h3>
813
 
<pre class="programlisting">  "width-chars"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
 
813
<pre class="programlisting">  "width-chars"              <span class="type">gint</span>                  : Read</pre>
814
814
<p>
815
815
The minimum desired width of the menu item in characters.
816
816
</p>
824
824
<div class="refsect2">
825
825
<a name="GtkMenuItem-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
826
826
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
827
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
 
827
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
828
828
<p>
829
829
Emitted when the item is activated.
830
830
</p>
849
849
<div class="refsect2">
850
850
<a name="GtkMenuItem-activate-item"></a><h3>The <code class="literal">"activate-item"</code> signal</h3>
851
851
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
852
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
852
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
853
853
<p>
854
854
Emitted when the item is activated, but also if the menu item has a
855
855
submenu. For normal applications, the relevant signal is "activate".
875
875
<div class="refsect2">
876
876
<a name="GtkMenuItem-toggle-size-allocate"></a><h3>The <code class="literal">"toggle-size-allocate"</code> signal</h3>
877
877
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
878
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>         arg1,
879
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
878
                                                        <span class="type">gint</span>         arg1,
 
879
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
880
880
<p>
881
881
</p>
882
882
<div class="variablelist"><table border="0" class="variablelist">
900
900
<div class="refsect2">
901
901
<a name="GtkMenuItem-toggle-size-request"></a><h3>The <code class="literal">"toggle-size-request"</code> signal</h3>
902
902
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
903
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     arg1,
904
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
903
                                                        <span class="type">gpointer</span>     arg1,
 
904
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
905
905
<p>
906
906
</p>
907
907
<div class="variablelist"><table border="0" class="variablelist">
952
952
</div>
953
953
<div class="footer">
954
954
<hr>
955
 
          Generated by GTK-Doc V1.18</div>
 
955
          Generated by GTK-Doc V1.18.1</div>
956
956
</body>
957
957
</html>
 
 
b'\\ No newline at end of file'