X

Checks that x coord value ist not an integer but floating point number.


obj configuremethod dot -x num {
  if {$num ne double($num)} then {
    $self configure -x [double $num]
  }
}

© Wolf-Dieter Busch | Home | Sitemap | Urheber | A-Z