virtual void SetString(unsigned int n, const wxString& s);
virtual unsigned int GetCount() const;
-
+
// these methods are provided by wxTextEntry for the native impl.
#if wxOSX_USE_CARBON
// Text field functions
#endif
virtual wxWindow *GetEditableWindow() { return this; }
-#if wxOSX_USE_CARBON
// override the base class virtuals involved in geometry calculations
virtual wxSize DoGetBestSize() const;
+#if wxOSX_USE_CARBON
virtual void DoMoveWindow(int x, int y, int width, int height);
#endif