📄 iwidgets.tcl.in
字号:
## iwidgets.tcl# ----------------------------------------------------------------------# Invoked automatically by [incr Tk] upon startup to initialize# the [incr Widgets] package.# ----------------------------------------------------------------------# AUTHOR: Mark L. Ulferts EMAIL: mulferts@spd.dsccc.com## @(#) $Id: iwidgets.tcl.in,v 1.1 2003/02/05 10:54:16 mdejong Exp $# ----------------------------------------------------------------------# Copyright (c) 1995 Mark L. Ulferts# ======================================================================# See the file "license.terms" for information on usage and# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.package require Tcl 8.0package require Tk 8.0package require Itcl %ITCL_VERSION%package require Itk %ITCL_VERSION%namespace eval ::iwidgets { namespace export * variable library [file dirname [info script]] variable version %ITCL_VERSION%.%IWIDGETS_VERSION%}lappend auto_path [file join $iwidgets::library scripts]package provide Iwidgets $iwidgets::version
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -