]> git.saurik.com Git - wxWidgets.git/commit - tests/Makefile.in
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Aug 2011 12:06:16 +0000 (12:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Aug 2011 12:06:16 +0000 (12:06 +0000)
commit36a96421b31530604c9dcccc0ba2a2861359f462
treea63680489eae3ebd07f4dc49c95679bdba26c344
parent9489ebf0f1dcec639d23321b39a61dbc6c312432
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().

IsEmpty() didn't exist in all ports (notably not wxMSW) and its meaning was
unclear anyhow, so remove it even from the ports where it did exist and add
clear Is{List,Text}Empty() replacements instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/combobox.h
include/wx/gtk/combobox.h
include/wx/motif/combobox.h
include/wx/msw/combobox.h
include/wx/os2/combobox.h
include/wx/univ/combobox.h
interface/wx/combobox.h
tests/Makefile.in
tests/controls/comboboxtest.cpp
tests/test.bkl