head	1.1;
access;
symbols;
locks;
comment	@# @;


1.1
date	98.02.23.14.43.37;	author root;	state Exp;
branches;
next	;


desc
@main driver
@


1.1
log
@Initial revision
@
text
@#!/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
@
