1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_SCALE_P_H
4 #define _GTKMM_SCALE_P_H
5 
6 
7 #include <gtkmm/private/range_p.h>
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class Scale_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18   typedef Scale CppObjectType;
19   typedef GtkScale BaseObjectType;
20   typedef GtkScaleClass BaseClassType;
21   typedef Gtk::Range_Class CppClassParent;
22   typedef GtkRangeClass BaseClassParent;
23 
24   friend class Scale;
25 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
26 
27   const Glib::Class& init();
28 
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   //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 gchar* format_value_callback(GtkScale* self, gdouble p0);
40 
41   //Callbacks (virtual functions):
42   static void draw_value_vfunc_callback(GtkScale* self);
43 };
44 
45 
46 } // namespace Gtk
47 
48 
49 #include <glibmm/class.h>
50 
51 namespace Gtk
52 {
53 
54 class VScale_Class : public Glib::Class
55 {
56 public:
57 #ifndef DOXYGEN_SHOULD_SKIP_THIS
58   typedef VScale CppObjectType;
59   typedef GtkVScale BaseObjectType;
60   typedef GtkVScaleClass BaseClassType;
61   typedef Gtk::Scale_Class CppClassParent;
62   typedef GtkScaleClass BaseClassParent;
63 
64   friend class VScale;
65 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
66 
67   const Glib::Class& init();
68 
69 
70   static void class_init_function(void* g_class, void* class_data);
71 
72   static Glib::ObjectBase* wrap_new(GObject*);
73 
74 protected:
75 
76   //Callbacks (default signal handlers):
77   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
78   //You could prevent the original default signal handlers being called by overriding the *_impl method.
79 
80   //Callbacks (virtual functions):
81 };
82 
83 
84 } // namespace Gtk
85 
86 
87 #include <glibmm/class.h>
88 
89 namespace Gtk
90 {
91 
92 class HScale_Class : public Glib::Class
93 {
94 public:
95 #ifndef DOXYGEN_SHOULD_SKIP_THIS
96   typedef HScale CppObjectType;
97   typedef GtkHScale BaseObjectType;
98   typedef GtkHScaleClass BaseClassType;
99   typedef Gtk::Scale_Class CppClassParent;
100   typedef GtkScaleClass BaseClassParent;
101 
102   friend class HScale;
103 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
104 
105   const Glib::Class& init();
106 
107 
108   static void class_init_function(void* g_class, void* class_data);
109 
110   static Glib::ObjectBase* wrap_new(GObject*);
111 
112 protected:
113 
114   //Callbacks (default signal handlers):
115   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
116   //You could prevent the original default signal handlers being called by overriding the *_impl method.
117 
118   //Callbacks (virtual functions):
119 };
120 
121 
122 } // namespace Gtk
123 
124 
125 #endif /* _GTKMM_SCALE_P_H */
126 
127