¤ radioGroupF', RadioGroupF, et al

Buttons

Types

radioGroupF' :: (Graphic b, Eq a) => Customiser RadioGroupF -> [(a, b)] -> a -> F a a
data RadioGroupF
  instance HasFontSpec RadioGroupF
  instance HasLabelInside RadioGroupF
setPlacer :: Placer -> Customiser 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.