]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
show and hide implementation added
[wxWidgets.git] / include / wx / motif / combobox.h
index ebf2238539d5f77e7604c203b0a77e04ff5dfab7..618756c3452488e96a8a053f5a44994241e6ec25 100644 (file)
@@ -91,6 +91,9 @@ protected:
     virtual void DoSetSize(int x, int y,
         int width, int height,
         int sizeFlags = wxSIZE_AUTO);
+private:
+    // only implemented for native combo box
+    void AdjustDropDownListSize();
 };
 
 #endif