Method: TkTextFrame#textrelief
- Defined in:
- sample/tktextframe.rb
#textrelief(type) ⇒ Object
set relief of text widget
215 216 217 |
# File 'sample/tktextframe.rb', line 215 def textrelief(type) @text.relief(type) end |
set relief of text widget
215 216 217 |
# File 'sample/tktextframe.rb', line 215 def textrelief(type) @text.relief(type) end |