summaryrefslogtreecommitdiff
path: root/man/XtPopdown.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtPopdown.man')
-rw-r--r--man/XtPopdown.man22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XtPopdown.man b/man/XtPopdown.man
index af45197..85c5073 100644
--- a/man/XtPopdown.man
+++ b/man/XtPopdown.man
@@ -128,12 +128,12 @@
XtPopdown, XtCallbackPopdown \- unmap a pop-up
.SH SYNTAX
.HP
-void XtPopdown(Widget \fIpopup_shell\fP);
+void XtPopdown(Widget \fIpopup_shell\fP);
.HP
void XtCallbackPopdown(Widget \fIw\fP, XtPointer \fIclient_data\fP, XtPointer
\fIcall_data\fP);
.HP
-void MenuPopdown(String \fIshell_name\fP);
+void MenuPopdown(String \fIshell_name\fP);
.SH ARGUMENTS
.IP \fIcall_data\fP 1i
Specifies the callback data,
@@ -174,7 +174,7 @@ it calls
.ZN XtRemoveGrab .
.\".ZN XtRemoveGrab(popup_shell)
.IP \(bu 5
-Sets pop-up shell's popped_up field to
+Sets pop-up shell's popped_up field to
.ZN False .
.IP \(bu 5
Calls the callback procedures on the shell's popdown_callback list.
@@ -199,7 +199,7 @@ and the enable_widget is the widget that was used to pop it up.
.ZN XtCallbackPopdown
calls
.ZN XtPopdown
-with the specified shell_widget
+with the specified shell_widget
and then calls
.ZN XtSetSensitive
to resensitize the enable_widget.
@@ -213,14 +213,14 @@ If a shell_name is specified in the translation table,
.ZN MenuPopdown
tries to find the shell by looking up the widget tree starting at the
parent of the widget in which it is invoked.
-If it finds a shell with the specified name in the pop-up children
-of that parent,
-it pops down the shell;
+If it finds a shell with the specified name in the pop-up children
+of that parent,
+it pops down the shell;
otherwise, it moves up the parent chain as needed.
-If
-.ZN MenuPopdown
-gets to the application top-level shell widget
-and cannot find a matching shell,
+If
+.ZN MenuPopdown
+gets to the application top-level shell widget
+and cannot find a matching shell,
it generates an error.
.SH "SEE ALSO"
XtCreatePopupShell(__libmansuffix__),