Loading...

Perl/TkFAQ-11.3.如何在画布中显示图片?

  •   原文:  11.3. Display an Image?  Just as for the other widget types there is a two step process of first get...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 218次阅读) 查看评论

Perl/TkFAQ-11.4在画布组件中可以创建哪些元件?

  •   原文:  11.4. What things can be created on a Canvas?  The following types can be used in $canvar->create...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 212次阅读) 查看评论

Perl/TkFAQ-11.5.如何调整画布中线条的位置?

  •   原文:  11.5. How do I redraw a line on a Canvas?  By calling the ->coord method on the item as in the fo...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 216次阅读) 查看评论

Perl/TkFAQ-12.4变量必须申明为“my”吗?

  •   原文:  12.4. Must I use "my" on all my variables?  If you use strict; (as recommended) the answer is "proba...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 236次阅读) 查看评论

Perl/TkFAQ-12.3引号的作用如何?

  •   原文:  12.3. What happened to the quotation marks?  Perl 4 programmers especially may be surprised to find ...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 287次阅读) 查看评论

Perl/TkFAQ-12.2与符号(&)是干什么用的?

  •   原文:  12.2. What happened to the ampersands &?  Perl 4 programmers especially may be surprised to find tha...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 240次阅读) 查看评论

Perl/TkFAQ-12.1.符号->,=>和::分别表示什么意思?

  •   原文:  12.1. What do the ->, => and :: symbols mean?  The -> is the "infix dereference operator". ...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 338次阅读) 查看评论

Perl/TkFAQ-12.基本问题

  •   原文:  12. Common Problems.  Everything in Tk-land is a reference. When defining callbacks take care to pas...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 223次阅读) 查看评论

Perl/TkFAQ-11.10.如何给画布的不同区域设置不同的绑定?

  •   原文:  11.10. How do I bind different actions to different areas of the same Canvas?  KOBAYASI Hiroaki <...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 229次阅读) 查看评论

Perl/TkFAQ-12.6use和require有什么区别?

  •   原文:  12.6. What is the difference between use and require?  The short answer is that something like: use ...
    硬件
  • linux宝库 发布于2007-09-30 08:00:00 | 详细内容( 305次阅读) 查看评论