Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 574 Bytes

File metadata and controls

30 lines (23 loc) · 574 Bytes

Class IntEdit

Inherit

Enum

AbsRelType

  • Absolute
  • Relative

Methods

__init__(self, DGLib.Panel, GSRoot.Rect,
DGLib.EditControl.FrameType = FrameType.Frame, 
DGLib.IntEdit.AbsRelType = AbsRelType.Absolute, 
DGLib.EditControl.UpdateType = UpdateType.Update, 
DGLib.EditControl.ReadOnlyType = ReadOnlyType.Editable
) -> None

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