Enum atk_sys::AtkStateType [] [src]

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

Trait Implementations

impl Clone for AtkStateType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AtkStateType
[src]

impl Debug for AtkStateType
[src]

[]

Formats the value using the given formatter.

impl Eq for AtkStateType
[src]

impl PartialEq for AtkStateType
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.