GUI_WIN_SKIN(WIN,IMAGE_1,[IMAGE_2])

Will set the skin for a window and its gadgets. If image_2 is not specified then a slightly lighter copy of image_1 is used for the gadgets.

Example:

WIN_IMG=LoadImage("gfx\win.bmp")

GAD_IMG=LoadImage("gfx\gad.bmp")

GUI_WIN_SKIN(mywin,WIN_IMG,GAD_IMG)

Only 1 image passed Both images passed

 

See also:

GUI_DEFAULT_SKIN - sets default skins
GUI_WINIMAGE - apply an image to a window