gi-vte-2.91.14: Vte bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Callbacks

Contents

Description

 

Synopsis

Signals

SelectionFunc

dynamic_SelectionFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsTerminal a) 
=> FunPtr C_SelectionFunc 
-> a

terminal: terminal in which the cell is.

-> CLong

column: column in which the cell is.

-> CLong

row: row in which the cell is.

-> Ptr ()

data: user data.

-> m Bool

Returns: True if cell has to be selected; False if otherwise.