NAME
Tk::FontDialog - a font dialog widget for perl/Tk
SYNOPSIS
use Tk::FontDialog;
$font = $top->FontDialog->Show;
DESCRIPTION
Tk::FontDialog implements a font dialog widget. XXX
WIDGET-SPECIFIC OPTIONS
BUGS/TODO
- better POD
- XXX
- ConfigSpecs handling is poor
put at least -font into configspecs
- run test, call dialog for 2nd time: immediate change of font?
- better name for nicefont
SEE ALSO
AUTHOR
Slaven Rezic <eserte@cs.tu-berlin.de>
COPYRIGHT
Copyright (c) 1998 Slaven Rezic. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.