This file is indexed.

/usr/share/doc/libedje-doc/html/edcref.html is in libedje-doc 1.7.7-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
<html>
<head>
    <title>Edje Data Collection reference</title>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    <meta name="author" content="Andres Blanc" >
    <link rel="icon" href="img/favicon.png" type="image/x-icon">
    <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
    <link rel="icon" href="img/favicon.png" type="image/ico">
    <link rel="shortcut icon" href="img/favicon.png" type="image/ico">
    <link rel="stylesheet" type="text/css" href="e.css">
    <link rel="stylesheet" type="text/css" href="edoxy.css">
</head>
<body>
<div id="container">
<div id="header">
<div class="layout">
    <h1><span>Enlightenment</span></h1>
    <h2><span>Beauty at your fingertips</span></h2>
    <table cellspacing="0" cellpadding="0" width="100%"><tr>
      <td id="header_logo">
        <a href="http://www.enlightenment.org"></a>
      </td>
      <td id="header_menu">
        <table cellspacing="0" cellpadding="0" align="right"><tr>
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=home">Home</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=news">News</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=about">About</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=download">Download</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contact">Contact</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://trac.enlightenment.org/e">Tracker</a></td>
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=docs">Docs</a></td> 
        </tr></table>          
      </td>
      <td id="header_last"></td>
    </tr></table>
    <div class="doxytitle">
        Edje Documentation <small>at Sat Jan 25 2014</small>
    </div>
    <div class="menu-container">
        <div class="submenu">
            <ul class="current">
                <li><a href="files.html">Files</a></li>
                <li><a href="Edje__Edit_8h.html">Edje Edit API</a></li>
                <li><a href="Examples.html">Examples</a></li>
                <li><a href="luaref.html">LUA scripting</a></li>
                <li><a href="Edje_8h.html">Edje API</a></li>
                <li><a href="edcref.html">EDC Reference</a></li>
                <li><a href="pages.html">Releted Pages</a></li>
                <li class="current"><a  href="index.html">Main Page</a></li>
            </ul>
        </div>
    </div>
    <div class="clear"></div>
