Lines Matching refs:cls

15 _curses_panel_panel_bottom_impl(PyCursesPanelObject *self, PyTypeObject *cls);
18 _curses_panel_panel_bottom(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
24 return _curses_panel_panel_bottom_impl(self, cls);
39 _curses_panel_panel_hide_impl(PyCursesPanelObject *self, PyTypeObject *cls);
42 _curses_panel_panel_hide(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
48 return _curses_panel_panel_hide_impl(self, cls);
61 _curses_panel_panel_show_impl(PyCursesPanelObject *self, PyTypeObject *cls);
64 _curses_panel_panel_show(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
70 return _curses_panel_panel_show_impl(self, cls);
83 _curses_panel_panel_top_impl(PyCursesPanelObject *self, PyTypeObject *cls);
86 _curses_panel_panel_top(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
92 return _curses_panel_panel_top_impl(self, cls);
159 _curses_panel_panel_move_impl(PyCursesPanelObject *self, PyTypeObject *cls,
163 _curses_panel_panel_move(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
184 return_value = _curses_panel_panel_move_impl(self, cls, y, x);
219 PyTypeObject *cls,
223 _curses_panel_panel_replace(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
240 return_value = _curses_panel_panel_replace_impl(self, cls, win);
257 PyTypeObject *cls, PyObject *obj);
260 _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
273 return_value = _curses_panel_panel_set_userptr_impl(self, cls, obj);
290 PyTypeObject *cls);
293 _curses_panel_panel_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
299 return _curses_panel_panel_userptr_impl(self, cls);