/* scroll.tks.md */

/* 
	this is a scrollbar which represents a dimension
	in the current package.

	beside the usual geometry and color, the important
	things to define here are ORIENTATION and DIM_NUM,
	where ORIENTATION is either 'horizontal' or 'vertical',
	and DIM_NUM is the number of the package dimension the 
	scrollbar will represent (starting from 0).

	change the definitions and then load the template.
*/

/*
#define POS_IN 0
#define POS_OUT 0
*/
#define ORIENTATION horizontal
#define DIM_NUM 0
#define FOREGROUND 159
#define BACKGROUND 42
#define BORDER 60
#define BORDERWIDTH 1
#define X 30
#define Y 30
#define WIDTH 100
#define HEIGHT 20

