ShadowType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • No outline.

    Declaration

    Swift

    static let none: GtkShadowType
  • in

    The outline is bevelled inwards.

    Declaration

    Swift

    static let `in`: GtkShadowType
  • out

    The outline is bevelled outwards like a button.

    Declaration

    Swift

    static let out: GtkShadowType
  • The outline has a sunken 3d appearance.

    Declaration

    Swift

    static let etchedIn: GtkShadowType
  • The outline has a raised 3d appearance.

    Declaration

    Swift

    static let etchedOut: GtkShadowType