Safe Haskell | None |
---|---|
Language | Haskell2010 |
Orphan instances for automatically converting between different
widget types. As these use UndecidableInstances
, they are kept
here in solitary confinement.
Orphan instances
FromWidget widget Widget => FromWidget widget BoxChild Source # | Any widget that can be converted to a |
fromWidget :: widget event -> BoxChild event Source # |