Method: TkTextListBox#selected_line
- Defined in:
- ext/ae-editor/ae-editor.rb
#selected_line ⇒ Object
593 594 595 596 597 |
# File 'ext/ae-editor/ae-editor.rb', line 593 def selected_line if @selected > 0 self.get("#{@selected}.0", "#{@selected}.0 lineend") end end |