SourceView.addOnLineMarkActivated

Emitted when a line mark has been activated (for instance when there was a button press in the line marks gutter). You can use iter to determine on which line the activation took place.

class SourceView
gulong
addOnLineMarkActivated
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)