]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/listbox.h
check for self assignment in operator=
[wxWidgets.git] / include / wx / cocoa / listbox.h
index 855ee09fc8518b0486f9c52c4398b2836c068f1a..91cf6212121bb4ab8a78c5d7586a29b397bf500e 100644 (file)
@@ -19,7 +19,7 @@
 // ========================================================================
 // wxListBox
 // ========================================================================
 // ========================================================================
 // wxListBox
 // ========================================================================
-class WXDLLEXPORT wxListBox: public wxListBoxBase, protected wxCocoaNSTableView
+class WXDLLIMPEXP_CORE wxListBox: public wxListBoxBase, protected wxCocoaNSTableView
 {
     DECLARE_DYNAMIC_CLASS(wxListBox)
     DECLARE_EVENT_TABLE()
 {
     DECLARE_DYNAMIC_CLASS(wxListBox)
     DECLARE_EVENT_TABLE()
@@ -76,13 +76,15 @@ protected:
     WX_NSMutableArray m_cocoaItems;
     wxArrayPtrVoid m_itemClientData;
     struct objc_object *m_cocoaDataSource;
     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);
     inline bool _WxCocoa_GetNeedsUpdate();
     inline void _WxCocoa_SetNeedsUpdate(bool needsUpdate);
-    void _WxCocoa_OnIdle(wxIdleEvent &event);
+    virtual void OnInternalIdle();
 // ------------------------------------------------------------------------
 // Implementation
 // ------------------------------------------------------------------------
 public:
 // ------------------------------------------------------------------------
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    virtual wxSize DoGetBestSize() const;
 // pure virtuals from wxListBoxBase
     virtual bool IsSelected(int n) const;
     virtual int GetSelections(wxArrayInt& aSelections) const;
 // pure virtuals from wxListBoxBase
     virtual bool IsSelected(int n) const;
     virtual int GetSelections(wxArrayInt& aSelections) const;