#include <dialogs.h>
Public Member Functions | |
DlgAbout (wxWindow *parent, wxWindowID id=ID_DLG_ABOUT, const wxString &title=_("About VetSim CPR"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(346, 223), long style=wxDEFAULT_DIALOG_STYLE) | |
~DlgAbout () | |
Protected Types | |
ID_DLG_ABOUT = 1000 | |
enum | { ID_DLG_ABOUT = 1000 } |
Protected Attributes | |
wxStdDialogButtonSizer * | m_button_sizer_dlg_about |
wxButton * | m_button_sizer_dlg_aboutOk |
wxButton * | m_button_sizer_dlg_aboutCancel |
cornelluniversity::vetcpr::DlgAbout::DlgAbout | ( | wxWindow * | parent, | |
wxWindowID | id = ID_DLG_ABOUT , |
|||
const wxString & | title = _("About VetSim CPR") , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxSize(346, 223) , |
|||
long | style = wxDEFAULT_DIALOG_STYLE | |||
) |
cornelluniversity::vetcpr::DlgAbout::~DlgAbout | ( | ) |
wxStdDialogButtonSizer* cornelluniversity::vetcpr::DlgAbout::m_button_sizer_dlg_about [protected] |
wxButton* cornelluniversity::vetcpr::DlgAbout::m_button_sizer_dlg_aboutCancel [protected] |
wxButton* cornelluniversity::vetcpr::DlgAbout::m_button_sizer_dlg_aboutOk [protected] |