PyCSliderCtrl Object
A windows Slider bar control. Encapsulates an MFC CSliderCtrl class. Derived from PyCControl.
Methods
- CreateWindow
 - Creates the window for a new Slider bar object.
 - GetLineSize
 - Get the control's line size
 - SetLineSize
 - Set the control's line size
 - GetPageSize
 - Get the control's Page size
 - SetPageSize
 - Set the control's Page size
 - GetRangeMax
 - Get the control's maximum
 - GetRangeMin
 - Get the control's minimum
 - GetRange
 - Get the control's minimum and maximum
 - GetRangeMax
 - Set the control's maximum
 - GetRangeMin
 - Set the control's minimum
 - SetRange
 - Set the control's minimum and maximum
 - GetSelection
 - Get the selection start and end positions
 - SetSelection
 - Set the selection start and end positions
 - GetChannelRect
 - Get the control's channel rect
 - GetThumbRect
 - Get the control's thumb rect
 - GetPos
 - Get the control's position
 - SetPos
 - Set the control's position
 - GetNumTics
 - Get the number of tics in the control
 - GetTicArray
 - Get the array of tic positions
 - GetTic
 - Get the position of the specified tic
 - GetTicPos
 - Get the position of the specified tic in client coordinates
 - SetTic
 - Set a tick at the position
 - SetTicFreq
 - Set the tic mark frequency
 - ClearSel
 - Clear any control selection
 - VerifyPos
 - Verify the positon between min and max
 - ClearTics
 - Clear any tic marks from the control