moved 2.1-staging to trunk @ rev 1765
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / private / curve_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GTKMM_CURVE_P_H
4 #define _GTKMM_CURVE_P_H
5
6
7 #include <gtkmm/private/drawingarea_p.h>
8 #include <gtkmm/private/box_p.h>
9
10 #include <glibmm/class.h>
11
12 namespace Gtk
13 {
14
15 class Curve_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19   typedef Curve CppObjectType;
20   typedef GtkCurve BaseObjectType;
21   typedef GtkCurveClass BaseClassType;
22   typedef Gtk::DrawingArea_Class CppClassParent;
23   typedef GtkDrawingAreaClass BaseClassParent;
24
25   friend class Curve;
26 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
27
28   const Glib::Class& init();
29
30   static void class_init_function(void* g_class, void* class_data);
31
32   static Glib::ObjectBase* wrap_new(GObject*);
33
34 protected:
35
36 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
37   //Callbacks (default signal handlers):
38   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
39   //You could prevent the original default signal handlers being called by overriding the *_impl method.
40   static void curve_type_changed_callback(GtkCurve* self);
41 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
42
43   //Callbacks (virtual functions):
44 #ifdef GLIBMM_VFUNCS_ENABLED
45 #endif //GLIBMM_VFUNCS_ENABLED
46 };
47
48
49 } // namespace Gtk
50
51
52 #include <glibmm/class.h>
53
54 namespace Gtk
55 {
56
57 class GammaCurve_Class : public Glib::Class
58 {
59 public:
60 #ifndef DOXYGEN_SHOULD_SKIP_THIS
61   typedef GammaCurve CppObjectType;
62   typedef GtkGammaCurve BaseObjectType;
63   typedef GtkGammaCurveClass BaseClassType;
64   typedef Gtk::VBox_Class CppClassParent;
65   typedef GtkVBoxClass BaseClassParent;
66
67   friend class GammaCurve;
68 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
69
70   const Glib::Class& init();
71
72   static void class_init_function(void* g_class, void* class_data);
73
74   static Glib::ObjectBase* wrap_new(GObject*);
75
76 protected:
77
78 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
79   //Callbacks (default signal handlers):
80   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
81   //You could prevent the original default signal handlers being called by overriding the *_impl method.
82 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
83
84   //Callbacks (virtual functions):
85 #ifdef GLIBMM_VFUNCS_ENABLED
86 #endif //GLIBMM_VFUNCS_ENABLED
87 };
88
89
90 } // namespace Gtk
91
92
93 #endif /* _GTKMM_CURVE_P_H */
94