Function

VteSelectionFunc

Declaration

gboolean
SelectionFunc (
  VteTerminal* terminal,
  glong column,
  glong row,
  gpointer data
)

Description [src]

Specifies the type of a selection function used to check whether a cell has to be selected or not.

Parameters

terminal VteTerminal
 

Terminal in which the cell is.

 The data is owned by the caller of the function.
column glong
 

Column in which the cell is.

row glong
 

Row in which the cell is.

data gpointer
 

User data.

Return value

Returns: gboolean
 

TRUE if cell has to be selected; FALSE if otherwise.