Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtscreenofobject(3xt) [osf1 man page]

XtDisplay(3Xt)															    XtDisplay(3Xt)

NAME
XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject, XtWindow, XtWindowOfObject - obtain window information about a widget SYNOPSIS
Display *XtDisplay(w) Widget w; Display *XtDisplayOfObject(object) Widget object; Screen *XtScreen(w) Widget w; Screen *XtScreenOfObject(object) Widget object; Window XtWindow(w) Widget w; Window XtWindowOfObject(object) Widget object; ARGUMENTS
Specifies the widget. Specifies the widget. DESCRIPTION
XtDisplay returns the display pointer for the specified widget. XtDisplayOfObject returns the display pointer for the specified object. XtScreen returns the screen pointer for the specified widget. XtScreenOfObject returns the screen pointer for the specified object. XtWindow returns the window of the specified widget. XtWindowOfObject returns the window of the specified object. SEE ALSO
X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtDisplay(3Xt)

Check Out this Related Man Page

XtNameToWidget(3Xt)													       XtNameToWidget(3Xt)

NAME
XtNameToWidget, XtWindowToWidget - translating strings to widgets or widgets to windows SYNOPSIS
Widget XtNameToWidget(reference, names); Widget reference; String names; Widget XtWindowToWidget(display, window) Display *display; Window window; ARGUMENTS
Specifies the display on which the window is defined. Specifies the fully qualified name of the desired widget. Specifies the widget from which the search is to start. Specify the window for which you want the widget. DESCRIPTION
The XtNameToWidget function looks for a widget whose name is the first component in the specified names and that is a pop-up child of ref- erence (or a normal child if reference is a subclass of compositeWidgetClass). It then uses that widget as the new reference and repeats the search after deleting the first component from the specified names. If it cannot find the specified widget, XtNameToWidget returns NULL. Note that the names argument contains the name of a widget with respect to the specified reference widget and can contain more than one widget name (separated by periods) for widgets that are not direct children of the specified reference widget. If more than one child of the reference widget matches the name, XtNameToWidget can return any of the children. The Intrinsics do not require that all children of a widget have unique names. If the specified names contain more than one component and if more than one child matches the first component, XtNameToWidget can return NULL if the single branch that it follows does not contain the named widget. That is, XtNameToWidget does not back up and follow other matching branches of the widget tree. The XtWindowToWidget function translates the specified window and display pointer into the appropriate widget instance. SEE ALSO
X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtNameToWidget(3Xt)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies