logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmCascadeButtonHighlight — A CascadeButton and CascadeButtonGadget function that sets the highlight state

Description

XmCascadeButtonHighlight  either  draws  or  erases  the shadow highlight around the CascadeButton or the
       CascadeButtonGadget.

       cascadeButton
                 Specifies the CascadeButton or CascadeButtonGadget to be highlighted or unhighlighted

       highlight Specifies whether to highlight (True) or to unhighlight (False)

       For a complete definition of CascadeButton or CascadeButtonGadget and  their  associated  resources,  see
       XmCascadeButton(3) or XmCascadeButtonGadget(3).

Name

XmCascadeButtonHighlight — A CascadeButton and CascadeButtonGadget function that sets the highlight state
       "XmCascadeButtonHighlight" "CascadeButton functions" "XmCascadeButtonHighlight"

Synopsis

       #include <Xm/CascadeB.h>
       #include <Xm/CascadeBG.h>
       voidXmCascadeButtonHighlight(
       WidgetcascadeButton,
       Booleanhighlight);

See Also