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

Manatee.Action.Tabbar

Synopsis

Documentation

tabbarAddTab :: WindowId -> PageModeName -> Tab -> Tabbar -> TabbarSource

Add new tab information in tabbar.

tabbarRemoveTabs :: WindowId -> Tabbar -> TabbarSource

Remove tab with window id.

tabbarGetTab :: PagePlugId -> Tabbar -> Maybe TabSource

Get tab that match plug id.

tabbarGetTabInfo :: Tabbar -> WindowId -> Maybe (PageModeName, Seq Tab)Source

Get page mode with special tab.

tabbarGetPageModeName :: Tabbar -> WindowId -> Maybe PageModeNameSource

Get page mode name with window id.

tabbarGetTabList :: WindowId -> Tabbar -> [Tab]Source

Get tab list of match window.