Decref items added to lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -210,10 +210,13 @@ wxWindow* wxGetTopLevelParent(wxWindow *win);
|
||||
|
||||
|
||||
|
||||
// Get the state of a key (true if pressed, false if not)
|
||||
// This is generally most useful getting the state of
|
||||
// the modifier or toggle keys.
|
||||
bool wxGetKeyState(wxKeyCode key);
|
||||
DocDeclStr(
|
||||
bool , wxGetKeyState(wxKeyCode key),
|
||||
"Get the state of a key (true if pressed or toggled on, false if not.)
|
||||
This is generally most useful getting the state of the modifier or
|
||||
toggle keys. On some platforms those may be the only keys that work.
|
||||
", "");
|
||||
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user