~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to doc/module-tree.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-09-27 15:08:28 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927150828-6sded0d8od2mqsvp
Tags: 0.60.5-1
* New upstream version (closes: 548531)
  * Change to using pickle instead of cPickle due to a bug in the latter 
  * Bring in changes to common modules needed for GTK version
  * Fix design flaw in pickle error trapping code
  * Fix <enter> not being sent at the end of unicode char entry
  * Fix service crashing when undoing an expansion with backspace
  * Use Phrase instead of Script in some nogui functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ascii"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>Module Hierarchy</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8
 
  <script type="text/javascript" src="epydoc.js"></script>
9
 
</head>
10
 
 
11
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12
 
      alink="#204080">
13
 
<!-- ==================== NAVIGATION BAR ==================== -->
14
 
<table class="navbar" border="0" width="100%" cellpadding="0"
15
 
       bgcolor="#a0c0ff" cellspacing="0">
16
 
  <tr valign="middle">
17
 
  <!-- Home link -->
18
 
      <th>&nbsp;&nbsp;&nbsp;<a
19
 
        href="lib.scripting-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
 
 
21
 
  <!-- Tree link -->
22
 
      <th bgcolor="#70b0f0" class="navbar-select"
23
 
          >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
24
 
 
25
 
  <!-- Index link -->
26
 
      <th>&nbsp;&nbsp;&nbsp;<a
27
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
 
 
29
 
  <!-- Help link -->
30
 
      <th>&nbsp;&nbsp;&nbsp;<a
31
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
 
 
33
 
      <th class="navbar" width="100%"></th>
34
 
  </tr>
35
 
</table>
36
 
<table width="100%" cellpadding="0" cellspacing="0">
37
 
  <tr valign="top">
38
 
    <td width="100%">&nbsp;</td>
39
 
    <td>
40
 
      <table cellpadding="0" cellspacing="0">
41
 
        <!-- hide/show private -->
42
 
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
43
 
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
44
 
        <tr><td align="right"><span class="options"
45
 
            >[<a href="frames.html" target="_top">frames</a
46
 
            >]&nbsp;|&nbsp;<a href="module-tree.html"
47
 
            target="_top">no&nbsp;frames</a>]</span></td></tr>
48
 
      </table>
49
 
    </td>
50
 
  </tr>
51
 
</table>
52
 
<center><b>
53
 
 [ <a href="module-tree.html">Module Hierarchy</a>
54
 
 | <a href="class-tree.html">Class Hierarchy</a> ]
55
 
</b></center><br />
56
 
<h1 class="epydoc">Module Hierarchy</h1>
57
 
<ul class="nomargin-top">
58
 
    <li> <strong class="uidlink"><a href="lib.scripting-module.html">lib.scripting</a></strong>    </li>
59
 
</ul>
60
 
<!-- ==================== NAVIGATION BAR ==================== -->
61
 
<table class="navbar" border="0" width="100%" cellpadding="0"
62
 
       bgcolor="#a0c0ff" cellspacing="0">
63
 
  <tr valign="middle">
64
 
  <!-- Home link -->
65
 
      <th>&nbsp;&nbsp;&nbsp;<a
66
 
        href="lib.scripting-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
67
 
 
68
 
  <!-- Tree link -->
69
 
      <th bgcolor="#70b0f0" class="navbar-select"
70
 
          >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
71
 
 
72
 
  <!-- Index link -->
73
 
      <th>&nbsp;&nbsp;&nbsp;<a
74
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
75
 
 
76
 
  <!-- Help link -->
77
 
      <th>&nbsp;&nbsp;&nbsp;<a
78
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
79
 
 
80
 
      <th class="navbar" width="100%"></th>
81
 
  </tr>
82
 
</table>
83
 
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
84
 
  <tr>
85
 
    <td align="left" class="footer">
86
 
    Generated by Epydoc 3.0.1 on Thu Aug 13 13:17:08 2009
87
 
    </td>
88
 
    <td align="right" class="footer">
89
 
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
90
 
        >http://epydoc.sourceforge.net</a>
91
 
    </td>
92
 
  </tr>
93
 
</table>
94
 
 
95
 
<script type="text/javascript">
96
 
  <!--
97
 
  // Private objects are initially displayed (because if
98
 
  // javascript is turned off then we want them to be
99
 
  // visible); but by default, we want to hide them.  So hide
100
 
  // them unless we have a cookie that says to show them.
101
 
  checkCookie();
102
 
  // -->
103
 
</script>
104
 
</body>
105
 
</html>