Module Gdk.Rectangle


module Rectangle: sig .. end

type t 
val create : x:int -> y:int -> width:int -> height:int -> t
val x : t -> int
val y : t -> int
val width : t -> int
val height : t -> int