Ardour  8.7-14-g57a6773833
box_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_BOX_P_H
4 #define _GTKMM_BOX_P_H
5 
6 
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class Box_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef Box CppObjectType;
19  typedef GtkBox BaseObjectType;
20  typedef GtkBoxClass BaseClassType;
21  typedef Gtk::Container_Class CppClassParent;
22  typedef GtkContainerClass BaseClassParent;
23 
24  friend class Box;
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 
40  //Callbacks (virtual functions):
41 };
42 
43 
44 } // namespace Gtk
45 
46 
47 #include <glibmm/class.h>
48 
49 namespace Gtk
50 {
51 
52 class VBox_Class : public Glib::Class
53 {
54 public:
55 #ifndef DOXYGEN_SHOULD_SKIP_THIS
56  typedef VBox CppObjectType;
57  typedef GtkVBox BaseObjectType;
58  typedef GtkVBoxClass BaseClassType;
59  typedef Gtk::Box_Class CppClassParent;
60  typedef GtkBoxClass BaseClassParent;
61 
62  friend class VBox;
63 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
64 
65  const Glib::Class& init();
66 
67 
68  static void class_init_function(void* g_class, void* class_data);
69 
70  static Glib::ObjectBase* wrap_new(GObject*);
71 
72 protected:
73 
74  //Callbacks (default signal handlers):
75  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
76  //You could prevent the original default signal handlers being called by overriding the *_impl method.
77 
78  //Callbacks (virtual functions):
79 };
80 
81 
82 } // namespace Gtk
83 
84 
85 #include <glibmm/class.h>
86 
87 namespace Gtk
88 {
89 
90 class HBox_Class : public Glib::Class
91 {
92 public:
93 #ifndef DOXYGEN_SHOULD_SKIP_THIS
94  typedef HBox CppObjectType;
95  typedef GtkHBox BaseObjectType;
96  typedef GtkHBoxClass BaseClassType;
97  typedef Gtk::Box_Class CppClassParent;
98  typedef GtkBoxClass BaseClassParent;
99 
100  friend class HBox;
101 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
102 
103  const Glib::Class& init();
104 
105 
106  static void class_init_function(void* g_class, void* class_data);
107 
108  static Glib::ObjectBase* wrap_new(GObject*);
109 
110 protected:
111 
112  //Callbacks (default signal handlers):
113  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
114  //You could prevent the original default signal handlers being called by overriding the *_impl method.
115 
116  //Callbacks (virtual functions):
117 };
118 
119 
120 } // namespace Gtk
121 
122 
123 #endif /* _GTKMM_BOX_P_H */
124 
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
const Glib::Class & init()
Definition: ardour_ui.h:188
Definition: gtkbox.h:53