Library for creating web applications from gui descriptions Same interface and documentation as the GUI library from PAKCS
Author: Christof Kluss
Version: July 2013
Constructors:
PlainButton
:: [ConfItem] -> Widget
Canvas
:: [ConfItem] -> Widget
CheckButton
:: [ConfItem] -> Widget
Entry
:: [ConfItem] -> Widget
Label
:: [ConfItem] -> Widget
ListBox
:: [ConfItem] -> Widget
Message
:: [ConfItem] -> Widget
MenuButton
:: [ConfItem] -> Widget
Scale
:: Int -> Int -> [ConfItem] -> Widget
ScrollH
:: WidgetRef -> [ConfItem] -> Widget
ScrollV
:: WidgetRef -> [ConfItem] -> Widget
TextEdit
:: [ConfItem] -> Widget
Row
:: [ConfCollection] -> [Widget] -> Widget
Col
:: [ConfCollection] -> [Widget] -> Widget
Matrix
:: [ConfCollection] -> [[Widget]] -> Widget
Constructors:
Active
:: Bool -> ConfItem
Anchor
:: String -> ConfItem
Background
:: String -> ConfItem
Foreground
:: String -> ConfItem
Handler
:: Event -> Command -> ConfItem
Height
:: Int -> ConfItem
CheckInit
:: String -> ConfItem
CanvasItems
:: [CanvasItem] -> ConfItem
List
:: [String] -> ConfItem
Menu
:: [MenuItem] -> ConfItem
WRef
:: UIRef -> ConfItem
Text
:: String -> ConfItem
Width
:: Int -> ConfItem
Fill
:: ConfItem
FillX
:: ConfItem
FillY
:: ConfItem
TclOption
:: String -> ConfItem
Type synonym: GuiPort = UIEnv
Type synonym: WidgetRef = Ref CgiRef
Type synonym: Command = GuiPort -> IO [ReconfigureItem]
Constructors:
Constructors:
DefaultEvent
:: Event
MouseButton1
:: Event
MouseButton2
:: Event
MouseButton3
:: Event
KeyPress
:: Event
Return
:: Event
Constructors:
MButton
:: (GuiPort -> IO [ReconfigureItem]) -> String -> MenuItem
MSeparator
:: MenuItem
MMenuButton
:: String -> [MenuItem] -> MenuItem
Constructors:
CenterAlign
:: ConfCollection
LeftAlign
:: ConfCollection
RightAlign
:: ConfCollection
TopAlign
:: ConfCollection
BottomAlign
:: ConfCollection
Constructors:
CLine
:: [(Int,Int)] -> String -> CanvasItem
CPolygon
:: [(Int,Int)] -> String -> CanvasItem
CRectangle
:: (Int,Int) -> (Int,Int) -> String -> CanvasItem
COval
:: (Int,Int) -> (Int,Int) -> String -> CanvasItem
CText
:: (Int,Int) -> String -> String -> CanvasItem
Constructors:
The data type of possible colors.
Constructors:
Black
:: Color
Blue
:: Color
Brown
:: Color
Cyan
:: Color
Gold
:: Color
Gray
:: Color
Green
:: Color
Magenta
:: Color
Orange
:: Color
Pink
:: Color
Purple
:: Color
Red
:: Color
Tomato
:: Color
Turquoise
:: Color
Violet
:: Color
White
:: Color
Yellow
:: Color
|
|
|
|
|
|
|
|
|
|
|
|
|