Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmDropDownGetChild(3)	    Library Functions Manual	   XmDropDownGetChild(3)

NAME
     XmDropDownGetChild  --  A DropDown function that is used to access a compo-
     nent

SYNOPSIS
     #include <Xm/DropDown.h>
     Widget XmDropDownGetChild(
     Widget widget,
     int child);

DESCRIPTION
     XmDropDownGetChild is used to access a component within  a  DropDown.   The
     parameters  given to the function are the DropDown widget and a value indi-
     cating which component to access.

     widget    Specifies the DropDown widget ID.

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

		  *  XmDROPDOWN_LABEL

		  *  XmDROPDOWN_TEXT

		  *  XmDROPDOWN_ARROW_BUTTON

		  *  XmDROPDOWN_LIST

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

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.

RELATED
     XmDropDown(3).

							   XmDropDownGetChild(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmDropDownGetChild&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help