]> git.saurik.com Git - wxWidgets.git/commitdiff
non-osx methods bracketed
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 May 2004 18:22:53 +0000 (18:22 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 May 2004 18:22:53 +0000 (18:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listbox.h

index ecb867cdd36d14b61a06008265843808818d8f77..54d17f73fbd7ab5887be7bc41840d050d6bbffb0 100644 (file)
@@ -126,8 +126,9 @@ public:
 #endif // wxUSE_OWNER_DRAWN
 
     // Windows callbacks
-
+#if !__WXMAC_OSX__
     void OnChar(wxKeyEvent& event);
+#endif
 
     void*           m_macList ;
     wxArrayString   m_stringArray ;
@@ -148,7 +149,9 @@ 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() ;