Added wx.RendererNative class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -581,6 +581,30 @@ wxTheBrushList = wx._gdi.TheBrushList
|
||||
wxTheColourDatabase = wx._gdi.TheColourDatabase
|
||||
wxEffects = wx._gdi.Effects
|
||||
wxEffectsPtr = wx._gdi.EffectsPtr
|
||||
wxCONTROL_DISABLED = wx._gdi.CONTROL_DISABLED
|
||||
wxCONTROL_FOCUSED = wx._gdi.CONTROL_FOCUSED
|
||||
wxCONTROL_PRESSED = wx._gdi.CONTROL_PRESSED
|
||||
wxCONTROL_ISDEFAULT = wx._gdi.CONTROL_ISDEFAULT
|
||||
wxCONTROL_ISSUBMENU = wx._gdi.CONTROL_ISSUBMENU
|
||||
wxCONTROL_EXPANDED = wx._gdi.CONTROL_EXPANDED
|
||||
wxCONTROL_CURRENT = wx._gdi.CONTROL_CURRENT
|
||||
wxCONTROL_SELECTED = wx._gdi.CONTROL_SELECTED
|
||||
wxCONTROL_CHECKED = wx._gdi.CONTROL_CHECKED
|
||||
wxCONTROL_CHECKABLE = wx._gdi.CONTROL_CHECKABLE
|
||||
wxCONTROL_UNDETERMINED = wx._gdi.CONTROL_UNDETERMINED
|
||||
wxCONTROL_FLAGS_MASK = wx._gdi.CONTROL_FLAGS_MASK
|
||||
wxCONTROL_DIRTY = wx._gdi.CONTROL_DIRTY
|
||||
wxSplitterRenderParams = wx._gdi.SplitterRenderParams
|
||||
wxSplitterRenderParamsPtr = wx._gdi.SplitterRenderParamsPtr
|
||||
wxRendererVersion = wx._gdi.RendererVersion
|
||||
wxRendererVersionPtr = wx._gdi.RendererVersionPtr
|
||||
wxRendererVersion_IsCompatible = wx._gdi.RendererVersion_IsCompatible
|
||||
wxRendererNative = wx._gdi.RendererNative
|
||||
wxRendererNativePtr = wx._gdi.RendererNativePtr
|
||||
wxRendererNative_Get = wx._gdi.RendererNative_Get
|
||||
wxRendererNative_GetGeneric = wx._gdi.RendererNative_GetGeneric
|
||||
wxRendererNative_GetDefault = wx._gdi.RendererNative_GetDefault
|
||||
wxRendererNative_Set = wx._gdi.RendererNative_Set
|
||||
wxMaskColour = wx._gdi.MaskColour
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user