| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Game.Goatee.Ui.Gtk
Description
The main module for the GTK+ UI, used by clients of the UI. Also implements the UI controller.
Documentation
type StdUiCtrlImpl = UiCtrlImpl UiGoM Source
The standard concrete controller type. Use this type with startBoard,
etc.
startBoard :: MonadUiGo go => Node -> IO (UiCtrlImpl go) Source