</div>
</div>
<div id="content">
<div class="layout">
<!-- Generated by Doxygen 1.8.6 -->
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Edje Data Collection reference </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b> perspective </b></p>
<p><b> rotation </b></p>
<p><b> size </b></p>
<p><b> origin </b></p>
<p><b> fill </b></p>
<p><b> rel1/rel2 </b></p>
<p><b> items </b></p>
<p><b> dragable </b></p>
<p><b> part </b></p>
<p><b> parts </b></p>
<p><b> limits </b></p>
<p><b> script </b></p>
<p><b> sounds </b></p>
<p><b> collections </b></p>
<p><b> styles </b></p>
<p><b> color_classes </b></p>
<p><b> data </b></p>
<p><b> fonts </b></p>
<p><b> image </b></p>
<p><b></b></p>
<p><b>&#160;</b></p>
<p><b> The "image" block inside a "set" block define the characteristic of an image.</b></p>
<p><b></b></p>
<p><b></b></p>
<p><b>&#160;</b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b><b> set </b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b><b> images </b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b>An Edje Data Collection, it's a plain text file (normally identified with the .edc extension), consisting of instructions for the Edje Compiler.</b></p>
<p><b>The syntax for the edje data collection files follows a simple structure of "blocks { .. }" that can contain "properties: ..", more blocks, or both.</b></p>
<p><b><a class="anchor" id="sec_quickaccess"></a>Quick access to block descriptions: </p>
<ul>
<li>
<a class="el" href="edcref.html#sec_toplevel">Top-Level</a> </li>
<li>
<a class="el" href="edcref.html#sec_group">Group</a> </li>
<li>
<a class="el" href="edcref.html#sec_description">State description</a> <ul>
<li>
<a class="el" href="edcref.html#sec_description_image">Image</a> </li>
<li>
<a class="el" href="edcref.html#sec_description_text">Text</a> </li>
<li>
<a class="el" href="edcref.html#sec_description_box">Box</a> </li>
<li>
<a class="el" href="edcref.html#sec_description_table">Table</a> </li>
<li>
<a class="el" href="edcref.html#sec_description_map">Map (3d/transformations)</a> </li>
</ul>
</li>
<li>
<a class="el" href="edcref.html#sec_program">Program block</a> </li>
</ul>
<p></b></p>
<p><b></p>
<dl class="section author"><dt>Author</dt><dd>Andres Blanc (dresb) <a href="#" onclick="location.href='mai'+'lto:'+'and'+'re'+'sbl'+'an'+'c@g'+'ma'+'il.'+'co'+'m'; return false;">andre<span style="display: none;">.nosp@m.</span>sbla<span style="display: none;">.nosp@m.</span>nc@gm<span style="display: none;">.nosp@m.</span>ail.<span style="display: none;">.nosp@m.</span>com</a></dd></dl>
<table  class="edcref" border="0">
<tr class="section">
<td class="section" colspan="2"><p class="starttd"></p>
<p><a class="anchor" id="sec_toplevel"></a><a class="el" href="edcref.html#sec_quickaccess">Top-Level blocks</a></p>
<p class="endtd"></p>
</td></tr>
<tr>
<td class="block"><b> externals </b></td><td class="context" colspan="2"><div class="fragment"><div class="line">externals {</div>
<div class="line">   external: <span class="stringliteral">&quot;name&quot;</span>;</div>
<div class="line">}</div>
</div><!-- fragment --></td></tr>
<tr>
<td>&#160;</td><td class="description" colspan="2"><p class="starttd">The "externals" block is used to list each external module file that will be used in others programs. </p>
<p class="endtd"></p>
</td></tr>
<tr>
<td>&#160;</td><td><table  class="edcref" border="0">
<tr>
<td class="property"><code> external </code></td><td class="parameters"><code> [external filename] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to add a file to the externals list. </td></tr>
</table>
<p class="endtd"></p>
</td></tr>
<tr>
<td class="block"><b> images </b></td><td class="context" colspan="2"><p class="starttd"></p>
<div class="fragment"><div class="line">images {</div>
<div class="line">    image: <span class="stringliteral">&quot;filename1.ext&quot;</span> COMP;</div>
<div class="line">    image: <span class="stringliteral">&quot;filename2.ext&quot;</span> LOSSY 99;</div>
<div class="line">set {</div>
<div class="line">   name: <span class="stringliteral">&quot;image_name_used&quot;</span>;</div>
<div class="line">       image {</div>
<div class="line">          image: <span class="stringliteral">&quot;filename3.ext&quot;</span> LOSSY 90;</div>
<div class="line">          size: 201 201 500 500;</div>
<div class="line">       }</div>
<div class="line">       image {</div>
<div class="line">          image: <span class="stringliteral">&quot;filename4.ext&quot;</span> COMP;</div>
<div class="line">          size: 51 51 200 200;</div>
<div class="line">       }</div>
<div class="line">       image {</div>
<div class="line">          image: <span class="stringliteral">&quot;filename5.ext&quot;</span> COMP;</div>
<div class="line">          size: 11 11 50 50;</div>
<div class="line">       }</div>
<div class="line">       image {</div>
<div class="line">          image: <span class="stringliteral">&quot;filename6.ext&quot;</span> RAW;</div>
<div class="line">          size: 0 0 10 10;</div>
<div class="line">       }</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --></td></tr>
<tr>
<td>&#160;</td><td class="description" colspan="2"><p class="starttd">The "images" block is used to list each image file that will be used in the theme along with its compression method (if any). Besides the document's root, additional "images" blocks can be included inside other blocks, normally "collections", "group" and "part", easing maintenance of the file list when the theme is split among multiple files. </p>
<p class="endtd"></p>
</td></tr>
<tr>
<td>&#160;</td><td><table  class="edcref" border="0">
<tr>
<td class="property"><code> image </code></td><td class="parameters"><code> [image file] [compression method] (compression level) </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to include each image file. The full path to the directory holding the images can be defined later with edje_cc's "-id" option. Compression methods: <ul>
<li>RAW: Uncompressed. </li>
<li>COMP: Lossless compression. </li>
<li>LOSSY [0-100]: Lossy compression with quality from 0 to 100. </li>
<li>USER: Do not embed the file, refer to the external file instead. </li>
</ul>
</td></tr>
</table>
<p class="endtd"></p>
</td></tr>
<tr>
<td class="block"><b> set </b></td><td class="context" colspan="2"><p class="starttd"></p>
<div class="fragment"><div class="line">set {</div>
<div class="line">   name: <span class="stringliteral">&quot;image_name_used&quot;</span>;</div>
<div class="line">   image {</div>
<div class="line">      image: <span class="stringliteral">&quot;filename3.ext&quot;</span> LOSSY 90;</div>
<div class="line">      size: 201 201 500 500;</div>
<div class="line">   }</div>
<div class="line">   image {</div>
<div class="line">      image: <span class="stringliteral">&quot;filename4.ext&quot;</span> COMP;</div>
<div class="line">      size: 51 51 200 200;</div>
<div class="line">   }</div>
<div class="line">   image {</div>
<div class="line">      image: <span class="stringliteral">&quot;filename5.ext&quot;</span> COMP;</div>
<div class="line">      size: 11 11 50 50;</div>
<div class="line">   }</div>
<div class="line">   image {</div>
<div class="line">      image: <span class="stringliteral">&quot;filename6.ext&quot;</span> RAW;</div>
<div class="line">      size: 0 0 10 10;</div>
<div class="line">   }</div>
<div class="line">}</div>
</div><!-- fragment --></td></tr>
<tr>
<td>&#160;</td><td class="description" colspan="2"><p class="starttd">The "set" block is used to define an image with different content depending on their size. Besides the document's root, additional "set" blocks can be included inside other blocks, normally "collections", "group" and "part", easing maintenance of the file list when the theme is split among multiple files. </p>
<p class="endtd"></p>
</td></tr>
<tr>
<td>&#160;</td><td><p class="starttd"></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [image name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Define the name that refer to this image description. </td></tr>
</table>
<p class="endtd"></p>
</td></tr>
<tr>
<td class="block"><b> image </b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "image" block inside a "set" block define the characteristic of an image.</b></p>
<p><b>Every block will describe one image and the size rule to use it. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> image </code></td><td class="parameters"><code> [image file] [compression method] (compression level) </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to include each image file. The full path to the directory holding the images can be defined later with edje_cc's "-id" option. Compression methods: <ul>
<li>RAW: Uncompressed. </li>
<li>COMP: Lossless compression. </li>
<li>LOSSY [0-100]: Lossy compression with quality from 0 to 100. </li>
<li>USER: Do not embed the file, refer to the external file instead. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> size </code></td><td class="parameters"><code> [minw minh maxw mawh] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Define the minimal and maximal size that will select the specified image. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> fonts </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">fonts {</div>
<div class="line">    font: <span class="stringliteral">&quot;filename1.ext&quot;</span> <span class="stringliteral">&quot;fontname&quot;</span>;</div>
<div class="line">    font: <span class="stringliteral">&quot;filename2.ext&quot;</span> <span class="stringliteral">&quot;otherfontname&quot;</span>;</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "fonts" block is used to list each font file with an alias used later in the theme. As with the "images" block, additional "fonts" blocks can be included inside other blocks. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> font </code></td><td class="parameters"><code> [font filename] [font alias] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Defines each font "file" and "alias", the full path to the directory holding the font files can be defined with edje_cc's "-fd" option. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> data </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">data {</div>
<div class="line">    item: <span class="stringliteral">&quot;key&quot;</span> <span class="stringliteral">&quot;value&quot;</span>;</div>
<div class="line">    file: <span class="stringliteral">&quot;otherkey&quot;</span> <span class="stringliteral">&quot;filename.ext&quot;</span>;</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "data" block is used to pass arbitrary parameters from the theme to the application. Unlike the "images" and "fonts" blocks, additional "data" blocks can only be included inside the "group" block. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> item </code></td><td class="parameters"><code> [parameter name] [parameter value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Defines a new parameter, the value will be the string specified next to it. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> file </code></td><td class="parameters"><code> [parameter name] [parameter filename] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Defines a new parameter, the value will be the contents of the specified file formated as a single string of text. This property only works with plain text files. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> color_classes </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">color_classes {</div>
<div class="line">    color_class {</div>
<div class="line">        name:  <span class="stringliteral">&quot;colorclassname&quot;</span>;</div>
<div class="line">        color:  [0-255] [0-255] [0-255] [0-255];</div>
<div class="line">        color2: [0-255] [0-255] [0-255] [0-255];</div>
<div class="line">        color3: [0-255] [0-255] [0-255] [0-255]</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "color_classes" block contains a list of one or more "color_class" blocks. Each "color_class" allows the designer to name an arbitrary group of colors to be used in the theme, the application can use that name to alter the color values at runtime. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [color class name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the name for the color class, used as reference by both the theme and the application. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The main color. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color2 </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used as shadow in text and textblock parts. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color3 </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used as outline in text and textblock parts. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> styles </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">styles {</div>
<div class="line">    style {</div>
<div class="line">        name: <span class="stringliteral">&quot;stylename&quot;</span>;</div>
<div class="line">        base: <span class="stringliteral">&quot;..default style properties..&quot;</span>;</div>
<div class="line"></div>
<div class="line">        tag:  <span class="stringliteral">&quot;tagname&quot;</span> <span class="stringliteral">&quot;..style properties..&quot;</span>;</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "styles" block contains a list of one or more "style" blocks. A "style" block is used to create style &lt;tags&gt; for advanced TEXTBLOCK formatting. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [style name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The name of the style to be used as reference later in the theme. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> base </code></td><td class="parameters"><code> [style properties string] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The default style properties that will be applied to the complete text. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> tag </code></td><td class="parameters"><code> [tag name] [style properties string] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Style to be applied only to text between style &lt;tags&gt;..&lt;/tags&gt;. When creating "paired" tags, like &lt;bold&gt;&lt;/bold&gt;, A '+' should be added at the start of the style properties of the first part (&lt;bold&gt;). If the second part (&lt;/bold&gt;) is also defined, a '-' should be prepended to it's style properties. This only applies to paired tags; Single tags, like &lt;tab&gt;, must not include a starting '+'. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> collections </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">collections {</div>
<div class="line">    ..</div>
<div class="line">    group { }</div>
<div class="line">    group { }</div>
<div class="line">    sounds { }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The "collections" block is used to list the groups that compose the theme. Additional "collections" blocks do not prevent overriding group names. The "sounds" block comprises of all sound definitions. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> sounds </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">sounds {</div>
<div class="line">   sample {</div>
<div class="line">      name: <span class="stringliteral">&quot;sound_file1&quot;</span> COMP;</div>
<div class="line">      source: <span class="stringliteral">&quot;sound_file1.wav&quot;</span>;</div>
<div class="line">   }</div>
<div class="line">   sample {</div>
<div class="line">      name: <span class="stringliteral">&quot;sound_file2&quot;</span> LOSSY 0.4;</div>
<div class="line">      source: <span class="stringliteral">&quot;sound_file2.wav&quot;</span>;</div>
<div class="line">   }</div>
<div class="line">   tone: <span class="stringliteral">&quot;tone-1&quot;</span>  2300;</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><b> The "sounds" block contains a list of one or more sound sample and tones items.  </b></td></tr>
<tr>
<td class="block"><b><b> sample </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">sample {</div>
<div class="line">   name: <span class="stringliteral">&quot;sound_file1&quot;</span> RAW;</div>
<div class="line">   source: <span class="stringliteral">&quot;sound_file1.wav&quot;</span>;</div>
<div class="line">}</div>
<div class="line">sample {</div>
<div class="line">   name: <span class="stringliteral">&quot;sound_file2&quot;</span> LOSSY 0.5;</div>
<div class="line">   source: <span class="stringliteral">&quot;sound_file2.wav&quot;</span>;</div>
<div class="line">}</div>
<div class="line">sample {</div>
<div class="line">   name: <span class="stringliteral">&quot;sound_file3&quot;</span> COMP;</div>
<div class="line">   source: <span class="stringliteral">&quot;sound_file3.wav&quot;</span>;</div>
<div class="line">}</div>
<div class="line">sample {</div>
<div class="line">   name: <span class="stringliteral">&quot;sound_file4&quot;</span> AS_IS;</div>
<div class="line">   source: <span class="stringliteral">&quot;sound_file1.wav&quot;</span>;</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><b> The sample block defines the sound sample.  </b></td></tr>
<tr>
<td><b>&#160;</b></td><td><b><table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [sample name] [compression type] [if lossy, then quality] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to include each sound file. The full path to the directory holding the sounds can be defined later with edje_cc's "-sd" option. <ul>
<li>RAW: Uncompressed. </li>
<li>COMP: Lossless compression. </li>
<li>LOSSY [-0.1 - 1.0]: Lossy compression with quality from 0 to 1.0. </li>
<li>AS_IS: Check for re-encoding, no compression/encoding, just write the file information as it is. </li>
</ul>
</td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
</b></td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [sound file name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The Sound source file name (Source can be mono/stereo WAV file. Only files with 44.1 KHz sample rate supported now) </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> tone </code></td><td class="parameters"><code> [tone name] [frequency] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">sound of specific frequency </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_group"></a><a class="el" href="edcref.html#sec_quickaccess">Group sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> group </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">collections {</div>
<div class="line">    ..</div>
<div class="line">    group {</div>
<div class="line">        name: <span class="stringliteral">&quot;nameusedbytheapplication&quot;</span>;</div>
<div class="line">        alias: <span class="stringliteral">&quot;anothername&quot;</span>;</div>
<div class="line">        min: width height;</div>
<div class="line">        max: width height;</div>
<div class="line"></div>
<div class="line">        data { }</div>
<div class="line">        script { }</div>
<div class="line">        parts { }</div>
<div class="line">        programs { }</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> A "group" block contains the list of parts and programs that compose a given Edje Object. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [group name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The name that will be used by the application to load the resulting Edje object and to identify the group to swallow in a GROUP part. If a group with the same name exists already it will be completely overriden by the new group. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> inherit </code></td><td class="parameters"><code> [parent group name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Parent group name for inheritance. Group "inherit" is used to inherit any predefined group and change some property which belongs to "part", "description", "items" or "program". The child group has the same property as parent group. If you specify the type again in an inherited part, it will cause an error (unless you plan to fix that). </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> script_only </code></td><td class="parameters"><code> [on/off] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The flag (on/off) as to if this group is defined ONLY by script callbacks such as init(), resize() and shutdown() </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> alias </code></td><td class="parameters"><code> [aditional group name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Additional name to serve as identifier. Defining multiple aliases is supported. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The minimum size for the container defined by the composition of the parts. It is not enforced. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> max </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The maximum size for the container defined by the totality of the parts. It is not enforced. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> broadcast_signal </code></td><td class="parameters"><code> [broadcast] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Signal got automatically broadcasted to all sub group part. Default to true since 1.1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> script </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">..</div>
<div class="line">group {</div>
<div class="line">    script {</div>
<div class="line">        <span class="comment">//embryo script</span></div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">    program {</div>
<div class="line">        script {</div>
<div class="line">            <span class="comment">//embryo script</span></div>
<div class="line">        }</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
<div class="line">..</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> This block is used to "inject" embryo scripts to a given Edje theme and it functions in two modalities. When it's included inside a "program" block, the script will be executed every time the program is run, on the other hand, when included directly into a "group", "part" or "description" block, it will be executed once at load time, in the load order. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> orientation </code></td><td class="parameters"><code> enum AUTO, LTR, RTL </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This defines GROUP orientation. This is useful if you want match interface orientation with language. AUTO - Follow system defs. LTR - suitable for Left To Right Languages (latin) RTL - suitable for Right To Left Languages (Hebrew, Arabic interface) </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> limits </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">group {</div>
<div class="line">    limits {</div>
<div class="line">        vertical: <span class="stringliteral">&quot;limit_name&quot;</span> height_barrier;</div>
<div class="line">        horizontal: <span class="stringliteral">&quot;limit_name&quot;</span> width_barrier;</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
<div class="line">..</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> This block is used to trigger some signal when the Edje object is resized. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> vertical </code></td><td class="parameters"><code> [name] [height barrier] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">It will send a signal: "limit,name,over" when the object is resized and pass the limit by growing over it. And it will send: "limit,name,below" when it pass below that limit. This limit will be applied on the y absis and is expressed in pixels. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> horizontal </code></td><td class="parameters"><code> [name] [width barrier] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">It will send a signal: "limit,name,over" when the object is resized and pass the limit by growing over it. And it will send: "limit,name,below" when it pass below that limit. This limit will be applied on the x absis and is expressed in pixels. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> parts </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">group {</div>
<div class="line">    parts {</div>
<div class="line">        alias: <span class="stringliteral">&quot;theme_part_path&quot;</span> <span class="stringliteral">&quot;real_part_path&quot;</span>;</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Alias of part give a chance to let the designer put the real one in a box or reuse one from a GROUP or inside a BOX. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> part </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">group {</div>
<div class="line">    parts {</div>
<div class="line">        ..</div>
<div class="line">        part {</div>
<div class="line">            name: <span class="stringliteral">&quot;partname&quot;</span>;</div>
<div class="line">            type: IMAGE;</div>
<div class="line">            mouse_events:  1;</div>
<div class="line">            repeat_events: 0;</div>
<div class="line">            ignore_flags: NONE;</div>
<div class="line">            clip_to: <span class="stringliteral">&quot;anotherpart&quot;</span>;</div>
<div class="line">            source:  <span class="stringliteral">&quot;groupname&quot;</span>;</div>
<div class="line">            pointer_mode: AUTOGRAB;</div>
<div class="line">            use_alternate_font_metrics: 0;</div>
<div class="line"></div>
<div class="line">            description { }</div>
<div class="line">            dragable { }</div>
<div class="line">            items { }</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Parts are used to represent the most basic design elements of the theme, for example, a part can represent a line in a border or a label on a button. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [part name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The part's name will be used as reference in the theme's relative positioning system, by programs and in some cases by the application. It must be unique within the group. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> type </code></td><td class="parameters"><code> [TYPE] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Set the type (all caps) from among the available types, it's set to IMAGE by default. Valid types: <ul>
<li>RECT </li>
<li>TEXT </li>
<li>IMAGE </li>
<li>SWALLOW </li>
<li>TEXTBLOCK </li>
<li>GROUP </li>
<li>BOX </li>
<li>TABLE </li>
<li>EXTERNAL </li>
<li>PROXY </li>
<li>SPACER </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> insert_before </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The part's name which this part is inserted before. One part cannot have both insert_before and insert_after. One part cannot refer more than one by insert_before. </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> insert_after </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The part's name which this part is inserted after. One part cannot have both insert_before and insert_after. One part cannot refer more than one by insert_after. </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> mouse_events </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies whether the part will emit signals, although it is named "mouse_events", disabling it (0) will prevent the part from emitting any type of signal at all. It's set to 1 by default. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> repeat_events </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies whether a part echoes a mouse event to other parts below the pointer (1), or not (0). It's set to 0 by default. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> ignore_flags </code></td><td class="parameters"><code> [FLAG] ... </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies whether events with the given flags should be ignored, i.e., will not have the signals emitted to the parts. Multiple flags must be separated by spaces, the effect will be ignoring all events with one of the flags specified. Possible flags: <ul>
<li>NONE (default value, no event will be ignored) </li>
<li>ON_HOLD </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> scale </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies whether the part will scale its size with an edje scaling factor. By default scale is off (0) and the default scale factor is 1.0 - that means no scaling. This would be used to scale properties such as font size, min/max size of the part, and possibly can be used to scale based on DPI of the target device. The reason to be selective is that some things work well being scaled, others do not, so the designer gets to choose what works best. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> pointer_mode </code></td><td class="parameters"><code> [MODE] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the mouse pointer behavior for a given part. The default value is AUTOGRAB. Aviable modes: <ul>
<li>AUTOGRAB, when the part is clicked and the button remains pressed, the part will be the source of all future mouse signals emitted, even outside the object, until the button is released. </li>
<li>NOGRAB, the effect will be limited to the part's container. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> precise_is_inside </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Enables precise point collision detection for the part, which is more resource intensive. Disabled by default. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> use_alternate_font_metrics </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only affects text and textblock parts, when enabled Edje will use different size measurement functions. Disabled by default. (note from the author: I don't know what this is exactly useful for?) </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> clip_to </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only renders the area of part that coincides with another part's container. Overflowing content will not be displayed. Note that the part being clipped to can only be a rectangle part. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to GROUP or TEXTBLOCK parts. Swallows the specified group into the part's container if a GROUP. If TEXTBLOCK it is used for the group to be loaded and used for selection display UNDER the selected text. source2 is used for on top of the selected text, if source2 is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source2 </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to TEXTBLOCK parts. It is used for the group to be loaded and used for selection display OVER the selected text. source is used for under of the selected text, if source is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source3 </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to TEXTBLOCK parts. It is used for the group to be loaded and used for cursor display UNDER the cursor position. source4 is used for over the cursor text, if source4 is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source4 </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to TEXTBLOCK parts. It is used for the group to be loaded and used for cursor display OVER the cursor position. source3 is used for under the cursor text, if source4 is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source5 </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to TEXTBLOCK parts. It is used for the group to be loaded and used for anchors display UNDER the anchor position. source6 is used for over the anchors text, if source6 is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source6 </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Only available to TEXTBLOCK parts. It is used for the group to be loaded and used for anchor display OVER the anchor position. source5 is used for under the anchor text, if source6 is specified. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> effect </code></td><td class="parameters"><code> [EFFECT] (optional) [SHADOW DIRECTION] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes Edje to draw the selected effect among: <ul>
<li>PLAIN </li>
<li>OUTLINE </li>
<li>SOFT_OUTLINE </li>
<li>SHADOW </li>
<li>SOFT_SHADOW </li>
<li>OUTLINE_SHADOW </li>
<li>OUTLINE_SOFT_SHADOW </li>
<li>FAR_SHADOW </li>
<li>FAR_SOFT_SHADOW </li>
<li>GLOW</li>
</ul>
Shadow directions (default if not given is BOTTOM_RIGHT): <ul>
<li>BOTTOM_RIGHT </li>
<li>BOTTOM </li>
<li>BOTTOM_LEFT </li>
<li>LEFT </li>
<li>TOP_LEFT </li>
<li>TOP </li>
<li>TOP_RIGHT </li>
<li>RIGHT </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> entry_mode </code></td><td class="parameters"><code> [MODE] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the edit mode for a textblock part to one of: <ul>
<li>NONE </li>
<li>PLAIN </li>
<li>EDITABLE </li>
<li>PASSWORD It causes the part be editable if the edje object has the keyboard focus AND the part has the edje focus (or selectable always regardless of focus) and in the event of password mode, not selectable and all text chars replaced with *'s but editable and pastable. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> select_mode </code></td><td class="parameters"><code> [MODE] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the selection mode for a textblock part to one of: <ul>
<li>DEFAULT selection mode is what you would expect on any desktop. Press mouse, drag and release to end. </li>
<li>EXPLICIT mode requires the application controlling the edje object has to explicitly begin and end selection modes, and the selection itself is dragable at both ends. </li>
<li>BLOCK_HANDLE mode is the same as DEFAULT, it is for backward-compatibility. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> cursor_mode </code></td><td class="parameters"><code> [MODE] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the cursor mode for a textblock part to one of: <ul>
<li>UNDER cursor mode means the cursor will draw below the character pointed at. That's the default. </li>
<li>BEFORE cursor mode means the cursor is drawn as a vertical line before the current character, just like many other GUI toolkits handle it. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> multiline </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">It causes a textblock that is editable to allow multiple lines for editing. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> access </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies whether the part will use accessibility feature (1), or not (0). It's set to 0 by default. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> dragable </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">part {</div>
<div class="line">    ..</div>
<div class="line">    dragable {</div>
<div class="line">        confine: <span class="stringliteral">&quot;another part&quot;</span>;</div>
<div class="line">        events:  <span class="stringliteral">&quot;another dragable part&quot;</span>;</div>
<div class="line">        x: 0 0 0;</div>
<div class="line">        y: 0 0 0;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> When this block is used the resulting part can be dragged around the interface, do not confuse with external drag &amp; drop. By default Edje (and most applications) will attempt to use the minimal size possible for a dragable part. If the min property is not set in the description the part will be (most likely) set to 0px width and 0px height, thus invisible. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> x </code></td><td class="parameters"><code> [enable/disable] [step] [count] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to setup dragging events for the X axis. The first parameter is used to enable (1 or -1) and disable (0) dragging along the axis. When enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second parameter takes any integer and will limit movement to values divisible by it, causing the part to jump from position to position. The third parameter, (question from the author: What is count for?). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> y </code></td><td class="parameters"><code> [enable/disable] [step] [count] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to setup dragging events for the Y axis. The first parameter is used to enable (1 or -1) and disable (0) dragging along the axis. When enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second parameter takes any integer and will limit movement to values divisibles by it, causing the part to jump from position to position. The third parameter, (question from the author: What is count for?). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> confine </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When set, limits the movement of the dragged part to another part's container. When you use confine don't forget to set a min size for the part, or the draggie will not show up. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> events </code></td><td class="parameters"><code> [another dragable part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">It causes the part to forward the drag events to another part, thus ignoring them for itself. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> items </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">part {</div>
<div class="line">    ..</div>
<div class="line">box {</div>
<div class="line">        items {</div>
<div class="line">            item {</div>
<div class="line">                type: TYPE;</div>
<div class="line">                source: <span class="stringliteral">&quot;some source&quot;</span>;</div>
<div class="line">                min: 1 1;</div>
<div class="line">                max: 100 100;</div>
<div class="line">                padding: 1 1 2 2;</div>
<div class="line">            }</div>
<div class="line">            item {</div>
<div class="line">                type: TYPE;</div>
<div class="line">                source: <span class="stringliteral">&quot;some other source&quot;</span>;</div>
<div class="line">                name: <span class="stringliteral">&quot;some name&quot;</span>;</div>
<div class="line">                align: 1.0 0.5;</div>
<div class="line">            }</div>
<div class="line">            ..</div>
<div class="line">        }</div>
<div class="line">}</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> On a part of type BOX, this block can be used to set other groups as elements of the box. These can be mixed with external objects set by the application through the edje_object_part_box_* API. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> type </code></td><td class="parameters"><code> Only GROUP for now (defaults to it) </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the type of the object this item will hold. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [name for the object] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the name of the object via evas_object_name_set(). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [another group's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the group this object will be made from. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the minimum size hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> prefer </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the preferred size hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> max </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the maximum size hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> padding </code></td><td class="parameters"><code> [left] [right] [top] [bottom] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the padding hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> align </code></td><td class="parameters"><code> [x] [y] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the alignment hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> weight </code></td><td class="parameters"><code> [x] [y] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the weight hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> aspect </code></td><td class="parameters"><code> [w] [h] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the aspect width and height hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> aspect_mode </code></td><td class="parameters"><code> NONE, NEITHER, HORIZONTAL, VERTICAL, BOTH </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the aspect control hints for this object. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> options </code></td><td class="parameters"><code> [extra options] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets extra options for the object. Unused for now. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> position </code></td><td class="parameters"><code> [col] [row] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the position this item will have in the table. This is required for parts of type TABLE. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> span </code></td><td class="parameters"><code> [col] [row] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets how many columns/rows this item will use. Defaults to 1 1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description"></a><a class="el" href="edcref.html#sec_quickaccess">State description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> description </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">description {</div>
<div class="line">    inherit: <span class="stringliteral">&quot;another_description&quot;</span> INDEX;</div>
<div class="line">    state: <span class="stringliteral">&quot;description_name&quot;</span> INDEX;</div>
<div class="line">    visible: 1;</div>
<div class="line">    min: 0 0;</div>
<div class="line">    max: -1 -1;</div>
<div class="line">    align: 0.5 0.5;</div>
<div class="line">    fixed: 0 0;</div>
<div class="line">    step: 0 0;</div>
<div class="line">    aspect: 1 1;</div>
<div class="line"></div>
<div class="line">    rel1 {</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line"></div>
<div class="line">    rel2 {</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Every part can have one or more description blocks. Each description is used to define style and layout properties of a part in a given "state". </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> inherit </code></td><td class="parameters"><code> [another description's name] [another description's index] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When set, the description will inherit all the properties from the named description. The properties defined in this part will override the inherited properties, reducing the amount of necessary code for simple state changes. Note: inheritance in Edje is single level only. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes the part to use another part content as the content of this part. Only work with PROXY part. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> state </code></td><td class="parameters"><code> [a name for the description] [an index] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets a name used to identify a description inside a given part. Multiple descriptions are used to declare different states of the same part, like "clicked" or "invisible". All states declarations are also coupled with an index number between 0.0 and 1.0. All parts must have at least one description named "default 0.0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> visible </code></td><td class="parameters"><code> [0 or 1] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Takes a boolean value specifying whether part is visible (1) or not (0). Non-visible parts do not emit signals. The default value is 1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> limit </code></td><td class="parameters"><code> [NONE, WIDTH, HEIGHT or BOTH] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Emit a signal when the part size change from zero or to a zero size ('limit,width,over', 'limit,width,zero'). By default no signal are emitted. </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.7.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> align </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When the displayed object's size is smaller than its container, this property moves it relatively along both axis inside its container. The default value is "0.5 0.5". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> fixed </code></td><td class="parameters"><code> [width, 0 or 1] [height, 0 or 1] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This affects the minimum size calculation. See <a class="el" href="Edje_8h.html#af0d4d021bd06b39314596366e0f92df7" title="Calculate the minimum required size for a given Edje object. ">edje_object_size_min_calc()</a> and <a class="el" href="Edje_8h.html#a18bd6fd0f71c23b2d75a7ff3c9c9d52c" title="Calculate the minimum required size for a given Edje object. ">edje_object_size_min_restricted_calc()</a>. This tells the min size calculation routine that this part does not change size in width or height (1 for it doesn't, 0 for it does), so the routine should not try and expand or contract the part. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [width] [height] or SOURCE </code></td></tr>
<tr>
<td>&#160;</td><td class="effect"><p class="starttd">The minimum size of the state.</p>
<p class="endtd">When min is defined to SOURCE, it will look at the original image size and enforce it minimal size to match at least the original one. The part must be an IMAGE or a GROUP part. </p>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> minmul </code></td><td class="parameters"><code> [width multipler] [height multiplier] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">A multiplier FORCIBLY applied to whatever minimum size is only during minimum size calculation. </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.2</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> max </code></td><td class="parameters"><code> [width] [height] or SOURCE </code></td></tr>
<tr>
<td>&#160;</td><td class="effect"><p class="starttd">The maximum size of the state. A size of -1.0 means that it will be ignored in one direction.</p>
<p class="endtd">When max is set to SOURCE, edje will enforce the part to be not more than the original image size. The part must be an IMAGE part. </p>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> step </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Restricts resizing of each dimension to values divisibles by its value. This causes the part to jump from value to value while resizing. The default value is "0 0" disabling stepping. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> aspect </code></td><td class="parameters"><code> [min] [max] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Normally width and height can be resized to any values independently. The aspect property forces the width to height ratio to be kept between the minimum and maximum set. For example, "1.0 1.0" will increase the width a pixel for every pixel added to height. The default value is "0.0 0.0" disabling aspect. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> aspect_preference </code></td><td class="parameters"><code> [DIMENSION] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the scope of the "aspect" property to a given dimension. Available options are BOTH, VERTICAL, HORIZONTAL, SOURCE and NONE </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color_class </code></td><td class="parameters"><code> [color class name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The part will use the color values of the named color_class, these values can be overrided by the "color", "color2" and "color3" properties set below. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the main color to the specified values (between 0 and 255). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color2 </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the text shadow color to the specified values (0 to 255). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> color3 </code></td><td class="parameters"><code> [red] [green] [blue] [alpha] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the text outline color to the specified values (0 to 255). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> rel1/rel2 </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    rel1 {</div>
<div class="line">        relative: 0.0 0.0;</div>
<div class="line">        offset:     0   0;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">    rel2 {</div>
<div class="line">        relative: 1.0 1.0;</div>
<div class="line">        offset:    -1  -1;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The rel1 and rel2 blocks are used to define the position of each corner of the part's container. With rel1 being the left-up corner and rel2 being the right-down corner. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> relative </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Moves a corner to a relative position inside the container of the relative "to" part. Values from 0.0 (0%, beginning) to 1.0 (100%, end) of each axis. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> offset </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Affects the corner position a fixed number of pixels along each axis. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> to </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes a corner to be positioned relatively to another part's container. Setting to "" will un-set this value for inherited parts. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> to_x </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes a corner to be positioned relatively to the X axis of another part's container. Simply put affects the first parameter of "relative". Setting to "" will un-set this value for inherited parts. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> to_y </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes a corner to be positioned relatively to the Y axis of another part's container. Simply put, affects the second parameter of "relative". Setting to "" will un-set this value for inherited parts. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_image"></a><a class="el" href="edcref.html#sec_quickaccess">Image state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> image </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    image {</div>
<div class="line">        normal: <span class="stringliteral">&quot;filename.ext&quot;</span>;</div>
<div class="line">        tween:  <span class="stringliteral">&quot;filename2.ext&quot;</span>;</div>
<div class="line">        ..</div>
<div class="line">        tween:  <span class="stringliteral">&quot;filenameN.ext&quot;</span>;</div>
<div class="line">        border:  left right top bottom;</div>
<div class="line">        middle:  0/1/NONE/DEFAULT/SOLID;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> normal </code></td><td class="parameters"><code> [image's filename] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Name of image to be used as previously declared in the images block. In an animation, this is the first and last image displayed. It's required in any image part </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> tween </code></td><td class="parameters"><code> [image's filename] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Name of an image to be used in an animation loop, an image block can have none, one or multiple tween declarations. Images are displayed in the order they are listed, during the transition to the state they are declared in; the "normal" image is the final state. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> border </code></td><td class="parameters"><code> [left] [right] [top] [bottom] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">If set, the area (in pixels) of each side of the image will be displayed as a fixed size border, from the side -&gt; inwards, preventing the corners from being changed on a resize. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> middle </code></td><td class="parameters"><code> 0, 1, NONE, DEFAULT, SOLID </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">If border is set, this value tells Edje if the rest of the image (not covered by the defined border) will be displayed or not or be assumed to be solid (without alpha). The default is 1/DEFAULT. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> border_scale_by </code></td><td class="parameters"><code> 0.0 or bigger (0.0 or 1.0 to turn it off) </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">If border scaling is enabled then normally the OUTPUT border sizes (e.g. if 3 pixels on the left edge are set as a border, then normally at scale 1.0, those 3 columns will always be the exact 3 columns of output, or at scale 2.0 they will be 6 columns, or 0.33 they will merge into a single column). This property multiplies the input scale factor by this multiplier, allowing the creation of "supersampled" borders to make much higher resolution outputs possible by always using the highest resolution artwork and then runtime scaling it down. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> border_scale </code></td><td class="parameters"><code> 0, 1 </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">If border is set, this value tells Edje if the border should be scaled by the object/global edje scale factors </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> scale_hint </code></td><td class="parameters"><code> 0, NONE, DYNAMIC, STATIC </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the evas image scale hint letting the engine more effectively save cached copies of the scaled image if it makes sense </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> fill </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    fill {</div>
<div class="line">        smooth: 0-1;</div>
<div class="line">        origin {</div>
<div class="line">            relative: <a class="code" href="edje__util_8c.html#afbf6fb01352ce735f460b444f1dca712">X</a>-axis Y-axis;</div>
<div class="line">            offset:   <a class="code" href="edje__util_8c.html#afbf6fb01352ce735f460b444f1dca712">X</a>-axis Y-axis;</div>
<div class="line">        }</div>
<div class="line">        size {</div>
<div class="line">            relative: width  height;</div>
<div class="line">            offset:   width  height;</div>
<div class="line">        }</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The fill method is an optional block that defines the way an IMAGE part is going to be displayed inside its container. It can be used for tiling (repeating the image) or displaying only part of an image. See evas_object_image_fill_set() documentation for more details. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> smooth </code></td><td class="parameters"><code> [0 or 1] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">The smooth property takes a boolean value to decide if the image will be smoothed on scaling (1) or not (0). The default value is 1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> spread </code></td><td class="parameters"><code> TODO </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">TODO </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> type </code></td><td class="parameters"><code> TODO </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">TODO </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> origin </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    fill {</div>
<div class="line">        ..</div>
<div class="line">        origin {</div>
<div class="line">            relative: 0.0 0.0;</div>
<div class="line">            offset:   0   0;</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The origin block is used to place the starting point, inside the displayed element, that will be used to render the tile. By default, the origin is set at the element's left-up corner. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> relative </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the starting point relatively to displayed element's content. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> offset </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Affects the starting point a fixed number of pixels along each axis. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> size </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    fill {</div>
<div class="line">        ..</div>
<div class="line">        size {</div>
<div class="line">            relative: 1.0 1.0;</div>
<div class="line">            offset:  -1  -1;</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> The size block defines the tile size of the content that will be displayed. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> relative </code></td><td class="parameters"><code> [width] [height] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Takes a pair of decimal values that represent the percentual value of the original size of the element. For example, "0.5 0.5" represents half the size, while "2.0 2.0" represents the double. The default value is "1.0 1.0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> offset </code></td><td class="parameters"><code> [X axis] [Y axis] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Affects the size of the tile a fixed number of pixels along each axis. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_text"></a><a class="el" href="edcref.html#sec_quickaccess">Text state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> text </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">part {</div>
<div class="line">    description {</div>
<div class="line">        ..</div>
<div class="line">        text {</div>
<div class="line">            text:        <span class="stringliteral">&quot;some string of text to display&quot;</span>;</div>
<div class="line">            font:        <span class="stringliteral">&quot;font_name&quot;</span>;</div>
<div class="line">            size:         SIZE;</div>
<div class="line">            text_class:  <span class="stringliteral">&quot;class_name&quot;</span>;</div>
<div class="line">            fit:          horizontal vertical;</div>
<div class="line">            min:          horizontal vertical;</div>
<div class="line">            max:          horizontal vertical;</div>
<div class="line">            align:        <a class="code" href="edje__util_8c.html#afbf6fb01352ce735f460b444f1dca712">X</a>-axis     Y-axis;</div>
<div class="line">            source:      <span class="stringliteral">&quot;part_name&quot;</span>;</div>
<div class="line">            text_source: <span class="stringliteral">&quot;text_part_name&quot;</span>;</div>
<div class="line">            ellipsis:     0.0-1.0;</div>
<div class="line">            style:       <span class="stringliteral">&quot;stylename&quot;</span>;</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> text </code></td><td class="parameters"><code> [a string of text, or nothing] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the default content of a text part, normally the application is the one changing its value. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> text_class </code></td><td class="parameters"><code> [text class name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Similar to color_class, this is the name used by the application to alter the font family and size at runtime. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> font </code></td><td class="parameters"><code> [font alias] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the font family to one of the aliases set up in the "fonts" block. Can be overrided by the application. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> style </code></td><td class="parameters"><code> [the style name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes the part to use the default style and tags defined in the "style" block with the specified name. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> repch </code></td><td class="parameters"><code> [the replacement character string] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">If this is a textblock and is in PASSWORD mode this string is used to replace every character to hide the details of the entry. Normally you would use a "*", but you can use anything you like. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> size </code></td><td class="parameters"><code> [font size in points (pt)] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the default font size for the text part. Can be overrided by the application. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> size_range </code></td><td class="parameters"><code> [font min size in points (pt)] [font max size in points (pt)] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the allowed font size for the text part. Setting min and max to 0 means we won't restrict the sizing (default). </td></tr>
</table>
<dl class="section since"><dt>Since</dt><dd>1.1.0</dd></dl>
<p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> fit </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When any of the parameters is set to 1 edje will resize the text for it to fit in it's container. Both are disabled by default. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When any of the parameters is enabled (1) it forces the minimum size of the container to be equal to the minimum size of the text. The default value is "0 0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> max </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When any of the parameters is enabled (1) it forces the maximum size of the container to be equal to the maximum size of the text. The default value is "0 0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> align </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Change the position of the point of balance inside the container. The default value is 0.5 0.5. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [another TEXT part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes the part to use the text properties (like font and size) of another part and update them as they change. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> text_source </code></td><td class="parameters"><code> [another TEXT part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Causes the part to display the text content of another part and update them as they change. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> ellipsis </code></td><td class="parameters"><code> [point of balance] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Used to balance the text in a relative point from 0.0 to 1.0, this point is the last section of the string to be cut out in case of a resize that is smaller than the text itself. The default value is 0.0. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_box"></a><a class="el" href="edcref.html#sec_quickaccess">Box state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> box </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">part {</div>
<div class="line">    description {</div>
<div class="line">        ..</div>
<div class="line">        box {</div>
<div class="line">            layout: <span class="stringliteral">&quot;vertical&quot;</span>;</div>
<div class="line">            padding: 0 2;</div>
<div class="line">            align: 0.5 0.5;</div>
<div class="line">    min: 0 0;</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> A box block can contain other objects and display them in different layouts, any of the predefined set, or a custom one, set by the application. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> layout </code></td><td class="parameters"><code> [primary layout] [fallback layout] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the layout for the box: <ul>
<li>horizontal (default) </li>
<li>vertical </li>
<li>horizontal_homogeneous </li>
<li>vertical_homogeneous </li>
<li>horizontal_max (homogeneous to the max sized child) </li>
<li>vertical_max </li>
<li>horizontal_flow </li>
<li>vertical_flow </li>
<li>stack </li>
<li>some_other_custom_layout_set_by_the_application You could set a custom layout as fallback, it makes very very little sense though, and if that one fails, it will default to horizontal. </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> align </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Change the position of the point of balance inside the container. The default value is 0.5 0.5. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> padding </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the space between cells in pixels. Defaults to 0 0. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When any of the parameters is enabled (1) it forces the minimum size of the box to be equal to the minimum size of the items. The default value is "0 0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_table"></a><a class="el" href="edcref.html#sec_quickaccess">Table state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> table </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">part {</div>
<div class="line">    description {</div>
<div class="line">        ..</div>
<div class="line">        table {</div>
<div class="line">            homogeneous: TABLE;</div>
<div class="line">            padding: 0 2;</div>
<div class="line">            align: 0.5 0.5;</div>
<div class="line">            min: 0 0;</div>
<div class="line">        }</div>
<div class="line">        ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> A table block can contain other objects packed in multiple columns and rows, and each item can span across more than one column and/or row. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> homogeneous </code></td><td class="parameters"><code> [homogeneous mode] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the homogeneous mode for the table: <ul>
<li>NONE (default) </li>
<li>TABLE </li>
<li>ITEM </li>
</ul>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> align </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Change the position of the point of balance inside the container. The default value is 0.5 0.5. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> padding </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Sets the space between cells in pixels. Defaults to 0 0. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> min </code></td><td class="parameters"><code> [horizontal] [vertical] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">When any of the parameters is enabled (1) it forces the minimum size of the table to be equal to the minimum size of the items. The default value is "0 0". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_map"></a><a class="el" href="edcref.html#sec_quickaccess">Map state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> map </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    map {</div>
<div class="line">        perspective: <span class="stringliteral">&quot;name&quot;</span>;</div>
<div class="line">        light: <span class="stringliteral">&quot;name&quot;</span>;</div>
<div class="line">        on: 1;</div>
<div class="line">        smooth: 1;</div>
<div class="line">        perspective_on: 1;</div>
<div class="line">        backface_cull: 1;</div>
<div class="line">        alpha: 1;</div>
<div class="line">        </div>
<div class="line">        rotation {</div>
<div class="line">            ..</div>
<div class="line">        }</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> perspective </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the part that is used as the "perspective point" for giving a part a "3d look". The perspective point should have a perspective section that provides zplane and focal properties. The center of this part will be used as the focal point, so size, color and visibility etc. are not relevant just center point, zplane and focal are used. This also implicitly enables perspective transforms (see the on parameter for the map section). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> light </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the part that is used as the "light" for calculating the brightness (based on how directly the part's surface is facing the light source point). Like the perspective point part, the center point is used and zplane is used for the z position (0 being the zero-plane where all 2D objects normally live) and positive values being further away into the distance. The light part color is used as the light color (alpha not used for light color). The color2 color is used for the ambient lighting when calculating brightness (alpha also not used). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> on </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This enables mapping for the part. Default is 0. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> smooth </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This enable smooth map rendering. This may be linear interpolation, anisotropic filtering or anything the engine decides is "smooth". This is a best-effort hint and may not produce precisely the same results in all engines and situations. Default is 1 </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> alpha </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This enable alpha channel when map rendering. Default is 1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> backface_cull </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This enables backface culling (when the rotated part that normally faces the camera is facing away after being rotated etc.). This means that the object will be hidden when "backface culled". </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> perspective_on </code></td><td class="parameters"><code> [1 or 0] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Enable perspective when rotating even without a perspective point object. This would use perspective set for the object itself or for the canvas as a whole as the global perspective with <a class="el" href="Edje_8h.html#ac67b6372adcf093e43334d5385a1fed9" title="Setup the transform for this perspective object. ">edje_perspective_set()</a> and <a class="el" href="Edje_8h.html#a135e2eef15d671a44374f08458f614fc" title="Make this perspective object be global for its canvas. ">edje_perspective_global_set()</a>. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> rotation </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">map {</div>
<div class="line">    ..</div>
<div class="line">    rotation {</div>
<div class="line">        center: <span class="stringliteral">&quot;name&quot;</span>;</div>
<div class="line">        x: 45.0;</div>
<div class="line">        y: 45.0;</div>
<div class="line">        z: 45.0;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Rotates the part, optionally with the center on another part. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> center </code></td><td class="parameters"><code> [another part's name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the part that is used as the center of rotation when rotating the part with this description. The part's center point is used as the rotation center when applying rotation around the x, y and z axes. If no center is given, the parts original center itself is used for the rotation center. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> x </code></td><td class="parameters"><code> [X degrees] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the rotation around the x axis of the part considering the center set. In degrees. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> y </code></td><td class="parameters"><code> [Y degrees] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the rotation around the y axis of the part considering the center set. In degrees. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> z </code></td><td class="parameters"><code> [Z degrees] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the rotation around the z axis of the part considering the center set. In degrees. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> perspective </b></b></td><td class="context" colspan="2"><p class="starttd"><b></b></p>
<p class="endtd"><b></p>
<div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    perspective {</div>
<div class="line">        zplane: 0;</div>
<div class="line">        focal: 1000;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --><p></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Adds focal and plane perspective to the part. Active if perspective_on is true. Must be provided if the part is being used by other part as it's perspective target. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> zplane </code></td><td class="parameters"><code> [unscaled Z value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the z value that will not be scaled. Normally this is 0 as that is the z distance that all objects are at normally. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> focal </code></td><td class="parameters"><code> [distance] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">This sets the distance from the focal z plane (zplane) and the camera - i.e. very much equating to focal length of the camera </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_description_params"></a><a class="el" href="edcref.html#sec_quickaccess">Params state description sub blocks</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> params </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">description {</div>
<div class="line">    ..</div>
<div class="line">    params {</div>
<div class="line">        <span class="keywordtype">int</span>: <span class="stringliteral">&quot;name&quot;</span> 0;</div>
<div class="line">        <span class="keywordtype">double</span>: <span class="stringliteral">&quot;other_name&quot;</span> 0.0;</div>
<div class="line">        <span class="keywordtype">string</span>: <span class="stringliteral">&quot;another_name&quot;</span> <span class="stringliteral">&quot;some text&quot;</span>;</div>
<div class="line">    <span class="keywordtype">bool</span>: <span class="stringliteral">&quot;name&quot;</span> 1;</div>
<div class="line">    choice: <span class="stringliteral">&quot;some_name&quot;</span> <span class="stringliteral">&quot;value&quot;</span>;</div>
<div class="line">    }</div>
<div class="line">    ..</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Set parameters for EXTERNAL parts. The value overwrites previous definitions with the same name. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> int </code></td><td class="parameters"><code> [param_name] [int_value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Adds an integer parameter for an external object </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> double </code></td><td class="parameters"><code> [param_name] [double_value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Adds a double parameter for an external object </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> string </code></td><td class="parameters"><code> [param_name] [string_value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Adds a string parameter for an external object </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> bool </code></td><td class="parameters"><code> [param_name] [bool_value] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Adds an boolean parameter for an external object. Value must be 0 or 1. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> choice </code></td><td class="parameters"><code> [param_name] [choice_string] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Adds a choice parameter for an external object. The possible choice values are defined by external type at their register time and will be validated at runtime. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr class="section">
<td class="section" colspan="2"><p class="starttd"><b></b></p>
<p><b><a class="anchor" id="sec_program"></a><a class="el" href="edcref.html#sec_quickaccess">Program block</a></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td class="block"><b><b> program </b></b></td><td class="context" colspan="2"><b><div class="fragment"><div class="line">group {</div>
<div class="line">    programs {</div>
<div class="line">       ..</div>
<div class="line">          program {</div>
<div class="line">             name: <span class="stringliteral">&quot;programname&quot;</span>;</div>
<div class="line">             signal: <span class="stringliteral">&quot;signalname&quot;</span>;</div>
<div class="line">             source: <span class="stringliteral">&quot;partname&quot;</span>;</div>
<div class="line">             filter: <span class="stringliteral">&quot;partname&quot;</span> <span class="stringliteral">&quot;statename&quot;</span>;</div>
<div class="line">             in: 0.3 0.0;</div>
<div class="line">             action: STATE_SET <span class="stringliteral">&quot;statename&quot;</span> state_value;</div>
<div class="line">             transition: LINEAR 0.5;</div>
<div class="line">             target: <span class="stringliteral">&quot;partname&quot;</span>;</div>
<div class="line">             target: <span class="stringliteral">&quot;anotherpart&quot;</span>;</div>
<div class="line">             after: <span class="stringliteral">&quot;programname&quot;</span>;</div>
<div class="line">             after: <span class="stringliteral">&quot;anotherprogram&quot;</span>;</div>
<div class="line">          }</div>
<div class="line">       ..</div>
<div class="line">    }</div>
<div class="line">}</div>
</div><!-- fragment --></b></td></tr>
<tr>
<td><b>&#160;</b></td><td class="description" colspan="2"><p class="starttd"><b> Programs define how your interface reacts to events. Programs can change the state of parts, react to events or trigger other events. </b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> name </code></td><td class="parameters"><code> [program name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Symbolic name of program as a unique identifier. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> signal </code></td><td class="parameters"><code> [signal name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies signal(s) that should cause the program to run. The signal received must match the specified source to run. Signals may be globbed, but only one signal keyword per program may be used. ex: signal: "mouse,clicked,*"; (clicking any mouse button that matches source starts program). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> source </code></td><td class="parameters"><code> [source name] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Source of accepted signal. Sources may be globbed, but only one source keyword per program may be used. ex:source: "button-*"; (Signals from any part or program named "button-*" are accepted). </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> filter </code></td><td class="parameters"><code> [part] [state] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Filter signals to be only accepted if the part [part] is in state named [state]. Only one filter per program can be used. If [state] is not given, the source of the event will be used instead. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> in </code></td><td class="parameters"><code> [from] [range] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Wait 'from' seconds before executing the program. And add a random number of seconds (from 0 to 'range') to the total waiting time. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> action </code></td><td class="parameters"><code> [type] [param1] [param2] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Action to be performed by the program. Valid actions are: STATE_SET, ACTION_STOP, SIGNAL_EMIT, DRAG_VAL_SET, DRAG_VAL_STEP, DRAG_VAL_PAGE, FOCUS_SET, PARAM_COPY, PARAM_SET, PLAY_SAMPLE, PLAY_TONE Only one action can be specified per program. Examples:<br/>
 action: STATE_SET "statename" 0.5;<br/>
 action: ACTION_STOP;<br/>
 action: SIGNAL_EMIT "signalname" "emitter";<br/>
 action: DRAG_VAL_SET 0.5 0.0;<br/>
 action: DRAG_VAL_STEP 1.0 0.0;<br/>
 action: DRAG_VAL_PAGE 0.0 0.0;<br/>
 action: FOCUS_SET;<br/>
 action: FOCUS_OBJECT;<br/>
 action: PARAM_COPY "src_part" "src_param" "dst_part" "dst_param";<br/>
 action: PARAM_SET "part" "param" "value";<br/>
 action: PLAY_SAMPLE "sample name";<br/>
 action: PLAY_TONE "tone name" duration in seconds ( Range 0.1 to 10.0 );<br/>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> transition </code></td><td class="parameters"><code> [type] [length] [[interp val 1]] [[interp val 2]] [[option]] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect"><p class="starttd">Defines how transitions occur using STATE_SET action.<br/>
 Where 'type' is the style of the transition and 'length' is a double specifying the number of seconds in which to preform the transition.<br/>
 Valid types are: LIN or LINEAR, SIN or SINUSOIDAL, ACCEL or ACCELERATE, DECEL or DECELERATE, ACCEL_FAC or ACCELERATE_FACTOR, DECEL_FAC or DECELERATE_FACTOR, SIN_FAC or SINUSOIDAL_FACTOR, DIVIS or DIVISOR_INTERP, BOUNCE, SPRING.</p>
<p>ACCEL_FAC, DECEL_FAC and SIN_FAC need the extra optional "interp val 1" to determine the "factor" of curviness. 1.0 is the same as their non-factor counterparts, where 0.0 is equal to linear. Numbers higher than one make the curve angles steeper with a more pronounced curve point.</p>
<p>DIVIS, BOUNCE and SPRING also require "interp val 2" in addition to "interp val 1".</p>
<p>DIVIS uses val 1 as the initial gradient start (0.0 is horizontal, 1.0 is diagonal (linear), 2.0 is twice the gradient of linear etc.). val 2 is interpreted as an integer factor defining how much the value swings "outside" the gradient only to come back to the final resting spot at the end. 0.0 for val 2 is equivalent to linear interpolation. Note that DIVIS can exceed 1.0</p>
<p>BOUNCE uses val 2 as the number of bounces (so its rounded down to the nearest integer value), with val 1 determining how much the bounce decays, with 0.0 giving linear decay per bounce, and higher values giving much more decay.</p>
<p>SPRING is similar to bounce, where val 2 specifies the number of spring "swings" and val 1 specifies the decay, but it can exceed 1.0 on the outer swings.</p>
<p>Valid option is CURRENT.</p>
<p class="endtd">CURRENT is the option which causes the edje object to move from its current position. It can be used as the last parameter of any transition type. (</p>
<dl class="section since"><dt>Since</dt><dd>1.1.0)</dd></dl>
</td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> target </code></td><td class="parameters"><code> [target] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Program or part on which the specified action acts. Multiple target keywords may be specified, one per target. SIGNAL_EMITs do not have targets. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> after </code></td><td class="parameters"><code> [after] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies a program to run after the current program completes. The source and signal parameters of a program run as an "after" are ignored. Multiple "after" statements can be specified per program. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
<tr>
<td><b>&#160;</b></td><td><p class="starttd"><b></b></p>
<p><b></p>
<table  class="edcref" border="0">
<tr>
<td class="property"><code> api </code></td><td class="parameters"><code> [name] [description] </code></td></tr>
<tr>
<td>&#160;</td><td class="effect">Specifies a hint to let applications (or IDE's) know how to bind things. The parameter name should contain the name of the function that the application should use, and description describes how it should be used. </td></tr>
</table>
<p></b></p>
<p class="endtd"><b></b></p>
</td></tr>
</table>
<p></b></p>
</div></div><!-- contents -->
 
 <div id="push"></div>
 </div> <!-- #content -->
  </div> <!-- .layout -->
 </div> <!-- #container -->
  <div id="footer">
    <table><tr>
      <td class="copyright">Copyright &copy;2014 Enlightenment</td>
      <td class="generated">Docs generated Sat Jan 25 2014 06:44:46</td>
    </tr></table>
  </div>
</body>
</html>