Expand description
Checkbox, radio button, and push button implementation (B.3 + B.5).
Structs§
- Reset
Action - Parsed reset-form action.
- Submit
Action - Parsed submit-form action.
Enums§
- Button
Kind - Button sub-kind.
- Icon
Caption Layout - Icon/caption layout for push buttons (/TP values).
Functions§
- button_
kind - Determine button sub-kind from flags.
- is_
checked - Check if a button field is currently “on” (checked/selected).
- on_
state_ name - Get the “on” state name for a button widget.
- select_
radio - Select a radio button, deselecting siblings. Returns
falseif read-only. - toggle_
checkbox - Toggle a checkbox field. Returns
falseif read-only or not a checkbox.