readme
来自「This Source-Navigator, an IDE for C/C++/」· 代码 · 共 20 行
TXT
20 行
This directory contains "tkclient", a Glish <-> Tcl/TK interface. Theinterface is unsupported and undocumented; on the plus side, it's rathersimple yet effective. Basically, instantiating a TK_Client object createsa Tcl/TK interpreter with the following added commands: glish_send name value sends out an event with the given name and (string) value glish_reply value replies to a request/reply event with the given value glish_exit cleanly exitsTK_Client also responds to the following incoming events: Tcl the event's value is interpreted as a string and passed to the Tcl interpreter for execution TclN the event's value is interpretered as an array of strings, each of which is passed in turn to the Tcl interpreter
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?