make-index/doc/Widget.html

271 lines
5.9 KiB
HTML
Raw Normal View History

2017-03-23 02:45:12 -04:00
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- steal these colour values from JavaDocs; meh -->
<style type = "text/css">
a:link, a:visited { color: #4a6782; }
a:hover, a:focus { color: #bb7a2a; }
a:active { color: #4A6782; }
tr:nth-child(even) { background: #dee3e9; }
div {
margin: 4px 0;
padding: 0 4px 4px 4px;
}
table { width: 100%; }
td { padding: 4px; }
h3, h1 {
color: #2c4557;
background-color: #dee3e9;
padding: 4px;
}
h3 {
margin: 0 -4px;
padding: 4px;
}
</style>
<title></title>
</head>
<body>
<h1></h1>
<ul>
<li><a href = "#_declarations">Declarations</a></li>
<li><a href = "#_summary">Function Summary</a></li>
<li><a href = "#_detail">Function Detail</a></li>
</ul>
<dl>
</dl>
<a name = "_declarations"><!-- --></a><h2>Declarations</h2>
<a name = "_summary"><!-- --></a><h2>Function Summary</h2>
<table>
<tr><th>Return Type</th><th>Function Name</th><th>Argument List</th></tr>
2017-03-26 04:47:35 -04:00
<tr>
<td>int</td>
<td><a href = "#WidgetContent">WidgetContent</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetDate">WidgetDate</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFilealt">WidgetFilealt</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFiledesc">WidgetFiledesc</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFilehref">WidgetFilehref</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFileicon">WidgetFileicon</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFilename">WidgetFilename</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFiles">WidgetFiles</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetFilesize">WidgetFilesize</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetNews">WidgetNews</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetNewsname">WidgetNewsname</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetNow">WidgetNow</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetPwd">WidgetPwd</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetRoot">WidgetRoot</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
<tr>
<td>int</td>
<td><a href = "#WidgetTitle">WidgetTitle</a></td>
2017-03-26 20:08:32 -04:00
<td>struct Files *const f, FILE *const fp</td>
2017-03-26 04:47:35 -04:00
</tr>
2017-03-23 02:45:12 -04:00
</table>
<a name = "_detail"><!-- --></a><h2>Function Detail</h2>
2017-03-26 04:47:35 -04:00
<div><a name = "WidgetContent"><!-- --></a>
<h3>WidgetContent</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetContent</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetDate"><!-- --></a>
<h3>WidgetDate</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetDate</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFilealt"><!-- --></a>
<h3>WidgetFilealt</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFilealt</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFiledesc"><!-- --></a>
<h3>WidgetFiledesc</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFiledesc</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFilehref"><!-- --></a>
<h3>WidgetFilehref</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFilehref</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFileicon"><!-- --></a>
<h3>WidgetFileicon</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFileicon</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFilename"><!-- --></a>
<h3>WidgetFilename</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFilename</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFiles"><!-- --></a>
<h3>WidgetFiles</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFiles</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetFilesize"><!-- --></a>
<h3>WidgetFilesize</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetFilesize</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetNews"><!-- --></a>
<h3>WidgetNews</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetNews</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetNewsname"><!-- --></a>
<h3>WidgetNewsname</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetNewsname</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetNow"><!-- --></a>
<h3>WidgetNow</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetNow</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetPwd"><!-- --></a>
<h3>WidgetPwd</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetPwd</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetRoot"><!-- --></a>
<h3>WidgetRoot</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetRoot</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
<div><a name = "WidgetTitle"><!-- --></a>
<h3>WidgetTitle</h3>
2017-03-26 20:08:32 -04:00
<pre>int <b>WidgetTitle</b> (struct Files *const f, FILE *const fp)</pre>
2017-03-26 04:47:35 -04:00
<dl>
<dt>implements</dt>
<dd>ParserWidget</dd>
</dl>
</div>
2017-03-23 02:45:12 -04:00
</body>
</html>