diff options
Diffstat (limited to 'man/XtCreatePopupShell.man')
-rw-r--r-- | man/XtCreatePopupShell.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man index a32a119..93c5127 100644 --- a/man/XtCreatePopupShell.man +++ b/man/XtCreatePopupShell.man @@ -132,7 +132,7 @@ Widget XtCreatePopupShell(String \fIname\fP, WidgetClass \fIwidget_class\fP, Widget \fIparent\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP); .HP Widget XtVaCreatePopupShell(String \fIname\fP, WidgetClass \fIwidget_class\fP, -Widget \fIparent\fP, ...\^); +Widget \fIparent\fP, ...\^); .SH ARGUMENTS .ds Al to override the resource defaults .IP \fIargs\fP 1i @@ -159,7 +159,7 @@ and, rather than using insert_child to attach the widget to the parent's children list, attaches the shell to the parent's pop-ups list directly. .LP A spring-loaded pop-up invoked from a translation table already must exist -at the time that the translation is invoked, +at the time that the translation is invoked, so the translation manager can find the shell by name. Pop-ups invoked in other ways can be created ``on-the-fly'' when the pop-up actually is needed. |