王朝网络
分享
 
 
java/jspc/c++phpmysqloraclemssqlvbvcc#asphtml/css/jssystemdelphiperlphotoshopother
 
 
Perl/TkFAQ-10.19.如何设置不让菜单被扯掉

  原文:   10.19. How do I obtain Menus that do not tear off?   Nick Ing-Simmons outlined a couple of w...

Perl/TkFAQ-11.如何使用画布(Canvas)……?

  原文:   11. How do I get a Canvas to ... ?   The Canvas widget is the most configurable and versatil...

Perl/TkFAQ-11.1如何在画布中显示位图?

  原文:   11.1. Display a bitmap?   Unlike other widgets the Canvas does not take the -bitmap configur...

Perl/TkFAQ-11.2.如何擦除画布上的元素?

  原文:   11.2. Erase a display?   To erase something like a bitmap call delete on the item. Assuming...

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

  原文:   11.3. Display an Image?   Just as for the other widget types there is a two step process of...

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

  原文:   11.5. How do I redraw a line on a Canvas?   By calling the ->coord method on the item as...

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

  原文:   11.4. What things can be created on a Canvas?   The following types can be used in $canvar-&...

Perl/TkFAQ-11.6.如何把画布作为布局管理器

  原文:   11.6. How do I use the Canvas as a geometry manager?   In a call to create a window (or anyt...

Perl/TkFAQ-11.7.如何把画布中的内容输出成PostScript文件?

  原文:   11.7. How do I get a Canvas to output PostScript(c)?   Many thanks to Tom Oelke mailto:tpo96...

Perl/TkFAQ-11.8.如何把画布中的窗口组件输出成PostScript?

  原文:   11.8. How do I get a PostScript(c) output of a Canvas w/ widgets?   In general you don't. Yo...

Perl/TkFAQ-11.9.如何获取画布的大小?调整了大小之后呢?

  原文:   11.9. How do I get the size of a Canvas? After a re-size? $canvas->cget(-width);   simply...

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

  原文:   11.10. How do I bind different actions to different areas of the same Canvas?   KOBAYASI Hir...

Perl/TkFAQ-12.基本问题

  原文:   12. Common Problems.   Everything in Tk-land is a reference. When defining callbacks take ca...

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

  原文:   12.2. What happened to the ampersands &?   Perl 4 programmers especially may be surprised to...

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

  原文:   12.3. What happened to the quotation marks?   Perl 4 programmers especially may be surprised...

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

  原文:   12.4. Must I use "my" on all my variables?   If you use strict; (as recommended) the answer...

Perl/TkFAQ-12.5有什么办法可以了解Perl/Tk的路径中有哪些模块吗?

  原文:   12.5. Is there a way to find out what is in my perl/Tk "PATH"?   Presuming this question is...

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

  原文:   12.6. What is the difference between use and require?   The short answer is that something l...

Perl/TkFAQ-12.7如何改变光标指针的形状和颜色?

  原文:   12.7. How do I change the cursor/color?   Nick Ing-Simmons mailto:nik@tiuk.ti.com and others...

Perl/TkFAQ-12.8如何在程序中鸣笛?

  原文:   12.8. How do I ring the bell?   The short answer is $widget -> bell;   A slightly longer...

Perl/TkFAQ-12.9如何了解我所使用的Perl/Tk的版本?

  原文:   12.9. How do I determine the version of perl/Tk that I am running?   With an up to date perl...

Perl/TkFAQ-12.10如何在C程序中调用Perl代码?

  原文:   12.10. How do I call perl from C?   You need to see a recent copy of the perlembed(1) pod pa...

Perl/TkFAQ-12.11如何在Perl/Tk脚本中调用Tcl的代码?

  原文:   12.11. How do I call Tcl code from perl/Tk?   Assuming that you have a pressing need to call...

Perl/TkFAQ-13.Tcl/Tk和Perl/Tk之间的主要区别是什么?

  原文:   13. What are some of the primary differences between Tcl/Tk and Perl/Tk?   Considering that...

Perl/TkFAQ-14.如何安装新的脚本、模块或扩展?

  原文:   14. How do I install new scripts | modules | extensions?   (Thanks to Ilya Zakharevich mailt...

Perl/TkFAQ-15.如何自己写新模块?

  原文:   15. How do I write new modules?   You might want to start by poking around your perl/Tk buil...

Perl/TkFAQ-16.复合组件

  原文:   16. Composite Widgets.   Composite widgets combine the functions of two or more widget primi...

Perl/TkFAQ-16.1如何使用对话框?

  原文:   16.1. How do I get a Dialog box?   For things like a simple "are you sure?" dialog box you m...

Perl/TkFAQ-16.2.有进行文件选择的模块吗?

  原文:   16.2. Is there a file selector?   Yes, there may be several eventually...   One distributed...

Perl/TkFAQ-16.3.有进行颜色编辑的模块吗?

  原文:   16.3. Is there a color editor?   There is. Please see perldoc ColorEditor.pm   or run the Tk...

Perl/TkFAQ-16.5.有什么等价于tkerror的模块吗?

  原文:   16.5. Is there something equivalent to tkerror?   Yes there is. Please see the Tk/ErrorDialo...

Perl/TkFAQ-16.6.有表格模块吗

  原文:   16.6. Are there Tables?   There are least two: Nick's Table   Nick Ing-Simmons has distribut...

Perl/TkFAQ-16.4.有圆形的刻度尺吗

  原文:   16.4. Is there a round Scale?   It is not quite a "round Scale" but Roy Johnson has written...

Perl/TkFAQ-17.关于编程和开发工具

  原文:   17. Programming/development tools.   There are a number of tools and methods to help you wit...

Perl/TkFAQ-17.1有把Tcl/Tk转换成Perl/Tk的工具吗?

  原文:   17.1 Is there a Tcl/Tk to perl/Tk translator?   Nick Ing-Simmons has written a (rather lengt...

Perl/TkFAQ-17.2.Perl/Tk中有相当于wish的shell吗

  原文:   17.2 Is there something equivalent to wish in perl/Tk?   The answer is yes.   The idea of wi...

Perl/TkFAQ-17.3.有专门Perl/Tk的调试工具吗?

  原文:   17.3. Is there a debugger specifically for perl/Tk?   Not for the latest version - but the -...

Perl/TkFAQ-17.4.有图形用户界面的Perl/Tk编辑工具吗?

  原文:   17.4. Is there a GUI builder in perl/Tk?   Work has reputedly (January 1996) started on port...

Perl/TkFAQ-18.Perl/Tk下的进程和进程间通讯

  原文:   18. Processes & Inter-Process Communication under Perl/Tk.   Inter-Process Communication (IP...

Perl/TkFAQ-18.1.如何让Perl/Tk响应来自X以外的事件?

  原文:   18.1. How does one get Perl/Tk to act on events that are not coming from X?   On 22 Nov 1995...

Perl/TkFAQ-18.3.如何用after来实现动画效果?

  原文:   18.3. How can I do animations using after?   There is a "toggling button" demo script suppli...

Perl/TkFAQ-18.4.如何在等待其它进程结束的过程中更新组件显示?

  原文:   18.4. How do I update widgets while waiting for other processes to complete?   The short ans...

Perl/TkFAQ-18.5.在HPUX系统上如何使用fork函数?

  原文:   18.5. How do you fork on System V (HP)?   Kraegeloh Martin <mkr@dm-server.cv.com> orig...

Perl/TkFAQ-19.如何实现“清屏”操作

  原文:   19. How do I "clear the screen"?   What screen are you trying to clear?   If you are trying...

Perl/TkFAQ-20.有什么办法可以在一个Perl/Tk的窗口中运行其它的图形应用程序吗?

  原文:   20. Is there a way to have an X application draw inside a perl/Tk window?   (This question w...

Perl/TkFAQ-21.Perl/Tk有MicrosoftWindows(tm)下的版本吗?MacOS呢?有浏览器插

  原文:   21. Is there a version for Microsoft Windows(tm)? MacOS? Is there a browser plugin?   Yes, n...

Perl/TkFAQ-22.Perl/Tk有没有通用的字体包?

  原文:   22. Are there any international font packages for perl/Tk?   In principle you may specify th...

Perl/TkFAQ-23.要用Perl创建基于事件的图形界面,是否还有其他的方法?

  原文:   23. Are there any other ways to create event based interfaces from perl?   Yes. A short list...

Perl/TkFAQ-25.有什么用Perl/Tk写的应用程序吗?

  原文:   25. Are there any major applications written in perl/Tk?   Yes. In fact, there are some inte...

Perl/TkFAQ-26.关于pTk和Perl/Tk的历史

  原文:   26. What is the history of pTk and perl/Tk? [Do something here about other toolkit bindings....

 
推荐阅读
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有