Set the icon of this window

Property definitions

sdl2 $ SDLWindow :: icon=
	# Set the icon of this window
	fun icon=(icon: SDLSurface) `{ SDL_SetWindowIcon(self, icon); `}
lib/sdl2/sdl2_base.nit:164,2--165,65