osf1 man page for xmoptionlabelgadget

Query: xmoptionlabelgadget

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XmOptionLabelGadget(3X) 												   XmOptionLabelGadget(3X)

NAME
XmOptionLabelGadget - A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu
SYNOPSIS
#include <Xm/RowColumn.h> Widget XmOptionLabelGadget (option_menu) Widget option_menu;
DESCRIPTION
XmOptionLabelGadget provides the application with the means for obtaining the widget ID for the internally created LabelGadget. Once the application has obtained the widget ID, it can adjust the visuals for the LabelGadget, if desired. When an application creates an instance of the OptionMenu widget, the widget creates two internal gadgets. One is a LabelGadget that is used to display RowColumn's XmNlabelString resource. The other is a CascadeButtonGadget that displays the current selection and provides the means for posting the OptionMenu's submenu. The user can specify resources in a resource file for the automatically created widgets and gadgets of an OptionMenu. The following list identifies the names of these widgets (or gadgets) and the associated OptionMenu areas: Option Menu Label Gadget--"OptionLabel" Option Menu Cascade Button--"OptionButton" Specifies the OptionMenu widget ID For a complete definition of RowColumn and its associated resources, see XmRowColumn(3X).
RETURN VALUE
Returns the widget ID for the internal label.
SEE ALSO
XmCreateOptionMenu(3X), XmLabelGadget(3X), XmOptionButtonGadget(3X), XmRowColumn(3X) XmOptionLabelGadget(3X)
Related Man Pages
xmcreatesimpleoptionmenu(3) - redhat
xmoptionbuttongadget(3) - redhat
xmcreateoptionmenu(3) - centos
xmoptionbuttongadget(3) - centos
xmoptionlabelgadget(3x) - osf1
Similar Topics in the Unix Linux Community
Not Sexy
How Do I Create A Multi Line Menu Variable?