From 597a24edf643dd3f1f4402ef4798d2aaf621007a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2009 23:26:37 -0400 Subject: [PATCH] Improve GtkMenuPositionFunc docs Add a note about gtk_menu_set_monitor(). --- docs/reference/gtk/tmpl/gtkmenu.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index 96bd4b4bc3..20d2c201cd 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -449,6 +449,8 @@ Returns the #GtkWidget that the menu is attached to. A user function supplied when calling gtk_menu_popup() which controls the positioning of the menu when it is displayed. The function sets the @x and @y parameters to the coordinates where the menu is to be drawn. +To make the menu appear on a different monitor than the mouse pointer, +gtk_menu_set_monitor() must be called. @menu: a #GtkMenu.