栏目列表
 
 
首页 > 操作系统 > Linux > Perl/Tk FAQ - 16.6. 有表格模块吗
 

Perl/Tk FAQ - 16.6. 有表格模块吗

日期:2006-06-12 00:36:54  来源:网络转载
请您记住思索网的网址: http://www.4so.net  [加入收藏夹]

    
原文:

16.6. Are there Tables?

There are least two: Nick's Table

Nick Ing-Simmons has distributed his own Table widget package with Tk-b9.01 (and higher). It is used through a use TK::Table; and $top->Table(); calls. A rather detailed demo of this widget/geometry manager's capabilities can be found in the table_demo script (in your Tk-b9.01/ build directory). There is also pod in the perl5/Tk/Table.pm file. You may also browse the perl Tk::Table man page on the web at http://www.perltk.org/contrib/etc/Table.pm.html Guy Decoux's BLT_Table

Guy Decoux mailto:decoux@moulon.inra.fr has ported the popular BLT_Table Tcl/Tk tabular geometry manager to perl/Tk. It was known to work with Tk-b8. You may obtain the latest version of it either from ftp://moulon.inra.fr/pub/pTk/

or from a CPAN site in the authors/id/GUYDX/ directory. You may also browse the perl BLT_Table man page on the web at http://www.perltk.org/contrib/etc/Table.html



译文:

16.6. 有表格模块吗?



至少有两个:



Nick的Table



从Tk -b9.01以后的版本中,Perl/Tk的作者Nick Ing-Simmons就把开始跟随Perl/Tk一起发布他做的Table组件。这个模块通过use Tk::Table;和$top->Table();来调用。关于其更详细的用法说明,请参阅其手册页:perldoc Tk::Table。



Guy Decoux的BLT_Table



Guy Decoux把Tcl/Tk中流行的BLT_Table表格布局管理器引入了Perl/Tk中。你可以从下面的网址获得其最新的版本:

ftp://moulon.inra.fr/pub/pTk/

或者从任何CPAN站点的authors/id/GUYDX/目录中。
 
 
热门信息
 
相关文章