hs-fltk-0.2.5: Binding to GUI library FLTK

Graphics.UI.FLTK.Window

Synopsis

Documentation

newWindow :: Int -> Int -> Int -> Int -> [Prop Window] -> IO WindowSource

Create a new top level window.

data Window Source

Type for top level windows.

Instances

shown :: Window_C c => Attr c BoolSource

Toggle a whether a window is shown or hidden.

run :: Window_C c => c -> IO ()Source