Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
inherit GContainer.container
val obj : GooCanvas_types.canvas Gtk.obj
method event : GObj.event_ops
method as_canvas : GooCanvas_types.canvas Gtk.obj
method get_root_item : GtkGooCanvas.item_p item
method set_root_item : GtkGooCanvas.item_p item -> unit
method convert_to_item_space : base_item -> x:float -> y:float -> float * float
method convert_from_item_space : base_item ->
x:float ->
y:float ->
float * float
method get_item_at : ?is_pointer_event:bool ->
x:float ->
y:float ->
unit ->
base_item option