TestPythonC.h File Reference

#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.


Function Documentation

void initTestPythonC (  ) 

Gdk interface for Swath Sonar.

PyObject* TestPythonC_testf ( PyObject *  self,
PyObject *  args 
)

Given the GtkWindow give the X window ID.

Parameters:
self The calling object reference.
args The Gtk window id.
Returns:
The X11 window ID.