// Name: accel.h
// Purpose: interface of wxAccelerator* classes
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Returns a textual representation of this accelerator.
- The returned string is of the form <code>[Alt+][Ctrl+][Shift+]Key</code>
+ The returned string is of the form <code>[Alt+][Ctrl+][RawCtrl+][Shift+]Key</code>
where the modifier keys are present only if the corresponding flag is
set.
*/