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

« back to all changes in this revision

Viewing changes to gtk/gtkcalendar.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
/* GTK - The GIMP Toolkit
 
2
 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
 
3
 *
 
4
 * GTK Calendar Widget
 
5
 * Copyright (C) 1998 Cesar Miquel and Shawn T. Amundson
 
6
 *
 
7
 * This library is free software; you can redistribute it and/or
 
8
 * modify it under the terms of the GNU Lesser General Public
 
9
 * License as published by the Free Software Foundation; either
 
10
 * version 2 of the License, or (at your option) any later version.
 
11
 *
 
12
 * This library is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
 * Lesser General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU Lesser General Public
 
18
 * License along with this library; if not, write to the Free
 
19
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
20
 */
 
21
 
 
22
/*
 
23
 * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
 
24
 * file for a list of people on the GTK+ Team.  See the ChangeLog
 
25
 * files for a list of changes.  These files are distributed with
 
26
 * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
 
27
 */
 
28
 
 
29
#ifndef __GTK_CALENDAR_H__
 
30
#define __GTK_CALENDAR_H__
 
31
 
 
32
#include <gdk/gdk.h>
 
33
#include <gtk/gtkwidget.h>
 
34
 
 
35
/* Not needed, retained for compatibility -Yosh */
 
36
#include <gtk/gtksignal.h>
 
37
 
 
38
 
 
39
G_BEGIN_DECLS
 
40
 
 
41
#define GTK_TYPE_CALENDAR                  (gtk_calendar_get_type ())
 
42
#define GTK_CALENDAR(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CALENDAR, GtkCalendar))
 
43
#define GTK_CALENDAR_CLASS(klass)          (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CALENDAR, GtkCalendarClass))
 
44
#define GTK_IS_CALENDAR(obj)               (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CALENDAR))
 
45
#define GTK_IS_CALENDAR_CLASS(klass)       (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CALENDAR))
 
46
#define GTK_CALENDAR_GET_CLASS(obj)        (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CALENDAR, GtkCalendarClass))
 
47
 
 
48
 
 
49
typedef struct _GtkCalendar            GtkCalendar;
 
50
typedef struct _GtkCalendarClass       GtkCalendarClass;
 
51
 
 
52
typedef struct _GtkCalendarPrivate     GtkCalendarPrivate;
 
53
 
 
54
typedef enum
 
55
{
 
56
  GTK_CALENDAR_SHOW_HEADING             = 1 << 0,
 
57
  GTK_CALENDAR_SHOW_DAY_NAMES           = 1 << 1,
 
58
  GTK_CALENDAR_NO_MONTH_CHANGE          = 1 << 2,
 
59
  GTK_CALENDAR_SHOW_WEEK_NUMBERS        = 1 << 3,
 
60
  GTK_CALENDAR_WEEK_START_MONDAY        = 1 << 4
 
61
} GtkCalendarDisplayOptions;
 
62
 
 
63
struct _GtkCalendar
 
64
{
 
65
  GtkWidget widget;
 
66
  
 
67
  GtkStyle  *header_style;
 
68
  GtkStyle  *label_style;
 
69
  
 
70
  gint month;
 
71
  gint year;
 
72
  gint selected_day;
 
73
  
 
74
  gint day_month[6][7];
 
75
  gint day[6][7];
 
76
  
 
77
  gint num_marked_dates;
 
78
  gint marked_date[31];
 
79
  GtkCalendarDisplayOptions  display_flags;
 
80
  GdkColor marked_date_color[31];
 
81
  
 
82
  GdkGC *gc;                    /* unused */
 
83
  GdkGC *xor_gc;                /* unused */
 
84
 
 
85
  gint focus_row;
 
86
  gint focus_col;
 
87
 
 
88
  gint highlight_row;
 
89
  gint highlight_col;
 
90
  
 
91
  GtkCalendarPrivate *priv;
 
92
  gchar grow_space [32];
 
93
 
 
94
  /* Padding for future expansion */
 
95
  void (*_gtk_reserved1) (void);
 
96
  void (*_gtk_reserved2) (void);
 
97
  void (*_gtk_reserved3) (void);
 
98
  void (*_gtk_reserved4) (void);
 
99
};
 
100
 
 
101
struct _GtkCalendarClass
 
102
{
 
103
  GtkWidgetClass parent_class;
 
104
  
 
105
  /* Signal handlers */
 
106
  void (* month_changed)                (GtkCalendar *calendar);
 
107
  void (* day_selected)                 (GtkCalendar *calendar);
 
108
  void (* day_selected_double_click)    (GtkCalendar *calendar);
 
109
  void (* prev_month)                   (GtkCalendar *calendar);
 
110
  void (* next_month)                   (GtkCalendar *calendar);
 
111
  void (* prev_year)                    (GtkCalendar *calendar);
 
112
  void (* next_year)                    (GtkCalendar *calendar);
 
113
  
 
114
};
 
115
 
 
116
 
 
117
GType      gtk_calendar_get_type        (void) G_GNUC_CONST;
 
118
GtkWidget* gtk_calendar_new             (void);
 
119
 
 
120
gboolean   gtk_calendar_select_month    (GtkCalendar *calendar, 
 
121
                                         guint        month,
 
122
                                         guint        year);
 
123
void       gtk_calendar_select_day      (GtkCalendar *calendar,
 
124
                                         guint        day);
 
125
 
 
126
gboolean   gtk_calendar_mark_day        (GtkCalendar *calendar,
 
127
                                         guint        day);
 
128
gboolean   gtk_calendar_unmark_day      (GtkCalendar *calendar,
 
129
                                         guint        day);
 
130
void       gtk_calendar_clear_marks     (GtkCalendar *calendar);
 
131
 
 
132
 
 
133
void       gtk_calendar_set_display_options (GtkCalendar              *calendar,
 
134
                                             GtkCalendarDisplayOptions flags);
 
135
GtkCalendarDisplayOptions
 
136
           gtk_calendar_get_display_options (GtkCalendar              *calendar);
 
137
#ifndef GTK_DISABLE_DEPRECATED
 
138
void       gtk_calendar_display_options (GtkCalendar              *calendar,
 
139
                                         GtkCalendarDisplayOptions flags);
 
140
#endif
 
141
 
 
142
void       gtk_calendar_get_date        (GtkCalendar *calendar, 
 
143
                                         guint       *year,
 
144
                                         guint       *month,
 
145
                                         guint       *day);
 
146
#ifndef GTK_DISABLE_DEPRECATED
 
147
void       gtk_calendar_freeze          (GtkCalendar *calendar);
 
148
void       gtk_calendar_thaw            (GtkCalendar *calendar);
 
149
#endif
 
150
 
 
151
G_END_DECLS
 
152
 
 
153
#endif /* __GTK_CALENDAR_H__ */