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 |
No description available in the introspection data.
Synopsis
- 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 #
Memory-managed wrapper type.
Instances
GObject VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox gobjectType :: VButtonBox -> IO GType # | |
IsImplementorIface VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsObject VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsBuildable VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsOrientable VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsBox VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsButtonBox VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsContainer VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsWidget VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsVButtonBox VButtonBox Source # | |
Defined in GI.Gtk.Objects.VButtonBox |
class GObject o => IsVButtonBox o Source #
Type class for types which can be safely cast to VButtonBox
, for instance with toVButtonBox
.
Instances
(GObject a, (UnknownAncestorError VButtonBox a :: Constraint)) => IsVButtonBox a Source # | |
Defined in GI.Gtk.Objects.VButtonBox | |
IsVButtonBox VButtonBox 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.