class fwt::EdgePane
sys::Obj fwt::Widget fwt::Pane fwt::EdgePane
EdgePane is a container which lays out four children along the four edges and one child in the center. The top and bottom edges are laid out with their preferred height. Children on the left or right edges are laid out with with their preferred width. Any remaining space is given to the center component.
- bottom
-
Widget? bottomBottom widget is laid out with preferred height.
- center
-
Widget? centerCenter widget gets any remaining space in the center.
- left
-
Widget? leftLeft widget is laid out with preferred width.
- onLayout
-
virtual override Void onLayout() - prefSize
- right
-
Widget? rightRight widget is laid out with preferred width.
- top
-
Widget? topTop widget is laid out with preferred height.