canvas: the canvas widget
value create : widget -> options list -> widget
-
create p options creates a new widget with parent p.
Options are restricted to the widget class subset,
and checked dynamically.
value create_named : widget -> string -> options list -> widget
-
create p name options creates a new widget with
parent p and new patch component name.
Options are restricted to the widget class subset,
and checked dynamically.
value addtag : widget -> tagOrId -> searchSpec list -> unit
-
tk invocation: widget addtag tagOrId searchSpec list
value bbox : widget -> tagOrId list -> int * int * int * int
-
tk invocation: widget bbox tagOrId list
value canvasx : widget -> units -> float
-
tk invocation: widget canvasx units
value canvasx_grid : widget -> units -> units -> float
-
tk invocation: widget canvasx units units
value canvasy : widget -> units -> float
-
tk invocation: widget canvasy units
value canvasy_grid : widget -> units -> units -> float
-
tk invocation: widget canvasy units units
value configure : widget -> options list -> unit
-
tk invocation: widget configure options list
value configure_arc : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_bitmap : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_get : widget -> string
-
tk invocation: widget configure
value configure_image : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_line : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_oval : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_polygon : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_rectangle : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_text : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value configure_window : widget -> tagOrId -> options list -> unit
-
tk invocation: widget itemconfigure tagOrId options list
value coords_get : widget -> tagOrId -> float list
-
tk invocation: widget coords tagOrId
value coords_set : widget -> tagOrId -> units list -> unit
-
tk invocation: widget coords tagOrId units list
value create_arc : widget -> units -> units -> units -> units -> options list -> tagOrId
-
tk invocation: widget create arc units units units units options list
value create_bitmap : widget -> units -> units -> options list -> tagOrId
-
tk invocation: widget create bitmap units units options list
value create_image : widget -> units -> units -> options list -> tagOrId
-
tk invocation: widget create image units units options list
value create_line : widget -> units list -> options list -> tagOrId
-
tk invocation: widget create line units list options list
value create_oval : widget -> units -> units -> units -> units -> options list -> tagOrId
-
tk invocation: widget create oval units units units units options list
value create_polygon : widget -> units list -> options list -> tagOrId
-
tk invocation: widget create polygon units list options list
value create_rectangle : widget -> units -> units -> units -> units -> options list -> tagOrId
-
tk invocation: widget create rectangle units units units units options list
value create_text : widget -> units -> units -> options list -> tagOrId
-
tk invocation: widget create text units units options list
value create_window : widget -> units -> units -> options list -> tagOrId
-
tk invocation: widget create window units units options list
value dchars : widget -> tagOrId -> index -> index -> unit
-
tk invocation: widget dchars tagOrId index index
value delete : widget -> tagOrId list -> unit
-
tk invocation: widget delete tagOrId list
value dtag : widget -> tagOrId -> tagOrId -> unit
-
tk invocation: widget dtag tagOrId tagOrId
value find : widget -> searchSpec list -> tagOrId list
-
tk invocation: widget find searchSpec list
value focus : widget -> tagOrId -> unit
-
tk invocation: widget focus tagOrId
value focus_get : widget -> tagOrId
-
tk invocation: widget focus
value focus_reset : widget -> unit
-
tk invocation: widget focus
value gettags : widget -> tagOrId -> tagOrId list
-
tk invocation: widget gettags tagOrId
value icursor : widget -> tagOrId -> index -> unit
-
tk invocation: widget icursor tagOrId index
value index : widget -> tagOrId -> index -> int
-
tk invocation: widget index tagOrId index
value insert : widget -> tagOrId -> index -> string -> unit
-
tk invocation: widget insert tagOrId index string
value itemconfigure_get : widget -> tagOrId -> string
-
tk invocation: widget itemconfigure tagOrId
value lower_below : widget -> tagOrId -> tagOrId -> unit
-
tk invocation: widget lower tagOrId tagOrId
value lower_bot : widget -> tagOrId -> unit
-
tk invocation: widget lower tagOrId
value move : widget -> tagOrId -> units -> units -> unit
-
tk invocation: widget move tagOrId units units
value postscript : widget -> options list -> string
-
tk invocation: widget postscript options list
value raise_above : widget -> tagOrId -> tagOrId -> unit
-
tk invocation: widget raise tagOrId tagOrId
value raise_top : widget -> tagOrId -> unit
-
tk invocation: widget raise tagOrId
value scale : widget -> tagOrId -> units -> units -> float -> float -> unit
-
tk invocation: widget scale tagOrId units units float float
value scan_dragto : widget -> int -> int -> unit
-
tk invocation: widget scan dragto int int
value scan_mark : widget -> int -> int -> unit
-
tk invocation: widget scan mark int int
value select_adjust : widget -> tagOrId -> index -> unit
-
tk invocation: widget select adjust tagOrId index
value select_clear : widget -> unit
-
tk invocation: widget select clear
value select_from : widget -> tagOrId -> index -> unit
-
tk invocation: widget select from tagOrId index
value select_item : widget -> tagOrId
-
tk invocation: widget select item
value select_to : widget -> tagOrId -> index -> unit
-
tk invocation: widget select to tagOrId index
value typeof : widget -> tagOrId -> canvasItem
-
tk invocation: widget type tagOrId
value xview : widget -> scrollValue -> unit
-
tk invocation: widget xview scrollValue
value xview_get : widget -> float * float
-
tk invocation: widget xview
value yview : widget -> scrollValue -> unit
-
tk invocation: widget yview scrollValue
value yview_get : widget -> float * float
-
tk invocation: widget yview
value bind : support__widget -> tagOrId ->
(modifier list * xEvent) list -> bindAction -> unit