summaryrefslogtreecommitdiff
path: root/test/tokentest/tokentest.ini
blob: a5187873e993fe1c7b0061cd4c79cb69f2f8c455 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
# Copyright (C) 2008 Thomas Thurman and others
# Generated using the "get-tokens.py" script from all themes on
# art.gnome.org, which are all released under DFSG-compatible
# licences.
# 
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.

###########################

[tokentest0]

###########################

# Some very simple examples
width+height=(str width)(add)(str height)
width*height=(str width)(multiply)(str height)
width `min` height=(str width)(min)(str height)

###########################

# Strings which can't possibly be well-formed
~~~=NONE

###########################

# Strings auto-generated by the original tokeniser
# from art.gnome.org themes (the theme name is given
# in a comment)

# Amiga, AmigaRelief, pOS
(((height - title_height) / 2) `max` 0)=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )

# Amiga, AmigaRelief, pOS
(((height - title_height) / 2) `max` 0)=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )

# Aquarius, Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Gilouche, GiloucheIM, River, SmoothGNOME, TangoDance, c2
(((height - title_height) / 2) `max` 0) + 1=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )(add)(int 1)

# Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, River, SmoothGNOME, TangoDance, c2
(((height - title_height) / 2) `max` 0) + 2=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )(add)(int 2)

# Clearlooks-RedExit
(((height - title_height) / 2) `max` 0) - 1=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )(subtract)(int 1)

# Gilouche, GiloucheIM
(((height - title_height) / 2) `max` 0)-1=( ( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0) )(subtract)(int 1)

# Gilouche, GiloucheIM
((3 `max` (width-title_width)) / 2)=( ( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2) )

# Gilouche, GiloucheIM
((3 `max` (width-title_width)) / 2)+1=( ( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2) )(add)(int 1)

# Gilouche, GiloucheIM
((3 `max` (width-title_width)) / 2)-1=( ( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2) )(subtract)(int 1)

