Bogdanp / racket-gui-easy

Declarative GUIs in Racket.
https://docs.racket-lang.org/gui-easy/index.html
134 stars 18 forks source link

Support calling object-name on observables #56

Closed jackfirth closed 2 months ago

jackfirth commented 2 months ago

This implements the prop:object-name property on observables so that (object-name obs) returns the observable's name. Without this, there doesn't seem to be a documented way to retrieve the name of an observable.

Bogdanp commented 2 months ago

Thanks!