open Tk
open Widget
open Textvariable
val configure : widget -> options list -> unit
tk invocation: place configure <widget> <options list>
val forget : widget -> unit
tk invocation: place forget <widget>
val info : widget -> string
tk invocation: place info <widget>
val slaves : widget -> widget list
tk invocation: place slaves <widget>
Go to the first, previous, next, last section, table of contents.