# Esco
((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67=( ( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.4) )(multiply)(double 0.67)

# Atlanta, Bright, Carved2, Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, Gilouche, GiloucheIM, Metabox, Mista, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, River, Sandwish, Simple, SmoothGNOME, TangoDance, Tetelestai-Modern
((height - title_height) / 2) `max` 0=( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0)

# Simple, Tetelestai-Modern
((height - title_height) / 2) `max` 0 + 1=( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0)(add)(int 1)

# Outcrop
((height - title_height) / 2) `max` 0 +2=( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0)(add)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((height-(Bmin`max`height-Bpad*2))/2)=( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((height-(Bmin`max`height-Bpad*2))/2) + 1=( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(add)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((height-(Bmin`max`height-Bpad*2))/2) + 2=( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(add)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((height-(Bmin`max`height-Bpad*2))/2) - 1=( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 1)

# Clearbox-in, Clearbox-out, Simplebox
((height-title_height)/2) `max` 0=( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(max)(int 0)

# Crux
((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1=( ( (str left_width)(add)(str ButtonWidth)(add)(str IconTitleSpacing)(add)(str title_width)(add)(str CenterTitlePieceWidth)(multiply)(str height)(divide)(int 22) )(min)( (str width)(subtract)(int 3)(multiply)(str ButtonWidth)(subtract)(str right_width) ) )(add)(int 1)

# Crux
((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1=( ( (str left_width)(add)(str ButtonWidth)(add)(str IconTitleSpacing)(add)(str title_width) )(min)( (str width)(subtract)(str object_width)(multiply)(str height)(divide)(int 22)(subtract)(str right_width)(subtract)(int 3)(multiply)(str ButtonWidth) ) )(add)(int 1)

# Crux, Sandwish
((title_width + height / 2 + 32)) + 1=( ( (str title_width)(add)(str height)(divide)(int 2)(add)(int 32) ) )(add)(int 1)

# Crux, Sandwish
((title_width + height / 2 - 4) `min` (width - object_width - 26))=( ( (str title_width)(add)(str height)(divide)(int 2)(subtract)(int 4) )(min)( (str width)(subtract)(str object_width)(subtract)(int 26) ) )

# Crux, Sandwish
((title_width + height / 2) `min` (width - object_width - 6)) + 1=( ( (str title_width)(add)(str height)(divide)(int 2) )(min)( (str width)(subtract)(str object_width)(subtract)(int 6) ) )(add)(int 1)

# Sandwish
((title_width - 4) `min` (title_width/2-10))=( ( (str title_width)(subtract)(int 4) )(min)( (str title_width)(divide)(int 2)(subtract)(int 10) ) )

# Sandwish
((title_width) `min` (title_width/2-10))=( ( (str title_width) )(min)( (str title_width)(divide)(int 2)(subtract)(int 10) ) )

# Sandwish
((title_width) `min` (width)) + 1=( ( (str title_width) )(min)( (str width) ) )(add)(int 1)

# Sandwish
((title_width)) + 1=( ( (str title_width) ) )(add)(int 1)

# Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2
((width - title_width) / 2)=( ( (str width)(subtract)(str title_width) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((width-(Bmin`max`height-Bpad*2))/2)=( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((width-(Bmin`max`height-Bpad*2))/2) + 1=( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(add)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
((width-(Bmin`max`height-Bpad*2))/2) + 2=( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(add)(int 2)

# Sloth 
((width-title_width)/2) `max` 40=( ( (str width)(subtract)(str title_width) )(divide)(int 2) )(max)(int 40)

# Atlanta, EasyListening, Metabox, Outcrop
(0 `max` (width-title_width)) / 2=( (int 0)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)

# Outcrop
(0 `max` (width-title_width)) / 2 +1=( (int 0)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)(add)(int 1)

# EasyListening
(0 `max` (width-title_width)) / 2 - 1=( (int 0)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)(subtract)(int 1)

# Atlanta, Bright, Metabox, Outcrop
(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2=( (int 0)(max)( (str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing) ) )(divide)(int 2)

# Atlanta, Metabox, Outcrop, Simple
(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing=( (int 0)(max)( (str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing) ) )(divide)(int 2)(add)(str mini_icon_width)(add)(str IconTitleSpacing)

# Simple
(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing + 1=( (int 0)(max)( (str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing) ) )(divide)(int 2)(add)(str mini_icon_width)(add)(str IconTitleSpacing)(add)(int 1)

# Outcrop
(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing +1=( (int 0)(max)( (str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing) ) )(divide)(int 2)(add)(str mini_icon_width)(add)(str IconTitleSpacing)(add)(int 1)

# Aquarius, Carved2, Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, Gilouche, GiloucheIM, River, SmoothGNOME, TangoDance, c2
(3 `max` (width-title_width)) / 2=( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)

# Aquarius, Carved2, Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, River, SmoothGNOME, TangoDance, c2
(3 `max` (width-title_width)) / 2 + 1=( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)(add)(int 1)

# Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks2-Squared, Clearlooks2-Squared-Berries, River, SmoothGNOME, TangoDance, c2
(3 `max` (width-title_width)) / 2 + 2=( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)(add)(int 2)

# Bright
(3 `max` (width-title_width)) / 2+2=( (int 3)(max)( (str width)(subtract)(str title_width) ) )(divide)(int 2)(add)(int 2)

# Sandwish
(4+title_width+20) `min` (title_width-30)=( (int 4)(add)(str title_width)(add)(int 20) )(min)( (str title_width)(subtract)(int 30) )

# Sandwish
(4+title_width+291-34) `min` (width-4)=( (int 4)(add)(str title_width)(add)(int 291)(subtract)(int 34) )(min)( (str width)(subtract)(int 4) )

# Chiro, c2
(ButtonIPad+1) + 1=( (str ButtonIPad)(add)(int 1) )(add)(int 1)

# Esco
(height - (ButtonIPad + 1) * 2) * 0.4=( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.4)

# Esco
(height - (ButtonIPad + 1) * 2) * 0.4 + 1=( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.4)(add)(int 1)

# Esco
(height - (ButtonIPad + 1) * 2) * 0.67=( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.67)

# AgingGorilla, Crux, Gorilla, Sandwish, Soft Squares, Tactile, ThinMC
(height - object_height) / 2=( (str height)(subtract)(str object_height) )(divide)(int 2)

# Graphite
(height - title_height + 2) / 2=( (str height)(subtract)(str title_height)(add)(int 2) )(divide)(int 2)

# Agata, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Black, Correcamins, Firey 1.0, Firey Dark, Graphite, Maemo, Redmond, Silverado, Soft Squares, Tactile, ThinMC
(height - title_height) / 2=( (str height)(subtract)(str title_height) )(divide)(int 2)

# Agata, Black, Firey 1.0, Firey Dark
(height - title_height) / 2 + 1=( (str height)(subtract)(str title_height) )(divide)(int 2)(add)(int 1)

# Agata
(height - title_height) / 2 - 1=( (str height)(subtract)(str title_height) )(divide)(int 2)(subtract)(int 1)

# Maemo
(height - title_height) / 2+1=( (str height)(subtract)(str title_height) )(divide)(int 2)(add)(int 1)

# sky, sky-blue
(height - title_height) / 5=( (str height)(subtract)(str title_height) )(divide)(int 5)

# Esco
(height / 2) - (mini_icon_height / 2)=( (str height)(divide)(int 2) )(subtract)( (str mini_icon_height)(divide)(int 2) )

# Esco
(height / 2) - (mini_icon_height / 2) - 2=( (str height)(divide)(int 2) )(subtract)( (str mini_icon_height)(divide)(int 2) )(subtract)(int 2)

# Esco
(height / 2) - (title_height / 2)=( (str height)(divide)(int 2) )(subtract)( (str title_height)(divide)(int 2) )

# Esco
(height / 2) - (title_height / 2) - 1=( (str height)(divide)(int 2) )(subtract)( (str title_height)(divide)(int 2) )(subtract)(int 1)

# Esco
(height / 2) - (title_height / 2) - 2=( (str height)(divide)(int 2) )(subtract)( (str title_height)(divide)(int 2) )(subtract)(int 2)

# Atlanta
(height-(ArrowSpacer*2)) `max` MinArrowSize=( (str height)(subtract)( (str ArrowSpacer)(multiply)(int 2) ) )(max)(str MinArrowSize)

# Outcrop
(height-1)-(title_height /1.5)=( (str height)(subtract)(int 1) )(subtract)( (str title_height)(divide)(double 1.5) )

# Clearlooks-2.0-blend, Gilouche, GiloucheIM, TangoDance
(height-10)/2=( (str height)(subtract)(int 10) )(divide)(int 2)

# Atlanta, Bright, Metabox, Outcrop
(height-mini_icon_height) / 2=( (str height)(subtract)(str mini_icon_height) )(divide)(int 2)

# Aquarius, Clearlooks-RedExit, Firey 1.0, Firey Dark, Gilouche, GiloucheIM
(height-mini_icon_height)/2=( (str height)(subtract)(str mini_icon_height) )(divide)(int 2)

# Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, TangoDance
(height-mini_icon_height)/2+1=( (str height)(subtract)(str mini_icon_height) )(divide)(int 2)(add)(int 1)

# Vista Basic
(height-mini_icon_height)/2-1=( (str height)(subtract)(str mini_icon_height) )(divide)(int 2)(subtract)(int 1)

# boxx
(height-object_height)/2=( (str height)(subtract)(str object_height) )(divide)(int 2)

# boxx
(height-object_height)/2+1=( (str height)(subtract)(str object_height) )(divide)(int 2)(add)(int 1)

# 4DWM, MWM
(height-title_height)/2=( (str height)(subtract)(str title_height) )(divide)(int 2)

# Tetelestai-Modern
(height/2)-3=( (str height)(divide)(int 2) )(subtract)(int 3)

# Tetelestai-Modern
(height/2)-4=( (str height)(divide)(int 2) )(subtract)(int 4)

# Sloth 
(height/2)-5=( (str height)(divide)(int 2) )(subtract)(int 5)

# Crux
(left_width + ButtonWidth + IconTitleSpacing + title_width) `min`                     (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)=( (str left_width)(add)(str ButtonWidth)(add)(str IconTitleSpacing)(add)(str title_width) )(min)( (str width)(subtract)(str right_width)(subtract)(int 3)(multiply)(str ButtonWidth)(subtract)(str CenterTitlePieceWidth)(multiply)(str height)(divide)(int 22)(subtract)(int 3) )

# Chiro, c2
(title_height + 6)/2=( (str title_height)(add)(int 6) )(divide)(int 2)

# Chiro, c2
(title_height + 6)/2+1=( (str title_height)(add)(int 6) )(divide)(int 2)(add)(int 1)

# Esco
(width - (ButtonIPad + 1) * 2) * 0.67=( (str width)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.67)

# AgingGorilla, Crux, Gorilla, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Sandwish, Soft Squares, Tactile, ThinMC
(width - object_width) / 2=( (str width)(subtract)(str object_width) )(divide)(int 2)

# Crux, Sandwish
(width - title_width - height / 2 - 32 - 7) `max` 0=( (str width)(subtract)(str title_width)(subtract)(str height)(divide)(int 2)(subtract)(int 32)(subtract)(int 7) )(max)(int 0)

# Crux
(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)=( (str width)(subtract)(str title_width)(subtract)(str left_width)(subtract)(str ButtonWidth)(subtract)(str IconTitleSpacing)(subtract)(str CenterTitlePieceWidth)(multiply)(str height)(divide)(int 22)(subtract)(str right_width) )(max)( (int 3)(multiply)(str ButtonWidth) )

# Sandwish
(width - title_width - left_width - ButtonWidth - IconTitleSpacing - right_width) `max` (3 * ButtonWidth)=( (str width)(subtract)(str title_width)(subtract)(str left_width)(subtract)(str ButtonWidth)(subtract)(str IconTitleSpacing)(subtract)(str right_width) )(max)( (int 3)(multiply)(str ButtonWidth) )

# Agata, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Black, Firey 1.0, Firey Dark, Soft Squares, Tactile
(width - title_width) / 2=( (str width)(subtract)(str title_width) )(divide)(int 2)

# Agata, Black
(width - title_width) / 2 +1=( (str width)(subtract)(str title_width) )(divide)(int 2)(add)(int 1)

# Agata
(width - title_width) / 2 -1=( (str width)(subtract)(str title_width) )(divide)(int 2)(subtract)(int 1)

# Sandwish
(width -183) `max` 0=( (str width)(subtract)(int 183) )(max)(int 0)

# Graphite
(width -title_width + 2) / 2=( (str width)(subtract)(str title_width)(add)(int 2) )(divide)(int 2)

# Graphite
(width -title_width) / 2=( (str width)(subtract)(str title_width) )(divide)(int 2)

# Carved2
(width / 2) + 3=( (str width)(divide)(int 2) )(add)(int 3)

# Carved2
(width / 2) - 3=( (str width)(divide)(int 2) )(subtract)(int 3)

# Atlanta
(width-(ArrowSpacer*2)) `max` MinArrowSize=( (str width)(subtract)( (str ArrowSpacer)(multiply)(int 2) ) )(max)(str MinArrowSize)

# Clearlooks-2.0-blend, Gilouche, GiloucheIM, TangoDance
(width-10)/2=( (str width)(subtract)(int 10) )(divide)(int 2)

# boxx
(width-18-title_width-18)/18*18+9=( (str width)(subtract)(int 18)(subtract)(str title_width)(subtract)(int 18) )(divide)(int 18)(multiply)(int 18)(add)(int 9)

# Metabox
(width-ButtonIPad)/2+1=( (str width)(subtract)(str ButtonIPad) )(divide)(int 2)(add)(int 1)

# Clearlooks-RedExit, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Mista
(width-mini_icon_width)/2=( (str width)(subtract)(str mini_icon_width) )(divide)(int 2)

# Aquarius, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, TangoDance, Vista Basic
(width-mini_icon_width)/2-2=( (str width)(subtract)(str mini_icon_width) )(divide)(int 2)(subtract)(int 2)

# MWM
(width-title_width)/2 `max` 10=( (str width)(subtract)(str title_width) )(divide)(int 2)(max)(int 10)

# 4DWM, Agata, AgingGorilla, Almond, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Black, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Correcamins, Crux, EasyListening, Esco, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Gorilla, Graphite, MWM, Maemo, MetaGrip, Metabox, Mista, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Sandwish, Shiny, Shiny-Tango, Silverado, Simple, Simplebox, Sloth , SmoothGNOME, Soft Squares, Tactile, TangoDance, Tetelestai-Modern, ThinMC, Vista Basic, W2k, boxx, c2, pOS, sky, sky-blue
0={0==}(int 0)

# Esco
0 - 25={-25==}(int 0)(subtract)(int 25)

# Clearbox-look-2
0 `max` ((height-title_height)/2)=(int 0)(max)( ( (str height)(subtract)(str title_height) )(divide)(int 2) )

# Bentham
0 `max` ((width-title_width)) / 2 - height=(int 0)(max)( ( (str width)(subtract)(str title_width) ) )(divide)(int 2)(subtract)(str height)

# Vista Basic
0+1={1==}(int 0)(add)(int 1)

# Vista Basic
0+2={2==}(int 0)(add)(int 2)

# Amiga
0.125 * height=(double 0.125)(multiply)(str height)

# Amiga
0.125 * width=(double 0.125)(multiply)(str width)

# Amiga, AmigaRelief
0.25 * height=(double 0.25)(multiply)(str height)

# Amiga, AmigaRelief
0.25 * width=(double 0.25)(multiply)(str width)

# AmigaRelief
0.3 * height=(double 0.3)(multiply)(str height)

# AmigaRelief
0.3 * width=(double 0.3)(multiply)(str width)

# Amiga, AmigaRelief
0.35 * height=(double 0.35)(multiply)(str height)

# Amiga, AmigaRelief
0.35 * width=(double 0.35)(multiply)(str width)

# Amiga, AmigaRelief
0.375 * height=(double 0.375)(multiply)(str height)

# Amiga, AmigaRelief
0.375 * width=(double 0.375)(multiply)(str width)

# Amiga, AmigaRelief
0.4 * height=(double 0.4)(multiply)(str height)

# Amiga, AmigaRelief
0.4 * width=(double 0.4)(multiply)(str width)

# Amiga, AmigaRelief
0.5 * height=(double 0.5)(multiply)(str height)

# Amiga, AmigaRelief
0.5 * width=(double 0.5)(multiply)(str width)

# Amiga, AmigaRelief
0.525 * height=(double 0.525)(multiply)(str height)

# AmigaRelief
0.525 * width=(double 0.525)(multiply)(str width)

# AmigaRelief
0.6 * height=(double 0.6)(multiply)(str height)

# AmigaRelief
0.6 * width=(double 0.6)(multiply)(str width)

# AmigaRelief
0.625 * height=(double 0.625)(multiply)(str height)

# AmigaRelief
0.625 * width=(double 0.625)(multiply)(str width)

# AmigaRelief
0.65 * height=(double 0.65)(multiply)(str height)

# AmigaRelief
0.7 * height=(double 0.7)(multiply)(str height)

# AmigaRelief
0.7 * width=(double 0.7)(multiply)(str width)

# AmigaRelief
0.75 * height=(double 0.75)(multiply)(str height)

# AmigaRelief
0.75 * width=(double 0.75)(multiply)(str width)

# 4DWM, AgingGorilla, Almond, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, Esco, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Gorilla, MWM, Maemo, MetaGrip, Metabox, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Shiny, Shiny-Tango, Silverado, Simple, Simplebox, SmoothGNOME, Soft Squares, Tactile, TangoDance, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
1={1==}(int 1)

# Clearbox-look-2
1 `max` ((height-title_height)/2)+1=(int 1)(max)( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(add)(int 1)

# Almond, MetaGrip, Shiny, Shiny-Tango
1 `max` ((height-title_height)/2)-1=(int 1)(max)( ( (str height)(subtract)(str title_height) )(divide)(int 2) )(subtract)(int 1)

# Agata, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Amiga, AmigaRelief, Black, Clearlooks-2.0-blend, Gilouche, GiloucheIM, Maemo, Outcrop, Shiny, Shiny-Tango, Sloth , TangoDance, pOS, sky, sky-blue
10={10==}(int 10)

# MetaGrip
1024={1024==}(int 1024)

# MetaGrip, Shiny, Shiny-Tango
11={11==}(int 11)

# Almond, Shiny, Shiny-Tango
12={12==}(int 12)

# Shiny
13={13==}(int 13)

# Almond, Sloth 
14={14==}(int 14)

# sky, sky-blue
15={15==}(int 15)

# Almond, Graphite, Maemo, MetaGrip, Shiny, Shiny-Tango, sky, sky-blue
16={16==}(int 16)

# boxx
1600={1600==}(int 1600)

# Agata, Maemo, boxx
17={17==}(int 17)

# EasyListening, MetaGrip, Shiny, Shiny-Tango, boxx
19={19==}(int 19)

# 4DWM, AgingGorilla, Almond, Amiga, AmigaRelief, Aquarius, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, EasyListening, Esco, Gilouche, GiloucheIM, Gorilla, MWM, Maemo, Mista, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, River, Sandwish, Shiny, Shiny-Tango, Silverado, Simple, Simplebox, Sloth , SmoothGNOME, Tactile, TangoDance, Tetelestai-Modern, ThinMC, Vista Basic, boxx, c2, pOS
2={2==}(int 2)

# Redmond
2 + ButtonIPad=(int 2)(add)(str ButtonIPad)

# Shiny, Shiny-Tango
2 `max` ((height-title_height)/2)=(int 2)(max)( ( (str height)(subtract)(str title_height) )(divide)(int 2) )

# Firey 1.0, Firey Dark, Maemo, MetaGrip, Shiny, Shiny-Tango
20={20==}(int 20)

# Shiny, Shiny-Tango
21={21==}(int 21)

# Soft Squares
22={22==}(int 22)

# Graphite, MetaGrip, Shiny, Shiny-Tango, sky, sky-blue
23={23==}(int 23)

# Almond, Maemo, Shiny, Shiny-Tango
24={24==}(int 24)

# Agata
25={25==}(int 25)

# 4DWM, AgingGorilla, Amiga, AmigaRelief, Aquarius, Bright, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, EasyListening, Esco, Gilouche, GiloucheIM, Gorilla, Maemo, MetaGrip, Mista, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Sandwish, Shiny, Shiny-Tango, Sloth , SmoothGNOME, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
3={3==}(int 3)

# Atlanta, Bright, Metabox, Redmond, Simple, SmoothGNOME, Tetelestai-Modern
3 + ButtonIPad=(int 3)(add)(str ButtonIPad)

# SmoothGNOME
3 + ButtonIPad+1=(int 3)(add)(str ButtonIPad)(add)(int 1)

# Chiro, Maemo, SmoothGNOME
32={32==}(int 32)

# Outcrop
36={36==}(int 36)

# Graphite
39={39==}(int 39)

# 4DWM, Agata, AgingGorilla, Almond, Amiga, AmigaRelief, Aquarius, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, EasyListening, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Gorilla, MWM, Maemo, MetaGrip, Redmond, River, Sandwish, Silverado, Simplebox, Sloth , SmoothGNOME, W2k, boxx, c2, pOS
4={4==}(int 4)

# Clearbox-look-2
4 `max` (width-title_width)/2=(int 4)(max)( (str width)(subtract)(str title_width) )(divide)(int 2)

# sky, sky-blue
40={40==}(int 40)

# TangoDance
48={48==}(int 48)

# 4DWM, AgingGorilla, Almond, AmigaRelief, Aquarius, Black, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Correcamins, Crux, Gorilla, MWM, MetaGrip, Outcrop, Redmond, Sandwish, Shiny, Shiny-Tango, Simplebox, Sloth , Tactile, ThinMC, Vista Basic, pOS
5={5==}(int 5)

# Almond, Clearbox-look-2, MetaGrip, Shiny, Shiny-Tango
5 `max` (width-title_width)/2+1=(int 5)(max)( (str width)(subtract)(str title_width) )(divide)(int 2)(add)(int 1)

# 4DWM, AgingGorilla, Clearbox-in, Clearbox-out, Clearlooks-RedExit, Firey 1.0, Firey Dark, Gorilla, Graphite, MWM, Maemo, Outcrop, Simplebox, Soft Squares, Vista Basic, pOS
6={6==}(int 6)

# Shiny, Shiny-Tango
6 `max` (width-title_width)/2+2=(int 6)(max)( (str width)(subtract)(str title_width) )(divide)(int 2)(add)(int 2)

# 4DWM, Almond, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Clearbox-in, Clearbox-out, MWM, MetaGrip, Outcrop, Shiny, Shiny-Tango, Simplebox, pOS
7={7==}(int 7)

# 4DWM, AgingGorilla, Almond, Clearlooks-RedExit, Gorilla, Maemo, Outcrop, Shiny, Sloth , Tactile, pOS
8={8==}(int 8)

# Clearlooks-RedExit
8 + top_height - 16=(int 8)(add)(str top_height)(subtract)(int 16)

# Vista Basic
87={87==}(int 87)

# Clearbox-in, Clearbox-out, Outcrop, Shiny, Shiny-Tango, Simplebox, Vista Basic, pOS, sky, sky-blue
9={9==}(int 9)

# Atlanta
ArrowSpacer `min` (height-MinArrowSize)/2=(str ArrowSpacer)(min)( (str height)(subtract)(str MinArrowSize) )(divide)(int 2)

# Atlanta
ArrowSpacer `min` (width-MinArrowSize)/2=(str ArrowSpacer)(min)( (str width)(subtract)(str MinArrowSize) )(divide)(int 2)

# Atlanta, Bright, Carved2, Chiro, Esco, Metabox, Redmond, River, Simple, SmoothGNOME, Tetelestai-Modern, c2
ButtonIPad=(str ButtonIPad)

# Esco
ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33=(str ButtonIPad)(add)( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.33)

# Esco
ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33 + 1=(str ButtonIPad)(add)( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.33)(add)(int 1)

# Esco
ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33=(str ButtonIPad)(add)( (str width)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.33)

# Esco
ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33 + 1=(str ButtonIPad)(add)( (str width)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.33)(add)(int 1)

# Carved2, Chiro, Esco, River, c2
ButtonIPad + 1=(str ButtonIPad)(add)(int 1)

# Esco
ButtonIPad + 1 + 1=(str ButtonIPad)(add)(int 1)(add)(int 1)

# Chiro, River, c2
ButtonIPad + 2=(str ButtonIPad)(add)(int 2)

# Chiro, River, c2
ButtonIPad + 3=(str ButtonIPad)(add)(int 3)

# Carved2, Chiro, Esco, Metabox, Redmond, River, Simple, Tetelestai-Modern, c2
ButtonIPad - 1=(str ButtonIPad)(subtract)(int 1)

# Esco
ButtonIPad - 1 + 1=(str ButtonIPad)(subtract)(int 1)(add)(int 1)

# Atlanta, Bright, Chiro, Metabox, Redmond, Simple, SmoothGNOME, Tetelestai-Modern, c2
ButtonIPad+1=(str ButtonIPad)(add)(int 1)

# Simple
ButtonIPad+2=(str ButtonIPad)(add)(int 2)

# Redmond, SmoothGNOME
ButtonIPad-1=(str ButtonIPad)(subtract)(int 1)

# Clearbox-look-2
ButtonPad=(str ButtonPad)

# Clearbox-look-2
ButtonPad+(height-ButtonPad)/6=(str ButtonPad)(add)( (str height)(subtract)(str ButtonPad) )(divide)(int 6)

# Clearbox-look-2
ButtonPad+(height-ButtonPad)/6-1=(str ButtonPad)(add)( (str height)(subtract)(str ButtonPad) )(divide)(int 6)(subtract)(int 1)

# Clearbox-look-2
ButtonPad+1=(str ButtonPad)(add)(int 1)

# Clearbox-look-2
ButtonPad+2=(str ButtonPad)(add)(int 2)

# Clearbox-look-2
ButtonPad+3=(str ButtonPad)(add)(int 3)

# Clearbox-look-2
ButtonPad-1=(str ButtonPad)(subtract)(int 1)

# Clearbox-look-2
ButtonPad-2=(str ButtonPad)(subtract)(int 2)

# Mista
CaptionStart=(str CaptionStart)

# AgingGorilla, Crux, Gorilla, Sandwish
IconTitleSpacing=(str IconTitleSpacing)

# Clearbox-look-2
PrelightPad=(str PrelightPad)

# Clearbox-look-2
PrelightPad+(height-PrelightPad)/6=(str PrelightPad)(add)( (str height)(subtract)(str PrelightPad) )(divide)(int 6)

# Clearbox-look-2
PrelightPad+(height-PrelightPad)/6-1=(str PrelightPad)(add)( (str height)(subtract)(str PrelightPad) )(divide)(int 6)(subtract)(int 1)

# Clearbox-look-2
PrelightPad+1=(str PrelightPad)(add)(int 1)

# Clearbox-look-2
PrelightPad+2=(str PrelightPad)(add)(int 2)

# Clearbox-look-2
PrelightPad+3=(str PrelightPad)(add)(int 3)

# Clearbox-look-2
PrelightPad-1=(str PrelightPad)(subtract)(int 1)

# Clearbox-look-2
PrelightPad-2=(str PrelightPad)(subtract)(int 2)

# Carved2
ResizerWidth=(str ResizerWidth)

# Carved2
ResizerWidth + 1=(str ResizerWidth)(add)(int 1)

# Mista
TitlebarPad=(str TitlebarPad)

# Silverado
bottom_height=(str bottom_height)

# Carved2
bottom_height - 3=(str bottom_height)(subtract)(int 3)

# Carved2
bottom_height - 4=(str bottom_height)(subtract)(int 4)

# MWM, Tetelestai-Modern
bottom_height-1=(str bottom_height)(subtract)(int 1)

# 4DWM
bottom_height-2=(str bottom_height)(subtract)(int 2)

# 4DWM
bottom_height-4=(str bottom_height)(subtract)(int 4)

# 4DWM, Agata, AgingGorilla, Almond, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Amiga, Atlanta, Black, Bright, Carved2, Chiro, Clearbox-in, Clearbox-out, Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Correcamins, Crux, EasyListening, Esco, Firey 1.0, Firey Dark, Gorilla, Graphite, MWM, Maemo, MetaGrip, Metabox, Mista, Outcrop, Redmond, River, Sandwish, Shiny, Shiny-Tango, Silverado, Simple, Simplebox, SmoothGNOME, Soft Squares, Tactile, TangoDance, Tetelestai-Modern, ThinMC, Vista Basic, W2k, boxx, c2, sky, sky-blue
height=(str height)

# Esco
height + 25=(str height)(add)(int 25)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height - ((height-(Bmin`max`height-Bpad*2))/2)=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height - ((height-(Bmin`max`height-Bpad*2))/2) - 1=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height - ((height-(Bmin`max`height-Bpad*2))/2) - 2=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height - ((height-(Bmin`max`height-Bpad*2))/2)-1=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 1)

# Esco
height - (ButtonIPad + 1) * 2=(str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2)

# AgingGorilla, Aquarius, Carved2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Gilouche, GiloucheIM, Gorilla, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Simple, SmoothGNOME, TangoDance
height - 1=(str height)(subtract)(int 1)

# Esco
height - 1 - ButtonIPad - 1=(str height)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)

# Esco
height - 1 - ButtonIPad - 1 + 1=(str height)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)(add)(int 1)

# Esco
height - 1 - ButtonIPad - 1 - 1=(str height)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)

# Esco
height - 1 - ButtonIPad - 1 - 1 + 1=(str height)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)(add)(int 1)

# AgingGorilla, Gorilla
height - 10=(str height)(subtract)(int 10)

# AgingGorilla, Gorilla
height - 12=(str height)(subtract)(int 12)

# AgingGorilla, Gorilla
height - 14=(str height)(subtract)(int 14)

# AgingGorilla, Aquarius, Carved2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Gorilla, Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2, Redmond, River, Simple, SmoothGNOME
height - 2=(str height)(subtract)(int 2)

# Esco, Gilouche, GiloucheIM, SmoothGNOME, TangoDance
height - 3=(str height)(subtract)(int 3)

# Crux, Sandwish, SmoothGNOME
height - 4=(str height)(subtract)(int 4)

# Atlanta, Bright, Simple
height - 5 - ButtonIPad=(str height)(subtract)(int 5)(subtract)(str ButtonIPad)

# AgingGorilla, Esco, Gorilla
height - 7=(str height)(subtract)(int 7)

# Metabox, Redmond, SmoothGNOME, Tetelestai-Modern
height - 7 - ButtonIPad=(str height)(subtract)(int 7)(subtract)(str ButtonIPad)

# AgingGorilla, Gorilla
height - 8=(str height)(subtract)(int 8)

# Carved2, Chiro, Metabox, Redmond, River, Simple, SmoothGNOME, Tetelestai-Modern, c2
height - ButtonIPad=(str height)(subtract)(str ButtonIPad)

# Carved2, Simple
height - ButtonIPad + 1=(str height)(subtract)(str ButtonIPad)(add)(int 1)

# Esco
height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4)=(str height)(subtract)(str ButtonIPad)(subtract)( ( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.4) )

# Esco
height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4) - 1=(str height)(subtract)(str ButtonIPad)(subtract)( ( (str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2) )(multiply)(double 0.4) )(subtract)(int 1)

# Atlanta, Carved2, Esco, Metabox, Redmond, SmoothGNOME, Tetelestai-Modern
height - ButtonIPad - 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 1)

# Esco
height - ButtonIPad - 1 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 1)(add)(int 1)

# Esco
height - ButtonIPad - 1 - 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)

# Esco
height - ButtonIPad - 1 - 1 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)(add)(int 1)

# Bright, Chiro, Esco, Redmond, River, SmoothGNOME, c2
height - ButtonIPad - 2=(str height)(subtract)(str ButtonIPad)(subtract)(int 2)

# Esco
height - ButtonIPad - 2 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 2)(add)(int 1)

# Esco
height - ButtonIPad - 3=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)

# Esco
height - ButtonIPad - 3 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)(add)(int 1)

# Esco
height - ButtonIPad - 3 - 4=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)(subtract)(int 4)

# Esco
height - ButtonIPad - 3 - 4 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)(subtract)(int 4)(add)(int 1)

# Esco
height - ButtonIPad - 3 - 5=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)(subtract)(int 5)

# Esco
height - ButtonIPad - 3 - 5 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 3)(subtract)(int 5)(add)(int 1)

# Metabox, Tetelestai-Modern
height - ButtonIPad - 4=(str height)(subtract)(str ButtonIPad)(subtract)(int 4)

# Esco
height - ButtonIPad - 5=(str height)(subtract)(str ButtonIPad)(subtract)(int 5)

# Esco
height - ButtonIPad - 5 + 1=(str height)(subtract)(str ButtonIPad)(subtract)(int 5)(add)(int 1)

# Atlanta, Bright, Metabox, Redmond, SmoothGNOME, Tetelestai-Modern
height - ButtonIPad - ThickLineWidth + 1=(str height)(subtract)(str ButtonIPad)(subtract)(str ThickLineWidth)(add)(int 1)

# Simple
height - ButtonIPad - ThickLineWidth + 3=(str height)(subtract)(str ButtonIPad)(subtract)(str ThickLineWidth)(add)(int 3)

# Chiro, River, c2
height - ButtonIPad-1=(str height)(subtract)(str ButtonIPad)(subtract)(int 1)

# Quiet-Environment, Quiet-Graphite, Quiet-Human, Quiet-Purple-2K6
height - height / 4=(str height)(subtract)(str height)(divide)(int 4)

# Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2
height - height / 4 + 2=(str height)(subtract)(str height)(divide)(int 4)(add)(int 2)

# Crux, Maemo, Sandwish
height - object_height=(str height)(subtract)(str object_height)

# Esco
height - top_height - bottom_height + 1=(str height)(subtract)(str top_height)(subtract)(str bottom_height)(add)(int 1)

# Esco
height - top_height - bottom_height - 1=(str height)(subtract)(str top_height)(subtract)(str bottom_height)(subtract)(int 1)

# Aquarius, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, TangoDance
height / 2=(str height)(divide)(int 2)

# TangoDance
height / 2 - 1=(str height)(divide)(int 2)(subtract)(int 1)

# TangoDance
height / 2 - 2=(str height)(divide)(int 2)(subtract)(int 2)

# Aquarius, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, TangoDance
height / 2 - 3=(str height)(divide)(int 2)(subtract)(int 3)

# Aquarius, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height / 2 - 4=(str height)(divide)(int 2)(subtract)(int 4)

# Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2
height / 3=(str height)(divide)(int 3)

# Quiet-Environment, Quiet-Graphite, Quiet-Human, Quiet-Purple-2K6
height / 4=(str height)(divide)(int 4)

# Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2
height / 4 + 2=(str height)(divide)(int 4)(add)(int 2)

# Outcrop
height /2=(str height)(divide)(int 2)

# Outcrop
height /2 +1=(str height)(divide)(int 2)(add)(int 1)

# Outcrop
height /2 +2=(str height)(divide)(int 2)(add)(int 2)

# Outcrop
height /2 -1=(str height)(divide)(int 2)(subtract)(int 1)

# Bentham
height `max` ((width-title_width)) / 2=(str height)(max)( ( (str width)(subtract)(str title_width) ) )(divide)(int 2)

# Mista
height `min` object_height=(str height)(min)(str object_height)

# Sloth 
height+1=(str height)(add)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height-((height-(Bmin`max`height-Bpad*2))/2)*2-1=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(multiply)(int 2)(subtract)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
height-((height-(Bmin`max`height-Bpad*2))/2)*2-3=(str height)(subtract)( ( (str height)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(multiply)(int 2)(subtract)(int 3)

# 4DWM
height-(2 * right_width - 1)=(str height)(subtract)( (int 2)(multiply)(str right_width)(subtract)(int 1) )

# Chiro, c2
height-(ButtonIPad+1)*2-1=(str height)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2)(subtract)(int 1)

# 4DWM
height-(right_width-1)=(str height)(subtract)( (str right_width)(subtract)(int 1) )

# 4DWM
height-(right_width-2)=(str height)(subtract)( (str right_width)(subtract)(int 2) )

# 4DWM, Almond, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Bright, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, MWM, MetaGrip, Metabox, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Simple, Simplebox, Sloth , SmoothGNOME, Tactile, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
height-1=(str height)(subtract)(int 1)

# pOS
height-11=(str height)(subtract)(int 11)

# 4DWM, AmigaRelief, Aquarius, Atlanta, Bentham, Bright, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, Gilouche, GiloucheIM, MWM, Metabox, Outcrop, River, Shiny, Shiny-Tango, Silverado, Simple, SmoothGNOME, Tactile, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
height-2=(str height)(subtract)(int 2)

# Shiny, Shiny-Tango
height-21=(str height)(subtract)(int 21)

# Soft Squares, Tactile
height-23=(str height)(subtract)(int 23)

# Maemo
height-25=(str height)(subtract)(int 25)

# Maemo
height-26=(str height)(subtract)(int 26)

# Maemo, Shiny, Shiny-Tango
height-29=(str height)(subtract)(int 29)

# 4DWM, Aquarius, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Gilouche, GiloucheIM, MWM, Outcrop, River, Simple, Simplebox, SmoothGNOME, Tactile, Tetelestai-Modern, W2k, c2
height-3=(str height)(subtract)(int 3)

# 4DWM, Amiga, AmigaRelief, Aquarius, Bright, Carved2, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, Maemo, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, River, Sandwish, SmoothGNOME, Tetelestai-Modern, W2k, c2, pOS
height-4=(str height)(subtract)(int 4)

# 4DWM, Almond, Amiga, AmigaRelief, Aquarius, Carved2, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, MWM, River, SmoothGNOME, Tetelestai-Modern, W2k, c2, pOS
height-5=(str height)(subtract)(int 5)

# 4DWM, AmigaRelief, Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, EasyListening, MWM, pOS
height-6=(str height)(subtract)(int 6)

# 4DWM, MWM, Shiny, Shiny-Tango, pOS
height-7=(str height)(subtract)(int 7)

# 4DWM, pOS
height-8=(str height)(subtract)(int 8)

# Almond, Outcrop, pOS
height-9=(str height)(subtract)(int 9)

# Carved2
height-ButtonIPad*2=(str height)(subtract)(str ButtonIPad)(multiply)(int 2)

# Simple
height-ButtonIPad*2 + 1=(str height)(subtract)(str ButtonIPad)(multiply)(int 2)(add)(int 1)

# Atlanta, Chiro, Metabox, Redmond, River, SmoothGNOME, Tetelestai-Modern, c2
height-ButtonIPad*2-1=(str height)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 1)

# Bright
height-ButtonIPad*2-2=(str height)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 2)

# Chiro, River, c2
height-ButtonIPad*2-5=(str height)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 5)

