Method: TkFloatTitledFrame#show
- Defined in:
- lib/a-tkcommons.rb
#show ⇒ Object
1571 1572 1573 1574 1575 1576 |
# File 'lib/a-tkcommons.rb', line 1571 def show if @manager == 'place' self.place('x'=>@x_place, 'y'=>@y_place, 'width'=>@width_place, 'height'=>@height_place) end self.raise end |