summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-01-22 20:44:38 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-01-22 20:44:38 +0000
commitfa4e057e98701768aae41df1f837a16a17861fd7 (patch)
tree93da677cfb7fe06a841ba6e88f30ae29eaeba801 /docs
parent6a3e3b20d3df3e754e40b37eaf098a17648913cc (diff)
downloadgtk+-fa4e057e98701768aae41df1f837a16a17861fd7.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/migrating-checklist.sgml3
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 21e71de682..e9c1b8ff72 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,10 @@
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
Checklist" of things people need to do to be good citizens in the
GTK+ world. This is mainly a way to tell people about interesting
diff --git a/docs/reference/gtk/migrating-checklist.sgml b/docs/reference/gtk/migrating-checklist.sgml
index 51a1e9b316..fb6b167c38 100644
--- a/docs/reference/gtk/migrating-checklist.sgml
+++ b/docs/reference/gtk/migrating-checklist.sgml
@@ -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>