Set the height of this rectangle

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