Applied patch [ 670782 ] Combobox uses popup window width

(wxUniv)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-02-02 14:47:04 +00:00
parent 61a83c1c50
commit e2ca829e7d
2 changed files with 17 additions and 1 deletions

View File

@@ -83,6 +83,8 @@ public:
// called immediately after the control is shown
virtual void OnShow() = 0;
virtual wxCoord GetBestWidth() const {return 0; }
protected:
wxComboControl *m_combo;
};