NamedActionClassProtocol
public protocol NamedActionClassProtocol
The NamedActionClassProtocol
protocol exposes the methods and properties of an underlying GtkNamedActionClass
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 NamedActionClass
.
Alternatively, use NamedActionClassRef
as a lighweight, unowned
reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkNamedActionClass
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
_ptr
Default implementationTyped pointer to the underlying
GtkNamedActionClass
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkNamedActionClass
instance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkNamedActionClass>! { get }
-
Required Initialiser for types conforming to
NamedActionClassProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)