Expand description
Checkbox, radio button, and push button implementation (B.3 + B.5).
Structs§
- Reset
Action - Parsed reset-form action attached to a button.
- Submit
Action - Parsed submit-form action attached to a button.
Enums§
- Button
Kind - Sub-kind of a button field.
- Icon
Caption Layout - Icon and caption arrangement for a push button’s appearance.
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.