manatee-0.0.4: The Haskell/Gtk+ Integrated Live Environment

Manatee.UI.UIFrame

Synopsis

Documentation

uiFrameStick :: NotebookClass notebook => notebook -> Maybe UIFrame -> IO UIFrameSource

Stick ui frame to notebook.

uiFrameClone :: UIFrame -> IO UIFrameSource

Clone UIFrame.

uiFrameShowInteractivebar :: UIFrame -> IO ()Source

Show interactivebar.

uiFrameHideInteractivebar :: UIFrame -> IO ()Source

Hide interactivebar.

uiFrameIsFocusInteractivebar :: UIFrame -> IO BoolSource

Is focus on interactivebar.

uiFrameShowOutputbar :: UIFrame -> String -> IO ()Source

Show outputbar.

uiFrameUpdateStatusbar :: UIFrame -> String -> String -> IO ()Source

Update statusbar.

uiFrameUpdateProgress :: UIFrame -> Double -> IO ()Source

Update statusbar.