mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
Point to GtkEntry as an example of a widget that uses a custom function to
2004-01-22 Federico Mena Quintero <federico@ximian.com> * gtk/migrating-checklist.sgml: Point to GtkEntry as an example of a widget that uses a custom function to position its popup menu.
This commit is contained in:
parent
6a3e3b20d3
commit
fa4e057e98
@ -1,3 +1,8 @@
|
||||
2004-01-22 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-checklist.sgml: Point to GtkEntry as an example of
|
||||
a widget that uses a custom function to position its popup menu.
|
||||
|
||||
2004-01-22 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-checklist.sgml: New chapter with a "Migration
|
||||
|
@ -127,7 +127,8 @@ my_widget_popup_menu_handler (GtkWidget *widget)
|
||||
in the case where the <parameter>event</parameter> is
|
||||
<constant>NULL</constant>. This function should compute the
|
||||
desired position for a menu when it is invoked through the
|
||||
keyboard.
|
||||
keyboard. For example, <xref linkend="GtkEntry"/> aligns the
|
||||
top edge of its popup menu with the bottom edge of the entry.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user