reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3581,10 +3581,11 @@ class KeyEvent(Event):
|
||||
return _core_.KeyEvent_GetKeyCode(*args, **kwargs)
|
||||
|
||||
KeyCode = GetKeyCode
|
||||
def GetUniChar(*args, **kwargs):
|
||||
"""GetUniChar(self) -> int"""
|
||||
return _core_.KeyEvent_GetUniChar(*args, **kwargs)
|
||||
def GetUnicodeKey(*args, **kwargs):
|
||||
"""GetUnicodeKey(self) -> int"""
|
||||
return _core_.KeyEvent_GetUnicodeKey(*args, **kwargs)
|
||||
|
||||
GetUniChar = GetUnicodeKey
|
||||
def GetRawKeyCode(*args, **kwargs):
|
||||
"""GetRawKeyCode(self) -> unsigned int"""
|
||||
return _core_.KeyEvent_GetRawKeyCode(*args, **kwargs)
|
||||
@@ -5051,6 +5052,10 @@ class PyOnDemandOutputWindow:
|
||||
wx.CallAfter(self.frame.Close)
|
||||
|
||||
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user