Module Ext_layout_SizePolicy


module Ext_layout_SizePolicy: sig .. end
This class describes how a layout will interact wi ...

This class describes how a layout will interact with a component it manages.

There are special instances of this class stored as static properties to avoid object instantiation. All instances of this class should be treated as readonly objects.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object