Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
stumpy_x11
master
StumpyX11
Generated using Crystal 1.10.1
2024-01-09 19:56:21 UTC
class
StumpyX11
StumpyX11
Reference
Object
Included Modules
StumpyCore
Defined in:
stumpy_x11.cr
Constructors
.new
(width : Int32, height : Int32)
Instance Method Summary
#destroy
#height
: Int32
#width
: Int32
#write
(buffer : Slice(Int32))
#write
(canvas : StumpyCore::Canvas)
Constructor Detail
def self.
new
(width : Int32, height : Int32)
#
[
View source
]
Instance Method Detail
def
destroy
#
[
View source
]
def
height
: Int32
#
[
View source
]
def
width
: Int32
#
[
View source
]
def
write
(buffer : Slice(Int32))
#
[
View source
]
def
write
(canvas : StumpyCore::Canvas)
#
[
View source
]