Gui/Common
[Gui]

Collaboration diagram for Gui/Common:


Functions

void initlibGui_Common ()
 Gdk interface for Swath Sonar.
static PyObject * gdkinterface_GiveX11Window (PyObject *self, PyObject *args)
 Given the GtkWindow give the X window ID.
static PyObject * gdkinterface_GiveX11Display (PyObject *self, PyObject *args)
 Given the GtkWindow give the X Display ID.

Function Documentation

void initlibGui_Common (  ) 

Gdk interface for Swath Sonar.

static PyObject* gdkinterface_GiveX11Window ( PyObject *  self,
PyObject *  args 
) [static]

Given the GtkWindow give the X window ID.

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

static PyObject* gdkinterface_GiveX11Display ( PyObject *  self,
PyObject *  args 
) [static]

Given the GtkWindow give the X Display ID.

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