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/branches/WX_2_8_BRANCH@51892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2008-02-18 21:13:58 +00:00
parent 23c7aef4b7
commit ee528046a4
2 changed files with 85 additions and 6 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
// ------------------------------------------------------------------------