bind_append(context, *args)
Instance Public methods
def #bind_append(*args)
1 2 3 4 5 6 7 8 9 | unless @widget begin @widget = window(tk_call( @master , 'component' , @component )) @path = @widget .path rescue fail RuntimeError, 'component is not assigned to a widget' end end @widget .bind_append(*args) |
end
Please login to continue.