rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

redefined create-form-element to allow for other keys #293

Closed ormf closed 9 months ago

ormf commented 11 months ago

For range sliders there exist attributes like "value", "min" and "max" which are currently not possible to supply to create-form-element. To accomodate this, the generic function "create-form-element" and its defmethod have been modified to allow for any number and type of additional attributes. The change should be backwards compatible.

ormf commented 11 months ago

There were some bugs by using symbols in remf and getf instead of keywords. Should work now.