forked from AuroraMiddleware/gtk
fixed push_in description.
Wed Jun 27 11:57:13 2007 Tim Janik <timj@imendio.com> * gtk/tmpl/gtkmenu.sgml: fixed push_in description. svn path=/trunk/; revision=18257
This commit is contained in:
parent
4d8676a5fc
commit
6349beaba3
@ -1,3 +1,7 @@
|
||||
Wed Jun 27 11:57:13 2007 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gtk/tmpl/gtkmenu.sgml: fixed push_in description.
|
||||
|
||||
2007-06-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am:
|
||||
|
@ -394,8 +394,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: whether the menu should be pushed in to be completely inside the
|
||||
screen instead of just clamped to the size to the screen.
|
||||
@push_in: whether the first menu item should be offset (pushed in) to be
|
||||
aligned with the menu popup position (only useful for GtkOptionMenu).
|
||||
@user_data: the data supplied by the user in the gtk_menu_popup() @data
|
||||
parameter.
|
||||
|
||||
@ -407,6 +407,7 @@ will be called when the menu is later detached from the widget.
|
||||
</para>
|
||||
|
||||
@attach_widget: the #GtkWidget that the menu is being detached from.
|
||||
|
||||
@menu: the #GtkMenu being detached.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user