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.HButtonBox
Contents
Description
- newtype HButtonBox = HButtonBox (ManagedPtr HButtonBox)
- class GObject o => IsHButtonBox o
- toHButtonBox :: (MonadIO m, IsHButtonBox o) => o -> m HButtonBox
- noHButtonBox :: Maybe HButtonBox
- hButtonBoxNew :: (HasCallStack, MonadIO m) => m HButtonBox
Exported types
newtype HButtonBox Source #
Constructors
HButtonBox (ManagedPtr HButtonBox) |
Instances
class GObject o => IsHButtonBox o Source #
Instances
toHButtonBox :: (MonadIO m, IsHButtonBox o) => o -> m HButtonBox Source #
Methods
new
Arguments
:: (HasCallStack, MonadIO m) | |
=> m HButtonBox | Returns: a new button box |
Deprecated: (Since version 3.2)Use buttonBoxNew
with OrientationHorizontal
instead
Creates a new horizontal button box.