#include <checkbox_wizardpage.h>
Inheritance diagram for checkbox_wizardpage:

Public Methods |
|
| checkbox_wizardpage (wxWizard *parent, const wxArrayString message_string_array, const wxString &checkbox_label=wxEmptyString, bool is_checked=FALSE, wxBitmap bitmap=wxNullBitmap) | |
| Constructor. |
|
| ~checkbox_wizardpage () | |
| Destructor. |
|
| bool | get_checkbox_value () |
| Get the value of the checkbox. |
|
Contains a single checkbox below a custom message. The value of the checkbox can be queried by the wizard parent.
|
||||||||||||||||||||||||
|
Constructor. \note: An implementation using a wxString[] for the messages doesn't seem to work, but wxArrayString works fine.
|
|
|
Get the value of the checkbox.
|