| 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.HButtonBox
Description
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.
Constructors
| HButtonBox (ManagedPtr HButtonBox) | 
Instances
| Eq HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox  | |
| IsGValue HButtonBox Source # | Convert   | 
Defined in GI.Gtk.Objects.HButtonBox  | |
| GObject HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox Methods 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]  | |
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
Arguments
| :: (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.