]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
some docs enhancements, in particular to wxDataViewListCtrl.
[wxWidgets.git] / interface / wx / combo.h
index 4cfafc2598181d88d9d2e40ebcf0feee5eee4c7b..4bcc4c9988cf864c790ce26416267c5a3074fc57 100644 (file)
@@ -56,6 +56,11 @@ public:
     */
     virtual wxSize GetAdjustedSize(int minWidth, int prefHeight, int maxHeight);
 
+    /**
+        Returns pointer to the associated parent wxComboCtrl.
+    */
+    wxComboCtrl* GetComboCtrl() const;
+
     /**
         The derived class must implement this to return pointer to the
         associated control created in Create().