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_H_INSIDE__) && !defined (GTK_COMPILATION)
5 #error "Only <gtk/gtk.h> can be included directly."
6 #endif
7 
8 #ifndef __GTK_PRIVATE_TYPE_BUILTINS_H__
9 #define __GTK_PRIVATE_TYPE_BUILTINS_H__
10 
11 #include <glib-object.h>
12 #include <gdk/gdk.h>
13 
14 G_BEGIN_DECLS
15 
16 /* enumerations from "gtkcsstypesprivate.h" */
17 GType _gtk_css_affects_get_type (void) G_GNUC_CONST;
18 #define GTK_TYPE_CSS_AFFECTS (_gtk_css_affects_get_type ())
19 
20 /* enumerations from "gtktexthandleprivate.h" */
21 GType _gtk_text_handle_position_get_type (void) G_GNUC_CONST;
22 #define GTK_TYPE_TEXT_HANDLE_POSITION (_gtk_text_handle_position_get_type ())
23 GType _gtk_text_handle_mode_get_type (void) G_GNUC_CONST;
24 #define GTK_TYPE_TEXT_HANDLE_MODE (_gtk_text_handle_mode_get_type ())
25 G_END_DECLS
26 
27 #endif /* __GTK_PRIVATE_TYPE_BUILTINS_H__ */
28 
29 /* Generated data ends here */
30 
31