Graphics.UI.FLTK.Button
- data Button
- newButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
- newCheckButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
- newLightButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
- newRepeatButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
- newReturnButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
- newRoundButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO Button
Documentation
newButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO ButtonSource
Create a new normal button.
newLightButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO ButtonSource
Create a new button with a light showing the current state.
newRepeatButton :: Int -> Int -> Int -> Int -> [Prop Button] -> IO ButtonSource
Create a button that sends the callback in a repeated fashion.