removing dependancy on mac headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -109,9 +109,9 @@ public:
|
||||
// Windows callbacks
|
||||
|
||||
virtual void SetupColours();
|
||||
virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
|
||||
virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
|
||||
|
||||
ListHandle m_macList ;
|
||||
void* m_macList ;
|
||||
wxArrayString m_stringArray ;
|
||||
wxListDataArray m_dataArray ;
|
||||
wxArrayInt m_selectionPreImage ;
|
||||
|
Reference in New Issue
Block a user