add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / private / calendar_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GTKMM_CALENDAR_P_H
4 #define _GTKMM_CALENDAR_P_H
5
6
7 #include <gtkmm/private/widget_p.h>
8
9 #include <glibmm/class.h>
10
11 namespace Gtk
12 {
13
14 class Calendar_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18   typedef Calendar CppObjectType;
19   typedef GtkCalendar BaseObjectType;
20   typedef GtkCalendarClass BaseClassType;
21   typedef Gtk::Widget_Class CppClassParent;
22   typedef GtkWidgetClass BaseClassParent;
23
24   friend class Calendar;
25 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
26
27   const Glib::Class& init();
28
29   static void class_init_function(void* g_class, void* class_data);
30
31   static Glib::ObjectBase* wrap_new(GObject*);
32
33 protected:
34
35 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
36   //Callbacks (default signal handlers):
37   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
38   //You could prevent the original default signal handlers being called by overriding the *_impl method.
39   static void month_changed_callback(GtkCalendar* self);
40   static void day_selected_callback(GtkCalendar* self);
41   static void day_selected_double_click_callback(GtkCalendar* self);
42   static void prev_month_callback(GtkCalendar* self);
43   static void next_month_callback(GtkCalendar* self);
44   static void prev_year_callback(GtkCalendar* self);
45   static void next_year_callback(GtkCalendar* self);
46 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
47
48   //Callbacks (virtual functions):
49 #ifdef GLIBMM_VFUNCS_ENABLED
50 #endif //GLIBMM_VFUNCS_ENABLED
51 };
52
53
54 } // namespace Gtk
55
56
57 #endif /* _GTKMM_CALENDAR_P_H */
58