~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/library/easydialogs.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
   +----------------------+------------------------------------------+
101
101
 
102
102
   *commandlist* is a list of items of the form *cmdstr* or ``(cmdstr, descr)``,
103
 
   where *descr* is as above.  The *cmdstr*s will appear in a popup menu.  When
 
103
   where *descr* is as above.  The *cmdstr*\ s will appear in a popup menu.  When
104
104
   chosen, the text of *cmdstr* will be appended to the command line as is, except
105
105
   that a trailing ``':'`` or ``'='`` (if present) will be trimmed off.
106
106