radioGroupF' :: (Graphic b, Eq a) => Customiser RadioGroupF -> [(a, b)] -> a -> F a a data RadioGroupF instance HasFont RadioGroupF instance HasLabelInside RadioGroupF setPlacer :: Placer -> Customiser RadioGroupF
Customisable version of radioGroupF.
radioGroupF = radioGroupF' standard
radioGroupF' (setPlacer horizontalP) [(1,"P1"),(2, "P2"), (3,"P3"), (0,"Off")] 0