#include <Python.h>
Idź do kodu źródłowego tego pliku.
◆ ekg_window_dealloc()
◆ ekg_window_echo()
PyObject* ekg_window_echo |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
◆ ekg_window_echo_format()
PyObject* ekg_window_echo_format |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
◆ ekg_window_get_attr()
PyObject* ekg_window_get_attr |
( |
ekg_windowObj * |
self, |
|
|
char * |
attr |
|
) |
| |
◆ ekg_window_init()
int ekg_window_init |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
◆ ekg_window_kill()
PyObject* ekg_window_kill |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
◆ ekg_window_next()
PyObject* ekg_window_next |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
pyargs |
|
) |
| |
◆ ekg_window_prev()
PyObject* ekg_window_prev |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
pyargs |
|
) |
| |
◆ ekg_window_repr()
◆ ekg_window_str()
◆ ekg_window_switch_to()
PyObject* ekg_window_switch_to |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
◆ ekg_window_methods
staticforward PyMethodDef ekg_window_methods[] |
Wartość początkowa:= {
{
"echo", (PyCFunction)
ekg_window_echo, METH_VARARGS,
"Print string on this window"},
{
"next", (PyCFunction)
ekg_window_next, METH_VARARGS,
"Return next window" },
{
"prev", (PyCFunction)
ekg_window_prev, METH_VARARGS,
"Return previous window" },
}
PyObject * ekg_window_echo_format(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:183
PyObject * ekg_window_prev(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:256
#define NULL
Definition: oralog.c:49
PyObject * ekg_window_next(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:229
PyObject * ekg_window_echo(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:156
PyObject * ekg_window_kill(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:211
PyObject * ekg_window_switch_to(ekg_windowObj *self, PyObject *args)
Definition: python-window.c:135
◆ ekg_window_type
PyTypeObject ekg_window_type |
|
static |