summaryrefslogtreecommitdiff
path: root/libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h')
-rw-r--r--libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h b/libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h
deleted file mode 100644
index 2ca067cf7b..0000000000
--- a/libs/libgnomecanvasmm/libgnomecanvasmm/private/polygon_p.h
+++ /dev/null
@@ -1,49 +0,0 @@
-// -*- c++ -*-
-// Generated by gtkmmproc -- DO NOT MODIFY!
-#ifndef _LIBGNOMECANVASMM_POLYGON_P_H
-#define _LIBGNOMECANVASMM_POLYGON_P_H
-#include <libgnomecanvasmm/private/shape_p.h>
-
-#include <glibmm/class.h>
-
-namespace Gnome
-{
-
-namespace Canvas
-{
-
-class Polygon_Class : public Glib::Class
-{
-public:
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
- typedef Polygon CppObjectType;
- typedef GnomeCanvasPolygon BaseObjectType;
- typedef GnomeCanvasPolygonClass BaseClassType;
- typedef Shape_Class CppClassParent;
- typedef GnomeCanvasShapeClass BaseClassParent;
-
- friend class Polygon;
-#endif /* DOXYGEN_SHOULD_SKIP_THIS */
-
- const Glib::Class& init();
-
- static void class_init_function(void* g_class, void* class_data);
-
- static Glib::ObjectBase* wrap_new(GObject*);
-
-protected:
-
- //Callbacks (default signal handlers):
- //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
- //You could prevent the original default signal handlers being called by overriding the *_impl method.
-
- //Callbacks (virtual functions):
-};
-
-
-} // namespace Canvas
-
-} // namespace Gnome
-
-#endif /* _LIBGNOMECANVASMM_POLYGON_P_H */
-