diff options
Diffstat (limited to 'man/XtOpenApplication.man')
-rw-r--r-- | man/XtOpenApplication.man | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man index f449e4d..7c1a1ee 100644 --- a/man/XtOpenApplication.man +++ b/man/XtOpenApplication.man @@ -97,14 +97,17 @@ finally calls .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 +created shell. +The modified \fIargc\fP and \fIargv\fP returned by .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 +is also returned. +If the display specified by the command line cannot be opened, an error message is issued and .B XtOpenApplication -terminates the application. If \fIfallback_resources\fP is non-NULL, +terminates the application. +If \fIfallback_resources\fP is non-NULL, .B XtAppSetFallbackResources is called with the value prior to calling .BR XtOpenDisplay . |