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 HButtonBox = HButtonBox (ManagedPtr HButtonBox)
- class (GObject o, IsDescendantOf HButtonBox 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 #
Memory-managed wrapper type.
Instances
GObject HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox gobjectType :: IO GType # | |
HasParentTypes HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
type ParentTypes HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox type ParentTypes HButtonBox = ButtonBox ': (Box ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Buildable ': (Orientable ': ([] :: [Type])))))))) |
class (GObject o, IsDescendantOf HButtonBox o) => IsHButtonBox o Source #
Type class for types which can be safely cast to HButtonBox
, for instance with toHButtonBox
.
Instances
(GObject o, IsDescendantOf HButtonBox o) => IsHButtonBox o Source # | |
Defined in GI.Gtk.Objects.HButtonBox |
toHButtonBox :: (MonadIO m, IsHButtonBox o) => o -> m HButtonBox Source #
Cast to HButtonBox
, for types for which this is known to be safe. For general casts, use castTo
.
noHButtonBox :: Maybe HButtonBox Source #
A convenience alias for Nothing
:: Maybe
HButtonBox
.
Methods
new
:: (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.