EntryIconPosition

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • At the beginning of the entry (depending on the text direction).

    Declaration

    Swift

    static let primary: GtkEntryIconPosition
  • At the end of the entry (depending on the text direction).

    Declaration

    Swift

    static let secondary: GtkEntryIconPosition