CellRendererSpinRef
public struct CellRendererSpinRef : CellRendererSpinProtocol, GWeakCapturing
Renders a spin button in a cell
GtkCellRendererSpin
renders text in a cell like GtkCellRendererText
from
which it is derived. But while GtkCellRendererText
offers a simple entry to
edit the text, GtkCellRendererSpin
offers a GtkSpinButton
widget. Of course,
that means that the text has to be parseable as a floating point number.
The range of the spinbutton is taken from the adjustment property of the
cell renderer, which can be set explicitly or mapped to a column in the
tree model, like all properties of cell renders. GtkCellRendererSpin
also has properties for the GtkCellRendererSpin:climb-rate
and the number
of GtkCellRendererSpin:digits
to display. Other GtkSpinButton
properties
can be set in a handler for the GtkCellRenderer
editing-started`` signal.
The GtkCellRendererSpin
cell renderer was added in GTK 2.10.
The CellRendererSpinRef
type acts as a lightweight Swift reference to an underlying GtkCellRendererSpin
instance.
It exposes methods that can operate on this data type through CellRendererSpinProtocol
conformance.
Use CellRendererSpinRef
only as an unowned
reference to an existing GtkCellRendererSpin
instance.
-
Untyped pointer to the underlying `GtkCellRendererSpin` instance.
For type-safe access, use the generated, typed pointer
cell_renderer_spin_ptr
property instead.Declaration
Swift
public let ptr: UnsafeMutableRawPointer!
-
Designated initialiser from the underlying
C
data typeDeclaration
Swift
@inlinable init(_ p: UnsafeMutablePointer<GtkCellRendererSpin>)
-
Designated initialiser from a constant pointer to the underlying
C
data typeDeclaration
Swift
@inlinable init(_ p: UnsafePointer<GtkCellRendererSpin>)
-
Conditional initialiser from an optional pointer to the underlying
C
data typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafeMutablePointer<GtkCellRendererSpin>?)
-
Conditional initialiser from an optional, non-mutable pointer to the underlying
C
data typeDeclaration
Swift
@inlinable init!(_ maybePointer: UnsafePointer<GtkCellRendererSpin>?)
-
Conditional initialiser from an optional
gpointer
Declaration
Swift
@inlinable init!(gpointer g: gpointer?)
-
Conditional initialiser from an optional, non-mutable
gconstpointer
Declaration
Swift
@inlinable init!(gconstpointer g: gconstpointer?)
-
Reference intialiser for a related type that implements
CellRendererSpinProtocol
Declaration
Swift
@inlinable init<T>(_ other: T) where T : CellRendererSpinProtocol
-
This factory is syntactic sugar for setting weak pointers wrapped in
GWeak<T>
Declaration
Swift
@inlinable static func unowned<T>(_ other: T) -> CellRendererSpinRef where T : CellRendererSpinProtocol
-
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CellRendererSpinProtocol
.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
CellRendererSpinProtocol
.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
CellRendererSpinProtocol
.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
CellRendererSpinProtocol
.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
CellRendererSpinProtocol
.Declaration
Swift
@inlinable init(opaquePointer: OpaquePointer)
-
Creates a new
GtkCellRendererSpin
.Declaration
Swift
@inlinable init()