| 1 | |
| 2 | /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ |
| 3 | |
| 4 | #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION) |
| 5 | #error "Only <atk/atk.h> can be included directly." |
| 6 | #endif |
| 7 | |
| 8 | #ifndef __ATK_ENUM_TYPES_H__ |
| 9 | #define __ATK_ENUM_TYPES_H__ |
| 10 | |
| 11 | #include <atk/atkversion.h> |
| 12 | #include <glib-object.h> |
| 13 | |
| 14 | G_BEGIN_DECLS |
| 15 | |
| 16 | /* enumerations from "atkcomponent.h" */ |
| 17 | ATK_AVAILABLE_IN_ALL |
| 18 | GType atk_scroll_type_get_type (void); |
| 19 | #define ATK_TYPE_SCROLL_TYPE (atk_scroll_type_get_type()) |
| 20 | |
| 21 | /* enumerations from "atkhyperlink.h" */ |
| 22 | ATK_AVAILABLE_IN_ALL |
| 23 | GType atk_hyperlink_state_flags_get_type (void); |
| 24 | #define ATK_TYPE_HYPERLINK_STATE_FLAGS (atk_hyperlink_state_flags_get_type()) |
| 25 | |
| 26 | /* enumerations from "atkobject.h" */ |
| 27 | ATK_AVAILABLE_IN_ALL |
| 28 | GType atk_role_get_type (void); |
| 29 | #define ATK_TYPE_ROLE (atk_role_get_type()) |
| 30 | ATK_AVAILABLE_IN_ALL |
| 31 | GType atk_layer_get_type (void); |
| 32 | #define ATK_TYPE_LAYER (atk_layer_get_type()) |
| 33 | |
| 34 | /* enumerations from "atkrelationtype.h" */ |
| 35 | ATK_AVAILABLE_IN_ALL |
| 36 | GType atk_relation_type_get_type (void); |
| 37 | #define ATK_TYPE_RELATION_TYPE (atk_relation_type_get_type()) |
| 38 | |
| 39 | /* enumerations from "atkstate.h" */ |
| 40 | ATK_AVAILABLE_IN_ALL |
| 41 | GType atk_state_type_get_type (void); |
| 42 | #define ATK_TYPE_STATE_TYPE (atk_state_type_get_type()) |
| 43 | |
| 44 | /* enumerations from "atktext.h" */ |
| 45 | ATK_AVAILABLE_IN_ALL |
| 46 | GType atk_text_attribute_get_type (void); |
| 47 | #define ATK_TYPE_TEXT_ATTRIBUTE (atk_text_attribute_get_type()) |
| 48 | ATK_AVAILABLE_IN_ALL |
| 49 | GType atk_text_boundary_get_type (void); |
| 50 | #define ATK_TYPE_TEXT_BOUNDARY (atk_text_boundary_get_type()) |
| 51 | ATK_AVAILABLE_IN_ALL |
| 52 | GType atk_text_granularity_get_type (void); |
| 53 | #define ATK_TYPE_TEXT_GRANULARITY (atk_text_granularity_get_type()) |
| 54 | ATK_AVAILABLE_IN_ALL |
| 55 | GType atk_text_clip_type_get_type (void); |
| 56 | #define ATK_TYPE_TEXT_CLIP_TYPE (atk_text_clip_type_get_type()) |
| 57 | |
| 58 | /* enumerations from "atkutil.h" */ |
| 59 | ATK_AVAILABLE_IN_ALL |
| 60 | GType atk_key_event_type_get_type (void); |
| 61 | #define ATK_TYPE_KEY_EVENT_TYPE (atk_key_event_type_get_type()) |
| 62 | ATK_AVAILABLE_IN_ALL |
| 63 | GType atk_coord_type_get_type (void); |
| 64 | #define ATK_TYPE_COORD_TYPE (atk_coord_type_get_type()) |
| 65 | |
| 66 | /* enumerations from "atkvalue.h" */ |
| 67 | ATK_AVAILABLE_IN_ALL |
| 68 | GType atk_value_type_get_type (void); |
| 69 | #define ATK_TYPE_VALUE_TYPE (atk_value_type_get_type()) |
| 70 | G_END_DECLS |
| 71 | |
| 72 | #endif /* __ATK_ENUM_TYPES_H__ */ |
| 73 | |
| 74 | /* Generated data ends here */ |
| 75 | |
| 76 | |