Y

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


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

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