Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
message_wizardpage Class Reference
A wizard page containing only a descriptive message. More...
#include <message_wizardpage.h>
Inheritance diagram for message_wizardpage:
List of all members.
Detailed Description
A wizard page containing only a descriptive message.
Displays a single string custom message. The string will wrap automatically to fill the size, since it is in a resizing textctrl.
- Note:
- The background of the textctrl will be white under GTK, form color on MSW.
Constructor & Destructor Documentation
| message_wizardpage::message_wizardpage |
( |
wxWizard * |
parent, |
|
|
const wxString & |
message = wxEmptyString, |
|
|
wxBitmap |
bitmap = wxNullBitmap |
|
) |
|
|
| |
Constructor.
- Parameters:
-
| parent |
The parent wizard. |
| message |
A string to use as the message. Will wrap automatically. |
| bitmap |
Optional bitmap to show instead of the one the parent wizard is using. |
|