Public Member Functions | |
| wxPackageLogDlg () | |
| Constructors. | |
| wxPackageLogDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGELOGDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGELOGDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGELOGDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGELOGDLG_SIZE, long style=SYMBOL_WXPACKAGELOGDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGELOGDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGELOGDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGELOGDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGELOGDLG_SIZE, long style=SYMBOL_WXPACKAGELOGDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | SetLog (const wxString &log) |
| void | SetLabel (const wxString &label) |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Attributes | |
| wxStaticText * | m_pLabel |
| wxTextCtrl * | m_pLog |
Definition at line 40 of file logdlg.h.
1.5.1-p1