ActivateActionProtocol
public protocol ActivateActionProtocol : ShortcutActionProtocol
A GtkShortcutAction that calls gtk_widget_activate().
The ActivateActionProtocol protocol exposes the methods and properties of an underlying GtkActivateAction instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see ActivateAction.
Alternatively, use ActivateActionRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkActivateActioninstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
activate_action_ptrDefault implementationTyped pointer to the underlying
GtkActivateActioninstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkActivateActioninstance.Declaration
Swift
var activate_action_ptr: UnsafeMutablePointer<GtkActivateAction>! { get } -
Required Initialiser for types conforming to
ActivateActionProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
View on GitHub
Install in Dash
ActivateActionProtocol Protocol Reference