]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bmpcbox.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / msw / bmpcbox.h
index 1812a9f204afc83390b71cdcaffbc971e3b44299..0462c46217b1190057658d4d0edf888392d9b8eb 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxBitmapComboBox
 // Author:      Jaakko Salli
 // Created:     2008-04-06
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -85,6 +84,8 @@ public:
     // Sets the image for the given item.
     virtual void SetItemBitmap(unsigned int n, const wxBitmap& bitmap);
 
+    virtual bool SetFont(const wxFont& font);
+
     // Adds item with image to the end of the combo box.
     int Append(const wxString& item, const wxBitmap& bitmap = wxNullBitmap);
     int Append(const wxString& item, const wxBitmap& bitmap, void *clientData);
@@ -107,8 +108,6 @@ protected:
     // Event handlers
     void OnSize(wxSizeEvent& event);
 
-    virtual bool SetFont(const wxFont& font);
-
     virtual wxItemContainer* GetItemContainer() { return this; }
     virtual wxWindow* GetControl() { return this; }