reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-27 20:02:41 +00:00
parent 5bf4788ae3
commit d04418a701
23 changed files with 316 additions and 0 deletions

View File

@@ -318,6 +318,8 @@ wxDOT_DASH = wx._core.DOT_DASH
wxUSER_DASH = wx._core.USER_DASH
wxTRANSPARENT = wx._core.TRANSPARENT
wxSTIPPLE = wx._core.STIPPLE
wxSTIPPLE_MASK = wx._core.STIPPLE_MASK
wxSTIPPLE_MASK_OPAQUE = wx._core.STIPPLE_MASK_OPAQUE
wxBDIAGONAL_HATCH = wx._core.BDIAGONAL_HATCH
wxCROSSDIAG_HATCH = wx._core.CROSSDIAG_HATCH
wxFDIAGONAL_HATCH = wx._core.FDIAGONAL_HATCH

View File

@@ -31,6 +31,7 @@ wxPen = wx._gdi.Pen
wxPenPtr = wx._gdi.PenPtr
wxBrush = wx._gdi.Brush
wxBrushPtr = wx._gdi.BrushPtr
wxBrushFromBitmap = wx._gdi.BrushFromBitmap
wxBitmap = wx._gdi.Bitmap
wxBitmapPtr = wx._gdi.BitmapPtr
wxEmptyBitmap = wx._gdi.EmptyBitmap

View File

@@ -189,6 +189,7 @@ wxGetActiveWindow = wx._misc.GetActiveWindow
wxGenericFindWindowAtPoint = wx._misc.GenericFindWindowAtPoint
wxFindWindowAtPoint = wx._misc.FindWindowAtPoint
wxGetTopLevelParent = wx._misc.GetTopLevelParent
wxLaunchDefaultBrowser = wx._misc.LaunchDefaultBrowser
wxGetKeyState = wx._misc.GetKeyState
wxWakeUpMainThread = wx._misc.WakeUpMainThread
wxMutexGuiEnter = wx._misc.MutexGuiEnter