diff options
author | sat <sat@FreeBSD.org> | 2007-04-17 19:16:12 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-17 19:16:12 +0800 |
commit | a996784cec4ba0271f6d1ed06dc5d81bca3f6c4d (patch) | |
tree | b5bb6c9401b8517cf3f690057f545cab92c14a74 /x11-toolkits/Makefile | |
parent | 57feb3b516aaf7f982c21108fb9463315e8d735c (diff) | |
download | freebsd-ports-gnome-a996784cec4ba0271f6d1ed06dc5d81bca3f6c4d.tar.gz freebsd-ports-gnome-a996784cec4ba0271f6d1ed06dc5d81bca3f6c4d.tar.zst freebsd-ports-gnome-a996784cec4ba0271f6d1ed06dc5d81bca3f6c4d.zip |
Add port x11-toolkits/p5-Tk-FontDialog:
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>
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 615172966f03..56565e80b1dc 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -157,6 +157,7 @@ SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog + SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry |