[ CCode ( type_cname = "GtkSymbolicPaintableInterface" , type_id = "gtk_symbolic_paintable_get_type ()" ) ]
[ Version ( since = "4.6" ) ]
public interface SymbolicPaintable : Object, Paintable
An interface that supports symbolic colors in paintables.
`GdkPaintable`s implementing the interface will have the [vfunc@Gtk.SymbolicPaintable.snapshot_symbolic] function called and have the colors for drawing symbolic icons passed. At least 5 colors are guaranteed to be passed every time. These 5 colors are the foreground color, and the colors to use for errors, warnings and success information in that order, followed by the system accent color.
The system accent color has been added in GTK 4.22. More colors may be added in the future.