Tcl/Tk Goto Line Dialog Library Module

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:

Module Dependencies

No other modules are required with this module.

Module Definition Files

This module does not require any definition files.

Module Procedures

gotodialog

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.

gotogo

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.

gotocancel

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.

Goto Top | Tcl Applications | Tcl Software Overview | Tcl Library Overview
| Future Lab Home | Contact Webmaster | Feedback

Copyright © 2006 Future Lab, Last Updated Jul 01, 2006