We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3344da commit ee4c6ecCopy full SHA for ee4c6ec
tests/testutils.tcl
@@ -173,7 +173,6 @@ namespace eval tk {
173
return 30 ; # arbitrary value known to be larger than the menubar height
174
}
175
176
- namespace export menubarheight
177
178
179
# Suspend script execution for a given amount of time, but continue
@@ -193,7 +192,7 @@ namespace eval tk {
193
192
unset _pause($num)
194
195
196
- namespace export assert controlPointerWarpTiming createStdAccessProc deleteWindows fixfocus loadTkCommand _pause
+ namespace export *
197
198
199
0 commit comments