diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 15:24:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 15:24:59 (GMT) |
commit | 1862ab1259270b5a83e955528dccc4b63c652648 (patch) | |
tree | 4d18c911874a2e9361fb90be4902c287fe5e5392 /tools/tcltk-man2html.tcl | |
parent | 9f51e32c984e0ad2e812d241e588c492c4179cf8 (diff) | |
download | tcl-1862ab1259270b5a83e955528dccc4b63c652648.zip tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.gz tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.bz2 |
More small documentation improvements.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 33d9ff9..cd8b0e5 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -836,22 +836,31 @@ array set exclude_refs_map { next.n {unknown} zlib.n {binary close filename text} canvas.n {bitmap text} + console.n {eval} checkbutton.n {image} clipboard.n {string} + entry.n {string} + event.n {return} + font.n {menu} + getOpenFile.n {file open text} + grab.n {global} interp.n {time} menu.n {checkbutton radiobutton} + messageBox.n {error info} options.n {bitmap image set} radiobutton.n {image} safe.n {join split} + scale.n {label variable} scrollbar.n {set} selection.n {string} tcltest.n {error} tkvars.n {tk} + tkwait.n {variable} tm.n {exec} ttk_checkbutton.n {variable} ttk_combobox.n {selection} ttk_entry.n {focus variable} - ttk_intro.n {focus} + ttk_intro.n {focus text} ttk_label.n {font text} ttk_labelframe.n {text} ttk_menubutton.n {flush} @@ -880,6 +889,9 @@ array set exclude_when_followed_by_map { ttk_image.n { image imageSpec } + fontchooser.n { + tk fontchooser + } } try { |