Expand description
Structs§
- BUTTON
- Button context.
- Button
WA clickable container.- CmdTooltip
Args - Arguments for
cmd_tooltip_fn. - Default
Style WButton default style.- Light
Style WButton light style.- Link
Style WButton link style.- Primary
Style WPrimary button style.
Statics§
- CMD_
CHILD_ FN_ VAR - Widget function used when
cmdis set andchildis not. - CMD_
PARAM_ VAR - Optional parameter for the button to use when notifying command.
- CMD_
TOOLTIP_ FN_ VAR - Widget function used when
cmdis set andtooltip_fn,tooltipare not set. - LIGHT_
STYLE_ FN_ VAR - Contextual style variable.
- LINK_
STYLE_ FN_ VAR - Contextual style variable.
- PRIMARY_
STYLE_ FN_ VAR - Contextual style variable.
- STYLE_
FN_ VAR - Contextual style variable.
Functions§
- cmd
BSets theCommandthe button represents.- cmd_
child_ fn PSets the widget function used to produce the button child whencmdis set andchildis not.- cmd_
param POptional command parameter for the button to use when notifyingcmd.- cmd_
tooltip_ fn PSets the widget function used to produce the button tooltip whencmdis set and tooltip is not.- default_
cmd_ child_ fn - Default
CMD_CHILD_FN_VAR. - default_
cmd_ tooltip_ fn - Default
CMD_TOOLTIP_FN_VAR. - light_
style_ fn PExtends or replaces theLightStyle!.- link_
style_ fn PExtends or replaces theLinkStyle!.- primary_
style_ fn PExtends or replaces thePrimaryStyle!.- style_
fn PExtends or replaces the widget style.