Package gui :: Module references
[hide private]
[frames] | no frames]

Module references

source code

The relax related references window.

Classes [hide private]
  References
The references window.
  RefWindow
New HTML window class to catch clicks on links and open in a browser.
Variables [hide private]
  HTML_HEADER = "...
  HTML_FOOTER = "...

Imports: webbrowser, wx, Info_box, paths, relax_icons


Variables Details [hide private]

HTML_HEADER

Value:
"""\
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w\
3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>relax</title>
...

HTML_FOOTER

Value:
"""\
</body>
</html>
"""