Manual Page Result
0
Command: XtGetDisplays | Section: 3 | Source: Digital UNIX | File: XtGetDisplays.3Xt.gz
XtGetDisplays(3Xt) XtGetDisplays(3Xt)
NAME
XtGetDisplays - retrieve a list of displays associated with an applica-
tion context
SYNOPSIS
void XtGetDisplays(app_context, dpy_return, num_dpy_return)
XtAppContext app_context;
Display*** dpy_return;
Cardinal* num_dpy_return;
ARGUMENTS
Specifies the application context. Returns a list of open X display
connections in the specified application context. Returns the count of
open X display connections in dpy_return.
DESCRIPTION
To free the list of displays, use XtFree.
SEE ALSO
X Toolkit Intrinsics -- C Language Interface
Xlib -- C Language X Interface
XtGetDisplays(3Xt)