Added wxComboPopup::GetComboCtrl()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -499,6 +499,11 @@ void wxComboPopup::OnDismiss()
|
||||
{
|
||||
}
|
||||
|
||||
wxComboCtrl* wxComboPopup::GetComboCtrl() const
|
||||
{
|
||||
return wxStaticCast(m_combo, wxComboCtrl);
|
||||
}
|
||||
|
||||
wxSize wxComboPopup::GetAdjustedSize( int minWidth,
|
||||
int prefHeight,
|
||||
int WXUNUSED(maxHeight) )
|
||||
|
Reference in New Issue
Block a user