logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmDropDownGetChild — A DropDown function that is used to access a component "XmDropDownGetChild"

Description

XmDropDownGetChild 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.

       widget    Specifies the DropDown widget ID.

       child     Specifies a component within the DropDown. The following are legal values for this parameter:

                    •  XmDROPDOWN_LABELXmDROPDOWN_TEXTXmDROPDOWN_ARROW_BUTTONXmDROPDOWN_LIST

       For a complete definition of DropDown and its associated resources, see XmDropDown(3).

Name

XmDropDownGetChild  —  A  DropDown  function  that  is  used  to  access a component "XmDropDownGetChild"
       "DropDown functions" "XmDropDownGetChild"

Return

       Returns the widget ID of the specified DropDown component.  An application should  not  assume  that  the
       returned widget will be of any particular class.

Synopsis

       #include <Xm/DropDown.h>
       WidgetXmDropDownGetChild(
       Widgetwidget,
       intchild);

See Also