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

gtk-builder-connect-signals #45

Closed asarch closed 4 years ago

asarch commented 4 years ago

Can you give me an example about how to connect the signals?

Ferada commented 4 years ago

Take a look at demo/gtk-demo/builder.lisp. The handler names from the .ui file will be looked up in the given package, case-insensitively.

asarch commented 4 years ago

Thank you!

Thank you very much!