Make wxComboCtrlBase::Set*groundColour() methods public.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 27 Jul 2013 19:39:37 +0000 (19:39 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 27 Jul 2013 19:39:37 +0000 (19:39 +0000)
commit5d9b5db01e6b36835af126413461c897026e438a
tree60e1b4c6277b23106a225f9be67c6b0a7b22589b
parenta4ea083bbdf710d3234dcbd2eafb5d0e078f8348
Make wxComboCtrlBase::Set*groundColour() methods public.

SetForegroundColour() and SetBackgroundColour() were -- presumably
accidentally -- protected in wxComboCtrlBase, even though they are
documented public virtual methods of wxWindow. This prevented their
use from user code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h