Function

VteSelectionFunc

unstable since: 2.91

Declaration

gboolean
(* VteSelectionFunc) (
  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.

Available since: 2.91

Parameters

terminal

Type: VteTerminal

Terminal in which the cell is.

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

Type: glong

Column in which the cell is.

row

Type: glong

Row in which the cell is.

data

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

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