Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 386 Bytes

ProgressBar.md

File metadata and controls

26 lines (19 loc) · 386 Bytes

Class ProgressBar

Inherit

Enum

FrameType

  • NoFrame
  • StaticFrame
  • ClientFrame
  • ModalFrame

Methods

__init__(self, DGLib.Panel, GSRoot.Rect, DGLib.ProgressBar.FrameType = NoFrame) -> None

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