#!/usr/local/pgsql/bin/pgtksh -f
#
# A simple forms editor for PostgreSQL:
# (C) 1998 Rildo Pragana
# This program is GPLed, consult the Free Software Foundation for
# details on GPL licensing.
#

##### put here slidedraw's installation dir
set sld(dir) /home/root/work/postgres/sqlforms
set auto_path [linsert $auto_path 0 $sld(dir)/lib]

##### put here all font families you would like to use
set sld(fontfamilies) {Cooper Peignot Amelio DomCasual Iglesia 
	Blippo Florab ParkAvenue RoostHeavy Show Slogan Tekton
	WindsorDemi}

####################################################################

makeWidgets
