crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stacksmith opened this issue · comments

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.