DeleteEventProtocol
public protocol DeleteEventProtocol : EventProtocol
The DeleteEventProtocol protocol exposes the methods and properties of an underlying GdkDeleteEvent 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 DeleteEvent.
Alternatively, use DeleteEventRef as a lighweight, unowned reference if you already have an instance you just want to use.
An event related to closing a top-level surface.
-
Untyped pointer to the underlying
GdkDeleteEventinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
delete_event_ptrDefault implementationTyped pointer to the underlying
GdkDeleteEventinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GdkDeleteEventinstance.Declaration
Swift
var delete_event_ptr: UnsafeMutablePointer<GdkDeleteEvent>! { get } -
Required Initialiser for types conforming to
DeleteEventProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
View on GitHub
Install in Dash
DeleteEventProtocol Protocol Reference