package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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