Interface SystemSetting


public interface SystemSetting
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The display has changed
    static final int
    the [property@Gtk.Settings:gtk-xft-dpi] setting has changed
    static final int
    The font configuration has changed in a way that
    requires text to be redrawn.
    static final int
    The [property@Gtk.Settings:gtk-font-name] setting has changed
    static final int
    The icon theme has changed in a way that requires
    icons to be looked up again
  • Field Details

    • DPI

      static final int DPI
      the [property@Gtk.Settings:gtk-xft-dpi] setting has changed
      See Also:
    • FONT_NAME

      static final int FONT_NAME
      The [property@Gtk.Settings:gtk-font-name] setting has changed
      See Also:
    • FONT_CONFIG

      static final int FONT_CONFIG
      The font configuration has changed in a way that
      requires text to be redrawn. This can be any of the
      [property@Gtk.Settings:gtk-xft-antialias],
      [property@Gtk.Settings:gtk-xft-hinting],
      [property@Gtk.Settings:gtk-xft-hintstyle],
      [property@Gtk.Settings:gtk-xft-rgba] or
      [property@Gtk.Settings:gtk-fontconfig-timestamp] settings
      See Also:
    • DISPLAY

      static final int DISPLAY
      The display has changed
      See Also:
    • ICON_THEME

      static final int ICON_THEME
      The icon theme has changed in a way that requires
      icons to be looked up again
      See Also: