124 lines
5.3 KiB
HTML
124 lines
5.3 KiB
HTML
|
|
<!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="X-UA-Compatible" content="IE=Edge" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Text Viewer — Joy VUI 0.1 documentation</title>
|
|
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<script type="text/javascript" src="_static/language_data.js"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="next" title="Stack Viewer" href="stack_viewer.html" />
|
|
<link rel="prev" title="Viewer" href="viewer.html" />
|
|
|
|
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
|
|
</head><body>
|
|
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body" role="main">
|
|
|
|
<span class="target" id="module-joy.vui.text_viewer"></span><div class="section" id="text-viewer">
|
|
<h1>Text Viewer<a class="headerlink" href="#text-viewer" title="Permalink to this headline">¶</a></h1>
|
|
<dl class="class">
|
|
<dt id="joy.vui.text_viewer.TextViewer">
|
|
<em class="property">class </em><code class="descclassname">joy.vui.text_viewer.</code><code class="descname">TextViewer</code><span class="sig-paren">(</span><em>surface</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/joy/vui/text_viewer.html#TextViewer"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#joy.vui.text_viewer.TextViewer" title="Permalink to this definition">¶</a></dt>
|
|
<dd><dl class="method">
|
|
<dt id="joy.vui.text_viewer.TextViewer.at">
|
|
<code class="descname">at</code><span class="sig-paren">(</span><em>x</em>, <em>y</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/joy/vui/text_viewer.html#TextViewer.at"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#joy.vui.text_viewer.TextViewer.at" title="Permalink to this definition">¶</a></dt>
|
|
<dd><p>Given screen coordinates return the line, row, and column of the
|
|
character there.</p>
|
|
</dd></dl>
|
|
|
|
<dl class="method">
|
|
<dt id="joy.vui.text_viewer.TextViewer.close">
|
|
<code class="descname">close</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/joy/vui/text_viewer.html#TextViewer.close"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#joy.vui.text_viewer.TextViewer.close" title="Permalink to this definition">¶</a></dt>
|
|
<dd><p>Close the viewer and release any resources, etc…</p>
|
|
</dd></dl>
|
|
|
|
</dd></dl>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h1 class="logo"><a href="index.html">Joy VUI</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Navigation</h3>
|
|
<p class="caption"><span class="caption-text">Contents:</span></p>
|
|
<ul class="current">
|
|
<li class="toctree-l1"><a class="reference internal" href="core.html">Core</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="display.html">Display</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="viewer.html">Viewer</a></li>
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">Text Viewer</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="stack_viewer.html">Stack Viewer</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="persist_task.html">Persist Task</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="index.html">Documentation overview</a><ul>
|
|
<li>Previous: <a href="viewer.html" title="previous chapter">Viewer</a></li>
|
|
<li>Next: <a href="stack_viewer.html" title="next chapter">Stack Viewer</a></li>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3>Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" />
|
|
<input type="submit" value="Go" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©2019, Simon Forman.
|
|
|
|
|
|
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>
|
|
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
|
|
|
|
|
|
|
<a href="_sources/text_viewer.rst.txt"
|
|
rel="nofollow">Page source</a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |