Package: gtk
Accessor gtk:text-tag-background
Lambda Listgtk:text-tag-background (object) SyntaxArgumentsDetails The accessor for the background slot of the gtk:text-tag class sets the background color as a string. Notes(defvar tag (gtk:text-tag-new nil)) => TAG (setf (gtk:text-tag-background tag) "red") => "red" (gtk:text-tag-background-rgba tag) => #S(GDK:RGBA :RED 1.0 :GREEN 0.0 :BLUE 0.0 :ALPHA 1.0) | See also |
2025-08-13