virtual bool CanRedo() const;
virtual wxClientDataType GetClientDataType() const;
-#endif
+
+ virtual wxTextWidgetImpl* GetTextPeer() const;
+#endif // wxOSX_USE_CARBON
#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