git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71193
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_target = [[wxOSXStatusItemTarget alloc] init];
[m_target setImplementation:this];
m_target = [[wxOSXStatusItemTarget alloc] init];
[m_target setImplementation:this];
+ [m_statusItem setHighlightMode:YES];
[m_statusItem setTarget:m_target];
[m_statusItem setAction:@selector(clickedAction:)];
[m_statusItem sendActionOn:NSLeftMouseDownMask];
[m_statusItem setTarget:m_target];
[m_statusItem setAction:@selector(clickedAction:)];
[m_statusItem sendActionOn:NSLeftMouseDownMask];