Class: TkTitledScrollFrame
- Inherits:
-
TkTitledFrame
- Object
- TkFrame
- TkBaseTitledFrame
- TkTitledFrame
- TkTitledScrollFrame
- Defined in:
- lib/a-tkcommons.rb
Instance Attribute Summary
Attributes inherited from TkTitledFrame
Attributes inherited from TkBaseTitledFrame
Instance Method Summary collapse
Methods inherited from TkTitledFrame
#__create_right_label, #create_right_label, #head_buttons, #initialize, #last_caption, #last_caption_image, #maximize, #maximized?, #resize, #restore_caption, #save_caption, #top_text, #top_text_bind_append, #top_text_bind_remove, #top_text_clear, #top_text_hide, #top_text_hint
Methods inherited from TkBaseTitledFrame
#add_fixed_button, #add_fixed_menu_button, #add_fixed_panel, #add_fixed_progress, #add_fixed_sep, #head_buttons, #initialize, #menu_button, #visible?
Constructor Details
This class inherits a constructor from TkTitledFrame
Instance Method Details
#create_frame ⇒ Object
1927 1928 1929 |
# 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 |