Gets the value of a variable such as penColor or fontSize for an object. Typical example:

	w=gfx.Window();
	print(w:get('fontSize'))
This works for an object handle, not just a window handle. To see a list of possible assigned variables use set().