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:

committed by
Federico Mena Quintero

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>
|
2004-01-22 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/migrating-checklist.sgml: New chapter with a "Migration
|
* 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
|
in the case where the <parameter>event</parameter> is
|
||||||
<constant>NULL</constant>. This function should compute the
|
<constant>NULL</constant>. This function should compute the
|
||||||
desired position for a menu when it is invoked through 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>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user