X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cf73271dd6f442a98e86b559d4a55c37e25b99f..82eda5ecd0f9e37acc8ed27451000ae58152226d:/include/wx/mac/carbon/listbox.h diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index 77c0f27209..ecb867cdd3 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -127,18 +127,17 @@ public: // Windows callbacks - virtual void SetupColours(); - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; - virtual bool MacCanFocus() const { return true ; } void OnChar(wxKeyEvent& event); void* m_macList ; wxArrayString m_stringArray ; wxListDataArray m_dataArray ; wxArrayInt m_selectionPreImage ; + wxArrayLong m_idArray ; + wxUint32 m_nextId ; + void MacSetRedraw( bool doDraw ) ; protected: - void MacDestroy() ; void MacDelete( int n ) ; void MacInsert( int n , const wxString& item) ; void MacAppend( const wxString& item) ; @@ -153,8 +152,6 @@ protected: void MacDoClick() ; void MacDoDoubleClick() ; - // do we have multiple selections? - bool HasMultipleSelection() const; // free memory (common part of Clear() and dtor) // prevent collision with some BSD definitions of macro Free()