command(cmd=Proc.new)
click to toggle source
def command(cmd=Proc.new)
configure('command'=>cmd)
end
coords(val=None)
click to toggle source
def coords(val=None)
tk_split_list(tk_send_without_enc('coords', val))
end
get(x=None, y=None)
click to toggle source
def get(x=None, y=None)
number(tk_send_without_enc('get', x, y))
end
identify(x, y)
click to toggle source
def identify(x, y)
tk_send_without_enc('identify', x, y)
end
set(val)
click to toggle source
def set(val)
tk_send_without_enc('set', val)
end
value()
click to toggle source
value=(val)
click to toggle source
def value= (val)
set(val)
val
end