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:
@@ -56,6 +56,11 @@ public:
|
||||
*/
|
||||
virtual wxSize GetAdjustedSize(int minWidth, int prefHeight, int maxHeight);
|
||||
|
||||
/**
|
||||
Returns pointer to the associated parent wxComboCtrl.
|
||||
*/
|
||||
wxComboCtrl* GetComboCtrl() const;
|
||||
|
||||
/**
|
||||
The derived class must implement this to return pointer to the
|
||||
associated control created in Create().
|
||||
|
Reference in New Issue
Block a user