由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - A question about Perl/tk binding (转载)
相关主题
how to find out whether a port is free to use on Windowsandroid上几个常用的image处理方法
const reference in copy constructorBaidu 这些前端工具还不错
array如何get set?这个网站的界面是用什么做的?
HTML5socket re-connection problem
Google 主页的跨栏游戏 (转载)C++ question
HTML5 Hacks两道小题
JavaScript Cookbook有熟悉NDIS driver的吗? (转载)
java8就是冲着desktop去的想编一个从同一台机器上的很多虚拟IP地址发出packet的程序?
相关话题的讨论汇总
话题: binding话题: perl话题: canvas话题: tk话题: increase
进入Programming版参与讨论
1 (共1页)
r***n
发帖数: 105
1
【 以下文字转载自 Linux 讨论区 】
发信人: risun (CD快乐之源), 信区: Linux
标 题: A question about Perl/tk binding
发信站: BBS 未名空间站 (Fri Feb 23 18:10:50 2007)
As an example, Press Ctrl and + at the same time to increase font size (for
Firefox).
How to do the following binding?
$canvas->CanvasBind('' => sub { increase($canvas,1.25,0,0);});
~~~
I don't know how to map "+" on the keyboard.
Thank you.
1 (共1页)
进入Programming版参与讨论
相关主题
想编一个从同一台机器上的很多虚拟IP地址发出packet的程序?Google 主页的跨栏游戏 (转载)
python soap库问题HTML5 Hacks
大侠进来看看这个问题JavaScript Cookbook
UDP广播老是接收不到java8就是冲着desktop去的
how to find out whether a port is free to use on Windowsandroid上几个常用的image处理方法
const reference in copy constructorBaidu 这些前端工具还不错
array如何get set?这个网站的界面是用什么做的?
HTML5socket re-connection problem
相关话题的讨论汇总
话题: binding话题: perl话题: canvas话题: tk话题: increase