[ CCode ( instance_pos = 3.9 ) ]
[ Version ( deprecated = true , deprecated_since = "0.76" ) ]
public delegate bool SelectionFunc (Terminal terminal, long column, long row)
Warning: SelectionFunc is deprecated since 0.76.
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. |
|
true if cell has to be selected; false if otherwise. |