// Modified by:
// Created: Aug-31-2006
// Copyright: (c) Jaakko Salli
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
class WXDLLIMPEXP_ADV wxBitmapComboBoxBase
{
public:
-
// ctors and such
wxBitmapComboBoxBase() { }
// Returns size of the image used in list
virtual wxSize GetBitmapSize() const = 0;
-
-protected:
-
-private:
};
-#if defined(__WXUNIVERSAL__)
- #include "wx/generic/bmpcbox.h"
-#else
- #include "wx/generic/bmpcbox.h"
-#endif
+#include "wx/generic/bmpcbox.h"
#endif // wxUSE_BITMAPCOMBOBOX
-#endif
- // _WX_BMPCBOX_H_BASE_
+#endif // _WX_BMPCBOX_H_BASE_