Ferada / cl-cffi-gtk

#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
http://www.crategus.com/books/cl-cffi-gtk
41 stars 8 forks source link

Add GtkBuilder demo, better handler lookup. #5

Closed Ferada closed 6 years ago

Ferada commented 6 years ago

Like it says. No renaming due to possible users, even though the one with -AUTO will be likely much more easy to use.

Question: Should we have an &OPTIONAL (PACKAGE *PACKAGE) parameter to make it more succinct?

Also http://python-gtk-3-tutorial.readthedocs.io/en/latest/builder.html does it with a dictionary too, so the existing function is fine from that point of view, possibly it's worth just doing it via keyword arguments though.

@svillemot

svillemot commented 6 years ago

I think this is very nice. Indeed I think it makes sense to add an argument for selecting a default package where symbols will be read.