Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 622 Bytes

ScrollBar.md

File metadata and controls

40 lines (29 loc) · 622 Bytes

Class ScrollBar

Inherit

Enum

ThumbType

  • Normal
  • Proportional

FocusableType

  • Focusable
  • NonFocusable

AutoScrollType

  • AutoScroll
  • NoAutoScroll

Methods

__init__(self, DGLib.Panel, GSRoot.Rect,
DGLib.ScrollBar.ThumbType = ThumbType.Normal,
DGLib.ScrollBar.FocusableType = FocusableType.Focusable,
DGLib.ScrollBar.AutoScrollType = AutoScrollType.AutoScroll
) -> None

SetMin(self,int) -> None
SetMax(self,int) -> None
SetValue(self,int) -> None
GetMin(self) -> int
GetMax(self) -> int
GetValue(self) -> int
SetPageSize(self,int) -> None
GetPageSize(self) -> int