~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to samples/jabberChat/jabberChat.rsrc.py

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{'stack':{'type':'Stack',
 
1
{'application':{'type':'Application',
2
2
          'name':'jabberChat',
3
3
    'backgrounds': [
4
4
    {'type':'Background',
5
5
          'name':'bgMin',
6
6
          'title':'jabberChat PythonCard Application',
7
 
          'position':(5, 5),
8
7
          'size':(200, 150),
9
8
          'statusBar':1,
10
9
          'style':['resizeable'],
26
25
                  {'type':'MenuItem',
27
26
                   'name':'menuFileExit',
28
27
                   'label':'E&xit\tAlt+X',
 
28
                   'command':'exit',
29
29
                  },
30
30
              ]
31
31
             },