SelectionFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate bool SelectionFunc (Terminal terminal, long column, long row)
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.
Parameters:
terminal |
terminal in which the cell is. |
column |
column in which the cell is. |
row |
row in which the cell is. |
data |
user data. |
Returns:
|
Namespace: Vte
Package: vte-2.91