Make DoGetBestSize() always return a width of 100

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-04-10 03:11:44 +00:00
parent 23ffcdc41d
commit 79e1f224d1
2 changed files with 18 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ public:
// virtual void SelectAll();
virtual void SetEditable(bool editable);
protected:
virtual wxSize DoGetBestSize() const;
};
#endif // __WX_COCOA_TEXTCTRL_H__