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

📄 bugs.tcl

📁 linux系统下的音频通信
💻 TCL
字号:
# This file is a Tcl script to test out various known bugs that will# cause Tk to crash.  This file ends with .tcl instead of .test to make# sure it isn't run when you type "source all".  We currently are not # shipping this file with the rest of the source release.## Copyright (c) 1996 Sun Microsystems, Inc.## See the file "license.terms" for information on usage and redistribution# of this file, and for a DISCLAIMER OF ALL WARRANTIES.## SCCS: @(#) bugs.tcl 1.1 96/07/25 15:49:45if {[info procs test] != "test"} {    source defs}test crash-1.0 {imgPhoto} {    image create photo p1    image create photo p2    catch {image create photo p2 -file bogus}    p1 copy p2    label .l -image p1    destroy .l    set foo ""} {}test crash-1.1 {color} {    . configure -bg rgb:345    set foo ""} {}

⌨️ 快捷键说明

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