class fwt::ConstraintPane
sys::Obj fwt::Widget fwt::Pane fwt::ContentPane fwt::ConstraintPane
ConstraintPane is used to constrain the preferred width and height of its content widget.
- maxh
-
Int? maxh := nullMaximum width or null to use pref height of content.
- maxw
-
Int? maxw := nullMaximum width or null to use pref width of content.
- minh
-
Int? minh := nullMinimum height null to use pref height of content
- minw
-
Int? minw := nullMinimum width or null to use pref width of content
- prefSize