reflex-gi-gtk-0.2.0.0: Helper functions to use reflex with gi-gtk
CopyrightSven Bartscher 2020
LicenseMPL-2.0
Maintainersven.bartscher@weltraumschlangen.de
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Reflex.GI.Gtk.Widget.Bin

Description

This module provides helpers for dealing with Bins in reactive contexts.

Synopsis

Documentation

sinkBin Source #

Arguments

:: (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.