Package: gtk

Function gtk:label-current-uri

Lambda List

gtk:label-current-uri (label)

Arguments

label -- a gtk:label widget

Return Value

The string with the currently active URI.

Details

Returns the URI for the currently active link in the label. The active link is the one under the mouse pointer or, in a selectable label, the link in which the text cursor is currently positioned.

This function is intended for use in a "activate-link" signal handler or for use in a "query-tooltip" signal handler.
 

See also

2024-10-28