labelbox

Help Contents Win labelbox
textbox. checkbox

win.labelbox :x :y :w :h :caption


Definition:

to win.labelbox :x :y :w :h :caption

	local "type "handle

	make "type "labelbox
	make "handle dll.win.wincreatelabel

	to ondrawimage 
	end

	to hide
		output dll.win.winhide
	end

	to show
		output dll.win.winshow
	end

	to settext :text
		output dll.win.winlabelsettext
	end
end

textbox. checkbox