| 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
Description
- newtype HButtonBox = HButtonBox (ForeignPtr HButtonBox)
- class GObject o => IsHButtonBox o
- toHButtonBox :: IsHButtonBox o => o -> IO HButtonBox
- noHButtonBox :: Maybe HButtonBox
- hButtonBoxNew :: MonadIO m => m HButtonBox
Exported types
newtype HButtonBox Source #
Constructors
| HButtonBox (ForeignPtr HButtonBox) |
Instances
| GObject HButtonBox Source # | |
| IsObject HButtonBox Source # | |
| IsWidget HButtonBox Source # | |
| IsContainer HButtonBox Source # | |
| IsButtonBox HButtonBox Source # | |
| IsBox HButtonBox Source # | |
| IsOrientable HButtonBox Source # | |
| IsBuildable HButtonBox Source # | |
| IsImplementorIface 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 SignalList HButtonBox Source # | |
| type AttributeList HButtonBox Source # | |
class GObject o => IsHButtonBox o Source #
Instances
| (GObject a, UnknownAncestorError Constraint HButtonBox a) => IsHButtonBox a Source # | |
| IsHButtonBox HButtonBox Source # | |
toHButtonBox :: IsHButtonBox o => o -> IO HButtonBox Source #
Methods
hButtonBoxNew
hButtonBoxNew :: MonadIO m => m HButtonBox Source #
Deprecated: (Since version 3.2)Use gtk_button_box_new() with %GTK_ORIENTATION_HORIZONTAL instead