reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-11 18:07:04 +00:00
parent 293dc3741c
commit 73c8ef6a22
6 changed files with 221 additions and 87 deletions

View File

@@ -534,6 +534,15 @@ def SetCursor(*args, **kwargs):
"""SetCursor(Cursor cursor)"""
return _misc_.SetCursor(*args, **kwargs)
def GetXDisplay(*args, **kwargs):
"""
GetXDisplay() -> void
Returns a swigified pointer to the X11 display. Returns None on
other platforms.
"""
return _misc_.GetXDisplay(*args, **kwargs)
def BeginBusyCursor(*args, **kwargs):
"""BeginBusyCursor(Cursor cursor=wxHOURGLASS_CURSOR)"""
return _misc_.BeginBusyCursor(*args, **kwargs)