Define unambiguous Is{List,Text}Empty() in wxOwnerDrawnComboBox.

Like in wxComboBox itself, it's useful to provide these methods to avoid
problems with ambiguous IsEmpty(), inherited from both wxTextEntry and
wxItemContainer.

Closes #16618.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-10-13 12:08:10 +00:00
parent b10b027423
commit 1f6fae0f3f
3 changed files with 38 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ All (GUI):
- Add wxBitmap ctor from wxCursor.
- Always disable wxWizard "Back" button on the starting page (pmgrace30).
- Add wxUIActionSimulator::Select().
- Add wxOwnerDrawnComboBox::Is{List,Text}Empty() methods.
wxGTK: