XtDisplay

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

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

XtDisplay returns the display pointer for the specified widget.

XtParent returns the parent widget for the specified widget.

XtScreen returns the screen pointer for the specified widget.

XtWindow returns the window of the specified widget.  

SEE ALSO

XtClass(3Xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface


 

Index

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 07:03:01 GMT, May 19, 2025