class virtual delement :unit ->object..end
Abstract type for the elements of the window. You should not instanciante directly the class delement.
method getSize : unit -> int * intGets the size of the element
method setSize : int * int -> unitSets the size of the element
method getPos : unit -> int * intGet the relative position of the element