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

📄 tixpopupmenu.wgt

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

Class		TixPopupMenu
TreeLabel	Tix PopupMenu
DefaultOptions	-title PopupMenu
DumpCmd		vTcl:lib_tix:dump_widget_opt
DumpChildren	no
MegaWidget   yes
InsertCmd	vTcl::widgets::tix::popupmenu::insertCmd

namespace eval vTcl::widgets::tix::popupmenu {

    proc insertCmd {target} {
        $target bind [winfo toplevel $target]
        set menu [$target subwidget menu]
        $menu add command -label Entry1
        $menu add command -label Entry2
        $menu add separator
        $menu add command -label Entry2
    }
}

⌨️ 快捷键说明

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