SystemSetting#

class SystemSetting#

Values that can be passed to the system_setting_changed vfunc.

The values indicate which system setting has changed. Widgets may need to drop caches, or react otherwise.

Most of the values correspond to Settings properties.

More values may be added over time.

Fields#

class SystemSetting
DISPLAY#

The display has changed

DPI#

The gtk_xft_dpi setting has changed

FONT_CONFIG#

The font configuration has changed in a way that requires text to be redrawn. This can be any of the gtk_xft_antialias, gtk_xft_hinting, gtk_xft_hintstyle, gtk_xft_rgba or gtk_fontconfig_timestamp settings

FONT_NAME#

The gtk_font_name setting has changed

ICON_THEME#

The icon theme has changed in a way that requires icons to be looked up again