![]() |
![]()
| ![]() |
![]()
NAMEXmDropDownGetChild — A DropDown function that is used to access a component SYNOPSIS#include <Xm/DropDown.h> Widget XmDropDownGetChild( Widget widget, int child); DESCRIPTIONXmDropDownGetChild is used to access a component within a DropDown. The parameters given to the function are the DropDown widget and a value indicating which component to access.
For a complete definition of DropDown and its associated resources, see XmDropDown(3). RETURNReturns the widget ID of the specified DropDown component. An application should not assume that the returned widget will be of any particular class. RELATEDXmDropDown(3).
|