summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h90
1 files changed, 0 insertions, 90 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index b0c6e5f..744b03e 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -223,89 +223,6 @@ typedef enum
AtkRole atk_role_register (const gchar *name);
-typedef enum
-{
- ATK_STATE_INVALID,
- /* Indicates a window is currently the active window */
- ATK_STATE_ACTIVE,
- /* Indicates that the object is armed */
- ATK_STATE_ARMED,
- /* Indicates the current object is busy */
- ATK_STATE_BUSY,
- /* Indicates this object is currently checked */
- ATK_STATE_CHECKED,
- /* Indicates this object is collapsed */
- ATK_STATE_COLLAPSED,
- /* Indicates the user can change the contents of this object */
- ATK_STATE_DEFUNCT,
- /* Indicates this object may have been removed by the application */
- ATK_STATE_EDITABLE,
- /* Indicates this object allows progressive disclosure of its children */
- ATK_STATE_EXPANDABLE,
- /* Indicates this object is expandable */
- ATK_STATE_EXPANDED,
- /*
- * Indicates this object can accept keyboard focus, which means all
- * events resulting from typing on the keyboard will normally be passed
- * to it when it has focus
- */
- ATK_STATE_FOCUSABLE,
- /* Indicates this object currently has the keyboard focus */
- ATK_STATE_FOCUSED,
- /* Indicates the orientation of thsi object is horizontal */
- ATK_STATE_HORIZONTAL,
- /* Indicates this object is minimized and is represented only by an icon */
- ATK_STATE_ICONIFIED,
- /*
- * Indicates something must be done with this object before the user can
- * interact with an object in a different window.
- */
- ATK_STATE_MODAL,
- /* Indicates this (text) object can contain multiple lines of text */
- ATK_STATE_MULTI_LINE,
- /*
- * Indicates this object allows more than one of its children to be
- * selected at the same time
- */
- ATK_STATE_MULTISELECTABLE,
- /* Indicates this object paints every pixel within its rectangular region. */
- ATK_STATE_OPAQUE,
- /* Indicates this object is currently pressed */
- ATK_STATE_PRESSED,
- /* Indicates the size of this object is not fixed */
- ATK_STATE_RESIZABLE,
- /*
- * Indicates this object is the child of an object that allows its
- * children to be selected and that this child is one of those children
- * that can be selected.
- */
- ATK_STATE_SELECTABLE,
- /*
- * Indicates this object is the child of an object that allows its
- * children to be selected and that this child is one of those children
- * that has been selected.
- */
- ATK_STATE_SELECTED,
- /* Indicates this object is sensitive */
- ATK_STATE_SENSITIVE,
- /*
- * Indicates this object, the object's parent, the object's parent's
- * parent, and so on, are all visible
- */
- ATK_STATE_SHOWING,
- /* Indicates this (text) object can contain only a single line of text */
- ATK_STATE_SINGLE_LINE,
- /* Indicates this object is transient */
- ATK_STATE_TRANSIENT,
- /* Indicates the orientation of this object is vertical */
- ATK_STATE_VERTICAL,
- /* Indicates this object is visible */
- ATK_STATE_VISIBLE,
- ATK_STATE_LAST_DEFINED
-} AtkStateType;
-
-AtkStateType atk_state_type_register (const gchar *name);
-
#define ATK_TYPE_OBJECT (atk_object_get_type ())
#define ATK_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_OBJECT, AtkObject))
@@ -329,10 +246,6 @@ typedef struct _AtkObjectClass AtkObjectClass;
typedef struct _AtkRelationSet AtkRelationSet;
typedef struct _AtkStateSet AtkStateSet;
-typedef guint64 AtkState;
-typedef guint64 AtkStateMask;
-
-
struct _AtkPropertyValues
{
gchar *property_name;
@@ -564,9 +477,6 @@ void atk_object_remove_property_change_handler (AtkObject
* cpos = atk_text_get_caret_position (ATK_TEXT (accessible));
*/
-G_CONST_RETURN gchar* atk_state_mask_get_name (AtkStateMask state);
-AtkStateMask atk_state_mask_for_name (const gchar *name);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */