#
# load plugin
#

load "box_iconify" {
	# Pixmap used to draw the window. This pixmap is used if
	# ``take_screenshots'' has been set to ``false'' (default) or if
	# no screenshot could be taken.
	fileparam	"pixmap"		"tile.xpm";

	# Sets if screenshots should be taken or not. Default is not to
	# take screenshots.
	param		"take_screenshots"	"false";

	# Sets the size of the icon windows. Hardly any range-checking is
	# performed, so you can screw up here. You have been warned.. The
	# default is 64 (yes, pixels) which seems reasonable..
	param		"icon_size"		"64";
}
