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

gtk-dialog-set-alternative-button-order unexported but used in tutorial #104

Open cdeln opened 9 months ago

cdeln commented 9 months ago

In the dialog tutorial the function gtk-dialog-set-alternative-button-order is used. This is unexported from the gtk package as of commit 2ebbadd29520d170bd733d798b3e5cb3682e84f8. You can make the dialog example work by accessing the unexported function symbol as gtk::gtk-dialog-set-alternative-button-order.