HPanedRef
public struct HPanedRef : HPanedProtocol, GWeakCapturing
The HPaned widget is a container widget with two
children arranged horizontally. The division between
the two panes is adjustable by the user by dragging
a handle. See GtkPaned for details.
GtkHPaned has been deprecated, use GtkPaned instead.
The HPanedRef type acts as a lightweight Swift reference to an underlying GtkHPaned instance.
It exposes methods that can operate on this data type through HPanedProtocol conformance.
Use HPanedRef only as an unowned reference to an existing GtkHPaned instance.
-
Untyped pointer to the underlying `GtkHPaned` instance.For type-safe access, use the generated, typed pointer
hpaned_ptrproperty instead.Declaration
Swift
public let ptr: UnsafeMutableRawPointer!
-
Designated initialiser from the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafeMutablePointer<GtkHPaned>) -
Designated initialiser from a constant pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init(_ p: UnsafePointer<GtkHPaned>) -
Conditional initialiser from an optional pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafeMutablePointer<GtkHPaned>?) -
Conditional initialiser from an optional, non-mutable pointer to the underlying
Cdata typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafePointer<GtkHPaned>?) -
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
HPanedProtocolDeclaration
Swift
@inlinable init<T>(_ other: T) where T : HPanedProtocol -
This factory is syntactic sugar for setting weak pointers wrapped in
GWeak<T>Declaration
Swift
@inlinable static func unowned<T>(_ other: T) -> HPanedRef where T : HPanedProtocol -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
HPanedProtocol.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
HPanedProtocol.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
HPanedProtocol.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
HPanedProtocol.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
HPanedProtocol.Declaration
Swift
@inlinable init(opaquePointer: OpaquePointer) -
Create a new `GtkHPaned`new is deprecated: Use gtk_paned_new() with %GTK_ORIENTATION_HORIZONTAL instead
Declaration
Swift
@available(*, deprecated) @inlinable init()
View on GitHub
Install in Dash
HPanedRef Structure Reference