1XtGetApplicationNameAndClass(3x) XT FUNCTIONS XtGetApplicationNameAndClass(3x)
2
3
4
6 XtGetApplicationNameAndClass - retrieve application name and class
7
9 void XtGetApplicationNameAndClass(Display* display, String*
10 name_return, String* class_return);
11
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
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
30 XtDisplayInitialize(3Xt)
31 X Toolkit Intrinsics - C Language Interface
32 Xlib - C Language X Interface
33
34
35
36X Version 11 libXt 1.0.4 XtGetApplicationNameAndClass(3x)