Planeshift
|
A window that shows the instructions if the TutorialNotify window button is clicked. More...
#include <pawstutorialwindow.h>
Public Member Functions | |
void | Close () |
Simply calls Hide() unless overidden. | |
pawsTutorialWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
virtual | ~pawsTutorialWindow () |
A window that shows the instructions if the TutorialNotify window button is clicked.
The TutorialNotify window sets the multi-line text field here before making the window visible.
Definition at line 75 of file pawstutorialwindow.h.
pawsTutorialWindow::pawsTutorialWindow | ( | ) |
virtual pawsTutorialWindow::~pawsTutorialWindow | ( | ) | [virtual] |
void pawsTutorialWindow::Close | ( | ) | [virtual] |
Simply calls Hide() unless overidden.
Reimplemented from pawsWidget.
bool pawsTutorialWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.