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 HButtonBox = HButtonBox (ManagedPtr HButtonBox)
- class GObject 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 :: HButtonBox -> IO GType # | |
IsImplementorIface HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsObject HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsBuildable HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsOrientable HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsBox HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsButtonBox HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsContainer HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsWidget HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsHButtonBox HButtonBox Source # | |
Defined in GI.Gtk.Objects.HButtonBox |
class GObject o => IsHButtonBox o Source #
Type class for types which can be safely cast to HButtonBox
, for instance with toHButtonBox
.
Instances
(GObject a, (UnknownAncestorError HButtonBox a :: Constraint)) => IsHButtonBox a Source # | |
Defined in GI.Gtk.Objects.HButtonBox | |
IsHButtonBox HButtonBox 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.