Package: gtk
Accessor gtk:text-tag-background
Lambda Listgtk:text-tag-background (object) SyntaxArgumentsDetails Accessor of the background slot of the gtk:text-tag class. 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 |
2024-7-2