class UIng::Table::Selection

Defined in:

uing/table/table/selection.cr
uing/table/table/selection/mode.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ptr : Pointer(LibUI::TableSelection)) #

[View source]
def self.new(rows : Array(Int32)) #

[View source]

Instance Method Detail

def free : Nil #

[View source]
def num_rows : Int32 #

[View source]
def rows : Pointer(Int32) #

[View source]
def to_unsafe : Pointer(UIng::LibUI::TableSelection) #

[View source]