1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
---
---
<!DOCTYPE html>
<html>
<head>
<title>libsigc++ -- The Typesafe Callback Framework for C++: {{page.title}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header">
<img src="pix/logo.gif" width="280" height="85" alt="libsigc++" />
<p>Callback Framework for C++</p>
</div>
<div id="rightbox">
<a class="menu" href="index.html">Main</a><br />
<a class="menu" href="license.html">License</a><br />
<a class="menu" href="doc.html">Documentation</a><br />
<a class="menu" href="download.html">Download</a><br />
<a class="menu" href="devel.html">Development</a><br />
</div>
<div id="contents">
<h1>{{page.title}}</h1>
{{ content }}
</div>
<div class="footer">
<a href="https://github.com/libsigcplusplus/libsigcplusplus/tree/master/docs">website source</a>
</div>
</body>
</html>
|