Method: TkTextListBox#selected_line
- Defined in:
- ext/ae-editor/ae-editor.rb
#selected_line ⇒ Object
978 979 980 981 982 |
# File 'ext/ae-editor/ae-editor.rb', line 978 def selected_line if @selected > 0 self.get("#{@selected}.0", "#{@selected}.0 lineend") end end |