git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63533
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void GetSelection( long* from, long* to) const ;
virtual void SetSelection( long from , long to );
virtual void WriteText(const wxString& str) ;
virtual void GetSelection( long* from, long* to) const ;
virtual void SetSelection( long from , long to );
virtual void WriteText(const wxString& str) ;
+ virtual bool HasOwnContextMenu() const { return true; }
virtual void controlAction(WXWidget slf, void* _cmd, void *sender);
protected :
virtual void controlAction(WXWidget slf, void* _cmd, void *sender);
protected :
virtual bool GetStyle(long position, wxTextAttr& style);
virtual void SetStyle(long start, long end, const wxTextAttr& style);
virtual bool GetStyle(long position, wxTextAttr& style);
virtual void SetStyle(long start, long end, const wxTextAttr& style);
+ virtual bool HasOwnContextMenu() const { return true; }
+
virtual void CheckSpelling(bool check);
virtual wxSize GetBestSize() const;
virtual void CheckSpelling(bool check);
virtual wxSize GetBestSize() const;