| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Hbro.Gui.NotificationBar
- data NotificationBar
- buildFrom :: (MonadIO m, Functor m) => Builder -> m NotificationBar
- asNotificationBar :: NotificationBar -> NotificationBar
- initialize :: (ControlIO m, MonadThreadedLogger m) => NotificationBar -> m NotificationBar
Documentation
data NotificationBar
A NotificationBar can be manipulated as a Label.
Instances
| WidgetClass NotificationBar | |
| GObjectClass NotificationBar | |
| LabelClass NotificationBar | |
| MiscClass NotificationBar |
buildFrom :: (MonadIO m, Functor m) => Builder -> m NotificationBar
A NotificationBar can be built from an XML file.
asNotificationBar :: NotificationBar -> NotificationBar
Useful to help the type checker
initialize :: (ControlIO m, MonadThreadedLogger m) => NotificationBar -> m NotificationBar