From b6cba0b5424195979ba3c0005120707f91a170d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 Mar 2009 03:47:15 +0000 Subject: [PATCH] Remove a misleading sentence svn path=/trunk/; revision=22585 --- docs/reference/ChangeLog | 7 +++++++ docs/reference/gtk/tmpl/gtkmenu.sgml | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 5556f3c37a..18bbf014f6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2009-03-24 Matthias Clasen + + Bug 576150 – Doc bug for GtkMenuPositionFunc + + * gtk/tmpl/gtkmenu.sgml: Remove a misleading sentence. + Pointed out by Owen Taylor. + 2009-03-23 Claudio Saavedra * gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index 9133f36890..96bd4b4bc3 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -457,7 +457,7 @@ menu shall be drawn. This is an output parameter. @y: address of the #gint representing the vertical position where the menu shall be drawn. This is an output parameter. @push_in: This parameter controls how menus placed outside the monitor are handled. - If this is set to TRUE and part of the menu is outside the monitor then + If this is set to %TRUE and part of the menu is outside the monitor then GTK+ pushes the window into the visible area, effectively modifying the popup position. Note that moving and possibly resizing the menu around will alter the @@ -466,9 +466,6 @@ menu shall be drawn. This is an output parameter. In practice, this behavior is only useful for combobox popups or option menus and cannot be used to simply confine a menu to monitor boundaries. In that case, changing the scroll offset is not desirable. - To simply constrain the menu within the monitor, get its size with - gtk_widget_size_request() before showing it, and alter the coordinates - passed to gtk_menu_popup() accordingly. @user_data: the data supplied by the user in the gtk_menu_popup() @data parameter.