Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gtk.Objects.Bin
Description
Exported types
Memory-managed wrapper type.
Instances
Eq Bin Source # | |
GObject Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
ManagedPtrNewtype Bin Source # | |
Defined in GI.Gtk.Objects.Bin Methods toManagedPtr :: Bin -> ManagedPtr Bin | |
TypedObject Bin Source # | |
Defined in GI.Gtk.Objects.Bin Methods glibType :: IO GType | |
IsGValue Bin Source # | Convert |
Defined in GI.Gtk.Objects.Bin | |
HasParentTypes Bin Source # | |
Defined in GI.Gtk.Objects.Bin | |
type ParentTypes Bin Source # | |
Defined in GI.Gtk.Objects.Bin |
class (GObject o, IsDescendantOf Bin o) => IsBin o Source #
Instances
(GObject o, IsDescendantOf Bin o) => IsBin o Source # | |
Defined in GI.Gtk.Objects.Bin |
Methods
Overloaded 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.