#include <Gdialog.h>
Inheritance diagram for Gdialog:
Public Methods | |
Gdialog (Gstring title, bool modal=false) | |
~Gdialog () | |
void | Insert (Gwidget *w) |
bool | Result () |
virtual void | OnAction (Gwidget *w, GdkEvent *e) |
bool | Init () |
virtual bool | OnInit () |
|
Construct a dialog box with title and modal A modal dialog box does not cause the code to be interrupted but disable events on others windows |
|
Init the widget Reimplemented from Gwidget. |
|
Insert a widget in the area Reimplemented from Gwidget. |
|
Action performed when a child widget sent an event Reimplemented from Gwidget. |
|
Return true if ok was pressed |