class fwt::ConstraintPane

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::ContentPane
        fwt::ConstraintPane

@Js
@Serializable

Source

ConstraintPane is used to constrain the preferred width and height of its content widget.

maxh

Int? maxh := null

Source

Maximum width or null to use pref height of content.

maxw

Int? maxw := null

Source

Maximum width or null to use pref width of content.

minh

Int? minh := null

Source

Minimum height null to use pref height of content

minw

Int? minw := null

Source

Minimum width or null to use pref width of content

prefSize

virtual override Size prefSize(Hints hints := Hints.defVal)

Source