manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.Gtk.Container

Synopsis

Documentation

containerGetFirstChild :: ContainerClass self => self -> IO (Maybe Widget)Source

Get first child.

containerGetLastChild :: ContainerClass self => self -> IO (Maybe Widget)Source

Get last child.

containerRemoveAll :: ContainerClass self => self -> IO ()Source

Remove all child of container.

containerTryRemove :: (ContainerClass parent, WidgetClass child) => parent -> child -> IO ()Source

Try to remove child from parent.

containerApplySize :: ContainerClass self => self -> (Int -> Int -> IO ()) -> IO ()Source

Apply container size and won't change widget's size.

containerHasChildren :: ContainerClass self => self -> IO BoolSource

Whether has children.