Module cmd
zng
0.14.1
Module cmd
Module Items
Structs
Statics
In zng::
toggle
Modules
cmd
Structs
CheckStyle
ComboStyle
DefaultStyle
LightStyle
RadioStyle
Selector
SwitchStyle
Toggle
Enums
SelectorError
Statics
IS_CHECKED_VAR
Traits
SelectorImpl
Functions
check_spacing
combo_spacing
deselect_on_deinit
deselect_on_new
is_checked
radio_spacing
scroll_on_select
select_on_init
select_on_new
selector
style_fn
switch_spacing
tristate
zng
::
toggle
Module
cmd
Copy item path
Settings
Help
Summary
Source
Expand description
Toggle commands.
Structs
§
Select
Op
Represents a select operation that can be send to
selector
using
SELECT_CMD
.
Statics
§
SELECT_
CMD
Represents the
select
action.
TOGGLE_
CMD
Represents the
toggle
action.