- MyDialog(wxWindow *parent, const wxString& title, const wxPoint& pos, const wxSize& size,
- const long style = wxDEFAULT_DIALOG_STYLE);
+ MyDialog(wxWindow *parent, const wxString& title,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ const long style = wxDEFAULT_DIALOG_STYLE);
+ bool TransferDataToWindow();
+ wxTextCtrl *text;
+ wxComboBox *combobox;