]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/listbox.h
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comment...
[wxWidgets.git] / include / wx / cocoa / listbox.h
index 855ee09fc8518b0486f9c52c4398b2836c068f1a..2d4c74b94e083d58928db4f9bbf8e91539469d7f 100644 (file)
@@ -76,13 +76,15 @@ protected:
     WX_NSMutableArray m_cocoaItems;
     wxArrayPtrVoid m_itemClientData;
     struct objc_object *m_cocoaDataSource;
+    bool m_needsUpdate;
     inline bool _WxCocoa_GetNeedsUpdate();
     inline void _WxCocoa_SetNeedsUpdate(bool needsUpdate);
-    void _WxCocoa_OnIdle(wxIdleEvent &event);
+    virtual void OnInternalIdle();
 // ------------------------------------------------------------------------
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    virtual wxSize DoGetBestSize() const;
 // pure virtuals from wxListBoxBase
     virtual bool IsSelected(int n) const;
     virtual int GetSelections(wxArrayInt& aSelections) const;