# Clearbox-look-2
height-ButtonPad=(str height)(subtract)(str ButtonPad)

# Clearbox-look-2
height-ButtonPad*2+1=(str height)(subtract)(str ButtonPad)(multiply)(int 2)(add)(int 1)

# Clearbox-look-2
height-ButtonPad*2-2=(str height)(subtract)(str ButtonPad)(multiply)(int 2)(subtract)(int 2)

# Clearbox-look-2
height-ButtonPad+1=(str height)(subtract)(str ButtonPad)(add)(int 1)

# Clearbox-look-2
height-ButtonPad-1=(str height)(subtract)(str ButtonPad)(subtract)(int 1)

# Clearbox-look-2
height-ButtonPad-2=(str height)(subtract)(str ButtonPad)(subtract)(int 2)

# Clearbox-look-2
height-PrelightPad=(str height)(subtract)(str PrelightPad)

# Clearbox-look-2
height-PrelightPad*2+1=(str height)(subtract)(str PrelightPad)(multiply)(int 2)(add)(int 1)

# Clearbox-look-2
height-PrelightPad*2-2=(str height)(subtract)(str PrelightPad)(multiply)(int 2)(subtract)(int 2)

# Clearbox-look-2
height-PrelightPad+1=(str height)(subtract)(str PrelightPad)(add)(int 1)

