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:
Robin Dunn
2005-01-29 01:14:08 +00:00
parent 23f8f9853e
commit 7f873aa41d
4 changed files with 22 additions and 20 deletions

View File

@@ -69,16 +69,6 @@ wxRA_SPECIFY_ROWS = wx._core.RA_SPECIFY_ROWS
wxRA_SPECIFY_COLS = wx._core.RA_SPECIFY_COLS
wxRB_GROUP = wx._core.RB_GROUP
wxRB_SINGLE = wx._core.RB_SINGLE
wxSL_HORIZONTAL = wx._core.SL_HORIZONTAL
wxSL_VERTICAL = wx._core.SL_VERTICAL
wxSL_AUTOTICKS = wx._core.SL_AUTOTICKS
wxSL_LABELS = wx._core.SL_LABELS
wxSL_LEFT = wx._core.SL_LEFT
wxSL_TOP = wx._core.SL_TOP
wxSL_RIGHT = wx._core.SL_RIGHT
wxSL_BOTTOM = wx._core.SL_BOTTOM
wxSL_BOTH = wx._core.SL_BOTH
wxSL_SELRANGE = wx._core.SL_SELRANGE
wxSB_HORIZONTAL = wx._core.SB_HORIZONTAL
wxSB_VERTICAL = wx._core.SB_VERTICAL
wxST_SIZEGRIP = wx._core.ST_SIZEGRIP