Sha256: 6b4b92888fcf08589d3c216a12367fe757c334cad7a1f8677e589c5a88b9ea7c
Contents?: true
Size: 922 Bytes
Versions: 8
Compression:
Stored size: 922 Bytes
Contents
WIDGET_DESTROY_HOOK = '<WIDGET_DESTROY_HOOK>' INTERP._invoke_without_enc('event', 'add', "<#{WIDGET_DESTROY_HOOK}>", '<Destroy>') INTERP._invoke_without_enc('bind', 'all', "<#{WIDGET_DESTROY_HOOK}>", install_cmd(proc{|path| unless TkCore::INTERP.deleted? begin if (widget=TkCore::INTERP.tk_windows[path]) if widget.respond_to?(:__destroy_hook__) widget.__destroy_hook__ end end rescue Exception=>e p e if $DEBUG end end }) << ' %W')
Version data entries
8 entries across 8 versions & 1 rubygems