GtkSystemSetting

Values that can be passed to the GtkWidgetClass.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 GtkSettings properties.

More values may be added over time.

Values

ValueMeaning
DPI0

the #GtkSettings:gtk-xft-dpi setting has changed

FONT_NAME1

The #GtkSettings:gtk-font-name setting has changed

FONT_CONFIG2

The font configuration has changed in a way that requires text to be redrawn. This can be any of the #GtkSettings:gtk-xft-antialias, #GtkSettings:gtk-xft-hinting, #GtkSettings:gtk-xft-hintstyle, #GtkSettings:gtk-xft-rgba or #GtkSettings:gtk-fontconfig-timestamp settings

DISPLAY3

The display has changed

ICON_THEME4

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

Meta