Fixes for wxMac combobox wrappers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-11 21:38:32 +00:00
parent 63d2cc405d
commit ba692f5788

View File

@@ -381,11 +381,11 @@ public:
//----------------------------------------------------------------------
// wxGTK's wxComboBox doesn't derive from wxChoice like wxMSW, or
// even wxControlWithItems, so we have to duplicate the methods
// here... <blech!>
// wxGTK's wxComboBox doesn't derive from wxChoice like wxMSW, or even
// wxControlWithItems, so we have to duplicate the methods here... <blech!>
// wcMac's inheritace is weird too so we'll fake it with this one too.
#ifdef __WXGTK__
#ifndef __WXMSW__
class wxComboBox : public wxControl
{
public:
@@ -477,8 +477,8 @@ public:
#else // For all but wxGTK
#else
// MSW's version derives from wxChoice
class wxComboBox : public wxChoice {
public: