gtk-toggle-button-list-0.0.0: A simple custom form widget for gtk which allows single LOC creation/updating of toggle button lists.

Safe HaskellNone

Graphics.UI.Gtk.Custom.ToggleButtonList

Documentation

toggleButtonListNew :: (String -> IO a) -> Orientation -> (ToggleButton -> IO b) -> [String] -> IO (Box, [String] -> IO ())Source