- wxTextCtrl* CreateTxtCtrl ( const wxString& txt = "wxTextCtrl", wxWindow* parent = NULL );
- wxTreeCtrl* CreateTreeCtrl( const wxString& label = "TreeCtrl" );
- wxChoice* CreateChoice ( const wxString& txt = "Choice1" );
- wxButton* CreateButton ( const wxString& label = "wxButton", wxWindow* pParent = NULL, long id = ID_SAY_ITSOK );
+ wxTextCtrl* CreateTxtCtrl ( const wxString& txt = wxT("wxTextCtrl"), wxWindow* parent = NULL );
+ wxTreeCtrl* CreateTreeCtrl( const wxString& label = wxT("TreeCtrl") );
+ wxChoice* CreateChoice ( const wxString& txt = wxT("Choice1") );
+ wxButton* CreateButton ( const wxString& label = wxT("wxButton"), wxWindow* pParent = NULL, long id = ID_SAY_ITSOK );