X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f325fa52deb739f64536962b97e5db8eec9ee1c7..4566d7db6fc8adaecc8c5d5245a6b876c114496a:/src/stc/stc.h.in diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 2592301f63..dd37eb1740 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -128,8 +128,8 @@ public: // // bold turns on bold // italic turns on italics - // fore:#RRGGBB sets the foreground colour - // back:#RRGGBB sets the background colour + // fore:[name or #RRGGBB] sets the foreground colour + // back:[name or #RRGGBB] sets the background colour // face:[facename] sets the font face name to use // size:[num] sets the font size in points // eol turns on eol filling @@ -246,6 +246,7 @@ private: void OnListBox(wxCommandEvent& evt); void OnIdle(wxIdleEvent& evt); + virtual wxSize DoGetBestSize() const; // Turn notifications from Scintilla into events void NotifyChange();