# Clearbox-look-2
height-PrelightPad-1=(str height)(subtract)(str PrelightPad)(subtract)(int 1)

# Clearbox-look-2
height-PrelightPad-2=(str height)(subtract)(str PrelightPad)(subtract)(int 2)

# Chiro, Gilouche, GiloucheIM, SmoothGNOME, Tetelestai-Modern
height-bottom_height=(str height)(subtract)(str bottom_height)

# Carved2
height-bottom_height + 1=(str height)(subtract)(str bottom_height)(add)(int 1)

# Carved2
height-bottom_height + 2=(str height)(subtract)(str bottom_height)(add)(int 2)

# 4DWM, MWM
height-bottom_height+1=(str height)(subtract)(str bottom_height)(add)(int 1)

# Gilouche, GiloucheIM
height-bottom_height-top_height=(str height)(subtract)(str bottom_height)(subtract)(str top_height)

# 4DWM
height-bottom_height/2=(str height)(subtract)(str bottom_height)(divide)(int 2)

# Mista
height-object_height=(str height)(subtract)(str object_height)

# 4DWM, MWM
height-right_width=(str height)(subtract)(str right_width)

# MWM
height-right_width-1=(str height)(subtract)(str right_width)(subtract)(int 1)

# c2
height-title_height=(str height)(subtract)(str title_height)

