reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-12 17:21:09 +00:00
parent e8d1587803
commit a97cefbabf
13 changed files with 1234 additions and 313 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)