]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private/textimpl.h
Override CanFocus because the wxWindow level test will check if the NSTextView's...
[wxWidgets.git] / include / wx / osx / cocoa / private / textimpl.h
index 77d6f366b9ac15554987adae6f6521d0b07f41d0..21a60a40c946000bac81ee871abdc988dd305735 100644 (file)
@@ -63,6 +63,8 @@ public:
     virtual bool GetStyle(long position, wxTextAttr& style);
     virtual void SetStyle(long start, long end, const wxTextAttr& style);
     
+    virtual bool CanFocus() const;
+    
     virtual bool HasOwnContextMenu() const { return true; }
     
     virtual void CheckSpelling(bool check);