SystemSetting

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • dpi

    the [propertyGtk.Settings:gtk-xft-dpi] setting has changed

    Declaration

    Swift

    static let dpi: GtkSystemSetting
  • The [propertyGtk.Settings:gtk-font-name] setting has changed

    Declaration

    Swift

    static let fontName: GtkSystemSetting
  • The font configuration has changed in a way that requires text to be redrawn. This can be any of the [propertyGtk.Settings:gtk-xft-antialias], [propertyGtk.Settings:gtk-xft-hinting], [propertyGtk.Settings:gtk-xft-hintstyle], [propertyGtk.Settings:gtk-xft-rgba] or [propertyGtk.Settings:gtk-fontconfig-timestamp] settings

    Declaration

    Swift

    static let fontConfig: GtkSystemSetting
  • The display has changed

    Declaration

    Swift

    static let display: GtkSystemSetting
  • The icon theme has changed in a way that requires icons to be looked up again

    Declaration

    Swift

    static let iconTheme: GtkSystemSetting