Manatee.Toolkit.Gtk.Container
- containerGetFirstChild :: ContainerClass self => self -> IO (Maybe Widget)
- containerGetLastChild :: ContainerClass self => self -> IO (Maybe Widget)
- containerRemoveAll :: ContainerClass self => self -> IO ()
- containerTryRemove :: (ContainerClass parent, WidgetClass child) => parent -> child -> IO ()
- containerApplySize :: ContainerClass self => self -> (Int -> Int -> IO ()) -> IO ()
- containerHasChildren :: ContainerClass self => self -> IO Bool
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.