xmdropdowngetlabel(3) - Linux man page
Name
XmDropDownGetLabel - A DropDown function that returns the "label" child of the XmDropDown
Synopsis
#include <Xm/DropDown.h> Widget XmDropDownGetLabel( Widget widget);
Description
XmDropDownGetLabel is used to access the "label" child within the DropDown widget.
- widget
Specifies the DropDown widget ID.
- For a complete definition of DropDown and its associated resources, see xmdropdown(3).
Return
Returns the widget ID of the "label" child of the DropDown widget.
Related
xmdropdown(3).