view themes/default/Angle.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children
line wrap: on
line source

widget Angle {
	layout = Layered;
	size = 40 40;
	shape = Rectangle;

	[hexpand hfill vexpand vfill] new GLViewport glView;
	glView = sub(glView);

	radians = false;
	filled = true;
	angleWidth = 2;
	limitWidth = 1;
}