# Chiro, SmoothGNOME
height-title_height-38=(str height)(subtract)(str title_height)(subtract)(int 38)

# Amiga, AmigaRelief, c2, pOS
height-title_height-6=(str height)(subtract)(str title_height)(subtract)(int 6)

# 4DWM, MWM
height-top_height=(str height)(subtract)(str top_height)

# 4DWM
height-top_height+1=(str height)(subtract)(str top_height)(add)(int 1)

# 4DWM, MWM, Tactile
height-top_height-1=(str height)(subtract)(str top_height)(subtract)(int 1)

# 4DWM
height-top_height-2=(str height)(subtract)(str top_height)(subtract)(int 2)

# Atlanta, Bright, Metabox, Simple, SmoothGNOME, TangoDance, Tetelestai-Modern
height-top_height-bottom_height+1=(str height)(subtract)(str top_height)(subtract)(str bottom_height)(add)(int 1)

# Sloth 
height/1.5=(str height)(divide)(double 1.5)

# 4DWM, Aquarius, Bentham, Clearbox-in, Clearbox-out, MWM, Simplebox, Sloth , Tetelestai-Modern
height/2=(str height)(divide)(int 2)

# Bentham
height/2 + height/4 - 1=(str height)(divide)(int 2)(add)(str height)(divide)(int 4)(subtract)(int 1)

# Bentham
height/2 + height/4 - 2=(str height)(divide)(int 2)(add)(str height)(divide)(int 4)(subtract)(int 2)

# Bentham
height/2 - height/4=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 4)

# Bentham
height/2 - height/4 + 1=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 4)(add)(int 1)

# Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2
height/2 - width/2=(str height)(divide)(int 2)(subtract)(str width)(divide)(int 2)

# Amiga, AmigaRelief
height/2 - width/2 + 2=(str height)(divide)(int 2)(subtract)(str width)(divide)(int 2)(add)(int 2)

# Clearbox-look-2
height/2+(height-ButtonPad)/6+1=(str height)(divide)(int 2)(add)( (str height)(subtract)(str ButtonPad) )(divide)(int 6)(add)(int 1)

# Clearbox-look-2
height/2+(height-PrelightPad)/6+1=(str height)(divide)(int 2)(add)( (str height)(subtract)(str PrelightPad) )(divide)(int 6)(add)(int 1)

# 4DWM, Aquarius, Clearbox-in, Clearbox-out, Simplebox
height/2+1=(str height)(divide)(int 2)(add)(int 1)

# 4DWM, Clearbox-in, Clearbox-out, MWM, Simplebox
height/2+2=(str height)(divide)(int 2)(add)(int 2)

# 4DWM, Clearbox-in, Clearbox-out, Simplebox
height/2+3=(str height)(divide)(int 2)(add)(int 3)

# Clearbox-in, Clearbox-out, Simplebox
height/2+4=(str height)(divide)(int 2)(add)(int 4)

# Clearbox-in, Clearbox-out, Simplebox
height/2+5=(str height)(divide)(int 2)(add)(int 5)

# Clearbox-in, Clearbox-out, Simplebox
height/2+6=(str height)(divide)(int 2)(add)(int 6)

# Aquarius
height/2+height/4=(str height)(divide)(int 2)(add)(str height)(divide)(int 4)

# Aquarius
height/2+height/4-1=(str height)(divide)(int 2)(add)(str height)(divide)(int 4)(subtract)(int 1)

# Clearbox-in, Clearbox-out, MWM, Simplebox
height/2-1=(str height)(divide)(int 2)(subtract)(int 1)

# 4DWM, Aquarius, Clearbox-in, Clearbox-out, Simplebox
height/2-2=(str height)(divide)(int 2)(subtract)(int 2)

# Clearbox-in, Clearbox-out, Outcrop, Simplebox
height/2-3=(str height)(divide)(int 2)(subtract)(int 3)

# Clearbox-in, Clearbox-out, Outcrop, Simplebox
height/2-4=(str height)(divide)(int 2)(subtract)(int 4)

# Clearbox-in, Clearbox-out, Simplebox
height/2-5=(str height)(divide)(int 2)(subtract)(int 5)

# Aquarius
height/2-5+(2`max`height/8)=(str height)(divide)(int 2)(subtract)(int 5)(add)( (int 2)(max)(str height)(divide)(int 8) )

# Aquarius
height/2-height/4=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 4)

# Aquarius
height/2-height/4+1=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 4)(add)(int 1)

# Aquarius
height/2-height/4+2=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 4)(add)(int 2)

# Aquarius
height/2-height/6+1=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 6)(add)(int 1)

# Aquarius
height/2-height/6+2=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 6)(add)(int 2)

# Bentham
height/2-height/8-1=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 8)(subtract)(int 1)

# Bentham
height/2-height/8-2=(str height)(divide)(int 2)(subtract)(str height)(divide)(int 8)(subtract)(int 2)

# Aquarius
height/3+1=(str height)(divide)(int 3)(add)(int 1)

# Aquarius
height/3-1=(str height)(divide)(int 3)(subtract)(int 1)

# Aquarius
height/3-3=(str height)(divide)(int 3)(subtract)(int 3)

# Bentham
height/4=(str height)(divide)(int 4)

# Bentham
height/4+2=(str height)(divide)(int 4)(add)(int 2)

# 4DWM, Esco, Gilouche, GiloucheIM, MWM, Silverado
left_width=(str left_width)

# Esco
left_width - 1=(str left_width)(subtract)(int 1)

# 4DWM, Atlanta, Bright, Chiro, Gilouche, GiloucheIM, MWM, Metabox, Simple, SmoothGNOME, TangoDance, Tetelestai-Modern
left_width-1=(str left_width)(subtract)(int 1)

# 4DWM, Tetelestai-Modern
left_width-2=(str left_width)(subtract)(int 2)

# 4DWM
left_width-3=(str left_width)(subtract)(int 3)

# Aquarius, Atlanta, Clearlooks-2.0-blend, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Metabox, Mista, Outcrop, Silverado, TangoDance, Vista Basic, W2k
mini_icon_height=(str mini_icon_height)

