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);
Base class for fosphor sink implementation.
Definition base_sink_c_impl.h:44
WX version of fosphor sink (core implementation)
Definition wx_core_sink_c_impl.h:37
wx_core_sink_c_impl(PyObject *cb_init, PyObject *cb_fini, PyObject *cb_swap, PyObject *cb_update)
void pycb_reshape(int width, int height)
WX version of fosphor sink (core)
Definition wx_core_sink_c.h:38
Definition base_sink_c.h:30