15 #ifndef PYTHONGRAPHICSWINDOWPROC_H
16 #define PYTHONGRAPHICSWINDOWPROC_H
18 #include "pandabase.h"
19 #include "graphicsWindowProc.h"
20 #include "pythonCallbackObject.h"
30 public PythonCallbackObject {
32 PythonGraphicsWindowProc(PyObject *
function, PyObject* name);
33 virtual ~PythonGraphicsWindowProc();
34 ALLOC_DELETED_CHAIN(PythonGraphicsWindowProc);
38 UINT msg, WPARAM wparam, LPARAM lparam);
50 static void init_type() {
51 TypedReferenceCount::init_type();
52 register_type(_type_handle,
"PythonGraphicsWindowProc",
53 TypedReferenceCount::get_class_type());
56 return get_class_type();
58 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
66 #endif // PYTHONGRAPHICSWINDOWPROC_H
A window, fullscreen or on a desktop, into which a graphics device sends its output for interactive d...
Defines an interface for storing platform-specific window processor methods.
TypeHandle is the identifier used to differentiate C++ class types.