RevealerRef
public struct RevealerRef : RevealerProtocol, GWeakCapturing
The GtkRevealer widget is a container which animates the transition of its child from invisible to visible.
The style of transition can be controlled with
gtk_revealer_set_transition_type().
These animations respect the GtkSettings:gtk-enable-animations
setting.
CSS nodes
GtkRevealer has a single CSS node with name revealer.
The GtkRevealer widget was added in GTK+ 3.10.
The RevealerRef type acts as a lightweight Swift reference to an underlying GtkRevealer instance.
It exposes methods that can operate on this data type through RevealerProtocol conformance.
Use RevealerRef only as an unowned reference to an existing GtkRevealer instance.
-
Untyped pointer to the underlying `GtkRevealer` instance.For type-safe access, use the generated, typed pointer
revealer_ptrproperty instead.Declaration
Swift
public let ptr: UnsafeMutableRawPointer!
-
Designated initialiser from the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafeMutablePointer<GtkRevealer>) -
Designated initialiser from a constant pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafePointer<GtkRevealer>) -
Conditional initialiser from an optional pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafeMutablePointer<GtkRevealer>?) -
Conditional initialiser from an optional, non-mutable pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafePointer<GtkRevealer>?) -
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
RevealerProtocolDeclaration
Swift
@inlinable init<T>(_ other: T) where T : RevealerProtocol -
This factory is syntactic sugar for setting weak pointers wrapped in
GWeak<T>Declaration
Swift
@inlinable static func unowned<T>(_ other: T) -> RevealerRef where T : RevealerProtocol -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
RevealerProtocol.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
RevealerProtocol.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
RevealerProtocol.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
RevealerProtocol.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
RevealerProtocol.Declaration
Swift
@inlinable init(opaquePointer: OpaquePointer) -
Creates a new
GtkRevealer.Declaration
Swift
@inlinable init()
View on GitHub
Install in Dash
RevealerRef Structure Reference