Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dsnack.c274 static PyObject * widgetCheckboxTreeSetWidth(snackWidget * s, PyObject * args);
306 { "checkboxtreeSetWidth", (PyCFunction) widgetCheckboxTreeSetWidth, METH_VARARGS, NULL },
1333 static PyObject * widgetCheckboxTreeSetWidth(snackWidget * s, PyObject * args) { in widgetCheckboxTreeSetWidth() function