wxTreeTextCtrl::wxTreeTextCtrl( wxWindow *parent, const wxWindowID id,
bool *accept, wxString *res, wxTreeCtrl *owner,
const wxString &value, const wxPoint &pos, const wxSize &size,
+#if wxUSE_VALIDATORS
+# if defined(__VISAGECPP__)
+ int style, const wxValidator* validator, const wxString &name ) :
+# else
int style, const wxValidator& validator, const wxString &name ) :
+# endif
+#endif
wxTextCtrl( parent, id, value, pos, size, style, validator, name )
{
m_res = res;
bool wxTreeCtrl::Create(wxWindow *parent, wxWindowID id,
const wxPoint& pos, const wxSize& size,
long style,
+#if wxUSE_VALIDATORS
+# if defined(__VISAGECPP__)
+ const wxValidator *validator,
+# else
const wxValidator &validator,
+# endif
+#endif
const wxString& name )
{
Init();