goatee-gtk-0.1.0: A monadic take on a 2,500-year-old board game - GTK+ UI.

Safe HaskellNone

Game.Goatee.Ui.Gtk

Description

The main module for the GTK+ UI, used by clients of the UI. Also implements the UI controller.

Documentation

startBoard :: Node -> IO UiCtrlImplSource

startNewBoard :: Maybe (Int, Int) -> IO UiCtrlImplSource

startFile :: FilePath -> IO (Either String UiCtrlImpl)Source