package lablgtk3-goocanvas2

  1. Overview
  2. Docs
type canvas = [
  1. | Gtk.container
  2. | `oocanvas
]
type item = [
  1. | `oocanvasitem
]
type item_model = [
  1. | `oocanvasitemmodel
]
type item_simple = [
  1. | `oocanvasitemsimple
]
type item_model_simple = [
  1. | `oocanvasitemmodelsimple
]
type style = [
  1. | `oocanvasstyle
]
type group = [
  1. | item
  2. | `oocanvasgroup
]
type ellipse = [
  1. | item
  2. | `oocanvasellipse
]
type grid = [
  1. | item
  2. | `oocanvasgrid
]
type image = [
  1. | item
  2. | `oocanvasimage
]
type path = [
  1. | item
  2. | `oocanvaspath
]
type polyline = [
  1. | item
  2. | `oocanvaspolyline
]
type rect = [
  1. | item
  2. | `oocanvasrect
]
type text = [
  1. | item
  2. | `oocanvastext
]
type widget = [
  1. | item
  2. | `oocanvaswidget
]
type table = [
  1. | group
  2. | `oocanvastable
]
type grou_pmodel = [
  1. | `oocanvasgroupmodel
]
type ellipse_model = [
  1. | `oocanvasellipsemodel
]
type grid_model = [
  1. | `oocanvasgridmodel
]
type image_model = [
  1. | `oocanvasimagemodel
]
type path_model = [
  1. | `oocanvaspathmodel
]
type polyline_model = [
  1. | `oocanvaspolylinemodel
]
type rect_model = [
  1. | `oocanvasrectmodel
]
type text_model = [
  1. | `oocanvastextmodel
]
type table_model = [
  1. | `oocanvastablemodel
]
OCaml

Innovation. Community. Security.