From 169ee861bda0f8b06a7ccc5a836318f99904bcfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 3 Jun 2003 13:56:43 +0000 Subject: [PATCH] subcell selection git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlcell.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/html/htmlcell.h b/include/wx/html/htmlcell.h index 93d741e859..b4d8af4e3b 100644 --- a/include/wx/html/htmlcell.h +++ b/include/wx/html/htmlcell.h @@ -285,6 +285,11 @@ public: wxString ConvertToText(wxHtmlSelection *sel) const; protected: + void Split(wxDC& dc, + const wxPoint& selFrom, const wxPoint& selTo, + wxString& s1, wxString& s2, wxString& s3, + unsigned& pos1, unsigned& pos2); + wxString m_Word; }; -- 2.45.2