diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-11-08 19:41:50 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-11-08 19:41:50 +0000 |
commit | b1165617b79f589695172db638bd101c44c74ea6 (patch) | |
tree | 30f49294e2af00ec6c5d67dc5f9a6816c1831872 /docs/reference/gtk/tmpl/gtkoptionmenu.sgml | |
parent | 0202f67266228ffb9592eef619c781b9587b1b3c (diff) | |
download | gdk-pixbuf-b1165617b79f589695172db638bd101c44c74ea6.tar.gz |
docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml
Fri Nov 8 20:14:52 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* docs/reference/gdk/tmpl/dnd.sgml
docs/reference/gdk/tmpl/drawing.sgml
docs/reference/gdk/tmpl/gdk-unused.sgml
docs/reference/gdk/tmpl/gdkdisplay.sgml
docs/reference/gdk/tmpl/general.sgml
docs/reference/gdk/tmpl/input_devices.sgml
docs/reference/gdk/tmpl/selections.sgml
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
docs/reference/gtk/tmpl/gtkcurve.sgml
docs/reference/gtk/tmpl/gtkdnd.sgml
docs/reference/gtk/tmpl/gtkitemfactory.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkoldeditable.sgml
docs/reference/gtk/tmpl/gtkoptionmenu.sgml
docs/reference/gtk/tmpl/gtkpreview.sgml
docs/reference/gtk/tmpl/gtkselection.sgml
docs/reference/gtk/tmpl/gtksocket.sgml
docs/reference/gtk/tmpl/gtkstyle.sgml
docs/reference/gtk/tmpl/gtktextbuffer.sgml
docs/reference/gtk/tmpl/gtktreemodel.sgml
docs/reference/gtk/tmpl/gtkwidget.sgml gdk/gdk.h gdk/gdkdisplay.c
gdk/gdkdisplay.h gdk/gdkdnd.h gdk/gdkdraw.c gdk/gdkdrawable.h
gdk/gdkinput.h gdk/gdkselection.h gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkdnd-x11.c gdk/x11/gdkselection-x11.c gtk/gtkcurve.h
gtk/gtkdnd.h gtk/gtkitemfactory.c gtk/gtkitemfactory.h
gtk/gtkmenu.h gtk/gtkoldeditable.c gtk/gtkoldeditable.h
gtk/gtkoptionmenu.h gtk/gtkplug.c gtk/gtkplug.h gtk/gtkpreview.h
gtk/gtkrange.h gtk/gtkselection.c gtk/gtkselection.h
gtk/gtksocket.c gtk/gtksocket.h gtk/gtkstyle.c gtk/gtkstyle.h
gtk/gtktextlayout.c gtk/gtktextlayout.h gtk/gtktreemodel.c
gtk/gtktreemodel.h gtk/gtkwidget.h
Trivial s/foo/foo_/ fixes to make gtk.h includable with -Wshadow
without warnings. (#91680)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkoptionmenu.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkoptionmenu.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml index 31debc57f..f648d70a8 100644 --- a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml @@ -70,12 +70,12 @@ Removes the menu from the option menu. <!-- ##### FUNCTION gtk_option_menu_set_history ##### --> <para> -Selects the menu item specified by @index making it the newly +Selects the menu item specified by @index_ making it the newly selected value for the option menu. </para> @option_menu: a #GtkOptionMenu. -@index: the index of the menu item to select. Index values are from +@index_: the index of the menu item to select. Index values are from 0 to n-1. |