val appname_get : unit ->string
val appname_set : string -> unit
tk invocation: tk appname <string>
val bindtags : widget -> bindings list -> unit
tk invocation: bindtags <widget> {<bindings list>}
val bindtags_get : widget -> bindings list
tk invocation: bindtags <widget>
val cget : widget -> options_constrs -> string
tk invocation: <widget> cget <options_constrs>
val cgets : widget -> string -> string
tk invocation: <widget> cget <string>
val destroy : widget -> unit
tk invocation: destroy <widget>
val grid : widget list -> options list -> unit
tk invocation: grid <widget list> <options list>
val lower_window : widget -> unit
val lower_window_below : widget -> widget -> unit
tk invocation: lower <widget> <widget>
val pack : widget list -> options list -> unit
tk invocation: pack <widget list> <options list>
val place : widget -> options list -> unit
tk invocation: place <widget> <options list>
val raise_window : widget -> unit
val raise_window_above : widget -> widget -> unit
tk invocation: raise <widget> <widget>
val update : unit ->unit
val update_idletasks : unit ->unit
tk invocation: update idletasks
Go to the first, previous, next, last section, table of contents.