Set the width of this rectangle

Property definitions

sdl2 $ SDLRect :: w=
	# Set the width of this rectangle
	fun w=(val: Int) `{ self->w = val; `}
lib/sdl2/sdl2_base.nit:514,2--515,38