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(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) |
5 | #error "Only <gdk/gdk.h> can be included directly." |
6 | #endif |
7 | |
8 | #ifndef __GDK_ENUM_TYPES_H__ |
9 | #define __GDK_ENUM_TYPES_H__ |
10 | |
11 | #include <glib-object.h> |
12 | |
13 | G_BEGIN_DECLS |
14 | |
15 | /* enumerations from "gdkcursor.h" */ |
16 | GType gdk_cursor_type_get_type (void) G_GNUC_CONST; |
17 | #define GDK_TYPE_CURSOR_TYPE (gdk_cursor_type_get_type ()) |
18 | |
19 | /* enumerations from "gdkdnd.h" */ |
20 | GType gdk_drag_action_get_type (void) G_GNUC_CONST; |
21 | #define GDK_TYPE_DRAG_ACTION (gdk_drag_action_get_type ()) |
22 | GType gdk_drag_protocol_get_type (void) G_GNUC_CONST; |
23 | #define GDK_TYPE_DRAG_PROTOCOL (gdk_drag_protocol_get_type ()) |
24 | |
25 | /* enumerations from "gdkevents.h" */ |
26 | GType gdk_filter_return_get_type (void) G_GNUC_CONST; |
27 | #define GDK_TYPE_FILTER_RETURN (gdk_filter_return_get_type ()) |
28 | GType gdk_event_type_get_type (void) G_GNUC_CONST; |
29 | #define GDK_TYPE_EVENT_TYPE (gdk_event_type_get_type ()) |
30 | GType gdk_event_mask_get_type (void) G_GNUC_CONST; |
31 | #define GDK_TYPE_EVENT_MASK (gdk_event_mask_get_type ()) |
32 | GType gdk_visibility_state_get_type (void) G_GNUC_CONST; |
33 | #define GDK_TYPE_VISIBILITY_STATE (gdk_visibility_state_get_type ()) |
34 | GType gdk_scroll_direction_get_type (void) G_GNUC_CONST; |
35 | #define GDK_TYPE_SCROLL_DIRECTION (gdk_scroll_direction_get_type ()) |
36 | GType gdk_notify_type_get_type (void) G_GNUC_CONST; |
37 | #define GDK_TYPE_NOTIFY_TYPE (gdk_notify_type_get_type ()) |
38 | GType gdk_crossing_mode_get_type (void) G_GNUC_CONST; |
39 | #define GDK_TYPE_CROSSING_MODE (gdk_crossing_mode_get_type ()) |
40 | GType gdk_property_state_get_type (void) G_GNUC_CONST; |
41 | #define GDK_TYPE_PROPERTY_STATE (gdk_property_state_get_type ()) |
42 | GType gdk_window_state_get_type (void) G_GNUC_CONST; |
43 | #define GDK_TYPE_WINDOW_STATE (gdk_window_state_get_type ()) |
44 | GType gdk_setting_action_get_type (void) G_GNUC_CONST; |
45 | #define GDK_TYPE_SETTING_ACTION (gdk_setting_action_get_type ()) |
46 | GType gdk_owner_change_get_type (void) G_GNUC_CONST; |
47 | #define GDK_TYPE_OWNER_CHANGE (gdk_owner_change_get_type ()) |
48 | |
49 | /* enumerations from "gdkfont.h" */ |
50 | GType gdk_font_type_get_type (void) G_GNUC_CONST; |
51 | #define GDK_TYPE_FONT_TYPE (gdk_font_type_get_type ()) |
52 | |
53 | /* enumerations from "gdkgc.h" */ |
54 | GType gdk_cap_style_get_type (void) G_GNUC_CONST; |
55 | #define GDK_TYPE_CAP_STYLE (gdk_cap_style_get_type ()) |
56 | GType gdk_fill_get_type (void) G_GNUC_CONST; |
57 | #define GDK_TYPE_FILL (gdk_fill_get_type ()) |
58 | GType gdk_function_get_type (void) G_GNUC_CONST; |
59 | #define GDK_TYPE_FUNCTION (gdk_function_get_type ()) |
60 | GType gdk_join_style_get_type (void) G_GNUC_CONST; |
61 | #define GDK_TYPE_JOIN_STYLE (gdk_join_style_get_type ()) |
62 | GType gdk_line_style_get_type (void) G_GNUC_CONST; |
63 | #define GDK_TYPE_LINE_STYLE (gdk_line_style_get_type ()) |
64 | GType gdk_subwindow_mode_get_type (void) G_GNUC_CONST; |
65 | #define GDK_TYPE_SUBWINDOW_MODE (gdk_subwindow_mode_get_type ()) |
66 | GType gdk_gc_values_mask_get_type (void) G_GNUC_CONST; |
67 | #define GDK_TYPE_GC_VALUES_MASK (gdk_gc_values_mask_get_type ()) |
68 | |
69 | /* enumerations from "gdkimage.h" */ |
70 | GType gdk_image_type_get_type (void) G_GNUC_CONST; |
71 | #define GDK_TYPE_IMAGE_TYPE (gdk_image_type_get_type ()) |
72 | |
73 | /* enumerations from "gdkinput.h" */ |
74 | GType gdk_extension_mode_get_type (void) G_GNUC_CONST; |
75 | #define GDK_TYPE_EXTENSION_MODE (gdk_extension_mode_get_type ()) |
76 | GType gdk_input_source_get_type (void) G_GNUC_CONST; |
77 | #define GDK_TYPE_INPUT_SOURCE (gdk_input_source_get_type ()) |
78 | GType gdk_input_mode_get_type (void) G_GNUC_CONST; |
79 | #define GDK_TYPE_INPUT_MODE (gdk_input_mode_get_type ()) |
80 | GType gdk_axis_use_get_type (void) G_GNUC_CONST; |
81 | #define GDK_TYPE_AXIS_USE (gdk_axis_use_get_type ()) |
82 | |
83 | /* enumerations from "gdkproperty.h" */ |
84 | GType gdk_prop_mode_get_type (void) G_GNUC_CONST; |
85 | #define GDK_TYPE_PROP_MODE (gdk_prop_mode_get_type ()) |
86 | |
87 | /* enumerations from "gdkregion.h" */ |
88 | GType gdk_fill_rule_get_type (void) G_GNUC_CONST; |
89 | #define GDK_TYPE_FILL_RULE (gdk_fill_rule_get_type ()) |
90 | GType gdk_overlap_type_get_type (void) G_GNUC_CONST; |
91 | #define GDK_TYPE_OVERLAP_TYPE (gdk_overlap_type_get_type ()) |
92 | |
93 | /* enumerations from "gdkrgb.h" */ |
94 | GType gdk_rgb_dither_get_type (void) G_GNUC_CONST; |
95 | #define GDK_TYPE_RGB_DITHER (gdk_rgb_dither_get_type ()) |
96 | |
97 | /* enumerations from "gdktypes.h" */ |
98 | GType gdk_byte_order_get_type (void) G_GNUC_CONST; |
99 | #define GDK_TYPE_BYTE_ORDER (gdk_byte_order_get_type ()) |
100 | GType gdk_modifier_type_get_type (void) G_GNUC_CONST; |
101 | #define GDK_TYPE_MODIFIER_TYPE (gdk_modifier_type_get_type ()) |
102 | GType gdk_input_condition_get_type (void) G_GNUC_CONST; |
103 | #define GDK_TYPE_INPUT_CONDITION (gdk_input_condition_get_type ()) |
104 | GType gdk_status_get_type (void) G_GNUC_CONST; |
105 | #define GDK_TYPE_STATUS (gdk_status_get_type ()) |
106 | GType gdk_grab_status_get_type (void) G_GNUC_CONST; |
107 | #define GDK_TYPE_GRAB_STATUS (gdk_grab_status_get_type ()) |
108 | |
109 | /* enumerations from "gdkvisual.h" */ |
110 | GType gdk_visual_type_get_type (void) G_GNUC_CONST; |
111 | #define GDK_TYPE_VISUAL_TYPE (gdk_visual_type_get_type ()) |
112 | |
113 | /* enumerations from "gdkwindow.h" */ |
114 | GType gdk_window_class_get_type (void) G_GNUC_CONST; |
115 | #define GDK_TYPE_WINDOW_CLASS (gdk_window_class_get_type ()) |
116 | GType gdk_window_type_get_type (void) G_GNUC_CONST; |
117 | #define GDK_TYPE_WINDOW_TYPE (gdk_window_type_get_type ()) |
118 | GType gdk_window_attributes_type_get_type (void) G_GNUC_CONST; |
119 | #define GDK_TYPE_WINDOW_ATTRIBUTES_TYPE (gdk_window_attributes_type_get_type ()) |
120 | GType gdk_window_hints_get_type (void) G_GNUC_CONST; |
121 | #define GDK_TYPE_WINDOW_HINTS (gdk_window_hints_get_type ()) |
122 | GType gdk_window_type_hint_get_type (void) G_GNUC_CONST; |
123 | #define GDK_TYPE_WINDOW_TYPE_HINT (gdk_window_type_hint_get_type ()) |
124 | GType gdk_wm_decoration_get_type (void) G_GNUC_CONST; |
125 | #define GDK_TYPE_WM_DECORATION (gdk_wm_decoration_get_type ()) |
126 | GType gdk_wm_function_get_type (void) G_GNUC_CONST; |
127 | #define GDK_TYPE_WM_FUNCTION (gdk_wm_function_get_type ()) |
128 | GType gdk_gravity_get_type (void) G_GNUC_CONST; |
129 | #define GDK_TYPE_GRAVITY (gdk_gravity_get_type ()) |
130 | GType gdk_window_edge_get_type (void) G_GNUC_CONST; |
131 | #define GDK_TYPE_WINDOW_EDGE (gdk_window_edge_get_type ()) |
132 | G_END_DECLS |
133 | |
134 | #endif /* __GDK_ENUM_TYPES_H__ */ |
135 | |
136 | /* Generated data ends here */ |
137 | |
138 | |