Initial revision
[ardour.git] / libs / gtkmm2 / gdk / gdkmm / private / pixbufloader_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GDKMM_PIXBUFLOADER_P_H
4 #define _GDKMM_PIXBUFLOADER_P_H
5 #include <glibmm/private/object_p.h>
6
7 #include <glibmm/class.h>
8
9 namespace Gdk
10 {
11
12 class PixbufLoader_Class : public Glib::Class
13 {
14 public:
15 #ifndef DOXYGEN_SHOULD_SKIP_THIS
16   typedef PixbufLoader CppObjectType;
17   typedef GdkPixbufLoader BaseObjectType;
18   typedef GdkPixbufLoaderClass BaseClassType;
19   typedef Glib::Object_Class CppClassParent;
20   typedef GObjectClass BaseClassParent;
21
22   friend class PixbufLoader;
23 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
24
25   const Glib::Class& init();
26
27   static void class_init_function(void* g_class, void* class_data);
28
29   static Glib::ObjectBase* wrap_new(GObject*);
30
31 protected:
32
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36   static void area_prepared_callback(GdkPixbufLoader* self);
37   static void area_updated_callback(GdkPixbufLoader* self, gint p0, gint p1, gint p2, gint p3);
38   static void closed_callback(GdkPixbufLoader* self);
39
40   //Callbacks (virtual functions):
41 };
42
43
44 } // namespace Gdk
45
46 #endif /* _GDKMM_PIXBUFLOADER_P_H */
47