Changed floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for

'no ctrl/alt/shift key')


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-08-17 09:39:39 +00:00
parent 12ed6eb56f
commit 7a11869dde
2 changed files with 13 additions and 8 deletions

View File

@@ -29,6 +29,9 @@ class WXDLLEXPORT wxAcceleratorTable;
// Hold Shift key down
#define wxACCEL_SHIFT 0x04
// Hold no other key
#define wxACCEL_NORMAL 0x00
class WXDLLEXPORT wxAcceleratorEntry
{
public: