¤ radioGroupF', RadioGroupF, et al

Types

radioGroupF' :: (Graphic b, Eq a) => Customiser RadioGroupF -> [(a, b)] -> a -> F a a
data RadioGroupF
instance HasLabelInside RadioGroupF
instance HasFont RadioGroupF
setPlacer :: Placer -> RadioGroupF -> RadioGroupF

Description

Customisable version of radioGroupF.

Equalities

  radioGroupF = radioGroupF' standard

Example

 radioGroupF' (setPlacer horizontalP) [(1,"P1"),(2, "P2"), (3,"P3"), (0,"Off")] 0

See Also

radioGroupF, Customiser.