mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
404e62e8c1
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. WWW: http://search.cpan.org/dist/Tk-FontDialog/ Author: Slaven Rezic <slaven@rezic.de>
11 lines
480 B
Plaintext
11 lines
480 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Tk-FontDialog/
|
|
Author: Slaven Rezic <slaven@rezic.de>
|