diff options
Diffstat (limited to 'doc/popup.n')
-rw-r--r-- | doc/popup.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/popup.n b/doc/popup.n index ddce3cb..0d32362 100644 --- a/doc/popup.n +++ b/doc/popup.n @@ -13,7 +13,6 @@ tk_popup \- Post a popup menu .SH SYNOPSIS \fBtk_popup \fImenu x y \fR?\fIentry\fR? .BE - .SH DESCRIPTION .PP This procedure posts a menu at a given position on the screen and @@ -27,6 +26,7 @@ Otherwise \fIentry\fR gives the index of an entry in \fImenu\fR and the menu will be positioned so that the entry is positioned over the given point. .SH EXAMPLE +.PP How to attach a simple popup menu to a widget. .CS # Create a menu @@ -40,9 +40,10 @@ pack [label .l \-text "Click me!"] # Arrange for the menu to pop up when the label is clicked bind .l <1> {\fBtk_popup\fR .popupMenu %X %Y} .CE - .SH "SEE ALSO" bind(n), menu(n), tk_optionMenu(n) - .SH KEYWORDS menu, popup +'\" Local Variables: +'\" mode: nroff +'\" End: |