1XtGetApplicationNameAndClass(3)  XT FUNCTIONS  XtGetApplicationNameAndClass(3)
2
3
4

NAME

6       XtGetApplicationNameAndClass - retrieve application name and class
7

SYNTAX

9       void XtGetApplicationNameAndClass(Display* display, String*
10              name_return, String* class_return);
11

ARGUMENTS

13       display   Specifies an open display connection that has been initialā€
14                 ized with XtDisplayInitialize.
15
16       name_return
17                 Returns the application name.
18
19       class_return
20                 Returns the application class.
21

DESCRIPTION

23       XtGetApplicationNameAndClass returns the application name and class
24       passed to XtDisplayInitialize for the specified display. If the display
25       was never initialized or has been closed, the result is undefined. The
26       returned strings are owned by the Intrinsics and must not be modified
27       or freed by the caller.
28

SEE ALSO

30       XtDisplayInitialize(3)
31       X Toolkit Intrinsics - C Language Interface
32       Xlib - C Language X Interface
33
34
35
36X Version 11                      libXt 1.1.5  XtGetApplicationNameAndClass(3)
Impressum