mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Fix doc comment typos. (#98480, Vitaly Tishkov)
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment typos. (#98480, Vitaly Tishkov)
This commit is contained in:
parent
22ba97ac12
commit
7d62f9ed78
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
|
||||||
|
typos. (#98480, Vitaly Tishkov)
|
||||||
|
|
||||||
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* docs/RELEASE-HOWTO: small tweaks.
|
* docs/RELEASE-HOWTO: small tweaks.
|
||||||
|
@ -2953,10 +2953,10 @@ gtk_menu_hide_all (GtkWidget *widget)
|
|||||||
/**
|
/**
|
||||||
* gtk_menu_set_screen:
|
* gtk_menu_set_screen:
|
||||||
* @menu: a #GtkMenu.
|
* @menu: a #GtkMenu.
|
||||||
* @screen: a #GtkScreen, or %NULL if the screen should be
|
* @screen: a #GdkScreen, or %NULL if the screen should be
|
||||||
* determined by the widget the menu is attached to.
|
* determined by the widget the menu is attached to.
|
||||||
*
|
*
|
||||||
* Sets the #GtkScreen on which the GtkMenu will be displayed.
|
* Sets the #GdkScreen on which the menu will be displayed.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_menu_set_screen (GtkMenu *menu,
|
gtk_menu_set_screen (GtkMenu *menu,
|
||||||
|
Loading…
Reference in New Issue
Block a user