]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listbox.h
fixed header include guard position (patch 992443)
[wxWidgets.git] / include / wx / mac / carbon / listbox.h
index d471bb7940e76a4faaee0392ea521e3a07bad8f6..54d17f73fbd7ab5887be7bc41840d050d6bbffb0 100644 (file)
@@ -126,10 +126,9 @@ public:
 #endif // wxUSE_OWNER_DRAWN
 
     // Windows callbacks
-
-    virtual void    MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
-       virtual bool MacCanFocus() const { return true ; }
+#if !__WXMAC_OSX__
     void OnChar(wxKeyEvent& event);
+#endif
 
     void*           m_macList ;
     wxArrayString   m_stringArray ;
@@ -150,12 +149,12 @@ protected:
     int             MacGetSelections(wxArrayInt& aSelections) const ;
     bool            MacIsSelected( int n ) const ;
     void            MacScrollTo( int n ) ;
+#if !__WXMAC_OSX__
     void            OnSize( wxSizeEvent &size ) ;
+#endif
     void            MacDoClick() ;
     void            MacDoDoubleClick() ;
 
-    // do we have multiple selections?
-    bool HasMultipleSelection() const;
 
     // free memory (common part of Clear() and dtor)
     // prevent collision with some BSD definitions of macro Free()