entry: the entry 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 configure : widget -> options list -> unit
-
tk invocation: widget configure options list
value configure_get : widget -> string
-
tk invocation: widget configure
value delete_range : widget -> index -> index -> unit
-
tk invocation: widget delete index index
value delete_single : widget -> index -> unit
-
tk invocation: widget delete index
value get : widget -> string
-
tk invocation: widget get
value icursor : widget -> index -> unit
-
tk invocation: widget icursor index
value index : widget -> index -> int
-
tk invocation: widget index index
value insert : widget -> index -> string -> unit
-
tk invocation: widget insert index string
value scan_dragto : widget -> int -> unit
-
tk invocation: widget scan dragto int
value scan_mark : widget -> int -> unit
-
tk invocation: widget scan mark int
value selection_adjust : widget -> index -> unit
-
tk invocation: widget selection adjust index
value selection_clear : widget -> unit
-
tk invocation: widget selection clear
value selection_from : widget -> index -> unit
-
tk invocation: widget selection from index
value selection_present : widget -> bool
-
tk invocation: widget selection present
value selection_range : widget -> index -> index -> unit
-
tk invocation: widget selection range index index
value selection_to : widget -> index -> unit
-
tk invocation: widget selection to index
value xview : widget -> scrollValue -> unit
-
tk invocation: widget xview scrollValue
value xview_get : widget -> float * float
-
tk invocation: widget xview
value xview_index : widget -> index -> unit
-
tk invocation: widget xview index