taffybar-1.0.1: A desktop bar similar to xmobar, but with more GUI

Copyright(c) Ivan A. Malison
LicenseBSD3-style (see LICENSE)
MaintainerIvan A. Malison
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

System.Taffybar.WorkspaceHUD

Description

 

Documentation

data WWC Source #

Constructors

WorkspaceWidgetController a => WWC a 

Instances

class WorkspaceWidgetController wc where Source #

Minimal complete definition

getWidget, updateWidget

Methods

getWidget :: wc -> Widget Source #

updateWidget :: wc -> WidgetUpdate -> HUDIO wc Source #

updateWidgetX11 :: wc -> WidgetUpdate -> HUDIO wc Source #

Instances

buildButtonController :: ParentControllerConstructor Source #

buildPadBox :: WidgetClass widget => widget -> IO EventBox Source #

buildUnderlineController :: ParentControllerConstructor Source #

widgetSetClass :: WidgetClass widget => widget -> String -> IO () Source #