| 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.VButtonBox
Contents
Description
- newtype VButtonBox = VButtonBox (ManagedPtr VButtonBox)
- class GObject o => IsVButtonBox o
- toVButtonBox :: (MonadIO m, IsVButtonBox o) => o -> m VButtonBox
- noVButtonBox :: Maybe VButtonBox
- vButtonBoxNew :: (HasCallStack, MonadIO m) => m VButtonBox
Exported types
newtype VButtonBox Source #
Constructors
| VButtonBox (ManagedPtr VButtonBox) |
Instances
class GObject o => IsVButtonBox o Source #
Instances
toVButtonBox :: (MonadIO m, IsVButtonBox o) => o -> m VButtonBox Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m VButtonBox | Returns: a new button box |
Deprecated: (Since version 3.2)Use buttonBoxNew with OrientationVertical instead
Creates a new vertical button box.