#include <Python.h>
#include <ekg/windows.h>
Idź do kodu źródłowego tego pliku.
Dokumentacja funkcji
PyObject* ekg_window_echo |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
PyObject* ekg_window_echo_format |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
PyObject* ekg_window_get_attr |
( |
ekg_windowObj * |
self, |
|
|
char * |
attr |
|
) |
| |
int ekg_window_init |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
PyObject* ekg_window_kill |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
PyObject* ekg_window_next |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
pyargs |
|
) |
| |
PyObject* ekg_window_prev |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
pyargs |
|
) |
| |
PyObject* ekg_window_switch_to |
( |
ekg_windowObj * |
self, |
|
|
PyObject * |
args |
|
) |
| |
Dokumentacja zmiennych
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" },
}
PyTypeObject ekg_window_type |
|
static |