crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

MISSING: letter-spacing property in gtk-text-tag #62

Open stacksmith opened 5 years ago

stacksmith commented 5 years ago

I don't know the syntax for install-properties function... I wound up duplicating the entire gtk-text-tag definition, and including letter-spacing and letter-spacing-set in the correct alphabetical space like this:

 (letter-spacing
    gtk-text-tag-letter-spacing
    "letter-spacing" "gint" t t)
   (letter-spacing-set
    gtk-text-tag-letter-spacing-set
    "letter-spacing-set" "gboolean" t t)

Tested and works visually.