Set minsize and implement DoGetBestSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-08-11 18:11:30 +00:00
parent b65ee6fd83
commit 8ae4f08661
8 changed files with 44 additions and 0 deletions

View File

@@ -2730,6 +2730,7 @@ private:
void OnListBox(wxCommandEvent& evt);
void OnIdle(wxIdleEvent& evt);
virtual wxSize DoGetBestSize() const;
// Turn notifications from Scintilla into events
void NotifyChange();