// -*- c++ -*-
//  Generated by gtkmmproc from ./../canvas-widget.gen_h -- DO NOT MODIFY!
#ifndef _GNOMEMM_CANVAS_WIDGET_P_H
#define _GNOMEMM_CANVAS_WIDGET_P_H
#include <gnome--/private/canvas-item_p.h>
namespace Gnome
{
class CanvasWidget_Class
{
public:

  typedef CanvasWidget           CppObjectType;
  typedef GnomeCanvasWidget           BaseObjectType;
  typedef GnomeCanvasWidgetClass      BaseClassType;
  typedef CanvasItem_Class     CppClassParent;
  typedef GnomeCanvasItemClass      BaseClassParent;


  static void class_init_function(BaseClassType *p);
  static void object_init_function(BaseObjectType *o);
  GtkType get_type();

  // Hook for translating API
  static Gtk::Object* wrap_new(GtkObject*);

  // Callbacks here...

  // Data
  GtkType type;
};

}
#endif
