Package: gtk

Accessor gtk:text-tag-background

Lambda List

gtk:text-tag-background (object)

Syntax

(setf (gtk:text-tag-background object) background)

Arguments

object -- a gtk:text-tag object
background -- a string with the background color

Details

Accessor of the background slot of the gtk:text-tag class.

Notes

The background property is not readable, but writable.
(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