module Crysterm::Mixin::Pos
Direct including types
Defined in:
mixin/pos.crInstance Method Summary
-
#abottom : Int32 | Nil
Absolute bottom offset.
-
#abottom=(abottom : Int32 | Nil)
Absolute bottom offset.
-
#aleft : Int32 | Nil
Absolute left offset.
-
#aleft=(aleft : Int32 | Nil)
Absolute left offset.
-
#aright : Int32 | Nil
Absolute right offset.
-
#aright=(aright : Int32 | Nil)
Absolute right offset.
-
#atop : Int32 | Nil
Absolute top offset.
-
#atop=(atop : Int32 | Nil)
Absolute top offset.
-
#lpos : LPos | Nil
Last rendered position
-
#lpos=(lpos : LPos | Nil)
Last rendered position
-
#renders
Number of times object was rendered
-
#renders=(renders)
Number of times object was rendered
- #scrollable=(scrollable)
- #scrollable?