989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
10 lines
480 B
Text
10 lines
480 B
Text
Tk::FontDialog implements a font dialog widget.
|
|
|
|
The dialog is displayed by calling the Show method. The returned value
|
|
is either the selected font (if the dialog was closed with the Ok
|
|
button) or undef (otherwise). The exact type of the return value is
|
|
either a Tk::Font object (in Tk800) or a font name string (usually
|
|
something like font1). Both can be used as values in Tk -font options.
|
|
|
|
Author: Slaven Rezic <slaven@rezic.de>
|
|
WWW: http://search.cpan.org/dist/Tk-FontDialog/
|