Method: TkTitledScrollFrame#create_frame

Defined in:
lib/a-tkcommons.rb

#create_frameObject



1492
1493
1494
# File 'lib/a-tkcommons.rb', line 1492

def create_frame
  return Tk::ScrollFrame.new(self,:scrollbarwidth=>10, :width=>300, :height=>200).place('x'=>0, 'y'=>@title_height,'height'=>-@title_height,'relheight'=>1, 'relwidth'=>1)
end