#include <Python.h>#include <X11/X.h>#include <X11/Intrinsic.h>#include <gtk/gtk.h>Include dependency graph for TestPythonC.h:

Go to the source code of this file.
Functions | |
| void | initTestPythonC () |
| Gdk interface for Swath Sonar. | |
| PyObject * | TestPythonC_testf (PyObject *self, PyObject *args) |
| Given the GtkWindow give the X window ID. | |
| void initTestPythonC | ( | ) |
Gdk interface for Swath Sonar.
| PyObject* TestPythonC_testf | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) |
Given the GtkWindow give the X window ID.
| self | The calling object reference. | |
| args | The Gtk window id. |