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 |
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
- hButtonBoxNew :: (HasCallStack, MonadIO m) => m HButtonBox
Exported types
newtype HButtonBox Source #
Memory-managed wrapper type.
Instances
Eq HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox (==) :: HButtonBox -> HButtonBox -> Bool # (/=) :: HButtonBox -> HButtonBox -> Bool # | |
IsGValue HButtonBox Source # | Convert |
Defined in GI.Gtk.Objects.HButtonBox toGValue :: HButtonBox -> IO GValue # fromGValue :: GValue -> IO HButtonBox # | |
ManagedPtrNewtype HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
TypedObject HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
GObject HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
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] |
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
.
Methods
Overloaded 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.