# Bright
mini_icon_height-1=(str mini_icon_height)(subtract)(int 1)

# Aquarius, Atlanta, Clearlooks-2.0-blend, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Metabox, Mista, Outcrop, Silverado, Sloth , TangoDance, Vista Basic, W2k
mini_icon_width=(str mini_icon_width)

# Esco
mini_icon_width + IconTitleSpacing=(str mini_icon_width)(add)(str IconTitleSpacing)

# Bright
mini_icon_width-1=(str mini_icon_width)(subtract)(int 1)

# Agata, AgingGorilla, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Black, Correcamins, Crux, Firey 1.0, Firey Dark, Gorilla, Graphite, Maemo, Mista, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Sandwish, Soft Squares, Tactile, ThinMC, Vista Basic, boxx, sky, sky-blue
object_height=(str object_height)

# Maemo
object_height+2=(str object_height)(add)(int 2)

# Agata, AgingGorilla, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Black, Correcamins, Crux, Firey 1.0, Firey Dark, Gorilla, Graphite, Maemo, Mista, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Sandwish, Silverado, Soft Squares, Tactile, ThinMC, Vista Basic, W2k, sky, sky-blue
object_width=(str object_width)

# Crux
object_width * height / 22=(str object_width)(multiply)(str height)(divide)(int 22)

# Maemo
object_width+2=(str object_width)(add)(int 2)

# 4DWM, MWM, Silverado
right_width=(str right_width)

# 4DWM, MWM
right_width-1=(str right_width)(subtract)(int 1)

# 4DWM, Tetelestai-Modern
right_width-2=(str right_width)(subtract)(int 2)

# 4DWM
right_width-3=(str right_width)(subtract)(int 3)

# 4DWM
right_width-4=(str right_width)(subtract)(int 4)

# Gilouche, GiloucheIM
title_height + 10=(str title_height)(add)(int 10)

# TangoDance
title_height + 12=(str title_height)(add)(int 12)

# Clearlooks, Clearlooks-Pinstripe, River
title_height + 3=(str title_height)(add)(int 3)

# Chiro, SmoothGNOME
title_height + 38=(str title_height)(add)(int 38)

# Chiro, Gilouche, GiloucheIM, River, SmoothGNOME, TangoDance, c2
title_height + 4=(str title_height)(add)(int 4)

# Chiro, Clearlooks, Clearlooks-Pinstripe, Gilouche, GiloucheIM, River, SmoothGNOME, TangoDance, c2
title_height + 5=(str title_height)(add)(int 5)

# Clearlooks, Clearlooks-Pinstripe, SmoothGNOME, c2
title_height + 6=(str title_height)(add)(int 6)

# TangoDance
title_height + 9=(str title_height)(add)(int 9)

# Outcrop
title_height +8=(str title_height)(add)(int 8)

# Outcrop
title_height -7=(str title_height)(subtract)(int 7)

# TangoDance
title_height / 2 - 5=(str title_height)(divide)(int 2)(subtract)(int 5)

# Outcrop
title_height /1.5=(str title_height)(divide)(double 1.5)

# Outcrop
title_height /2=(str title_height)(divide)(int 2)

# Outcrop
title_height /4=(str title_height)(divide)(int 4)

# 4DWM
title_height*2/3=(str title_height)(multiply)(int 2)(divide)(int 3)

# AmigaRelief, pOS
title_height+3=(str title_height)(add)(int 3)

# Amiga, AmigaRelief, Clearbox-look-2, pOS
title_height+4=(str title_height)(add)(int 4)

# Amiga, AmigaRelief, pOS
title_height+5=(str title_height)(add)(int 5)

# Chiro, Outcrop, SmoothGNOME, c2
title_height+6=(str title_height)(add)(int 6)

# Outcrop
title_height+7=(str title_height)(add)(int 7)

# Outcrop
title_height+8=(str title_height)(add)(int 8)

# sky, sky-blue
title_width + 16 `min` width - 14=(str title_width)(add)(int 16)(min)(str width)(subtract)(int 14)

# sky, sky-blue
title_width + 21 `min`  width - object_width=(str title_width)(add)(int 21)(min)(str width)(subtract)(str object_width)

# sky, sky-blue
title_width + 6=(str title_width)(add)(int 6)

# Esco
title_width + mini_icon_width + IconTitleSpacing * 3 - 1=(str title_width)(add)(str mini_icon_width)(add)(str IconTitleSpacing)(multiply)(int 3)(subtract)(int 1)

# boxx
title_width+15=(str title_width)(add)(int 15)

# Maemo
title_width+181=(str title_width)(add)(int 181)

# Sandwish
title_width+20=(str title_width)(add)(int 20)

# Maemo
title_width+32=(str title_width)(add)(int 32)

# Maemo
title_width+32+149=(str title_width)(add)(int 32)(add)(int 149)

# boxx
title_width-2=(str title_width)(subtract)(int 2)

# Sandwish
title_width/2+150=(str title_width)(divide)(int 2)(add)(int 150)

# 4DWM, Chiro, Clearbox-in, Clearbox-out, Esco, MWM, Simplebox
top_height=(str top_height)

# Clearlooks-RedExit, Esco
top_height - 1=(str top_height)(subtract)(int 1)

# Clearlooks-RedExit
top_height - 16=(str top_height)(subtract)(int 16)

# Clearlooks-RedExit
top_height - 2=(str top_height)(subtract)(int 2)

# Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
top_height / 2=(str top_height)(divide)(int 2)

# Aquarius
top_height*2/5=(str top_height)(multiply)(int 2)(divide)(int 5)

# Aquarius
top_height*3/10=(str top_height)(multiply)(int 3)(divide)(int 10)

# Aquarius
top_height*3/5=(str top_height)(multiply)(int 3)(divide)(int 5)

# Aquarius
top_height*4/5=(str top_height)(multiply)(int 4)(divide)(int 5)

# Aquarius
top_height*7/10=(str top_height)(multiply)(int 7)(divide)(int 10)

# Aquarius
top_height*9/10=(str top_height)(multiply)(int 9)(divide)(int 10)

# 4DWM
top_height+1=(str top_height)(add)(int 1)

# 4DWM, Aquarius, Atlanta, Bright, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Gilouche, GiloucheIM, MWM, Metabox, Simple, SmoothGNOME, Tactile, TangoDance, Tetelestai-Modern
top_height-1=(str top_height)(subtract)(int 1)

# 4DWM, Aquarius, Clearlooks-2.0-blend, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
top_height-2=(str top_height)(subtract)(int 2)

# 4DWM
top_height-3=(str top_height)(subtract)(int 3)

# Aquarius
top_height/10=(str top_height)(divide)(int 10)

# Aquarius
top_height/10+1=(str top_height)(divide)(int 10)(add)(int 1)

# Aquarius
top_height/2=(str top_height)(divide)(int 2)

# Aquarius
top_height/5=(str top_height)(divide)(int 5)

# 4DWM, Agata, AgingGorilla, Almond, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Black, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Correcamins, Crux, EasyListening, Esco, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Gorilla, Graphite, MWM, MetaGrip, Metabox, Mista, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Sandwish, Shiny, Shiny-Tango, Silverado, Simple, Simplebox, SmoothGNOME, TangoDance, Tetelestai-Modern, ThinMC, Vista Basic, W2k, boxx, c2, pOS, sky, sky-blue
width=(str width)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width - ((width-(Bmin`max`height-Bpad*2))/2)=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width - ((width-(Bmin`max`height-Bpad*2))/2) - 1=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 1)

# Esco
width - (ButtonIPad + 1) * 2=(str width)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2)

# sky, sky-blue
width - 0=(str width)(subtract)(int 0)

# AgingGorilla, Aquarius, Carved2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Gilouche, GiloucheIM, Gorilla, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Simple, SmoothGNOME, Soft Squares, TangoDance
width - 1=(str width)(subtract)(int 1)

# Esco
width - 1 - ButtonIPad=(str width)(subtract)(int 1)(subtract)(str ButtonIPad)

# Esco
width - 1 - ButtonIPad + 1=(str width)(subtract)(int 1)(subtract)(str ButtonIPad)(add)(int 1)

# Esco
width - 1 - ButtonIPad - 1=(str width)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)

# Esco
width - 1 - ButtonIPad - 1 + 1=(str width)(subtract)(int 1)(subtract)(str ButtonIPad)(subtract)(int 1)(add)(int 1)

# Agata, Black, Correcamins
width - 10=(str width)(subtract)(int 10)

# AgingGorilla, Gorilla
width - 11=(str width)(subtract)(int 11)

# AgingGorilla, Almond, Gorilla, Graphite, sky, sky-blue
width - 12=(str width)(subtract)(int 12)

# AgingGorilla, Gorilla
width - 13=(str width)(subtract)(int 13)

# AgingGorilla, Gorilla
width - 16=(str width)(subtract)(int 16)

# AgingGorilla, Aquarius, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Esco, Gilouche, GiloucheIM, Gorilla, Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2, Redmond, River, Simple, SmoothGNOME, Soft Squares, TangoDance, ThinMC
width - 2=(str width)(subtract)(int 2)

# Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple
width - 20=(str width)(subtract)(int 20)

# Almond
width - 24=(str width)(subtract)(int 24)

# Graphite, sky, sky-blue
width - 27=(str width)(subtract)(int 27)

# Carved2, Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Gilouche, GiloucheIM, SmoothGNOME, TangoDance
width - 3=(str width)(subtract)(int 3)

# Aquarius, Carved2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, Firey 1.0, Firey Dark, Gilouche, GiloucheIM, Quiet-Environment-v2, Quiet-Graphite-v2, Quiet-Purple-2K6-v2, River, Sandwish, SmoothGNOME, Tactile, TangoDance
width - 4=(str width)(subtract)(int 4)

# Gilouche, GiloucheIM
width - 5=(str width)(subtract)(int 5)

