Method
VteTerminalmatch_set_cursor
Declaration [src]
void
vte_terminal_match_set_cursor (
VteTerminal* terminal,
int tag,
GdkCursor* cursor
)
Description [src]
Sets which cursor the terminal will use if the pointer is over the pattern
specified by tag
. The terminal keeps a reference to cursor
.
Deprecated since: | 0.40 |
Use |
Parameters
tag |
int |
The tag of the regex which should use the specified cursor. |
|
cursor |
GdkCursor |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |