Back to Seed Clases

Atk


Classes

Interfaces

Structs

Unions

Enums

Enum Atk.StateType

Import line: Atk = imports.gi.Atk;
GIR File: Atk-1.0.gir
C documentation: AtkStateType
Enum : StateType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk
Method
Atk.state_type_for_name (String name) : Atk.StateType
Gets the AtkStateType corresponding to the description string name.
Atk
Method
Atk.state_type_get_name (StateType type) : String
Gets the description string describing the AtkStateType type.
Atk
Method
Atk.state_type_register (String name) : Atk.StateType
Register a new object state.
Atk.StateSet
Method
add_state (StateType type) : Boolean
Add a new state for the specified type to the current state set if it is not already present.
Atk.StateSet
Method
add_states (StateType types, Number n_types) : none
Add the states for the specified types to the current state set.
Atk.StateSet
Method
contains_state (StateType type) : Boolean
Checks whether the state for the specified type is in the specified set.
Atk.StateSet
Method
contains_states (StateType types, Number n_types) : Boolean
Checks whether the states for all the specified types are in the specified set.
Atk.StateSet
Method
remove_state (StateType type) : Boolean
Removes the state for the specified type from the state set.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:30 GMT+0800 (HKT)