Document the push_in parameter of GtkMenuPositionFunc.

2004-06-22  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
	of GtkMenuPositionFunc.
This commit is contained in:
Matthias Clasen 2004-06-22 16:35:52 +00:00 committed by Matthias Clasen
parent 9b6154c274
commit 3d19013bb4
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-06-22 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
of GtkMenuPositionFunc.
* gtk/tmpl/gtkeditable.sgml: Make example UTF-8
safe. (#143264, Tommi Komulainen)

View File

@ -387,7 +387,8 @@ and @y parameters to the coordinates where the menu is to be drawn.
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:
@push_in: whether the menu should be pushed in to be completely inside the
screen instead of just clamped to the size to the screen.
@user_data: the data supplied by the user in the gtk_menu_popup() @data
parameter.