wxSL_* labels moved to a different module
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -183,6 +183,17 @@ wxRadioButtonPtr = wx._controls.RadioButtonPtr
|
||||
wxPreRadioButton = wx._controls.PreRadioButton
|
||||
wxRadioButton_GetClassDefaultAttributes = wx._controls.RadioButton_GetClassDefaultAttributes
|
||||
wxSliderNameStr = wx._controls.SliderNameStr
|
||||
wxSL_HORIZONTAL = wx._controls.SL_HORIZONTAL
|
||||
wxSL_VERTICAL = wx._controls.SL_VERTICAL
|
||||
wxSL_AUTOTICKS = wx._controls.SL_AUTOTICKS
|
||||
wxSL_LABELS = wx._controls.SL_LABELS
|
||||
wxSL_LEFT = wx._controls.SL_LEFT
|
||||
wxSL_TOP = wx._controls.SL_TOP
|
||||
wxSL_RIGHT = wx._controls.SL_RIGHT
|
||||
wxSL_BOTTOM = wx._controls.SL_BOTTOM
|
||||
wxSL_BOTH = wx._controls.SL_BOTH
|
||||
wxSL_SELRANGE = wx._controls.SL_SELRANGE
|
||||
wxSL_INVERSE = wx._controls.SL_INVERSE
|
||||
wxSlider = wx._controls.Slider
|
||||
wxSliderPtr = wx._controls.SliderPtr
|
||||
wxPreSlider = wx._controls.PreSlider
|
||||
|
Reference in New Issue
Block a user