51 void OnCloseLogWindow(wxCommandEvent& event);
53 DECLARE_DYNAMIC_CLASS(ImportLog);
54 DECLARE_EVENT_TABLE();
61 ImportLogDLG(wxWindow* parent, wxWindowID
id = SYMBOL_IMPORTLOG_IDNAME,
62 const wxString& caption = SYMBOL_IMPORTLOG_TITLE,
const wxPoint& pos = SYMBOL_IMPORTLOG_POSITION,
63 const wxSize& size = SYMBOL_IMPORTLOG_SIZE,
long style = SYMBOL_IMPORTLOG_STYLE);
66 bool Create(wxWindow* parent, wxWindowID
id = SYMBOL_IMPORTLOG_IDNAME,
67 const wxString& caption = SYMBOL_IMPORTLOG_TITLE,
const wxPoint& pos = SYMBOL_IMPORTLOG_POSITION,
68 const wxSize& size = SYMBOL_IMPORTLOG_SIZE,
long style = SYMBOL_IMPORTLOG_STYLE);
bool Create(wxWindow *parent, wxWindowID id=SYMBOL_IMPORTLOG_IDNAME, const wxString &caption=SYMBOL_IMPORTLOG_TITLE, const wxPoint &pos=SYMBOL_IMPORTLOG_POSITION, const wxSize &size=SYMBOL_IMPORTLOG_SIZE, long style=SYMBOL_IMPORTLOG_STYLE)
Window creation.
Definition logwindow_dlg.cpp:45