class TkTitledScrollFrame

Public Instance Methods

create_frame() click to toggle source
# File lib/a-tkcommons.rb, line 1927
def create_frame
  return Tk::ScrollFrame.new(self).place('x'=>0, 'y'=>@title_height,'height'=>-@title_height,'relheight'=>1, 'relwidth'=>1)
end