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 = '<?xml version="1.0" encoding="utf-8"?>\n<!DOCTY...
  HTML_FOOTER = '</body>\n</html>\n'
  __package__ = 'gui'

Imports: webbrowser, wx, Info_box, IMAGE_PATH, 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>
  <meta name="AUTHOR" content="Edward d\'Auvergne"/>
...