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

« back to all changes in this revision

Viewing changes to doc/scripting/lib.scripting.Store-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-01-08 08:52:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108085258-czo4e8p007plrjxf
Tags: 0.61.2-1
* New upstream version:   
  - Bring back cut/copy/paste item menu options
  - Add 'engine' class to scripting framework to enable access to
    AutoKey internals
  - Add a configurable user module folder for import into scripts
  - Enable multiple selection mode in treeview and update all necessary
    interactions to work correctly
  - Enable inline renaming of items in treeview, get rid of title and
    description fields from the various pages

 

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
      <code>__getattribute__</code>,
153
153
      <code>__getitem__</code>,
154
154
      <code>__gt__</code>,
155
 
      <code>__hash__</code>,
156
155
      <code>__init__</code>,
157
156
      <code>__iter__</code>,
158
157
      <code>__le__</code>,
162
161
      <code>__new__</code>,
163
162
      <code>__repr__</code>,
164
163
      <code>__setitem__</code>,
 
164
      <code>__sizeof__</code>,
165
165
      <code>clear</code>,
166
166
      <code>copy</code>,
167
167
      <code>fromkeys</code>,
180
180
      </p>
181
181
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
182
182
      <code>__delattr__</code>,
 
183
      <code>__format__</code>,
183
184
      <code>__reduce__</code>,
184
185
      <code>__reduce_ex__</code>,
185
186
      <code>__setattr__</code>,
186
 
      <code>__str__</code>
 
187
      <code>__str__</code>,
 
188
      <code>__subclasshook__</code>
 
189
      </p>
 
190
    </td>
 
191
  </tr>
 
192
</table>
 
193
<!-- ==================== CLASS VARIABLES ==================== -->
 
194
<a name="section-ClassVariables"></a>
 
195
<table class="summary" border="1" cellpadding="3"
 
196
       cellspacing="0" width="100%" bgcolor="white">
 
197
<tr bgcolor="#70b0f0" class="table-header">
 
198
  <td colspan="2" class="table-header">
 
199
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
 
200
      <tr valign="top">
 
201
        <td align="left"><span class="table-header">Class Variables</span></td>
 
202
        <td align="right" valign="top"
 
203
         ><span class="options">[<a href="#section-ClassVariables"
 
204
         class="privatelink" onclick="toggle_private();"
 
205
         >hide private</a>]</span></td>
 
206
      </tr>
 
207
    </table>
 
208
  </td>
 
209
</tr>
 
210
  <tr>
 
211
    <td colspan="2" class="summary">
 
212
    <p class="indent-wrapped-lines"><b>Inherited from <code>dict</code></b>:
 
213
      <code>__hash__</code>
187
214
      </p>
188
215
    </td>
189
216
  </tr>
322
349
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
323
350
  <tr>
324
351
    <td align="left" class="footer">
325
 
    Generated by Epydoc 3.0.1 on Sat Nov 28 12:25:36 2009
 
352
    Generated by Epydoc 3.0.1 on Fri Jan  8 16:51:02 2010
326
353
    </td>
327
354
    <td align="right" class="footer">
328
355
      <a target="mainFrame" href="http://epydoc.sourceforge.net"