Method: Glimmer::Tk::TextProxy#remove_selection_format
- Defined in:
- lib/glimmer/tk/text_proxy.rb
#remove_selection_format(option, value, no_selection_default: :insert_word, focus: true) ⇒ Object
99 100 101 |
# File 'lib/glimmer/tk/text_proxy.rb', line 99 def remove_selection_format(option, value, no_selection_default: :insert_word, focus: true) process_selection_ranges(no_selection_default: no_selection_default, focus: focus) { |range_start, range_end| remove_format(range_start, range_end, option, value) } end |