Toggle menu
Nitlanguage.org
Nitdoc
sdl2
sdl2_base
SDLRect
h=
fun
h=
(val:
Int
)
sdl2
::
SDLRect
::
h=
Doc
Linearization
Summary
Set the height of this rectangle
Set the height of this rectangle
Summary
Property definitions
sdl2$SDLRect$h=
Property definitions
sdl2
$
SDLRect
::
h=
# Set the height of this rectangle
fun
h
=
(
val
:
Int
)
`{ self->h = val; `}
lib/sdl2/sdl2_base.nit:520,2--521,38