# Atlanta, Bright, Simple
width - 5 - ButtonIPad=(str width)(subtract)(int 5)(subtract)(str ButtonIPad)

# Firey 1.0, Firey Dark, Tactile
width - 6=(str width)(subtract)(int 6)

# Agata, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Esco
width - 7=(str width)(subtract)(int 7)

# Metabox, Redmond, SmoothGNOME, Tetelestai-Modern
width - 7 - ButtonIPad=(str width)(subtract)(int 7)(subtract)(str ButtonIPad)

# AgingGorilla, Gorilla
width - 8=(str width)(subtract)(int 8)

# AgingGorilla, Gorilla
width - 9=(str width)(subtract)(int 9)

# Atlanta, Metabox, Redmond, SmoothGNOME, Tetelestai-Modern
width - ButtonIPad=(str width)(subtract)(str ButtonIPad)

# Simple
width - ButtonIPad + 1=(str width)(subtract)(str ButtonIPad)(add)(int 1)

# Atlanta, Esco, Redmond, SmoothGNOME, Tetelestai-Modern
width - ButtonIPad - 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)

# Esco
width - ButtonIPad - 1 + 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)(add)(int 1)

# Esco
width - ButtonIPad - 1 - 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)

# Esco
width - ButtonIPad - 1 - 1 + 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)(subtract)(int 1)(add)(int 1)

# Bright, Esco
width - ButtonIPad - 2=(str width)(subtract)(str ButtonIPad)(subtract)(int 2)

# Esco
width - ButtonIPad - 2 + 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 2)(add)(int 1)

# Esco, Metabox, Tetelestai-Modern
width - ButtonIPad - 4=(str width)(subtract)(str ButtonIPad)(subtract)(int 4)

# Esco
width - ButtonIPad - 4 + 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 4)(add)(int 1)

# Esco
width - ButtonIPad - 5=(str width)(subtract)(str ButtonIPad)(subtract)(int 5)

# Esco
width - ButtonIPad - 5 + 1=(str width)(subtract)(str ButtonIPad)(subtract)(int 5)(add)(int 1)

# Tetelestai-Modern
width - ButtonIPad -2=(str width)(subtract)(str ButtonIPad)(subtract)(int 2)

# Bright
width - ButtonIPad-1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)

# Carved2
width - ResizerWidth - 1=(str width)(subtract)(str ResizerWidth)(subtract)(int 1)

# Carved2
width - ResizerWidth - 2=(str width)(subtract)(str ResizerWidth)(subtract)(int 2)

# Esco
width - left_width - right_width + 1=(str width)(subtract)(str left_width)(subtract)(str right_width)(add)(int 1)

# Esco
width - left_width - right_width - 1=(str width)(subtract)(str left_width)(subtract)(str right_width)(subtract)(int 1)

# Esco
width - mini_icon_width - IconTitleSpacing=(str width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing)

# Agata, Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple, Black, Correcamins, Crux, Firey 1.0, Firey Dark, Graphite, Maemo, Sandwish, Silverado, Tactile, sky, sky-blue
width - object_width=(str width)(subtract)(str object_width)

# Esco
width - title_width - IconTitleSpacing=(str width)(subtract)(str title_width)(subtract)(str IconTitleSpacing)

# Esco
width - title_width - IconTitleSpacing + 25 + 3=(str width)(subtract)(str title_width)(subtract)(str IconTitleSpacing)(add)(int 25)(add)(int 3)

# Esco
width - title_width - IconTitleSpacing + 25 - 1 + 3=(str width)(subtract)(str title_width)(subtract)(str IconTitleSpacing)(add)(int 25)(subtract)(int 1)(add)(int 3)

# Esco
width - title_width - IconTitleSpacing - height - 25 + 3=(str width)(subtract)(str title_width)(subtract)(str IconTitleSpacing)(subtract)(str height)(subtract)(int 25)(add)(int 3)

# Esco
width - title_width - IconTitleSpacing - height - 25 - 1 + 3=(str width)(subtract)(str title_width)(subtract)(str IconTitleSpacing)(subtract)(str height)(subtract)(int 25)(subtract)(int 1)(add)(int 3)

# Esco
width - title_width - height - (IconTitleSpacing * 2)=(str width)(subtract)(str title_width)(subtract)(str height)(subtract)( (str IconTitleSpacing)(multiply)(int 2) )

# Esco
width - title_width - mini_icon_width - (IconTitleSpacing * 2)=(str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)( (str IconTitleSpacing)(multiply)(int 2) )

# Esco
width - title_width - mini_icon_width - IconTitleSpacing * 3=(str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing)(multiply)(int 3)

# Esco
width - title_width - mini_icon_width - IconTitleSpacing * 3 - 18=(str width)(subtract)(str title_width)(subtract)(str mini_icon_width)(subtract)(str IconTitleSpacing)(multiply)(int 3)(subtract)(int 18)

# Outcrop
width -(width /3.6)=(str width)(subtract)( (str width)(divide)(double 3.6) )

# Outcrop
width -(width /3.6) +1=(str width)(subtract)( (str width)(divide)(double 3.6) )(add)(int 1)

# Outcrop
width -(width /3.6) +2=(str width)(subtract)( (str width)(divide)(double 3.6) )(add)(int 2)

# Outcrop
width -(width /3.6) -1=(str width)(subtract)( (str width)(divide)(double 3.6) )(subtract)(int 1)

# Alphacube 0.9b Metacity Color, Alphacube 0.9b Metacity Light, Alphacube 0.9b Metacity Simple
width -7=(str width)(subtract)(int 7)

# Carved2
width / 2=(str width)(divide)(int 2)

# Outcrop
width / 3.4=(str width)(divide)(double 3.4)

# Outcrop
width / 3.4 -1=(str width)(divide)(double 3.4)(subtract)(int 1)

# Outcrop
width /2=(str width)(divide)(int 2)

# Outcrop
width /2+1=(str width)(divide)(int 2)(add)(int 1)

# Outcrop
width /2-1=(str width)(divide)(int 2)(subtract)(int 1)

# Outcrop
width /2-2=(str width)(divide)(int 2)(subtract)(int 2)

# Outcrop
width /3.4 +1=(str width)(divide)(double 3.4)(add)(int 1)

# Outcrop
width /3.4 +2=(str width)(divide)(double 3.4)(add)(int 2)

# Mista
width `min` object_width=(str width)(min)(str object_width)

# Atlanta, Bright
width+1-SpacerWidth/2=(str width)(add)(int 1)(subtract)(str SpacerWidth)(divide)(int 2)

# Vista Basic
width+2=(str width)(add)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width- ((width-(Bmin`max`height-Bpad*2))/2)=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2)=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2) - 2=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2)*2=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(multiply)(int 2)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2)*2-1=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(multiply)(int 2)(subtract)(int 1)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2)*2-3=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(multiply)(int 2)(subtract)(int 3)

# Clearlooks, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop
width-((width-(Bmin`max`height-Bpad*2))/2)-1=(str width)(subtract)( ( (str width)(subtract)( (str Bmin)(max)(str height)(subtract)(str Bpad)(multiply)(int 2) ) )(divide)(int 2) )(subtract)(int 1)

# Chiro, c2
width-(ButtonIPad+1)=(str width)(subtract)( (str ButtonIPad)(add)(int 1) )

# Chiro, c2
width-(ButtonIPad+1)*2-1=(str width)(subtract)( (str ButtonIPad)(add)(int 1) )(multiply)(int 2)(subtract)(int 1)

# Mista
width-(TitlebarPad*2)=(str width)(subtract)( (str TitlebarPad)(multiply)(int 2) )

# 4DWM
width-(left_width+right_width - 1)=(str width)(subtract)( (str left_width)(add)(str right_width)(subtract)(int 1) )

# 4DWM
width-(right_width-1)=(str width)(subtract)( (str right_width)(subtract)(int 1) )

# 4DWM
width-(right_width-2)=(str width)(subtract)( (str right_width)(subtract)(int 2) )

# Maemo
width-(title_width+80)=(str width)(subtract)( (str title_width)(add)(int 80) )

# Maemo
width-(title_width+88+8)=(str width)(subtract)( (str title_width)(add)(int 88)(add)(int 8) )

# Metabox
width-(width-ButtonIPad)/2-1=(str width)(subtract)( (str width)(subtract)(str ButtonIPad) )(divide)(int 2)(subtract)(int 1)

# sky, sky-blue
width-0=(str width)(subtract)(int 0)

# 4DWM, Almond, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, MWM, Maemo, MetaGrip, Metabox, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, Redmond, River, Shiny, Shiny-Tango, Simple, Simplebox, Sloth , SmoothGNOME, Soft Squares, Tactile, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
width-1=(str width)(subtract)(int 1)

# 4DWM, Almond, Outcrop, Shiny, Shiny-Tango
width-10=(str width)(subtract)(int 10)

# Graphite
width-12=(str width)(subtract)(int 12)

# Almond, Outcrop, pOS
width-15=(str width)(subtract)(int 15)

# 4DWM, Almond, Amiga, AmigaRelief, Aquarius, Atlanta, Bentham, Bright, Carved2, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, Gilouche, GiloucheIM, MWM, MetaGrip, Metabox, Outcrop, Quiet-Environment, Quiet-Environment-v2, Quiet-Graphite, Quiet-Graphite-v2, Quiet-Human, Quiet-Purple-2K6, Quiet-Purple-2K6-v2, River, Shiny, Shiny-Tango, Silverado, Simple, SmoothGNOME, Tactile, Tetelestai-Modern, Vista Basic, W2k, boxx, c2, pOS
width-2=(str width)(subtract)(int 2)

# 4DWM, Aquarius, Bright, Carved2, Chiro, Clearbox-in, Clearbox-look-2, Clearbox-out, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Gilouche, GiloucheIM, Maemo, Outcrop, River, Simple, Simplebox, SmoothGNOME, Tetelestai-Modern, Vista Basic, W2k, c2
width-3=(str width)(subtract)(int 3)

