LinkButtonRef
public struct LinkButtonRef : LinkButtonProtocol, GWeakCapturing
A GtkLinkButton is a button with a hyperlink.

It is useful to show quick links to resources.
A link button is created by calling either [ctorGtk.LinkButton.new] or
[ctorGtk.LinkButton.new_with_label]. If using the former, the URI you
pass to the constructor is used as a label for the widget.
The URI bound to a GtkLinkButton can be set specifically using
[methodGtk.LinkButton.set_uri].
By default, GtkLinkButton calls [funcGtk.show_uri] when the button
is clicked. This behaviour can be overridden by connecting to the
[signalGtk.LinkButton::activate-link] signal and returning true from
the signal handler.
CSS nodes
GtkLinkButton has a single CSS node with name button. To differentiate
it from a plain GtkButton, it gets the .link style class.
Accessibility
GtkLinkButton uses the GTK_ACCESSIBLE_ROLE_LINK role.
The LinkButtonRef type acts as a lightweight Swift reference to an underlying GtkLinkButton instance.
It exposes methods that can operate on this data type through LinkButtonProtocol conformance.
Use LinkButtonRef only as an unowned reference to an existing GtkLinkButton instance.
-
Untyped pointer to the underlying `GtkLinkButton` instance.For type-safe access, use the generated, typed pointer
link_button_ptrproperty instead.Declaration
Swift
public let ptr: UnsafeMutableRawPointer!
-
Designated initialiser from the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafeMutablePointer<GtkLinkButton>) -
Designated initialiser from a constant pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafePointer<GtkLinkButton>) -
Conditional initialiser from an optional pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafeMutablePointer<GtkLinkButton>?) -
Conditional initialiser from an optional, non-mutable pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafePointer<GtkLinkButton>?) -
Conditional initialiser from an optional
gpointerDeclaration
Swift
@inlinable init!(gpointer g: gpointer?) -
Conditional initialiser from an optional, non-mutable
gconstpointerDeclaration
Swift
@inlinable init!(gconstpointer g: gconstpointer?) -
Reference intialiser for a related type that implements
LinkButtonProtocolDeclaration
Swift
@inlinable init<T>(_ other: T) where T : LinkButtonProtocol -
This factory is syntactic sugar for setting weak pointers wrapped in
GWeak<T>Declaration
Swift
@inlinable static func unowned<T>(_ other: T) -> LinkButtonRef where T : LinkButtonProtocol -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
LinkButtonProtocol.Declaration
Swift
@inlinable init<T>(cPointer: UnsafeMutablePointer<T>) -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
LinkButtonProtocol.Declaration
Swift
@inlinable init<T>(constPointer: UnsafePointer<T>) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
LinkButtonProtocol.Declaration
Swift
@inlinable init(mutating raw: UnsafeRawPointer) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
LinkButtonProtocol.Declaration
Swift
@inlinable init(raw: UnsafeMutableRawPointer) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
LinkButtonProtocol.Declaration
Swift
@inlinable init(opaquePointer: OpaquePointer) -
Creates a new
GtkLinkButtonwith the URI as its text.Declaration
Swift
@inlinable init(uri: UnsafePointer<CChar>!) -
Creates a new
GtkLinkButtoncontaining a label.Declaration
Swift
@inlinable init(label uri: UnsafePointer<CChar>!, label: UnsafePointer<CChar>? = nil) -
Creates a new
GtkLinkButtoncontaining a label.Declaration
Swift
@inlinable static func linkButtonNewWith(label uri: UnsafePointer<CChar>!, label: UnsafePointer<CChar>? = nil) -> WidgetRef!
View on GitHub
Install in Dash
LinkButtonRef Structure Reference