annotate skins/Osmosis/skin.hints @ 1857:2ed05cc57194 trunk

[svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY - make Osmosis mainwin 425x100 instead of 425x105 - reposition the minimize, shade and close buttons on the Osmosis skin.
author nenolod
date Wed, 11 Oct 2006 18:23:22 -0700
parents 2ad0069dc0b2
children ea26e65372be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1854
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
1 [skin]
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
2 skinDescription=TinyPlayer skin
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
3 mainwinOthertext=1
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
4 mainwinVisX=335
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
5 mainwinVisY=53
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
6 mainwinTextX=93
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
7 mainwinTextY=42
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
8 mainwinTextWidth=319
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
9 mainwinInfobarX=173
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
10 mainwinInfobarY=64
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
11 mainwinNumber0X=105
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
12 mainwinNumber0Y=57
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
13 mainwinNumber1X=117
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
14 mainwinNumber1Y=57
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
15 mainwinNumber2X=129
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
16 mainwinNumber2Y=57
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
17 mainwinNumber3X=147
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
18 mainwinNumber3Y=57
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
19 mainwinNumber4X=159
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
20 mainwinNumber4Y=57
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
21 mainwinPlayStatusX=93
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
22 mainwinPlayStatusY=58
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
23 mainwinOthertextIsStatus=1
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
24 mainwinVolumeX=126
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
25 mainwinVolumeY=22
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
26 mainwinBalanceX=200
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
27 mainwinBalanceY=22
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
28 mainwinPositionX=130
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
29 mainwinPositionY=80
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
30 mainwinTextVisible=1
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
31 mainwinOthertextVisible=1
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
32 mainwinVisVisible=1
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
33 mainwinMenurowVisible=0
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
34 mainwinWidth=425
1857
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
35 mainwinHeight=100
1854
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
36 mainwinPreviousX=5
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
37 mainwinPreviousY=48
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
38 mainwinPlayX=33
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
39 mainwinPlayY=48
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
40 mainwinPauseX=33
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
41 mainwinPauseY=70
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
42 mainwinStopX=33
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
43 mainwinStopY=26
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
44 mainwinNextX=61
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
45 mainwinNextY=48
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
46 mainwinEjectX=390
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
47 mainwinEjectY=77
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
48 mainwinEQButtonX=249
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
49 mainwinEQButtonY=22
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
50 mainwinPLButtonX=272
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
51 mainwinPLButtonY=22
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
52 mainwinShuffleX=310
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
53 mainwinShuffleY=22
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
54 mainwinRepeatX=355
2ad0069dc0b2 [svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff changeset
55 mainwinRepeatY=22
1857
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
56 mainwinAboutX=999
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
57 mainwinAboutY=999
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
58 mainwinMinimizeX=393
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
59 mainwinMinimizeY=3
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
60 mainwinShadeX=403
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
61 mainwinShadeY=3
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
62 mainwinCloseX=413
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
63 mainwinCloseY=3
2ed05cc57194 [svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
nenolod
parents: 1854
diff changeset
64