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:
@@ -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
|
||||
// ------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user