LevelBarMode

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • the bar has a continuous mode

    Declaration

    Swift

    static let continuous: GtkLevelBarMode
  • the bar has a discrete mode

    Declaration

    Swift

    static let discrete: GtkLevelBarMode