The Gnome Chemistry Utils
0.12.11
|
#include <gcu/window.h>
Public Member Functions | |
Window () | |
virtual | ~Window () |
virtual void | Destroy () |
virtual void | Show () |
GtkWindow * | GetWindow (void) |
Protected Attributes | |
GtkWindow * | m_Window |
Base class for windows. Just a placeholder for now.
Definition at line 37 of file gcu/window.h.
gcu::Window::Window | ( | ) |
The default constructor.
|
virtual |
The destructor.
Reimplemented in gcp::Window.
|
virtual |
Destroys the window. This method should be overloaded in derived classes since default imlementation does not do anything.
Reimplemented in gcp::Window.
|
inline |
Definition at line 66 of file gcu/window.h.
|
virtual |
Raises the window and makes it active. This method should be overloaded in derived classes since default imlementation does not do anything.
Reimplemented in gcp::Window.
|
protected |
The GtkWindow instance corresponding to the Window.
Definition at line 66 of file gcu/window.h.