Enum atk_sys::AtkStateType
[−]
[src]
#[repr(C)]pub enum AtkStateType { Invalid, Active, Armed, Busy, Checked, Defunct, Editable, Enabled, Expandable, Expanded, Focusable, Focused, Horizontal, Iconified, Modal, MultiLine, Multiselectable, Opaque, Pressed, Resizable, Selectable, Selected, Sensitive, Showing, SingleLine, Stale, Transient, Vertical, Visible, ManagesDescendants, Indeterminate, Truncated, Required, InvalidEntry, SupportsAutocompletion, SelectableText, Default, Animated, Visited, Checkable, HasPopup, HasTooltip, ReadOnly, LastDefined, }
Variants
Invalid
Active
Armed
Busy
Checked
Defunct
Editable
Enabled
Expandable
Expanded
Focusable
Focused
Horizontal
Iconified
Modal
MultiLine
Multiselectable
Opaque
Pressed
Resizable
Selectable
Selected
Sensitive
Showing
SingleLine
Stale
Transient
Vertical
Visible
ManagesDescendants
Indeterminate
Truncated
Required
InvalidEntry
SupportsAutocompletion
SelectableText
Default
Animated
Visited
Checkable
HasPopup
HasTooltip
ReadOnly
LastDefined
Trait Implementations
impl Clone for AtkStateType
[src]
fn clone(&self) -> AtkStateType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more