14 #ifndef PYTHONGRAPHICSWINDOWPROC_H
15 #define PYTHONGRAPHICSWINDOWPROC_H
28 public PythonCallbackObject {
30 PythonGraphicsWindowProc(PyObject *
function, PyObject* name);
31 virtual ~PythonGraphicsWindowProc();
32 ALLOC_DELETED_CHAIN(PythonGraphicsWindowProc);
36 UINT msg, WPARAM wparam, LPARAM lparam);
48 static void init_type() {
49 TypedReferenceCount::init_type();
51 TypedReferenceCount::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #endif // PYTHONGRAPHICSWINDOWPROC_H