| 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 |
GI.Gtk.Objects.HButtonBox
Contents
Description
- newtype HButtonBox = HButtonBox (ManagedPtr HButtonBox)
- class GObject o => IsHButtonBox o
- toHButtonBox :: IsHButtonBox o => o -> IO HButtonBox
- noHButtonBox :: Maybe HButtonBox
- hButtonBoxNew :: (HasCallStack, MonadIO m) => m HButtonBox
Exported types
newtype HButtonBox Source #
Constructors
| HButtonBox (ManagedPtr HButtonBox) |
Instances
| GObject HButtonBox Source # | |
| IsImplementorIface HButtonBox Source # | |
| IsObject HButtonBox Source # | |
| IsWidget HButtonBox Source # | |
| IsContainer HButtonBox Source # | |
| IsButtonBox HButtonBox Source # | |
| IsBox HButtonBox Source # | |
| IsOrientable HButtonBox Source # | |
| IsBuildable HButtonBox Source # | |
| IsHButtonBox HButtonBox Source # | |
| ((~) * info (ResolveHButtonBoxMethod t HButtonBox), MethodInfo * info HButtonBox p) => IsLabel t (HButtonBox -> p) Source # | |
| ((~) * info (ResolveHButtonBoxMethod t HButtonBox), MethodInfo * info HButtonBox p) => IsLabelProxy t (HButtonBox -> p) Source # | |
| HasAttributeList * HButtonBox Source # | |
| type AttributeList HButtonBox Source # | |
| type SignalList HButtonBox Source # | |
class GObject o => IsHButtonBox o Source #
Instances
toHButtonBox :: IsHButtonBox o => o -> IO HButtonBox Source #
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.