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/XtAppCreateShell.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/XtAppCreateShell.man')
-rw-r--r-- | man/XtAppCreateShell.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtAppCreateShell.man b/man/XtAppCreateShell.man index f1fc6de..526b7cf 100644 --- a/man/XtAppCreateShell.man +++ b/man/XtAppCreateShell.man @@ -85,12 +85,12 @@ Specifies the number of arguments in the argument list. Specifies the variable argument list from which to get the resources. .SH DESCRIPTION The -.BR XtAppCreateShell +.B XtAppCreateShell function saves the specified application name and application class for qualifying all widget resource specifiers. The application name and application class are used as the left-most components in all widget resource names for this application. -.BR XtAppCreateShell +.B XtAppCreateShell should be used to create a new logical application within a program or to create a shell on another display. In the first case, @@ -99,7 +99,7 @@ In the second case, it uses the resource database associated with the other display. .LP Note that the widget returned by -.BR XtAppCreateShell +.B XtAppCreateShell has the \s-1WM_COMMAND\s+1 property set for session managers (see Chapter 4). .SH "SEE ALSO" |