Files
cpython/Lib/lib-tk
Guido van Rossum e365a590d4 Change the names of all methods in the Wm class: they are now
wm_title(), etc.  The old names (title() etc.) are still defined as
aliases.

This brings all methods up to use the same naming convention: whether
the Tcl syntax is

   .window.path.name command subcommand [options]

or

   command subcommand .window.path.name [optins]

the Python equivalent is always

   windowobject.command_subcommand(options)
1998-05-01 19:48:20 +00:00
..
1998-03-20 20:45:49 +00:00
1995-08-04 03:49:39 +00:00
1998-03-20 20:45:49 +00:00
1998-03-20 20:45:49 +00:00
1998-03-20 20:45:49 +00:00
1997-12-16 17:54:18 +00:00
1998-04-10 16:14:34 +00:00
1998-03-20 20:45:49 +00:00