¤ Fudget Library 0.18.2 Reference Manual ¤

Created from the Fudget Library sources on 2021-01-18 23:56

Index of obsolete stuff

Sections


GuiElems

Buttons:
quitButtonF :: F Click b
Selecting from dynamic lists of alternatives:
oldFilePickF :: F String (InputMsg String)
Miscellaneous (the rest):
oldButtonF :: (Graphic e, FontGen a1, Show a1, Show a2, ColorGen a2) =>
              Double ->
              Int ->
              a1 -> ColorSpec -> a2 -> [(ModState, KeySym)] -> e -> F e Click
oldPopupMenuF :: (Eq b1, Graphic b2, Foldable t) =>
                 ColorName ->
                 Bool ->
                 String ->
                 Button ->
                 [Modifiers] ->
                 t (ModState, KeySym) ->
                 [(b1, b3)] -> (b1 -> b2) -> F c d -> F ([(b1, b4)]  c) (b1  d)

Combinators

Miscellaneous (the rest):
inputListLF :: Eq a => Placer -> [(a, InF b c)] -> F [(a, b)] (InputMsg [(a, c)])
inputPairLF :: Orientation -> InF a1 b1 -> InF a2 b2 -> F (a1, a2) (InputMsg (b1, b2))

InfixOps

Miscellaneous (the rest):
>#+< :: (F a b, Orientation) -> F c d -> F (a  c) (b  d)
>#==< :: (F a1 f, Orientation) -> F e a1 -> F e f

Layout

Miscellaneous (the rest):
data Orientation = ...
compLF :: (F a b, Orientation) -> F c d -> F (a  c) (b  d)
listLF :: Eq a => Placer -> [(a, F b c)] -> F (a, b) (a, c)
serCompLF :: (F a1 f, Orientation) -> F e a1 -> F e f
untaggedListLF :: Placer -> [F a b] -> F (Int, a) b

Containers

Miscellaneous (the rest):
oldHscrollF :: Bool -> (Point, Point) -> F b d -> F b d
oldScrollF :: Bool -> (Point, Point) -> F b d -> F b d
oldVscrollF :: Bool -> (Point, Point) -> F b d -> F b d
scrollShellF :: String -> (Point, Point) -> F c d -> F c d

StreamProc

Miscellaneous (the rest):
concSP :: SP [b] b
concmapSP :: (t -> [b]) -> SP t b
mapstateSP :: (t -> a -> (t, [b])) -> t -> SP a b