- (void)wxNSActionCellAction: (id)sender
{
- wxLogDebug("wxNSActionCellAction");
+ wxLogTrace(wxTRACE_COCOA,wxT("wxNSActionCellAction"));
wxCocoaNSActionCell *wxcontrol = wxCocoaNSActionCell::GetFromCocoa(sender);
- wxCHECK_RET(wxcontrol,"wxNSActionCellAction received but no wxCocoaNSActionCell exists!");
+ wxCHECK_RET(wxcontrol,wxT("wxNSActionCellAction received but no wxCocoaNSActionCell exists!"));
wxcontrol->CocoaTarget_wxNSActionCellAction();
}
untilMouseUp:NO])
{
m_mouseDownTool = NULL;
- wxLogDebug("Button was clicked after drag!");
+ wxLogTrace(wxTRACE_COCOA,wxT("Button was clicked after drag!"));
}
[buttonCell setHighlighted: NO];
}
untilMouseUp:NO])
{
m_mouseDownTool = NULL;
- wxLogDebug("Button was clicked!");
+ wxLogTrace(wxTRACE_COCOA,wxT("Button was clicked!"));
}
[buttonCell setHighlighted: NO];
}