Import Tk 8.6.11
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
## Derived from core test suite entry-19.1 through entry-19.20
|
||||
##
|
||||
|
||||
package require Tk 8.5
|
||||
package require tcltest 2.1
|
||||
package require Tk
|
||||
package require tcltest 2.2
|
||||
namespace import -force tcltest::*
|
||||
|
||||
loadTestedCommands
|
||||
@@ -161,7 +161,7 @@ test validate-1.18 {entry widget validation} -constraints coreEntry -body {
|
||||
list [.e cget -validate] $::vVals
|
||||
} -result {none {.e -1 -1 nextdata newdata {} all forced}}
|
||||
# DIFFERENCE: ttk::entry doesn't validate when setting linked -variable
|
||||
# DIFFERENCE: ttk::entry doesn't disable validation
|
||||
# DIFFERENCE: ttk::entry doesn't disable validation
|
||||
|
||||
proc doval {W d i P s S v V} {
|
||||
set ::vVals [list $W $d $i $P $s $S $v $V]
|
||||
|
||||
Reference in New Issue
Block a user