hs-fltk-0.2.5: Binding to GUI library FLTK
Graphics.UI.FLTK.Image
Synopsis
data Image Source
Type for images.
newImage :: FilePath -> IO ImageSource
Load new image from a file. Supports bmp, png, jpeg, gif and xpm...
deimage :: Widget_C w => Attr w ImageSource
Image for deactived widget.
image :: Widget_C w => Attr w ImageSource
Image for actived widget.
width :: Image -> IO IntSource
height :: Image -> IO IntSource