Code::Blocks
SVN r11506
|
#include <infopanel.h>
Public Member Functions | |
InfoPanel (wxWindow *parent, wxWindowID id=-1) | |
virtual | ~InfoPanel () |
void | SetIntroText (const wxString &intro_msg) |
Public Attributes | |
wxCheckBox * | chkSkip |
wxStaticText * | lblIntro |
wxBoxSizer * | BoxSizer1 |
Static Public Attributes | |
static const long | ID_STATICTEXT1 = wxNewId() |
static const long | ID_CHECKBOX1 = wxNewId() |
Definition at line 19 of file infopanel.h.
InfoPanel::InfoPanel | ( | wxWindow * | parent, |
wxWindowID | id = -1 |
||
) |
Definition at line 31 of file infopanel.cpp.
References _(), _T, wxALL, wxDefaultPosition, wxDefaultSize, wxDefaultValidator, wxEXPAND, wxST_NO_AUTORESIZE, wxTAB_TRAVERSAL, and wxVERTICAL.
|
virtual |
Definition at line 47 of file infopanel.cpp.
|
inline |
Definition at line 31 of file infopanel.h.
References lblIntro.
Referenced by WizInfoPanel::WizInfoPanel().
wxBoxSizer* InfoPanel::BoxSizer1 |
Definition at line 46 of file infopanel.h.
wxCheckBox* InfoPanel::chkSkip |
Definition at line 44 of file infopanel.h.
Referenced by WizInfoPanel::OnPageChanging().
|
static |
Definition at line 28 of file infopanel.h.
|
static |
Definition at line 27 of file infopanel.h.
wxStaticText* InfoPanel::lblIntro |
Definition at line 45 of file infopanel.h.
Referenced by SetIntroText().