This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XtNameToWidget(3)                               XT FUNCTIONS                               XtNameToWidget(3)



NAME
       XtNameToWidget, XtWindowToWidget - translating strings to widgets or widgets to windows

SYNTAX
       Widget XtNameToWidget(Widget reference, String names);

       Widget XtWindowToWidget(Display *display, Window window);

ARGUMENTS
       display   Specifies the display on which the window is defined.

       names     Specifies the fully qualified name of the desired widget.

       reference Specifies the widget from which the search is to start.

       window    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 reference (or a normal child if reference is a subclass of com-positeWidgetClass). compositeWidgetClass).
       positeWidgetClass).  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 compo-nent, component,
       nent, 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 appropri-ate appropriate
       ate widget instance.

SEE ALSO
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface



X Version 11                                     libXt 1.0.5                               XtNameToWidget(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...