| 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 => HButtonBoxK o
- toHButtonBox :: HButtonBoxK o => o -> IO HButtonBox
- noHButtonBox :: Maybe HButtonBox
- hButtonBoxNew :: MonadIO m => m HButtonBox
Exported types
newtype HButtonBox Source
Constructors
| HButtonBox (ForeignPtr HButtonBox) |
Instances
| GObject HButtonBox | |
| ((~) * info (ResolveHButtonBoxMethod t HButtonBox), MethodInfo * info HButtonBox p) => IsLabelProxy t (HButtonBox -> p) | |
| type ParentTypes HButtonBox | |
| type AttributeList HButtonBox | |
| type SignalList HButtonBox |
class GObject o => HButtonBoxK o Source
Instances
| (GObject o, IsDescendantOf HButtonBox o) => HButtonBoxK o |
toHButtonBox :: HButtonBoxK 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