Merged revisions 6293,6296-6306,6308 via svnmerge from
[ardour.git] / libs / libgnomecanvasmm / libgnomecanvasmm / private / widget_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _LIBGNOMECANVASMM_WIDGET_P_H
4 #define _LIBGNOMECANVASMM_WIDGET_P_H
5 #include <libgnomecanvasmm/private/item_p.h>
6
7 #include <glibmm/class.h>
8
9 namespace Gnome
10 {
11
12 namespace Canvas
13 {
14
15 class Widget_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19   typedef Widget CppObjectType;
20   typedef GnomeCanvasWidget BaseObjectType;
21   typedef GnomeCanvasWidgetClass BaseClassType;
22   typedef Item_Class CppClassParent;
23   typedef GnomeCanvasItemClass BaseClassParent;
24
25   friend class Widget;
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   //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 Canvas
45
46 } // namespace Gnome
47
48 #endif /* _LIBGNOMECANVASMM_WIDGET_P_H */
49