-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.rsrc.py
More file actions
37 lines (34 loc) · 898 Bytes
/
a.rsrc.py
File metadata and controls
37 lines (34 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{'stack':{'type':'Stack',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':'Standard Template with File->Exit menu',
'position':(62, 187),
'size':(400, 300),
'style':['resizeable'],
'menubar': {'type':'MenuBar',
'menus': [
{'type':'Menu',
'name':'menuFile',
'label':'&File',
'items': [
{'type':'MenuItem',
'name':'menuFileExit',
'label':'E&xit',
},
]
},
]
},
'components': [
{'type':'Button',
'name':'Button1',
'position':(99, 75),
'size':(110, 50),
'label':'Button1',
},
] # end components
} # end background
] # end backgrounds
} }