Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
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
- noVButtonBox :: Maybe VButtonBox
- vButtonBoxNew :: (HasCallStack, MonadIO m) => m VButtonBox
Exported types
newtype VButtonBox Source #
Memory-managed wrapper type.
Instances
GObject VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox 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 ': ([] :: [Type])))))))) |
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
.
noVButtonBox :: Maybe VButtonBox Source #
A convenience alias for Nothing
:: Maybe
VButtonBox
.
Methods
new
:: (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.