]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/odcombo.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / odcombo.h
index 7edc546717b0683b3dd5aec017b9c08d3131c578..607b20d4d18ba9a64d3fcaf0b5dae5f6763d892b 100644 (file)
@@ -143,7 +143,7 @@ public:
     /**
         Destructor, destroying the owner-drawn combobox.
     */
-    ~wxOwnerDrawnComboBox();
+    virtual ~wxOwnerDrawnComboBox();
 
     //@{
     /**
@@ -173,12 +173,12 @@ public:
     /**
         Returns index to the widest item in the list.
     */
-    int GetWidestItem() const;
+    virtual int GetWidestItem();
 
     /**
         Returns width of the widest item in the list.
     */
-    int GetWidestItemWidth() const;
+    virtual int GetWidestItemWidth();
 
     /**
         This method is used to draw the items background and, maybe, a border around it.