XmDropDownGetLabel

Langue: en

Version: 321244 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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.

XmDropDown(3).