X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33f81fc7d06c8cb86bc6f9afa7f1e41a81773ef8..042bcad45ea579990b380d753d469331658a4bc2:/include/wx/html/htmlwin.h?ds=sidebyside diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 2561691e36..719173bedb 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -269,9 +269,13 @@ protected: void StopAutoScrolling(); #endif // wxUSE_CLIPBOARD -protected: wxString DoSelectionToText(wxHtmlSelection *sel); +private: + // implementation of SetPage() + bool DoSetPage(const wxString& source); + +protected: // This is pointer to the first cell in parsed data. (Note: the first cell // is usually top one = all other cells are sub-cells of this one) wxHtmlContainerCell *m_Cell; @@ -312,7 +316,6 @@ protected: // time of the last doubleclick event, used to detect tripleclicks // (tripleclicks are used to select whole line): wxMilliClock_t m_lastDoubleClick; -#endif // wxUSE_LONGLONG/!wxUSE_LONGLONG // helper class to automatically scroll the window if the user is selecting // text and the mouse leaves wxHtmlWindow: