22 #ifndef INCLUDED_GR_FOSPHOR_WX_CORE_SINK_C_IMPL_H 23 #define INCLUDED_GR_FOSPHOR_WX_CORE_SINK_C_IMPL_H 40 void pycall(PyObject *cb);
45 PyObject *d_cb_update;
57 PyObject *cb_swap, PyObject *cb_update);
WX version of fosphor sink (core implementation)
Definition: wx_core_sink_c_impl.h:36
Base class for fosphor sink implementation.
Definition: base_sink_c_impl.h:43
void pycb_reshape(int width, int height)
WX version of fosphor sink (core)
Definition: wx_core_sink_c.h:37
Definition: base_sink_c.h:30
wx_core_sink_c_impl(PyObject *cb_init, PyObject *cb_fini, PyObject *cb_swap, PyObject *cb_update)