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:
@@ -126,8 +126,9 @@ public:
|
|||||||
#endif // wxUSE_OWNER_DRAWN
|
#endif // wxUSE_OWNER_DRAWN
|
||||||
|
|
||||||
// Windows callbacks
|
// Windows callbacks
|
||||||
|
#if !__WXMAC_OSX__
|
||||||
void OnChar(wxKeyEvent& event);
|
void OnChar(wxKeyEvent& event);
|
||||||
|
#endif
|
||||||
|
|
||||||
void* m_macList ;
|
void* m_macList ;
|
||||||
wxArrayString m_stringArray ;
|
wxArrayString m_stringArray ;
|
||||||
@@ -148,7 +149,9 @@ protected:
|
|||||||
int MacGetSelections(wxArrayInt& aSelections) const ;
|
int MacGetSelections(wxArrayInt& aSelections) const ;
|
||||||
bool MacIsSelected( int n ) const ;
|
bool MacIsSelected( int n ) const ;
|
||||||
void MacScrollTo( int n ) ;
|
void MacScrollTo( int n ) ;
|
||||||
|
#if !__WXMAC_OSX__
|
||||||
void OnSize( wxSizeEvent &size ) ;
|
void OnSize( wxSizeEvent &size ) ;
|
||||||
|
#endif
|
||||||
void MacDoClick() ;
|
void MacDoClick() ;
|
||||||
void MacDoDoubleClick() ;
|
void MacDoDoubleClick() ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user