| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.Scrollbar
Description
- newtype Scrollbar = Scrollbar (ForeignPtr Scrollbar)
- class GObject o => ScrollbarK o
- toScrollbar :: ScrollbarK o => o -> IO Scrollbar
- noScrollbar :: Maybe Scrollbar
- scrollbarNew :: (MonadIO m, AdjustmentK a) => Orientation -> Maybe a -> m Scrollbar
Exported types
Constructors
| Scrollbar (ForeignPtr Scrollbar) |
Instances
| GObject Scrollbar Source | |
| type ParentTypes Scrollbar Source | |
| type AttributeList Scrollbar Source | |
| type SignalList Scrollbar Source |
class GObject o => ScrollbarK o Source
Instances
| (GObject o, IsDescendantOf Scrollbar o) => ScrollbarK o Source |
toScrollbar :: ScrollbarK o => o -> IO Scrollbar Source
Methods
scrollbarNew
scrollbarNew :: (MonadIO m, AdjustmentK a) => Orientation -> Maybe a -> m Scrollbar Source