Files
cpython/Lib
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-04-09 21:47:39 +00:00
1996-08-08 18:24:58 +00:00
1996-08-08 18:24:58 +00:00
1996-08-16 18:14:41 +00:00
1997-09-29 23:22:12 +00:00
1994-10-09 22:34:40 +00:00
1994-10-09 22:34:40 +00:00
1996-05-28 22:58:40 +00:00
1995-01-27 02:41:45 +00:00
1997-10-24 14:46:16 +00:00
1996-05-28 23:18:55 +00:00
1997-10-20 23:16:58 +00:00
1994-10-20 22:02:03 +00:00
1997-10-24 14:46:16 +00:00
1998-04-03 21:47:12 +00:00
1998-04-06 14:29:28 +00:00
1998-04-06 14:14:25 +00:00
1998-04-03 17:03:13 +00:00
1996-05-28 22:56:16 +00:00
1998-02-16 14:52:42 +00:00
1998-04-03 16:02:39 +00:00