diff options
Diffstat (limited to 'old/dw/html/index.html')
-rw-r--r-- | old/dw/html/index.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/old/dw/html/index.html b/old/dw/html/index.html new file mode 100644 index 0000000..6fba5de --- /dev/null +++ b/old/dw/html/index.html @@ -0,0 +1,81 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.8"/> +<title>Dillo: Main Page</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="https://www.dillo.org/dw/html/jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td style="padding-left: 0.5em;"> + <div id="projectname">Dillo + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.8 --> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li class="current"><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + </ul> + </div> +</div><!-- top --> +<div class="header"> + <div class="headertitle"> +<div class="title">Dillo Documentation</div> </div> +</div><!--header--> +<div class="contents"> +<div class="textblock"><h2>Overview</h2> +<p>This is a list of documents to start with:</p> +<ul> +<li> +<a class="el" href="lout.html">Lots of Useful Tools</a> </li> +<li> +<a class="el" href="dw-overview.html">Dillo Widget Overview</a> (map at <a class="el" href="dw-map.html">Dillo Widget Documentation Map</a>) </li> +</ul> +<p>Currently, a document <a class="el" href="fltk-problems.html">Problems with FLTK</a> is maintained, ideally, it will be removed soon.</p> +<h2>Historical</h2> +<h3>Replacements for GTK+ and GLib</h3> +<p>There are several classes etc., which are used for tasks formerly (in the GTK+ version of dillo) achieved by GtkObject (in 1.2.x, this is part of Gtk+) and GLib. For an overview on all this, take a look at <a class="el" href="lout.html">Lots of Useful Tools</a>.</p> +<p>GtkObject is replaced by the following:</p> +<ul> +<li> +<p class="startli"><a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">lout::object::Object</a> is a common base class for many classes used dillo. In the namespace <a class="el" href="namespacelout_1_1object.html" title="Here, some common classes (or interfaces) are defined, to standardize the access to other classes...">lout::object</a>, there are also some more common classes and interfaces.</p> +<p class="endli"></p> +</li> +<li> +<p class="startli">A sub class of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">lout::object::Object</a> is <a class="el" href="classlout_1_1identity_1_1IdentifiableObject.html" title="Instances of classes, which are sub classes of this class, may be identified at run-time. ">lout::identity::IdentifiableObject</a>, which allows to determine the class at run-time (equivalent to GTK_CHECK_CAST in GtkObject).</p> +<p class="endli"></p> +</li> +<li> +For signals, there is the namespace <a class="el" href="namespacelout_1_1signal.html" title="This namespace provides base classes to define signals. ">lout::signal</a>. </li> +</ul> +<p>Hash tables, linked lists etc. can be found in the <a class="el" href="namespacelout_1_1container.html" title="This namespace contains a framework for container classes, which members are instances of object::Obj...">lout::container</a> namespace, several useful macros from GLib have been implemented as inline functions in the <a class="el" href="namespacelout_1_1misc.html" title="Miscellaneous stuff, which does not fit anywhere else. ">lout::misc</a> namespace.</p> +<p>As an alternative to the macros defined in list.h, there is also a template class, <a class="el" href="classlout_1_1misc_1_1SimpleVector.html" title="Simple (simpler than container::untyped::Vector and container::typed::Vector) template based vector...">lout::misc::SimpleVector</a>, which does the same.</p> +<h3>Changes in Dw</h3> +<p>If you have been familiar with Dw before, take a look at <a class="el" href="dw-changes.html">Changes to the GTK+-based Release Version</a>. </p> +</div></div><!-- contents --> +<!-- start footer part --> +<hr class="footer"/><address class="footer"><small> +Generated on Sat May 28 2016 11:48:08 for Dillo by  <a href="http://www.doxygen.org/index.html"> +<img class="footer" src="doxygen.png" alt="doxygen"/> +</a> 1.8.8 +</small></address> +</body> +</html> |