summaryrefslogtreecommitdiff
path: root/man/XtOpenApplication.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtOpenApplication.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtOpenApplication.man')
-rw-r--r--man/XtOpenApplication.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man
index 0253c69..af703cd 100644
--- a/man/XtOpenApplication.man
+++ b/man/XtOpenApplication.man
@@ -103,34 +103,34 @@ Specifies the variable argument list to override any other resource
specification for the created shell widget.
.SH DESCRIPTION
The
-.BR XtOpenApplication
+.B XtOpenApplication
function calls
-.BR XtToolkitInitialize
+.B XtToolkitInitialize
followed by
.BR XtCreateApplicationContext ,
then calls
-.BR XtOpenDisplay
+.B XtOpenDisplay
with \fIdisplay_string\fP NULL and \fIapplication_name\fP NULL, and
finally calls
-.BR XtAppCreateShell
+.B XtAppCreateShell
with \fIapplication_name\fP NULL, the specified \fIwidget_class\fP,
and the specified \fIargs\fP and \fInum_args\fP and returns the
created shell. The modified \fIargc\fP and \fIargv\fP returned by
-.BR XtDisplayInitialize
+.B XtDisplayInitialize
are returned in \fIargc_in_out\fP and \fIargv_in_out\fP. If
\fIapp_context_return\fP is not NULL, the created application context
is also returned. If the display specified by the command line cannot
be opened, an error message is issued and
-.BR XtOpenApplication
+.B XtOpenApplication
terminates the application. If \fIfallback_resources\fP is non-NULL,
-.BR XtAppSetFallbackResources
+.B XtAppSetFallbackResources
is called with the value prior to calling
.BR XtOpenDisplay .
.LP
XtAppInitialize and XtVaAppInitialize have been superceded by
-.BR XtOpenApplication
+.B XtOpenApplication
and
-.BR XtVaOpenApplication
+.B XtVaOpenApplication
respectively.
.SH "SEE ALSO"
XtAppInitialize(__libmansuffix__), XtVaAppInitialize(__libmansuffix__)