Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 572 Bytes

File metadata and controls

30 lines (23 loc) · 572 Bytes

Class PosIntEdit

Inherit

Enum

AbsRelType

  • Absolute
  • Relative

Methods

__init__(self, DGLib.Panel, GSRoot.Rect, 
DGLib.EditControl.FrameType = FrameType.Frame,
DGLib.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