IconSize

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Keep the size of the parent element

    Declaration

    Swift

    static let inherit: GtkIconSize
  • Size similar to text size

    Declaration

    Swift

    static let normal: GtkIconSize
  • Large size, for example in an icon view

    Declaration

    Swift

    static let large: GtkIconSize