summaryrefslogtreecommitdiff
path: root/man/XtCreateApplicationContext.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtCreateApplicationContext.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
downloadxorg-lib-libXt-2b26e9a5473e399c81ae11b98d1f0b38393dbd8c.tar.gz
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
Diffstat (limited to 'man/XtCreateApplicationContext.man')
-rw-r--r--man/XtCreateApplicationContext.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtCreateApplicationContext.man b/man/XtCreateApplicationContext.man
index 53778a3..7bc67c4 100644
--- a/man/XtCreateApplicationContext.man
+++ b/man/XtCreateApplicationContext.man
@@ -76,28 +76,28 @@ Specifies the application context.
Specifies the widget that you want the application context for.
.SH DESCRIPTION
The
-.BR XtCreateApplicationContext
+.B XtCreateApplicationContext
function returns an application context,
which is an opaque type.
Every application must have at least one application context.
.LP
The
-.BR XtDestroyApplicationContext
+.B XtDestroyApplicationContext
function destroys the specified application context as soon as it is safe
to do so.
If called from with an event dispatch (for example, a callback procedure),
-.BR XtDestroyApplicationContext
+.B XtDestroyApplicationContext
does not destroy the application context until the dispatch is complete.
.LP
The
-.BR XtWidgetToApplicationContext
+.B XtWidgetToApplicationContext
function returns the application context for the specified widget.
.LP
The
-.BR XtToolkitInitialize
+.B XtToolkitInitialize
function initializes the Intrinsics internals.
If
-.BR XtToolkitInitialize
+.B XtToolkitInitialize
was previously called it returns immediately.
.LP
.SH "SEE ALSO"