| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Gtk.Objects.VButtonBox
Description
No description available in the introspection data.
Synopsis
- newtype VButtonBox = VButtonBox (ManagedPtr VButtonBox)
 - class (GObject o, IsDescendantOf VButtonBox o) => IsVButtonBox o
 - toVButtonBox :: (MonadIO m, IsVButtonBox o) => o -> m VButtonBox
 - vButtonBoxNew :: (HasCallStack, MonadIO m) => m VButtonBox
 
Exported types
newtype VButtonBox Source #
Memory-managed wrapper type.
Constructors
| VButtonBox (ManagedPtr VButtonBox) | 
Instances
| Eq VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox  | |
| IsGValue VButtonBox Source # | Convert   | 
Defined in GI.Gtk.Objects.VButtonBox  | |
| GObject VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox Methods gobjectType :: IO GType #  | |
| HasParentTypes VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox  | |
| type ParentTypes VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox type ParentTypes VButtonBox = '[ButtonBox, Box, Container, Widget, Object, ImplementorIface, Buildable, Orientable]  | |
class (GObject o, IsDescendantOf VButtonBox o) => IsVButtonBox o Source #
Type class for types which can be safely cast to VButtonBox, for instance with toVButtonBox.
Instances
| (GObject o, IsDescendantOf VButtonBox o) => IsVButtonBox o Source # | |
Defined in GI.Gtk.Objects.VButtonBox  | |
toVButtonBox :: (MonadIO m, IsVButtonBox o) => o -> m VButtonBox Source #
Cast to VButtonBox, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded 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.