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

As a developer I want to easily inspect widgets in Slime, #6

Open Ferada opened 6 years ago

Ferada commented 6 years ago

in order to make my life easier.

Imagine having a GtkWindow subclass instance and you'd like to see it in Slime.

Also be able to travel up the widget hierarchy, if any.

Could be achieved by a global hotkey when a widget is focused, or under the mouse cursor. Or possibly establish a global popup menu?