Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gpm
v1.0.5
GPM
Buttons
Config
Event
Margins
Modifiers
Request
Types
Built with Crystal 1.9.2
2023-10-08 13:15:18 UTC
enum
GPM::Margins
Defined in:
gpm.cr
Enum Members
TOP
=
1
BOTTOM
=
2
LEFT
=
4
RIGHT
=
8
Instance Method Summary
#bottom?
#left?
#none?
#right?
#top?
Instance Method Detail
def
bottom?
#
[
View source
]
def
left?
#
[
View source
]
def
none?
#
[
View source
]
def
right?
#
[
View source
]
def
top?
#
[
View source
]