Content-type: text/html Man page of XtGetDisplays

XtGetDisplays

Section: (3Xt)
Updated:
Index Return to Main Contents
 

NAME

XtGetDisplays - retrieve a list of displays associated with an application 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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:42:40 GMT, October 02, 2010