// declarations
// ============================================================================
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "textctrl.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
return res;
}
-wxString wxTextCtrl::GetRange(long from, long to) const
-{
- wxString str;
-
- return str;
-}
-
void wxTextCtrl::SetValue(const wxString& value)
{
}