¤ Fudget Library 0.18.1 Reference Manual ¤

Created from the Fudget Library sources on 2019-05-29 00:13

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 :: (ColorGen p3, Show p3, Show p2, FontGen p2, Graphic p1) =>
              Alignment ->
              Distance ->
              p2 -> ColorSpec -> p3 -> [(ModState, KeySym)] -> p1 -> F p1 Click
oldPopupMenuF :: (Eq b2, Graphic b1, Foldable t) =>
                 ColorName ->
                 Bool ->
                 FontName ->
                 Button ->
                 ModState ->
                 t (ModState, KeySym) ->
                 [(b2, b3)] -> (b2 -> b1) -> F c d -> F ([(b2, b4)]  c) (b2  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