Safe Haskell | None |
---|---|
Language | Haskell2010 |
Implementation of Box
as a declarative container.
Synopsis
- data BoxChild event = BoxChild {
- properties :: BoxChildProperties
- child :: Widget event
- data BoxChildProperties = BoxChildProperties {}
- defaultBoxChildProperties :: BoxChildProperties
Documentation
Describes a child widget to be added with boxAppend
to a Box
.
BoxChild | |
|
Instances
Functor BoxChild Source # | |
Patchable BoxChild Source # | |
EventSource BoxChild Source # | |
Defined in GI.Gtk.Declarative.Container.Box | |
IsContainer Box BoxChild Source # | |
Defined in GI.Gtk.Declarative.Container.Patch | |
FromWidget widget Widget => FromWidget widget BoxChild Source # | Any widget that can be converted to a |
Defined in GI.Gtk.Declarative.Widget.Conversions | |
ToChildren Box Vector BoxChild Source # | |
Defined in GI.Gtk.Declarative.Container.Box |
data BoxChildProperties Source #
Values used when packing child widgets into boxes.
defaultBoxChildProperties :: BoxChildProperties Source #
Defaults for BoxChildProperties
. Use these and override
specific fields.
Orphan instances
ToChildren Box Vector BoxChild Source # | |