~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to samples/minimal/minimal.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
1
 
2
 
{ 'stack':{ 'type':'Stack',
 
2
{ 'application':{ 'type':'Application',
3
3
            'name':'Minimal',
4
4
 
5
5
    'backgrounds':
20
20
              'items': [ 
21
21
                { 'type':'MenuItem',
22
22
                  'name':'menuFileExit',
23
 
                  'label':'E&xit\tAlt+X' } ] }
 
23
                  'label':'E&xit\tAlt+X',
 
24
                  'command':'exit' } ] }
24
25
        ]       
25
26
    },
26
27
 
28
29
   [ 
29
30
    { 'type':'TextField',
30
31
      'name':'field1',
31
 
      'position':(0, 0),
 
32
      'position':(5, 5),
 
33
      'size':(150, -1),
32
34
      'text':'Hello PythonCard' },
33
35
   ]
34
36
  }