Copyright | Sven Bartscher 2020 |
---|---|
License | MPL-2.0 |
Maintainer | sven.bartscher@weltraumschlangen.de |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
This module provides helpers for dealing with Bin
s in reactive
contexts.
Synopsis
- sinkBin :: (MonadRunGtk (Performable m), PerformEvent t m, PostBuild t m, Sinkable t s, GObject bin, IsDescendantOf Bin bin, IsDescendantOf Container bin, GObject widget, IsDescendantOf Widget widget) => bin -> s widget -> m ()
Documentation
:: (MonadRunGtk (Performable m), PerformEvent t m, PostBuild t m, Sinkable t s, GObject bin, IsDescendantOf Bin bin, IsDescendantOf Container bin, GObject widget, IsDescendantOf Widget widget) | |
=> bin | The bin to display the widget in |
-> s widget | The changing widget to display |
-> m () |
Display a single reactively changing widget inside a Bin
.