Public Member Functions | |
| wxPackageWXBuildPropDlg () | |
| Constructors. | |
| wxPackageWXBuildPropDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEWXBUILDPROPDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEWXBUILDPROPDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEWXBUILDPROPDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEWXBUILDPROPDLG_SIZE, long style=SYMBOL_WXPACKAGEWXBUILDPROPDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEWXBUILDPROPDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEWXBUILDPROPDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEWXBUILDPROPDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEWXBUILDPROPDLG_SIZE, long style=SYMBOL_WXPACKAGEWXBUILDPROPDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnOK (wxCommandEvent &) |
| void | OnAutodetect (wxCommandEvent &ev) |
| void | SetBuild (const wxWidgetsBuild &build) |
| wxWidgetsBuild | GetBuild () const |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Attributes | |
| wxChoice * | m_pPortChoice |
| wxChoice * | m_pVersionChoice |
| wxChoice * | m_pCompilerChoice |
| wxDirPickerCtrl * | m_pLocation |
| wxRadioBox * | m_pUnicodeRadioBox |
| wxRadioBox * | m_pDebugRadioBox |
| wxRadioBox * | m_pStaticRadioBox |
Definition at line 56 of file wxbuildpropdlg.h.
1.5.1-p1