man Gdk.Rectangle () - no description

NAME

Gdk.Rectangle - no description

Module

Module Gdk.Rectangle

Documentation

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