]> Pileus Git - ~andy/gtk/commitdiff
Point to GtkEntry as an example of a widget that uses a custom function to
authorFederico Mena Quintero <federico@ximian.com>
Thu, 22 Jan 2004 20:44:38 +0000 (20:44 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Thu, 22 Jan 2004 20:44:38 +0000 (20:44 +0000)
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.

docs/reference/ChangeLog
docs/reference/gtk/migrating-checklist.sgml

index 21e71de682e2d21b99a1cd1a3c59158e8d6a5616..e9c1b8ff72ffc45994f06875dda0fab62ab07a89 100644 (file)
@@ -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
index 51a1e9b316f35e5e1b3a685b3f64445404da0439..fb6b167c38a9c0ace2e62f0823e7905eae15c74e 100644 (file)
@@ -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>