~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gdk/gdkenumtypes.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

Show diffs side-by-side

added added

removed removed

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