The Tcl/Tk goto line dialog library module has the file name gotodlg.tcl. This module contains procedures that present a goto line number dialog used with text widgets.
Here is a list of procedures in the this module:
No other modules are required with this module.
This module does not require any definition files.
Declaration : proc gotodialog {tw} Parameters : Name : tw Type : text widget Description : name of text widget
This procedure will present a modal goto line (by number) dialog and call the procedure gotogo to perform the goto.
Declaration : proc gotogo {tw} Parameters : Name : tw Type : text widget Description : name of text widget
This procedure will perform the goto line number operation by calling the procedure gotoline.
Declaration : proc gotocancel {tw} Parameters : Name : tw Type : text widget Description : name of text widget
This procedure will cancel the goto dialog by calling the Tk procedure destroy.