Windows List
The Windows List is tkinspect's most complicated list.
In addition to the standard list operations, the
Windows menu contains the following items that control what
information about a window to display:
  -  Window Configuration shows the configuration of the window.
  
-  Window Packing shows the pack commands that
       packed the window into its parent.
  
-  Slave Window Packing shows the pack
       commands that packed the slaves of the window.
  
-  Window Bindtags & Bindings shows the current
       bindtag order along with the bindings of each of the tags.
  
-  Window Bindtags shows the current bindtag order of the
       window.
  
-  Window Bindings shows just the bindings for the window.
  
-  Window Class Bindings shows the bindings for the
       window's class.
The following options avoid common pitfalls in sending back window
values:
  -  Filter Empty Window Options removes window options that
       are empty ({}) from values that are sent.  Some Tk
       configuration parameters are displayed as empty, but setting
       them to {} can mean something different.  For example,
       canvas scrollregion's.
  
-  Filter Window -class Options removes -class
       options from values that are sent.  Setting the window class of
       frame's and
       toplevel's after they've been created is an error.
  
-  Filter Pack -in Options removes -in options
       from values that are sent.
The following options control when & how windows are retreived:
  -  Get Window Information controls whether or not the
       windows should be retrieved when a new interpreter is selected
       or the lists are updated.  You may want to turn this on if
       getting the list of windows takes a long time.
  
-  Use Feedback When Getting Windows controls whether or
       not the little feedback percentage bar appears when the windows
       list is created.
Last modified: Sun Jun 11 02:11:40 1995