manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.Gtk.Box

Synopsis

Documentation

boxTryPack :: (BoxClass parent, WidgetClass child) => parent -> child -> Packing -> Maybe Int -> Maybe Int -> IO ()Source

Try to packing widget in box. If child have exist parent, do nothing, otherwise, add child to parent.

boxChangeChildPacking :: (BoxClass parent, WidgetClass child) => parent -> child -> Packing -> IO ()Source

Change box child Packing.