Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmcascadebuttongadgethighlight(3x) [osf1 man page]

XmCascadeButtonGadgetHighlight(3X)										XmCascadeButtonGadgetHighlight(3X)

NAME
XmCascadeButtonGadgetHighlight - A CascadeButtonGadget function that sets the highlight state SYNOPSIS
#include <Xm/CascadeBG.h> void XmCascadeButtonGadgetHighlight (cascadeButtonGadget, highlight) Widget cascadeButtonGadget; Boolean highlight; DESCRIPTION
XmCascadeButtonGadgetHighlight either draws or erases the shadow highlight around the CascadeButtonGadget. Specifies the CascadeButtonGad- get to be highlighted or unhighlighted. Specifies whether to highlight (True) or to unhighlight (False). For a complete definition of CascadeButtonGadget and its associated resources, see XmCascadeButtonGadget(3X). SEE ALSO
XmCascadeButton(3X), XmCascadeButtonGadget(3X), XmCascadeButtonHighlight(3X) XmCascadeButtonGadgetHighlight(3X)

Check Out this Related Man Page

XmOptionButtonGadget(library call)										XmOptionButtonGadget(library call)

NAME
XmOptionButtonGadget -- A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu SYNOPSIS
#include <Xm/RowColumn.h> Widget XmOptionButtonGadget( Widget option_menu); DESCRIPTION
XmOptionButtonGadget provides the application with the means for obtaining the widget ID for the internally created CascadeButtonGadget. Once the application has obtained the widget ID, it can adjust the visuals for the CascadeButtonGadget, 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 option_menu Specifies the OptionMenu widget ID For a complete definition of RowColumn and its associated resources, see XmRowColumn(3). RETURN
Returns the widget ID for the internal button. RELATED
XmCreateOptionMenu(3), XmCascadeButtonGadget(3), XmOptionLabelGadget(3), and XmRowColumn(3). XmOptionButtonGadget(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies