| |||||
| |||||
| Description | |||||
| The download manager displays attachments to the user and lets them save them. | |||||
| Synopsis | |||||
| |||||
| Documentation | |||||
| data DownloadManager | |||||
| |||||
| downloadManagerNew :: [Attachment] -> IO DownloadManager | |||||
| Creates a new DownloadManager with a list of attachments to download. | |||||
| downloadManagerGetWidget :: DownloadManager -> Widget | |||||
| Gets the Widget of a DownloadManager. | |||||
| Produced by Haddock version 0.8 |