package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val point : [> `drawable ] Gobject.obj -> gc -> x:int -> y:int -> unit
val line : [> `drawable ] Gobject.obj -> gc -> x:int -> y:int -> x:int -> y:int -> unit
val rectangle : [> `drawable ] Gobject.obj -> gc -> x:int -> y:int -> width:int -> height:int -> ?filled:bool -> unit -> unit
val arc : [> `drawable ] Gobject.obj -> gc -> x:int -> y:int -> width:int -> height:int -> ?filled:bool -> ?start:float -> ?angle:float -> unit -> unit
val polygon : [> `drawable ] Gobject.obj -> gc -> ?filled:bool -> (int * int) list -> unit
val string : [> `drawable ] Gobject.obj -> font:font -> gc -> x:int -> y:int -> string -> unit
val layout : [> `drawable ] Gobject.obj -> gc -> x:int -> y:int -> Pango.layout -> ?fore:color -> ?back:color -> unit
val image : [> `drawable ] Gobject.obj -> gc -> ?xsrc:int -> ?ysrc:int -> ?xdest:int -> ?ydest:int -> ?width:int -> ?height:int -> image -> unit
val pixmap : [> `drawable ] Gobject.obj -> gc -> ?xsrc:int -> ?ysrc:int -> ?xdest:int -> ?ydest:int -> ?width:int -> ?height:int -> pixmap -> unit
val points : [> `drawable ] Gobject.obj -> gc -> (int * int) list -> unit
val lines : [> `drawable ] Gobject.obj -> gc -> (int * int) list -> unit
val segments : [> `drawable ] Gobject.obj -> gc -> ((int * int) * (int * int)) list -> unit
OCaml

Innovation. Community. Security.