|
||||||
| SUMMARY: CHILDREN | PARAMETER | INSTPROC | INSTFILTER | INSTFORWARD | DETAIL: | INSTPROC | |||||
::xotcl::Object | +--::xodocument::HtmlDocument
| Variables | |||
| Name | Default Value | Class | Comment |
classList |
::xodocument::HtmlDocument | ||
namespaces |
::xodocument::HtmlDocument | ||
navbar |
::xodocument::HtmlDocument | ||
project |
::xodocument::HtmlDocument | ||
stylesheet |
::xodocument::HtmlDocument | ||
tclformatter |
::xodocument::HtmlDocument | ||
| Methods | |
| Name | Comment |
makeFrames {dir}
| |
| Methods from ::xotcl::Object |
#, ., ?, ?code, ?methods, ?object, abstract, copy, coverageFilter, defaultmethod, extractConfigureArg, filterappend, get#, getClean#, hasclass, init, methodTag, mixinappend, move, profileFilter, self, setParameterDefaults, shell, tclcmd, traceFilter,
|
| Instproc Detail |
dir ::xodocument::LimitedDocument instproc makeFrames {dir} {
set file [ open [ file join $dir index.html ] w ]
puts $file " <FRAMESET cols=\"20%,80%\">
<FRAME src=\"allclasses-frame.html\" name=\"packageFrame\">
<FRAME src=\"overview-summary.html\" name=\"classFrame\">
</FRAMESET>"
flush $file
close $file
}