oop.tcl

来自「linux 下的源代码分析阅读器 red hat公司新版」· TCL 代码 · 共 12 行

TCL
12
字号
proc About {} {    return "Testing OOP features"}proc Test {} {    test {tix} {arg}    test {tixWidgetClass} {arg}    test {tixClass} {arg}    test {tixNoteBook} {arg}    test {tixAppContext} {arg}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?