diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
commit | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch) | |
tree | c62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtAppInitialize.man | |
parent | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff) | |
parent | 965bc251c1d8391e672f277686254299627d4e3c (diff) |
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts:
man/XtManageChildren.man
Diffstat (limited to 'man/XtAppInitialize.man')
-rw-r--r-- | man/XtAppInitialize.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtAppInitialize.man b/man/XtAppInitialize.man index 9de882a..bae2148 100644 --- a/man/XtAppInitialize.man +++ b/man/XtAppInitialize.man @@ -99,35 +99,35 @@ Specifies the variable argument list to override any other resource specification for the created shell widget. .SH DESCRIPTION The -.BR XtAppInitialize +.B XtAppInitialize 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, \fIwidget_class\fP .BR applicationShellWidgetClass , 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 XtAppInitialize +.B XtAppInitialize 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" XtOpenApplication(__libmansuffix__), XtVaOpenApplication(__libmansuffix__) |