TextExtendSelection

public extension TextExtendSelection
  • Cast constructor, converting any binary integer to a TextExtendSelection.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Selects the current word. It is triggered by a double-click for example.

    Declaration

    Swift

    static let word: GtkTextExtendSelection
  • Selects the current line. It is triggered by a triple-click for example.

    Declaration

    Swift

    static let line: GtkTextExtendSelection