~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-remove-menu" title="gtk_option_menu_remove_menu ()">gtk_option_menu_remove_menu</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
59
59
<span class="returnvalue">void</span>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-set-history" title="gtk_option_menu_set_history ()">gtk_option_menu_set_history</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>,
60
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);
61
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-get-history" title="gtk_option_menu_get_history ()">gtk_option_menu_get_history</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);
 
61
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-get-history" title="gtk_option_menu_get_history ()">gtk_option_menu_get_history</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
62
62
</pre>
63
63
</div>
64
64
<div class="refsect1" title="Object Hierarchy">
65
65
<a name="GtkOptionMenu.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
<pre class="synopsis">
67
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
67
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
68
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
69
69
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
70
70
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
235
235
<div class="refsect2" title="gtk_option_menu_set_history ()">
236
236
<a name="gtk-option-menu-set-history"></a><h3>gtk_option_menu_set_history ()</h3>
237
237
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_option_menu_set_history         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>,
238
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);</pre>
 
238
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);</pre>
239
239
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
240
240
<h3 class="title">Warning</h3>
241
241
<p><code class="literal">gtk_option_menu_set_history</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
263
263
<hr>
264
264
<div class="refsect2" title="gtk_option_menu_get_history ()">
265
265
<a name="gtk-option-menu-get-history"></a><h3>gtk_option_menu_get_history ()</h3>
266
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_option_menu_get_history         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);</pre>
 
266
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_option_menu_get_history         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);</pre>
267
267
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
268
268
<h3 class="title">Warning</h3>
269
269
<p><code class="literal">gtk_option_menu_get_history</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
316
316
<div class="refsect2" title='The "changed" signal'>
317
317
<a name="GtkOptionMenu-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
318
318
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *optionmenu,
319
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)       : Run Last</pre>
 
319
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)       : Run Last</pre>
320
320
<p>
321
321
</p>
322
322
<div class="variablelist"><table border="0">