Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dsnack.c262 static PyObject * widgetListboxIns(snackWidget * s, PyObject * args);
290 { "listboxInsertItem", (PyCFunction) widgetListboxIns, METH_VARARGS, NULL },
1167 static PyObject * widgetListboxIns(snackWidget * s, PyObject * args) { in widgetListboxIns() function