Package: gtk
GEnum gtk:symbolic-color
Declaration
(gobject:define-genum "GtkSymbolicColor" symbolic-color (:export t :type-initializer "gtk_symbolic_color_get_type") (:foreground 0) (:error 1) (:warning 2) (:success 3))
Values
- :foreground
- The default foreground color.
- :error
- Indication color for errors.
- :warning
- Indication color for warnings.
- :success
- Indication color for success.
Details
The indexes of colors passed to symbolic color rendering, such as the GtkSymbolicPaintable::snapshot_symbolic virtual function.
Since 4.6
Since 4.6
2024-4-24