Package: gtk
Class gtk:link-button
Superclassesgtk:button, gtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:actionable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:link-button widget is a gtk:button widget with a
hyperlink, similar to the one used by web browsers, which triggers an
action when clicked. It is useful to show quick links to resources. A link button is created by calling either the gtk:link-button-new or gtk:link-button-new-with-label function. If using the former, the URI
you pass to the constructor is used as a label for the widget. ![]() The URI bound to a gtk:link-button widget can be set specifically or retrieved using the gtk:link-button-uri function. By default, the gtk:link-button widget calls the gtk:file-launcher-launch function when the button is clicked. This behaviour can be overridden by connecting to the "activate-link" signal and returning true from the signal handler. CSS nodesAccessibilitySignal DetailsThe "activate-link" signallambda (button) :run-last
| Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2025-2-22