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
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) : gboolean
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, gint32 n_types) : none
Add the states for the specified types to the current state set.
Atk.StateSet
Method
contains_state (StateType type) : gboolean
Checks whether the state for the specified type is in the specified set.
Atk.StateSet
Method
contains_states (StateType types, gint32 n_types) : gboolean
Checks whether the states for all the specified types are in the
specified set.
Atk.StateSet
Method
remove_state (StateType type) : gboolean
Removes the state for the specified type from the state set.
Gucharmap.ChartableCellAccessible
Method
add_state (StateType state_type, gboolean emit_signal) : gboolean
Gucharmap.ChartableCellAccessible
Method
remove_state (StateType state_type, gboolean emit_signal) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:04 GMT+0800 (HKT)