Last change
on this file since 25 was
24,
checked in by ajj, 16 years ago
|
Added dumped images in prep for creating new ones
|
-
Property svn:executable set to
*
|
File size:
557 bytes
|
Line | |
---|
1 | #!/usr/bin/wish |
---|
2 | |
---|
3 | set images(normal) [image create photo -format gif -data { |
---|
4 | R0lGODlhEAANAMIAAAAAAH9/f///////AL+/vwAA/wAAAAAAACH5BAEAAAUALAAAAAAQAA0A |
---|
5 | AAM1WBrM+rAEMigJ8c3Kb3OSII6kGABhp1JnaK1VGwjwKwtvHqNzzd263M3H4n2OH1QBwGw6 |
---|
6 | nQkAOw== |
---|
7 | } ] |
---|
8 | |
---|
9 | set images(active) [image create photo -format gif -data { |
---|
10 | R0lGODlhEAANAMIAAAAAAH9/f/////+/AL+/vwAA/wAAAAAAACH5BAEAAAUALAAAAAAQAA0A |
---|
11 | AAM8WBrM+rAEQWmIb5KxiWjNInCkV32AJHRlGQBgDA7vdN4vUa8tC78qlrCWmvRKsJTquHkp |
---|
12 | ZTKAsiCtWq0JADs= |
---|
13 | } ] |
---|
14 | |
---|
15 | $images(normal) write "normal.gif" |
---|
16 | $images(active) write "active.gif" |
---|
Note: See
TracBrowser
for help on using the repository browser.