- load-widgets-from-directory dir extension #!optional prefixprocedure
Loads a bunch of widgets from the specified dir.
For example,
(use waffle) (load-widgets-from-directory "./widgets" ".widget.scm")
...will load the files *.widget.scm. They will be automatically assigned widget names based on their filename. x.widget.scm will be named as if it has been loaded thus (load-widget 'x "x.widget.scm").