head	1.2;
access;
symbols
	tcllib-1-13:1.2
	tcllib-1-12:1.2
	tklib-0-5:1.2
	tcllib-1-11-1:1.2
	tcllib-1-11:1.2;
locks; strict;
comment	@# @;


1.2
date	2006.11.12.21.24.16;	author patthoyts;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.10.00.51.04;	author patthoyts;	state Exp;
branches;
next	;


desc
@@


1.2
log
@working version of the Gtk+ dialog stuff
@
text
@Provide a native font selection dialog or a pure Tcl substitute.

Currently this isn't quite as automatic as I'd like.

Build on Windows:
 tclkitsh critcl.kit -lib choosefont.tcl choose_w32.tcl
 copy choosefont.dll ix86-win32\choosefont.dll

Build on Linux (Gtk+):
 critcl -lib choosefont.tcl choose_gtk.tcl
 cp choosefont.so ix86-linux/choosefont.so

@


1.1
log
@Critcl portions of choosefont. The win32 one works fine - gtk still requires work
@
text
@d7 1
a7 1
 copy choosefont.dll ix-win32\choosefont.dll
d11 1
a11 1
 cp choosefont.so ix-linux/choosefont.so
@

