class ToolWindow

Basic class for secondary programm windows.

Inheritance:

ToolWindow


Public Fields

[more]Gtk::ToggleButton main_button
This is the button which is to inserted into the main programms toolbar.
[more]char active
Is the window activated?

Public Methods

[more] ToolWindow()
Constructor.
[more]void set_active(gboolean state)
If state is true than the window is showed and active set to 1.
[more]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.
o ToolWindow()
Constructor.

oGtk::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)

ovoid 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.

ochar active
Is the window activated?

ovirtual 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++.