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. |
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.
self | The calling object reference. | |
args | The Gtk window id. |
static PyObject* gdkinterface_GiveX11Display | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
Given the GtkWindow give the X Display ID.
self | The calling object reference. | |
args | The Gtk window id. |