App-Guiio

 view release on metacpan or  search on metacpan

setup/guiio_object/basic.pl  view on Meta::CPAN

FONT_FAMILY => 'Monospace',
FONT_SIZE => '10',
TAB_AS_SPACES => '   ',
DISPLAY_GRID => 1,
COPY_OFFSET_X => 3,
COPY_OFFSET_Y => 3,
COLORS =>
	{
	background => [255, 255, 255],
	grid => [229, 235, 255],
	ruler_line => [85, 155, 225],
	selected_element_background => [180, 244, 255],
	element_background => [251, 251, 254],
	element_foreground => [0, 0, 0] ,
	selection_rectangle => [255, 0, 255],
	test => [0, 255, 255],
	
	group_colors =>
		[
		[[250, 221, 190], [250, 245, 239]],
		[[182, 250, 182], [241, 250, 241]],
		[[185, 219, 250], [244, 247, 250]],
		[[137, 250, 250], [235, 250, 250]],
		[[198, 229, 198], [239, 243, 239]],
		],
		
	connection => 'Chocolate',
	connection_point => [230, 198, 133],
	connector_point => 'DodgerBlue',
	extra_point => [230, 198, 133],
	},

RULER_LINES =>
	[
		{
		TYPE => 'VERTICAL',
		COLOR => [220, 200, 200],
		POSITION => 80,
		NAME => 'RIGHT_LIMIT',
		},
		
		{
		TYPE => 'HORIZONTAL',
		COLOR => [220, 200, 200],
		POSITION => 50,
		NAME => 'BOTTOM_LIMIT',
		},
	], 
	
WORK_DIRECTORY => '.guiio_work_dir',
CREATE_BACKUP => 1,




( run in 0.926 second using v1.01-cache-2.11-cpan-f56aa216473 )