boring-window-switcher-0.1.0.5: A boring window switcher.

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.BoringWindowSwitcher.Internal.Dialog

Description

This is an internal module. End-users should not use this.

Documentation

createDialog Source #

Arguments

:: [Window]

the list of windows to show.

-> (Window -> IO ())

callback on the selected window.

-> IO Window