Fix some bad parameter names, add missing methods, add missing classes, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2010-11-19 07:57:19 +00:00
parent b702a83386
commit a90e69f70f
4 changed files with 198 additions and 19 deletions

View File

@@ -130,5 +130,12 @@ public:
Notice that GetModifiers() should usually be used instead of this one.
*/
bool CmdDown() const;
void SetControlDown(bool down);
void SetShiftDown(bool down);
void SetAltDown(bool down);
void SetMetaDown(bool down);
};