mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
9b6154c274
commit
3d19013bb4
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user