X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d73b710e1fb5d1e99b4bdbcbdbf301d3bce1bc2..91a40e94b9efe799e401638edf84e75d3285d11b:/include/wx/mac/carbon/listbox.h diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index a121ab7825..54d17f73fb 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -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,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() ;