[ CCode ( instance_pos = 3.9 ) ]
public delegate bool SelectionFunc (Terminal terminal, long column, long row)
Specifies the type of a selection function used to check whether a cell has to be selected or not.
terminal |
terminal in which the cell is. |
column |
column in which the cell is. |
row |
row in which the cell is. |
data |
user data. |
|