1 
2 
3 
4 #ifndef __WNCK_ENUM_TYPES_H__
5 #define __WNCK_ENUM_TYPES_H__
6 
7 G_BEGIN_DECLS
8 
9 
10 /* enumerations from "pager.h" */
11 #define WNCK_TYPE_PAGER_DISPLAY_MODE wnck_pager_display_mode_get_type()
12 GType wnck_pager_display_mode_get_type (void);
13 
14 /* enumerations from "screen.h" */
15 #define WNCK_TYPE_MOTION_DIRECTION wnck_motion_direction_get_type()
16 GType wnck_motion_direction_get_type (void);
17 #define WNCK_TYPE___WNCK_LAYOUT_ORIENTATION _wncklayoutorientation___wnck_layout_orientation_get_type()
18 GType _wncklayoutorientation___wnck_layout_orientation_get_type (void);
19 #define WNCK_TYPE___WNCK_LAYOUT_CORNER _wncklayoutcorner___wnck_layout_corner_get_type()
20 GType _wncklayoutcorner___wnck_layout_corner_get_type (void);
21 
22 /* enumerations from "tasklist.h" */
23 #define WNCK_TYPE_TASKLIST_GROUPING_TYPE wnck_tasklist_grouping_type_get_type()
24 GType wnck_tasklist_grouping_type_get_type (void);
25 
26 /* enumerations from "util.h" */
27 #define WNCK_TYPE_CLIENT_TYPE wnck_client_type_get_type()
28 GType wnck_client_type_get_type (void);
29 
30 /* enumerations from "window.h" */
31 #define WNCK_TYPE_WINDOW_STATE wnck_window_state_get_type()
32 GType wnck_window_state_get_type (void);
33 #define WNCK_TYPE_WINDOW_ACTIONS wnck_window_actions_get_type()
34 GType wnck_window_actions_get_type (void);
35 #define WNCK_TYPE_WINDOW_TYPE wnck_window_type_get_type()
36 GType wnck_window_type_get_type (void);
37 #define WNCK_TYPE_WINDOW_GRAVITY wnck_window_gravity_get_type()
38 GType wnck_window_gravity_get_type (void);
39 #define WNCK_TYPE_WINDOW_MOVE_RESIZE_MASK wnck_window_move_resize_mask_get_type()
40 GType wnck_window_move_resize_mask_get_type (void);
41 G_END_DECLS
42 
43 #endif /* __WNCK_ENUM_TYPES_H__ */
44 
45 
46 
47