X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/336a6aba60f239bfc33650ffe97702494940a4f6..cc3388ae63420668587b30ba4fd33b71565fe27a:/include/wx/mac/carbon/listbox.h diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index ecb867cdd3..d5aa80277d 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -125,16 +125,19 @@ public: int GetItemIndex(wxOwnerDrawn *item) const { return m_aItems.Index(item); } #endif // wxUSE_OWNER_DRAWN + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + // Windows callbacks - +#if !__WXMAC_OSX__ void OnChar(wxKeyEvent& event); +#endif void* m_macList ; wxArrayString m_stringArray ; wxListDataArray m_dataArray ; wxArrayInt m_selectionPreImage ; - wxArrayLong m_idArray ; - wxUint32 m_nextId ; void MacSetRedraw( bool doDraw ) ; protected: @@ -148,7 +151,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() ;