TextAttributesRef

public struct TextAttributesRef : TextAttributesProtocol

Using GtkTextAttributes directly should rarely be necessary. It’s primarily useful with gtk_text_iter_get_attributes(). As with most GTK+ structs, the fields in this struct should only be read, never modified directly.

The TextAttributesRef type acts as a lightweight Swift reference to an underlying GtkTextAttributes instance. It exposes methods that can operate on this data type through TextAttributesProtocol conformance. Use TextAttributesRef only as an unowned reference to an existing GtkTextAttributes instance.

  • ptr
    Untyped pointer to the underlying `GtkTextAttributes` instance.
    

    For type-safe access, use the generated, typed pointer text_attributes_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TextAttributes Record

  • Designated initialiser from the underlying C data type

    Declaration

    Swift

    @inlinable
    init(_ p: UnsafeMutablePointer<GtkTextAttributes>)
  • Designated initialiser from a constant pointer to the underlying C data type

    Declaration

    Swift

    @inlinable
    init(_ p: UnsafePointer<GtkTextAttributes>)
  • Conditional initialiser from an optional pointer to the underlying C data type

    Declaration

    Swift

    @inlinable
    init!(_ maybePointer: UnsafeMutablePointer<GtkTextAttributes>?)
  • Conditional initialiser from an optional, non-mutable pointer to the underlying C data type

    Declaration

    Swift

    @inlinable
    init!(_ maybePointer: UnsafePointer<GtkTextAttributes>?)
  • 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 TextAttributesProtocol

    Declaration

    Swift

    @inlinable
    init<T>(_ other: T) where T : TextAttributesProtocol
  • Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to TextAttributesProtocol.

    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 TextAttributesProtocol.

    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 TextAttributesProtocol.

    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 TextAttributesProtocol.

    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 TextAttributesProtocol.

    Declaration

    Swift

    @inlinable
    init(opaquePointer: OpaquePointer)
  • Creates a `GtkTextAttributes`, which describes
    

    a set of properties on some text.

    Declaration

    Swift

    @inlinable
    init()