]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index 8038c9c0abc6a154539704c6041547f92448808e..da536fe9c2726a9a266e3200f33ad2299fbd9f5e 100644 (file)
@@ -96,6 +96,10 @@ public:
     bool       m_hasCheckBoxes;
 #endif // wxUSE_CHECKLISTBOX
 
+    int      m_prevSelection;
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     // this array is only used for controls with wxCB_SORT style, so only
     // allocate it if it's needed (hence using pointer)