Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dsnack.c199 static PyObject * formHotKey(snackForm * s, PyObject * args);
208 { "addhotkey", (PyCFunction) formHotKey, METH_VARARGS, NULL },
1040 static PyObject * formHotKey(snackForm * s, PyObject * args) { in formHotKey() function