Basic class for secondary programm windows.
Inheritance:
ToolWindow
Public Fields
-
Gtk::ToggleButton main_button
- This is the button which is to inserted into the main programms toolbar.
-
char active
- Is the window activated?
Public Methods
-
ToolWindow()
- Constructor.
-
void set_active(gboolean state)
- If state is true than the window is showed and active set to 1.
-
virtual int delete_event_impl(GdkEventAny* event)
- We don't want the widget to be destroyed when closed but to go inactive and hide, so we override this method.
Documentation
Basic class for secondary programm windows.
- ToolWindow()
- Constructor.
- Gtk::ToggleButton main_button
- This is the button which is to inserted into the main programms toolbar.
It emitts the usual clicked signal, and the main programm can decide
wether to acivate/deactivate and show/hide the window or not.
(by calling set_active)
- void set_active(gboolean state)
- If state is true than the window is showed and active set to 1.
Otherwise it is hidden and active set to zero.
- char active
- Is the window activated?
- virtual int delete_event_impl(GdkEventAny* event)
- We don't want the widget to be destroyed when closed but to go inactive
and hide, so we override this method.
- Direct child classes:
- PovrayOut
PathMaster
GtkFractParams
CameraControl
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.