| 1 | 1 | {
|
|---|
| 2 | 2 | "layers": [
|
|---|
| 3 | 3 | {
|
|---|
| 4 | 4 | "name": "LayoutView #document",
|
|---|
| 5 | "bounds": [800, 600],
|
|---|
| 6 | "backgroundColor": "#FFFFFF"
|
|---|
| 7 | },
|
|---|
| 8 | {
|
|---|
| 9 | "name": "Scrolling Layer",
|
|---|
| 10 | "bounds": [800, 600],
|
|---|
| 11 | "drawsContent": false
|
|---|
| 12 | },
|
|---|
| 13 | {
|
|---|
| 14 | "name": "Scrolling Contents Layer",
|
|---|
| 5 | 15 | "bounds": [800, 600],
|
|---|
| 6 | 16 | "contentsOpaque": true,
|
|---|
| 7 | 17 | "backgroundColor": "#FFFFFF",
|
|---|
| 8 | 18 | "paintInvalidations": [
|
|---|
| 9 | 19 | {
|
|---|
| 10 | 20 | "object": "LayoutListBox SELECT",
|
|---|
| 11 | | "rect": [1, 37, 13, 17],
|
|---|
| 21 | "rect": [1, 35, 12, 15],
|
|---|
| 12 | 22 | "reason": "appeared"
|
|---|
| 23 | },
|
|---|
| 24 | {
|
|---|
| 25 | "object": "VerticalScrollbar",
|
|---|
| 26 | "rect": [13, 35, 11, 57],
|
|---|
| 27 | "reason": "appeared"
|
|---|
| 28 | },
|
|---|
| 29 | {
|
|---|
| 30 | "object": "VerticalScrollbar",
|
|---|
| 31 | "rect": [13, 35, 11, 57],
|
|---|
| 32 | "reason": "disappeared"
|
|---|
| 13 | 33 | }
|
|---|
| 14 | 34 | ]
|
|---|
| 15 | 35 | }
|
|---|
|
|