non-osx methods bracketed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-05-13 18:22:53 +00:00
parent 68ba3b21da
commit 366e420233

View 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() ;