Methods
Constants
TkCommandNames | = | ['scale'.freeze].freeze |
WidgetClassName | = | 'Scale'.freeze |
Instance Public methods
command(cmd=Proc.new)
Link
configure(slot, value=None)
Link
# File ext/tk/lib/tk/scale.rb, line 69 def configure(slot, value=None) if (slot == 'command' || slot == :command) configure('command'=>value) elsif slot.kind_of?(Hash) && (slot.key?('command') || slot.key?(:command)) slot = _symbolkey2str(slot) slot['command'] = _wrap_command_arg(slot.delete('command')) end super(slot, value) end
configure_cmd(slot, value)
Link
coords(val=None)
Link
get(x=None, y=None)
Link
identify(x, y)
Link
set(val)
Link