gtk-strut-0.1.3.2: Library for creating strut windows with gi-gtk
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.UI.GIGtkStrut

Synopsis

Documentation

buildStrutWindow :: (MonadFail m, MonadIO m) => StrutConfig -> m Window Source #

Build a strut window to the specifications provided by the StrutConfig argument.

setupStrutWindow :: (MonadFail m, MonadIO m) => StrutConfig -> Window -> m () Source #

Configure the provided Window so that it has the properties specified by the StrutConfig argument.