gi-gtk-declarative-0.7.0: Declarative GTK+ programming in Haskell
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Declarative.Attributes.Internal

Description

Internal helpers for applying attributes and signal handlers to GTK+ widgets.

Documentation

addSignalHandler :: (IsWidget widget, MonadIO m) => (event -> IO ()) -> widget -> Attribute widget event -> m Subscription Source #