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
head_buttons() click to toggle source
# File lib/a-tkcommons.rb, line 1614
def head_buttons
  @bclose = add_fixed_button('[ ]',proc{}, CLOSE_FRAME_GIF)
end