# 4DWM, Almond, Amiga, AmigaRelief, Aquarius, Carved2, Chiro, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, Crux, Maemo, MetaGrip, Outcrop, River, Sandwish, Shiny, Shiny-Tango, SmoothGNOME, Tactile, Tetelestai-Modern, Vista Basic, boxx, c2, pOS
width-4=(str width)(subtract)(int 4)

# 4DWM, Amiga, AmigaRelief, Aquarius, Bright, Chiro, Clearbox-look-2, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, MWM, River, Shiny-Tango, Sloth , SmoothGNOME, boxx, c2, pOS
width-5=(str width)(subtract)(int 5)

# 4DWM, Aquarius, Clearlooks, Clearlooks-2.0-blend, Clearlooks-Pinstripe, Clearlooks-RedExit, Clearlooks2-Squared, Clearlooks2-Squared-Berries, ClearlooksWithACherryOnTop, EasyListening, MWM, MetaGrip, Shiny, Shiny-Tango, Vista Basic, W2k
width-6=(str width)(subtract)(int 6)

# 4DWM, MWM, MetaGrip, Outcrop, Shiny, Shiny-Tango, pOS
width-7=(str width)(subtract)(int 7)

# Maemo
width-70=(str width)(subtract)(int 70)

# Maemo
width-72=(str width)(subtract)(int 72)

# Almond, Outcrop, W2k, pOS
width-8=(str width)(subtract)(int 8)

# 4DWM, Almond, Maemo, Outcrop, pOS
width-9=(str width)(subtract)(int 9)

# Atlanta, Carved2, Chiro, Metabox, Redmond, River, SmoothGNOME, Tetelestai-Modern, c2
width-ButtonIPad=(str width)(subtract)(str ButtonIPad)

# Carved2
width-ButtonIPad + 1=(str width)(subtract)(str ButtonIPad)(add)(int 1)

# Simple
width-ButtonIPad + 2=(str width)(subtract)(str ButtonIPad)(add)(int 2)

# Chiro, River, c2
width-ButtonIPad - 3=(str width)(subtract)(str ButtonIPad)(subtract)(int 3)

# Carved2, Chiro, River, c2
width-ButtonIPad*2=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)

# Simple
width-ButtonIPad*2 + 2=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)(add)(int 2)

# Carved2
width-ButtonIPad*2+1=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)(add)(int 1)

# Atlanta, Chiro, Metabox, Redmond, River, SmoothGNOME, Tetelestai-Modern, c2
width-ButtonIPad*2-1=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 1)

# Bright
width-ButtonIPad*2-2=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 2)

# Chiro, River, c2
width-ButtonIPad*2-5=(str width)(subtract)(str ButtonIPad)(multiply)(int 2)(subtract)(int 5)

# Bright, Chiro, Metabox, River, c2
width-ButtonIPad-1=(str width)(subtract)(str ButtonIPad)(subtract)(int 1)

# Clearbox-look-2
width-ButtonPad=(str width)(subtract)(str ButtonPad)

# Clearbox-look-2
width-ButtonPad*2+1=(str width)(subtract)(str ButtonPad)(multiply)(int 2)(add)(int 1)

# Clearbox-look-2
width-ButtonPad*2-1=(str width)(subtract)(str ButtonPad)(multiply)(int 2)(subtract)(int 1)

# Clearbox-look-2
width-ButtonPad+1=(str width)(subtract)(str ButtonPad)(add)(int 1)

# Clearbox-look-2
width-ButtonPad-1=(str width)(subtract)(str ButtonPad)(subtract)(int 1)

# Clearbox-look-2
width-ButtonPad-2=(str width)(subtract)(str ButtonPad)(subtract)(int 2)

# Clearbox-look-2
width-PrelightPad=(str width)(subtract)(str PrelightPad)

# Clearbox-look-2
width-PrelightPad*2+1=(str width)(subtract)(str PrelightPad)(multiply)(int 2)(add)(int 1)

# Clearbox-look-2
width-PrelightPad*2-1=(str width)(subtract)(str PrelightPad)(multiply)(int 2)(subtract)(int 1)

# Clearbox-look-2
width-PrelightPad+1=(str width)(subtract)(str PrelightPad)(add)(int 1)

# Clearbox-look-2
width-PrelightPad-1=(str width)(subtract)(str PrelightPad)(subtract)(int 1)

# Clearbox-look-2
width-PrelightPad-2=(str width)(subtract)(str PrelightPad)(subtract)(int 2)

# Atlanta, Outcrop, Simple
width-SpacerWidth=(str width)(subtract)(str SpacerWidth)

# Bright
width-SpacerWidth+2=(str width)(subtract)(str SpacerWidth)(add)(int 2)

# Bright
width-SpacerWidth+3=(str width)(subtract)(str SpacerWidth)(add)(int 3)

# Bright
width-SpacerWidth-2=(str width)(subtract)(str SpacerWidth)(subtract)(int 2)

# Chiro
width-left_width=(str width)(subtract)(str left_width)

# Atlanta, Bright, Metabox, Simple, SmoothGNOME, TangoDance, Tetelestai-Modern
width-left_width-right_width+1=(str width)(subtract)(str left_width)(subtract)(str right_width)(add)(int 1)

# Maemo, Mista
width-object_width=(str width)(subtract)(str object_width)

# 4DWM, Gilouche, GiloucheIM, MWM, SmoothGNOME, Tetelestai-Modern
width-right_width=(str width)(subtract)(str right_width)

# 4DWM, MWM, Tetelestai-Modern
width-right_width+1=(str width)(subtract)(str right_width)(add)(int 1)

# 4DWM
width-right_width/2=(str width)(subtract)(str right_width)(divide)(int 2)

# 4DWM, MWM
width-top_height=(str width)(subtract)(str top_height)

# 4DWM
width-top_height+1=(str width)(subtract)(str top_height)(add)(int 1)

# 4DWM
width-top_height+2=(str width)(subtract)(str top_height)(add)(int 2)

# 4DWM, MWM
width-top_height-1=(str width)(subtract)(str top_height)(subtract)(int 1)

# Bentham, Clearbox-in, Clearbox-look-2, Clearbox-out, Simplebox, Sloth 
width/2=(str width)(divide)(int 2)

# Bentham
width/2 + width/4 - 1=(str width)(divide)(int 2)(add)(str width)(divide)(int 4)(subtract)(int 1)

# Bentham
width/2 + width/4 - 2=(str width)(divide)(int 2)(add)(str width)(divide)(int 4)(subtract)(int 2)

# Bentham
width/2 - width/4 + 1=(str width)(divide)(int 2)(subtract)(str width)(divide)(int 4)(add)(int 1)

# Clearbox-in, Clearbox-out, MWM, Simplebox
width/2+1=(str width)(divide)(int 2)(add)(int 1)

# Clearbox-in, Clearbox-out, Metabox, Simplebox
width/2+2=(str width)(divide)(int 2)(add)(int 2)

# 4DWM, Clearbox-in, Clearbox-out, Simplebox
width/2+3=(str width)(divide)(int 2)(add)(int 3)

# Clearbox-in, Clearbox-out, Simplebox
width/2+4=(str width)(divide)(int 2)(add)(int 4)

# Clearbox-in, Clearbox-out, Simplebox
width/2+5=(str width)(divide)(int 2)(add)(int 5)

# Aquarius
width/2+height/4=(str width)(divide)(int 2)(add)(str height)(divide)(int 4)

# Aquarius
width/2+height/4+1=(str width)(divide)(int 2)(add)(str height)(divide)(int 4)(add)(int 1)

# Aquarius
width/2+height/4+2=(str width)(divide)(int 2)(add)(str height)(divide)(int 4)(add)(int 2)

# Clearbox-look-2
width/2+width/2-ButtonPad+1=(str width)(divide)(int 2)(add)(str width)(divide)(int 2)(subtract)(str ButtonPad)(add)(int 1)

# Clearbox-look-2
width/2+width/2-PrelightPad+1=(str width)(divide)(int 2)(add)(str width)(divide)(int 2)(subtract)(str PrelightPad)(add)(int 1)

# 4DWM, Clearbox-in, Clearbox-look-2, Clearbox-out, MWM, Simplebox
width/2-1=(str width)(divide)(int 2)(subtract)(int 1)

# 4DWM, Clearbox-in, Clearbox-out, MWM, Metabox, Simplebox
width/2-2=(str width)(divide)(int 2)(subtract)(int 2)

# Clearbox-in, Clearbox-out, Simplebox
width/2-3=(str width)(divide)(int 2)(subtract)(int 3)

# Clearbox-in, Clearbox-out, Simplebox
width/2-4=(str width)(divide)(int 2)(subtract)(int 4)

# Clearbox-in, Clearbox-out, Simplebox
width/2-5=(str width)(divide)(int 2)(subtract)(int 5)

# Clearbox-in, Clearbox-out, Simplebox
width/2-6=(str width)(divide)(int 2)(subtract)(int 6)

# Aquarius
width/2-height/4=(str width)(divide)(int 2)(subtract)(str height)(divide)(int 4)

# Aquarius
width/2-height/4+1=(str width)(divide)(int 2)(subtract)(str height)(divide)(int 4)(add)(int 1)

# Aquarius
width/2-height/4+2=(str width)(divide)(int 2)(subtract)(str height)(divide)(int 4)(add)(int 2)

# Aquarius
width/2-height/6=(str width)(divide)(int 2)(subtract)(str height)(divide)(int 6)

# Aquarius
width/2-height/6+1=(str width)(divide)(int 2)(subtract)(str height)(divide)(int 6)(add)(int 1)

# Bentham
width/2-width/8-1=(str width)(divide)(int 2)(subtract)(str width)(divide)(int 8)(subtract)(int 1)

# Bentham
width/2-width/8-2=(str width)(divide)(int 2)(subtract)(str width)(divide)(int 8)(subtract)(int 2)

# Bentham
width/4=(str width)(divide)(int 4)

# Bentham
width/4+2=(str width)(divide)(int 4)(add)(int 2)

###########################

# EOF tokentest.ini