Class type Ext_layout_SizePolicy.t


class type t = object .. end

method readsHeight : bool Js.t Js.readonly_prop

Indicates that the height of the component is consumed.


method readsWidth : bool Js.t Js.readonly_prop

Indicates that the width of the component is consumed.


method setsHeight : bool Js.t Js.readonly_prop

Indicates that the height of the component will be set (i.e., calculated).


method setsWidth : bool Js.t Js.readonly_prop

Indicates that the width of the component will be set (i.e., calculated).