diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-19 16:46:43 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-19 16:46:43 (GMT) |
commit | a905363ce5b827644b6e8dc0a8312a6e3c2faace (patch) | |
tree | 1ddf762d3e74e55848a6c50ddc67155bfd8a0c91 /Doc | |
parent | 52cfa33e6ee826fcc65e97bb56baf18699996612 (diff) | |
download | cpython-a905363ce5b827644b6e8dc0a8312a6e3c2faace.zip cpython-a905363ce5b827644b6e8dc0a8312a6e3c2faace.tar.gz cpython-a905363ce5b827644b6e8dc0a8312a6e3c2faace.tar.bz2 |
+ Changed TOC to folder-tree style.
+ Increased size of the window the user sees the first time.
+ Arranged for the display to remember its last size and position.
+ Added a Favorites (bookmarks) tab.
+ Added the "Advanced Search" decorations.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/prechm.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py index a196e79..f215b3b 100644 --- a/Doc/tools/prechm.py +++ b/Doc/tools/prechm.py @@ -51,7 +51,7 @@ Title=Python %s Documentation [WINDOWS] %s="Python %s Documentation","%s.hhc","%s.hhk","index.html","index.html",\ -,,,,0x2520,220,0x384e,,,,,0,,, +,,,,0x63520,220,0x384e,[271,372,740,718],,,,,,,0 [FILES] ''' @@ -59,6 +59,7 @@ Title=Python %s Documentation contents_header = ''' <OBJECT type="text/site properties"> <param name="Window Styles" value="0x801227"> + <param name="ImageType" value="Folder"> </OBJECT> <UL> <LI> <OBJECT type="text/sitemap"> |