gtk+ r22585 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Wed Mar 25 03:47:15 2009
New Revision: 22585
URL: http://svn.gnome.org/viewvc/gtk+?rev=22585&view=rev

Log:
Remove a misleading sentence


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkmenu.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkmenu.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkmenu.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkmenu.sgml	Wed Mar 25 03:47:15 2009
@@ -457,7 +457,7 @@
 @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 @@
         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.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]