subcell selection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-03 13:56:43 +00:00
parent 5a1597e9ef
commit 169ee861bd

View File

@@ -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;
};