Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1004 Bytes

ScrollBarObserver.md

File metadata and controls

51 lines (36 loc) · 1004 Bytes

Class ScrollBarObserver

Inherit

Methods

__init__(self, DGLib.ScrollBar) -> None

Events

  • ScrollBarChanged = (ScrollBarChangeEvent ev) -> None
  • ScrollBarTrackEntered = (ScrollBarTrackEvent ev) -> None
  • ScrollBarTracked = (ScrollBarTrackEvent ev) -> None
  • ScrollBarTrackExited = (ScrollBarTrackEvent ev) -> None

Class ScrollBarChangeEvent

Inherit

Methods

  • GetSource(self) -> DGLib.ScrollBar
  • GetPreviousValue(self) -> int

Class ScrollBarTrackEvent

Inherit

Methods

  • GetSource(self) -> DGLib.ScrollBar
  • IsLineUp(self) -> bool
  • IsLineLeft(self) -> bool
  • IsLineDown(self) -> bool
  • IsLineRight(self) -> bool
  • IsPageUp(self) -> bool
  • IsPageLeft(self) -> bool
  • IsPageDown(self) -> bool
  • IsPageRight(self) -> bool
  • IsTop(self) -> bool
  • IsLeft(self) -> bool
  • IsBottom(self) -> bool
  • IsRight(self) -> bool
  • IsThumbTrack(self) -> bool