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.Bin
Contents
Description
Exported types
Memory-managed wrapper type.
Instances
GObject Bin Source # | |
Defined in GI.Gtk.Objects.Bin Methods gobjectType :: Bin -> IO GType | |
IsBuildable Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
IsObject Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
IsBin Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
IsContainer Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
IsWidget Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
IsImplementorIface Bin Source # | |
Defined in GI.Gtk.Objects.Bin |
class GObject o => IsBin o Source #
Instances
Methods
getChild
Arguments
:: (HasCallStack, MonadIO m, IsBin a) | |
=> a |
|
-> m (Maybe Widget) | Returns: the child of |
Gets the child of the Bin
, or Nothing
if the bin contains
no child widget. The returned widget does not have a reference
added, so you do not need to unref it.