Ensure that the NSTableColumn width is that of its largest item to enable

horizontal scrolling in wxListBox.
Copyright 2008 Software 2000 Ltd.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2008-02-18 21:13:58 +00:00
parent 83259e23a4
commit 580cc1eb85
2 changed files with 86 additions and 7 deletions

View File

@@ -76,6 +76,9 @@ protected:
WX_NSMutableArray m_cocoaItems;
wxArrayPtrVoid m_itemClientData;
struct objc_object *m_cocoaDataSource;
inline bool _WxCocoa_GetNeedsUpdate();
inline void _WxCocoa_SetNeedsUpdate(bool needsUpdate);
void _WxCocoa_OnIdle(wxIdleEvent &event);
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------