A fuzzy logic C++ library
|
A wrapper over a GTK window. More...
#include <gapi_glue.hpp>
Public Member Functions | |
GAPI_gtk_window () | |
Constructor. | |
Public Attributes | |
GtkWidget * | _gtk_window |
pointer on window | |
std::string | _name |
name of window | |
MouseCallback | _on_mouse |
associated callback | |
bool | _HasBeenConnectedToSignal |
int | _param |
A wrapper over a GTK window.
slifis_plot::GAPI_gtk_window::GAPI_gtk_window | ( | ) | [inline] |
Constructor.
GtkWidget* slifis_plot::GAPI_gtk_window::_gtk_window |
pointer on window
Referenced by slifis_plot::GAPI_CreateWindow(), slifis_plot::GAPI_DestroyWindow(), slifis_plot::GAPI_MoveWindow(), slifis_plot::GAPI_ShowImage(), and slifis_plot::generic_mouse_callback().
std::string slifis_plot::GAPI_gtk_window::_name |
name of window
Referenced by slifis_plot::GAPI_CreateWindow().
associated callback
Referenced by slifis_plot::generic_mouse_callback().
Referenced by slifis_plot::GAPI_ShowImage().
Referenced by slifis_plot::generic_mouse_callback().