| 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.VButtonBox
Contents
Description
- newtype VButtonBox = VButtonBox (ManagedPtr VButtonBox)
- class GObject o => IsVButtonBox o
- toVButtonBox :: IsVButtonBox o => o -> IO VButtonBox
- noVButtonBox :: Maybe VButtonBox
- vButtonBoxNew :: (HasCallStack, MonadIO m) => m VButtonBox
Exported types
newtype VButtonBox Source #
Constructors
| VButtonBox (ManagedPtr VButtonBox) |
Instances
| GObject VButtonBox Source # | |
| IsImplementorIface VButtonBox Source # | |
| IsObject VButtonBox Source # | |
| IsWidget VButtonBox Source # | |
| IsContainer VButtonBox Source # | |
| IsButtonBox VButtonBox Source # | |
| IsBox VButtonBox Source # | |
| IsOrientable VButtonBox Source # | |
| IsBuildable VButtonBox Source # | |
| IsVButtonBox VButtonBox Source # | |
| ((~) * info (ResolveVButtonBoxMethod t VButtonBox), MethodInfo * info VButtonBox p) => IsLabel t (VButtonBox -> p) Source # | |
| ((~) * info (ResolveVButtonBoxMethod t VButtonBox), MethodInfo * info VButtonBox p) => IsLabelProxy t (VButtonBox -> p) Source # | |
| HasAttributeList * VButtonBox Source # | |
| type AttributeList VButtonBox Source # | |
| type SignalList VButtonBox Source # | |
class GObject o => IsVButtonBox o Source #
Instances
toVButtonBox :: IsVButtonBox o => o -> IO VButtonBox Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m VButtonBox | Returns: a new button box |
Deprecated: (Since version 3.2)Use buttonBoxNew with OrientationVertical instead
Creates a new vertical button box.