Home
last modified time | relevance | path

Searched refs:PyGimpDisplay (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-display.c30 disp_get_ID(PyGimpDisplay *self, void *closure) in disp_get_ID()
46 PyGimpDisplay *self; in pygimp_display_new()
53 self = PyObject_NEW(PyGimpDisplay, &PyGimpDisplay_Type); in pygimp_display_new()
64 disp_dealloc(PyGimpDisplay *self) in disp_dealloc()
70 disp_repr(PyGimpDisplay *self) in disp_repr()
80 disp_init(PyGimpDisplay *self, PyObject *args, PyObject *kwargs) in disp_init()
103 sizeof(PyGimpDisplay), /* tp_basicsize */
H A Dpygimp-api.h34 } PyGimpDisplay; typedef
H A Dpygimp-pdb.c524 ret[i].data.d_display = ((PyGimpDisplay *)item)->ID; in pygimp_param_from_tuple()