Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dsnack.c280 static PyObject * widgetCheckboxSetValue(snackWidget * s, PyObject * args);
315 { "checkboxSetValue", (PyCFunction) widgetCheckboxSetValue, METH_VARARGS, NULL },
893 static PyObject * widgetCheckboxSetValue(snackWidget * s, PyObject * args) { in widgetCheckboxSetValue() function