Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cride
v0.2.0
Cride
CLI
Editor
Add
Delete
Move
Position
Size
FileHandler
Add
Delete
Terminal
Color
Mode
Select
Event
Input
InputMode
Key
Output
Render
Built with Crystal 1.9.2
2023-10-08 02:47:35 UTC
class
Cride::Editor::Size
Cride::Editor::Size
Reference
Object
Defined in:
editor.cr
Constructors
.new
(width : Int32 =
0
, height : Int32 =
0
)
Instance Method Summary
#height
: Int32
#height=
(height : Int32)
#width
: Int32
#width=
(width : Int32)
Constructor Detail
def self.
new
(width : Int32 =
0
, height : Int32 =
0
)
#
[
View source
]
Instance Method Detail
def
height
: Int32
#
[
View source
]
def
height=
(height : Int32)
#
[
View source
]
def
width
: Int32
#
[
View source
]
def
width=
(width : Int32)
#
[
View source
]