DLANGUI library.
This module contains common layouts implementations.
Layouts are similar to the same in Android.
LinearLayout - either VerticalLayout or HorizontalLayout. FrameLayout - children occupy the same place, usually one one is visible at a time
place all children into same place (usually, only one child should be visible at a time)
helper class for layouts
helper for layouts
Synopsis:
import dlangui.widgets.layouts;
See Source File
Boost License 1.0.
Vadim Lopatin, 2014
Vadim Lopatin
DLANGUI library.
This module contains common layouts implementations.
Layouts are similar to the same in Android.
LinearLayout - either VerticalLayout or HorizontalLayout. FrameLayout - children occupy the same place, usually one one is visible at a time