struct

Tui::MarkdownView::SelectionPos

Inherits Struct / Value / Object

Text selection state

Constructors

new(line : Int32 = 0, col : Int32 = 0)
Source

Instance methods

<(other : SelectionPos) : Bool
Source
<=(other : SelectionPos) : Bool
Source
==(other : SelectionPos) : Bool
Source
>(other : SelectionPos) : Bool
Source
>=(other : SelectionPos) : Bool
Source
col=(col : Int32)
Source
line
Source
line=(line : Int32)
Source