+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