class TkLabelTitledFrameClosable
Public Instance Methods
add_close_action(_proc)
click to toggle source
# File lib/a-tkcommons.rb, line 1618 def add_close_action(_proc) @bclose.bind_append("1", _proc) end
# File lib/a-tkcommons.rb, line 1618 def add_close_action(_proc) @bclose.bind_append("1", _proc) end