// Created: 2003/08/17
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
- (void)wxNSActionCellAction: (id)sender
{
- wxLogDebug(wxT("wxNSActionCellAction"));
+ wxLogTrace(wxTRACE_COCOA,wxT("wxNSActionCellAction"));
wxCocoaNSActionCell *wxcontrol = wxCocoaNSActionCell::GetFromCocoa(sender);
wxCHECK_RET(wxcontrol,wxT("wxNSActionCellAction received but no wxCocoaNSActionCell exists!"));
wxcontrol->CocoaTarget_wxNSActionCellAction();
untilMouseUp:NO])
{
m_mouseDownTool = NULL;
- wxLogDebug(wxT("Button was clicked after drag!"));
+ wxLogTrace(wxTRACE_COCOA,wxT("Button was clicked after drag!"));
}
[buttonCell setHighlighted: NO];
}
untilMouseUp:NO])
{
m_mouseDownTool = NULL;
- wxLogDebug(wxT("Button was clicked!"));
+ wxLogTrace(wxTRACE_COCOA,wxT("Button was clicked!"));
}
[buttonCell setHighlighted: NO];
}