#include <Python.h>
#include <pygtk/pygtk.h>
#include "gnash-view.h"
Defines | |
#define | PyGtkBin_Type (*_PyGtkBin_Type) |
Functions | |
void | pygnash_register_classes (PyObject *d) |
Variables | |
PyTypeObject G_GNUC_INTERNAL | PyGnashView_Type |
const PyMethodDef | pygnash_functions [] |
#define PyGtkBin_Type (*_PyGtkBin_Type) |
Referenced by pygnash_register_classes().
void pygnash_register_classes | ( | PyObject * | d | ) |
References GNASH_TYPE_VIEW, and PyGtkBin_Type.
Referenced by initgnash().
const PyMethodDef pygnash_functions[] |
{ { NULL, NULL, 0, NULL } }
Referenced by initgnash().
PyTypeObject G_GNUC_INTERNAL PyGnashView_Type |