Module | Tk::Tile::TileWidget |
In: |
tk/lib/tkextlib/tile.rb
|
# File tk/lib/tkextlib/tile.rb, line 140 def instate(state, script=nil, &b) if script tk_send('instate', state, script) elsif b tk_send('instate', state, Proc.new(&b)) else bool(tk_send('instate', state)) end end