
	# Enter your actual version number here; USE ONLY DIGITS AND POINTS:
	version="0.1";

	# Is that version stable ("TRUE") or unstable ("FALSE")
	stable="FALSE";

	# What kind of program is it? ("Application", "Utility", or "Game")
	group="Utility";

	# The _projects_ homepage in the form "http://abc.def.xyz",
	# if it has one, if there is no homepage, say "":
	home="";

	# What's your name ?
	author="that's me";

	# Your email address:
	email="<me@xyz.org>";
)


# The Globals section contains the declarations of global variables, constants
# and functions. As none of them are implemented, yet PLEASE DON'T USE IT.

Globals
(
	Variables
	(
	)

	Consts
	(
	)

	Functions
	(
	)

)


# The Widgets section contains a list of ALL objects and subobjects of
# your program. USE vkConfigmaker TO UPDATE IT EVERYTIME, YOU ADDED
# OR REMOVED ANY OBJECT IN YOUR PROJECT !!!

Widgets
(
	Window win;
)
