]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bmpcbox.h
No real changes, just make wxWindow::CanScroll() virtual.
[wxWidgets.git] / include / wx / gtk / bmpcbox.h
index f146577248f5643ea4bcccbbd4b272d8ad1f453d..f5d00a517b3f2c94d7babeb2da2ae578ff4e5970 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxBitmapComboBox
 // Author:      Jaakko Salli
 // Created:     2008-05-19
-// RCS-ID:      $Id:
 // Copyright:   (c) 2008 Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -133,6 +132,8 @@ protected:
     virtual void GTKCreateComboBoxWidget();
     virtual void GTKInsertComboBoxTextItem( unsigned int n, const wxString& text );
 
+    virtual wxSize DoGetBestSize() const;
+
     wxSize                  m_bitmapSize;
     int                     m_bitmapCellIndex;