⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tixselect.wgt

📁 一个跨平台的TCL/TK可视开发环境类似VC. TCL/TK是一个跨平台的脚本语言.
💻 WGT
字号:
Name		tixSelect
Lib		tix

Class		TixSelect
Icon		icon_tixSelect.gif
TreeLabel	Tix Select
DefaultOptions	-radio 1
DumpCmd		vTcl:dump:TixSelect
InsertCmd	vTcl::widgets::tix::select::insertCmd
MegaWidget   yes

namespace eval vTcl::widgets::tix::select {

    proc insertCmd {target} {
        # Add two buttons to start with.  Unfortunately, additional options have
        # to be added manually by the user, and the project re-read into vtcl.

        $target add but1 -bitmap warning
        $target add but2 -bitmap error
        $target add but3 -bitmap info
    }
}

⌨️ 快捷键说明

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