ultrix man page for xtdisplay

Query: xtdisplay

OS: ultrix

Section: 3xt

Links: ultrix man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtDisplay(3Xt)							     MIT X11R4							    XtDisplay(3Xt)

Name
       XtDisplay, XtParent, XtScreen, XtWindow - obtain window information about a widget

Syntax
       Display *XtDisplay(w)
	  Widget w;

       Widget XtParent(w)
	  Widget w;

       Screen *XtScreen(w)
	  Widget w;

       Window XtWindow(w)
	  Widget w;

Arguments
       w	 Specifies the widget.

Description
       returns the display pointer for the specified widget.

       returns the parent widget for the specified widget.

       returns the screen pointer for the specified widget.

       returns the window of the specified widget.

See Also
       XtClass(3Xt)
       X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																    XtDisplay(3Xt)
Related Man Pages
xtchecksubclass(3xt) - ultrix
xtclass(3xt) - ultrix
xtiscomposite(3xt) - ultrix
xtparseacceleratortable(3xt) - ultrix
xtsuperclass(3xt) - ultrix
Similar Topics in the Unix Linux Community
how to change the default background color for x windows
Motif Application will not refresh
Xlib - Rotation and interpolation of pixmap - Performance problems
Change text font to greater one in this very good MOTIF texteditor ?