UILayoutTool.st
changeset 3116 21e748176901
parent 3052 8734833de8fe
child 3176 ed6b37bc35b0
equal deleted inserted replaced
3115:b67cec807e78 3116:21e748176901
   934 ! !
   934 ! !
   935 
   935 
   936 !UILayoutTool::AnyLayout class methodsFor:'image specs'!
   936 !UILayoutTool::AnyLayout class methodsFor:'image specs'!
   937 
   937 
   938 imageAbsX
   938 imageAbsX
       
   939     <resource: #image>
   939     "This resource specification was automatically generated
   940     "This resource specification was automatically generated
   940      by the ImageEditor of ST/X."
   941      by the ImageEditor of ST/X."
   941 
       
   942     "Do not manually edit this!! If it is corrupted,
   942     "Do not manually edit this!! If it is corrupted,
   943      the ImageEditor may not be able to read the specification."
   943      the ImageEditor may not be able to read the specification."
   944 
       
   945     "
   944     "
   946      self imageAbsX inspect
   945      self imageAbsX inspect
   947      ImageEditor openOnClass:self andSelector:#imageAbsX
   946      ImageEditor openOnClass:self andSelector:#imageAbsX
   948      Icon flushCachedIcons
   947      Icon flushCachedIcons"
   949     "
   948     
   950 
   949     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageAbsX'
   951     <resource: #image>
   950         ifAbsentPut:[
   952 
   951             (Depth1Image new)
   953     ^Icon
   952                 width:16;
   954         constantNamed:'UILayoutTool::AnyLayout class imageAbsX'
   953                 height:16;
   955         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   954                 photometric:(#palette);
       
   955                 bitsPerSample:(#( 1 ));
       
   956                 samplesPerPixel:(1);
       
   957                 bits:(ByteArray 
       
   958                             fromPackedString:'
   956 <@BP@I@N$L*P*)BZ''8*@@(@B''8*P&)B*$L*PC)@@<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   959 <@BP@I@N$L*P*)BZ''8*@@(@B''8*P&)B*$L*PC)@@<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   957 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   960 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   958 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'<@C0@O@N<L;0;/C>??;??/?>??;0?/C.<L;0C/@@<@@b') ; yourself); yourself]
   961 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   962                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   963                 mask:((ImageMask new)
       
   964                             width:16;
       
   965                             height:16;
       
   966                             bits:(ByteArray 
       
   967                                         fromPackedString:'<@C0@O@N<L;0;/C>??;??/?>??;0?/C.<L;0C/@@<@@b');
       
   968                             yourself);
       
   969                 yourself
       
   970         ]
   959 !
   971 !
   960 
   972 
   961 imageAbsXFromRight
   973 imageAbsXFromRight
       
   974     <resource: #image>
   962     "This resource specification was automatically generated
   975     "This resource specification was automatically generated
   963      by the ImageEditor of ST/X."
   976      by the ImageEditor of ST/X."
   964 
       
   965     "Do not manually edit this!! If it is corrupted,
   977     "Do not manually edit this!! If it is corrupted,
   966      the ImageEditor may not be able to read the specification."
   978      the ImageEditor may not be able to read the specification."
   967 
       
   968     "
   979     "
   969      self imageAbsXFromRight inspect
   980      self imageAbsXFromRight inspect
   970      ImageEditor openOnClass:self andSelector:#imageAbsXFromRight
   981      ImageEditor openOnClass:self andSelector:#imageAbsXFromRight
   971      Icon flushCachedIcons
   982      Icon flushCachedIcons"
   972     "
   983     
   973 
   984     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageAbsXFromRight'
       
   985         ifAbsentPut:[
       
   986             (Depth1Image new)
       
   987                 width:16;
       
   988                 height:16;
       
   989                 photometric:(#palette);
       
   990                 bitsPerSample:(#( 1 ));
       
   991                 samplesPerPixel:(1);
       
   992                 bits:(ByteArray 
       
   993                             fromPackedString:'@@<@BW@IT0%UBU$IT_%@@T@AT_%YBUTIT0%0BP@I@@<b');
       
   994                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   995                 mask:((ImageMask new)
       
   996                             width:16;
       
   997                             height:16;
       
   998                             bits:(ByteArray 
       
   999                                         fromPackedString:'@@<@C7@O\0=7C7<O_?=??7??_?=?C7\O\0=0C0@O@@<b');
       
  1000                             yourself);
       
  1001                 yourself
       
  1002         ]
       
  1003 !
       
  1004 
       
  1005 imageAbsY
   974     <resource: #image>
  1006     <resource: #image>
   975 
       
   976     ^Icon
       
   977         constantNamed:'UILayoutTool::AnyLayout class imageAbsXFromRight'
       
   978         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@<@BW@IT0%UBU$IT_%@@T@AT_%YBUTIT0%0BP@I@@<b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@<@C7@O\0=7C7<O_?=??7??_?=?C7\O\0=0C0@O@@<b') ; yourself); yourself]
       
   979 !
       
   980 
       
   981 imageAbsY
       
   982     "This resource specification was automatically generated
  1007     "This resource specification was automatically generated
   983      by the ImageEditor of ST/X."
  1008      by the ImageEditor of ST/X."
   984 
       
   985     "Do not manually edit this!! If it is corrupted,
  1009     "Do not manually edit this!! If it is corrupted,
   986      the ImageEditor may not be able to read the specification."
  1010      the ImageEditor may not be able to read the specification."
   987 
       
   988     "
  1011     "
   989      self imageAbsY inspect
  1012      self imageAbsY inspect
   990      ImageEditor openOnClass:self andSelector:#imageAbsY
  1013      ImageEditor openOnClass:self andSelector:#imageAbsY
   991      Icon flushCachedIcons
  1014      Icon flushCachedIcons"
   992     "
  1015     
   993 
  1016     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageAbsY'
       
  1017         ifAbsentPut:[
       
  1018             (Depth1Image new)
       
  1019                 width:16;
       
  1020                 height:16;
       
  1021                 photometric:(#palette);
       
  1022                 bitsPerSample:(#( 1 ));
       
  1023                 samplesPerPixel:(1);
       
  1024                 bits:(ByteArray 
       
  1025                             fromPackedString:'??>@@X@A?''<BP@I@@$@BPA98D@ HD@P O''0 AC?<@@@b');
       
  1026                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
  1027                 mask:((ImageMask new)
       
  1028                             width:16;
       
  1029                             height:16;
       
  1030                             bits:(ByteArray 
       
  1031                                         fromPackedString:'??????????<C0@O@@<@C0A?8G? O<@_ O?0??C?<@@@b');
       
  1032                             yourself);
       
  1033                 yourself
       
  1034         ]
       
  1035 !
       
  1036 
       
  1037 imageAbsYFromBottom
   994     <resource: #image>
  1038     <resource: #image>
   995 
       
   996     ^Icon
       
   997         constantNamed:'UILayoutTool::AnyLayout class imageAbsY'
       
   998         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A?''<BP@I@@$@BPA98D@ HD@P O''0 AC?<@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????<C0@O@@<@C0A?8G? O<@_ O?0??C?<@@@b') ; yourself); yourself]
       
   999 !
       
  1000 
       
  1001 imageAbsYFromBottom
       
  1002     "This resource specification was automatically generated
  1039     "This resource specification was automatically generated
  1003      by the ImageEditor of ST/X."
  1040      by the ImageEditor of ST/X."
  1004 
       
  1005     "Do not manually edit this!! If it is corrupted,
  1041     "Do not manually edit this!! If it is corrupted,
  1006      the ImageEditor may not be able to read the specification."
  1042      the ImageEditor may not be able to read the specification."
  1007 
       
  1008     "
  1043     "
  1009      self imageAbsYFromBottom inspect
  1044      self imageAbsYFromBottom inspect
  1010      ImageEditor openOnClass:self andSelector:#imageAbsYFromBottom
  1045      ImageEditor openOnClass:self andSelector:#imageAbsYFromBottom
  1011      Icon flushCachedIcons
  1046      Icon flushCachedIcons"
  1012     "
  1047     
  1013 
  1048     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageAbsYFromBottom'
       
  1049         ifAbsentPut:[
       
  1050             (Depth1Image new)
       
  1051                 width:16;
       
  1052                 height:16;
       
  1053                 photometric:(#palette);
       
  1054                 bitsPerSample:(#( 1 ));
       
  1055                 samplesPerPixel:(1);
       
  1056                 bits:(ByteArray 
       
  1057                             fromPackedString:'@@@??B@DO''0DH@ PD@ ^^@I@@$@BP@I@?''>@@X@A??<b');
       
  1058                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
  1059                 mask:((ImageMask new)
       
  1060                             width:16;
       
  1061                             height:16;
       
  1062                             bits:(ByteArray 
       
  1063                                         fromPackedString:'@@@??C?<O?0G8@?0G? _>@O@@<@C0@O@??????????<b');
       
  1064                             yourself);
       
  1065                 yourself
       
  1066         ]
       
  1067 !
       
  1068 
       
  1069 imageFractX
  1014     <resource: #image>
  1070     <resource: #image>
  1015 
       
  1016     ^Icon
       
  1017         constantNamed:'UILayoutTool::AnyLayout class imageAbsYFromBottom'
       
  1018         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@??B@DO''0DH@ PD@ ^^@I@@$@BP@I@?''>@@X@A??<b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@??C?<O?0G8@?0G? _>@O@@<@C0@O@??????????<b') ; yourself); yourself]
       
  1019 !
       
  1020 
       
  1021 imageFractX
       
  1022     "This resource specification was automatically generated
  1071     "This resource specification was automatically generated
  1023      by the ImageEditor of ST/X."
  1072      by the ImageEditor of ST/X."
  1024 
       
  1025     "Do not manually edit this!! If it is corrupted,
  1073     "Do not manually edit this!! If it is corrupted,
  1026      the ImageEditor may not be able to read the specification."
  1074      the ImageEditor may not be able to read the specification."
  1027 
       
  1028     "
  1075     "
  1029      self imageFractX inspect
  1076      self imageFractX inspect
  1030      ImageEditor openOnClass:self andSelector:#imageFractX
  1077      ImageEditor openOnClass:self andSelector:#imageFractX
  1031      Icon flushCachedIcons
  1078      Icon flushCachedIcons"
  1032     "
  1079     
  1033 
  1080     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageFractX'
  1034     <resource: #image>
  1081         ifAbsentPut:[
  1035 
  1082             (Depth1Image new)
  1036     ^Icon
  1083                 width:16;
  1037         constantNamed:'UILayoutTool::AnyLayout class imageFractX'
  1084                 height:16;
  1038         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  1085                 photometric:(#palette);
       
  1086                 bitsPerSample:(#( 1 ));
       
  1087                 samplesPerPixel:(1);
       
  1088                 bits:(ByteArray 
       
  1089                             fromPackedString:'
  1039 <@>PBY@I&A&TJYII$X&@@X@A$X&RRYP)&A&PBY@I<@<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1090 <@>PBY@I&A&TJYII$X&@@X@A$X&RRYP)&A&PBY@I<@<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1040 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1091 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1041 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'<@?0C?@O>A?<O?9????????????>_?0?>A?0C?@O<@<b') ; yourself); yourself]
  1092 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
  1093                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
  1094                 mask:((ImageMask new)
       
  1095                             width:16;
       
  1096                             height:16;
       
  1097                             bits:(ByteArray 
       
  1098                                         fromPackedString:'<@?0C?@O>A?<O?9????????????>_?0?>A?0C?@O<@<b');
       
  1099                             yourself);
       
  1100                 yourself
       
  1101         ]
  1042 !
  1102 !
  1043 
  1103 
  1044 imageFractY
  1104 imageFractY
       
  1105     <resource: #image>
  1045     "This resource specification was automatically generated
  1106     "This resource specification was automatically generated
  1046      by the ImageEditor of ST/X."
  1107      by the ImageEditor of ST/X."
  1047 
       
  1048     "Do not manually edit this!! If it is corrupted,
  1108     "Do not manually edit this!! If it is corrupted,
  1049      the ImageEditor may not be able to read the specification."
  1109      the ImageEditor may not be able to read the specification."
  1050 
       
  1051     "
  1110     "
  1052      self imageFractY inspect
  1111      self imageFractY inspect
  1053      ImageEditor openOnClass:self andSelector:#imageFractY
  1112      ImageEditor openOnClass:self andSelector:#imageFractY
  1054      Icon flushCachedIcons
  1113      Icon flushCachedIcons"
  1055     "
  1114     
  1056 
  1115     ^ Icon constantNamed:'UILayoutTool::AnyLayout class imageFractY'
  1057     <resource: #image>
  1116         ifAbsentPut:[
  1058 
  1117             (Depth1Image new)
  1059     ^Icon
  1118                 width:16;
  1060         constantNamed:'UILayoutTool::AnyLayout class imageFractY'
  1119                 height:16;
  1061         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A?''<PB@ PAB@BP@I@AB@HDA@H?''>@@X@A??<b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????<_>@?0A>@C0@O@A>@O<A?8??????????<b') ; yourself); yourself]
  1120                 photometric:(#palette);
       
  1121                 bitsPerSample:(#( 1 ));
       
  1122                 samplesPerPixel:(1);
       
  1123                 bits:(ByteArray 
       
  1124                             fromPackedString:'??>@@X@A?''<PB@ PAB@BP@I@AB@HDA@H?''>@@X@A??<b');
       
  1125                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
  1126                 mask:((ImageMask new)
       
  1127                             width:16;
       
  1128                             height:16;
       
  1129                             bits:(ByteArray 
       
  1130                                         fromPackedString:'??????????<_>@?0A>@C0@O@A>@O<A?8??????????<b');
       
  1131                             yourself);
       
  1132                 yourself
       
  1133         ]
  1062 ! !
  1134 ! !
  1063 
  1135 
  1064 !UILayoutTool::AlignmentOrigin class methodsFor:'help specs'!
  1136 !UILayoutTool::AlignmentOrigin class methodsFor:'help specs'!
  1065 
  1137 
  1066 helpSpec
  1138 helpSpec
  1814 ! !
  1886 ! !
  1815 
  1887 
  1816 !UILayoutTool::LayoutFrame class methodsFor:'image specs'!
  1888 !UILayoutTool::LayoutFrame class methodsFor:'image specs'!
  1817 
  1889 
  1818 setBigBottomFixPartIcon
  1890 setBigBottomFixPartIcon
       
  1891     <resource: #image>
  1819     "This resource specification was automatically generated
  1892     "This resource specification was automatically generated
  1820      by the ImageEditor of ST/X."
  1893      by the ImageEditor of ST/X."
  1821 
       
  1822     "Do not manually edit this!! If it is corrupted,
  1894     "Do not manually edit this!! If it is corrupted,
  1823      the ImageEditor may not be able to read the specification."
  1895      the ImageEditor may not be able to read the specification."
  1824 
       
  1825     "
  1896     "
  1826      self setBigBottomFixPartIcon inspect
  1897      self setBigBottomFixPartIcon inspect
  1827      ImageEditor openOnClass:self andSelector:#setBigBottomFixPartIcon
  1898      ImageEditor openOnClass:self andSelector:#setBigBottomFixPartIcon
  1828      Icon flushCachedIcons
  1899      Icon flushCachedIcons"
  1829     "
  1900     
  1830 
  1901     ^ Icon 
       
  1902         constantNamed:'UILayoutTool::LayoutFrame class setBigBottomFixPartIcon'
       
  1903         ifAbsentPut:[
       
  1904             (Depth4Image new)
       
  1905                 width:16;
       
  1906                 height:16;
       
  1907                 photometric:(#palette);
       
  1908                 bitsPerSample:(#( 4 ));
       
  1909                 samplesPerPixel:(1);
       
  1910                 bits:(ByteArray 
       
  1911                             fromPackedString:'
       
  1912 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"H"H"@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQ
       
  1913 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b');
       
  1914                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  1915                 mask:((ImageMask new)
       
  1916                             width:16;
       
  1917                             height:16;
       
  1918                             bits:(ByteArray 
       
  1919                                         fromPackedString:'??>A XFA XFA _????????????????????????????<b');
       
  1920                             yourself);
       
  1921                 yourself
       
  1922         ]
       
  1923 !
       
  1924 
       
  1925 setBigHorizontalFixPartIcon
  1831     <resource: #image>
  1926     <resource: #image>
  1832 
       
  1833     ^Icon
       
  1834         constantNamed:'UILayoutTool::LayoutFrame class setBigBottomFixPartIcon'
       
  1835         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1836 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"H"H"@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQ
       
  1837 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>A XFA XFA _????????????????????????????<b') ; yourself); yourself]
       
  1838 !
       
  1839 
       
  1840 setBigHorizontalFixPartIcon
       
  1841     "This resource specification was automatically generated
  1927     "This resource specification was automatically generated
  1842      by the ImageEditor of ST/X."
  1928      by the ImageEditor of ST/X."
  1843 
       
  1844     "Do not manually edit this!! If it is corrupted,
  1929     "Do not manually edit this!! If it is corrupted,
  1845      the ImageEditor may not be able to read the specification."
  1930      the ImageEditor may not be able to read the specification."
  1846 
       
  1847     "
  1931     "
  1848      self setBigHorizontalFixPartIcon inspect
  1932      self setBigHorizontalFixPartIcon inspect
  1849      ImageEditor openOnClass:self andSelector:#setBigHorizontalFixPartIcon
  1933      ImageEditor openOnClass:self andSelector:#setBigHorizontalFixPartIcon
  1850      Icon flushCachedIcons
  1934      Icon flushCachedIcons"
  1851     "
  1935     
  1852 
  1936     ^ Icon 
       
  1937         constantNamed:'UILayoutTool::LayoutFrame class setBigHorizontalFixPartIcon'
       
  1938         ifAbsentPut:[
       
  1939             (Depth4Image new)
       
  1940                 width:16;
       
  1941                 height:16;
       
  1942                 photometric:(#palette);
       
  1943                 bitsPerSample:(#( 4 ));
       
  1944                 samplesPerPixel:(1);
       
  1945                 bits:(ByteArray 
       
  1946                             fromPackedString:'
       
  1947 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"
       
  1948 H"H"H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  1949                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  1950                 mask:((ImageMask new)
       
  1951                             width:16;
       
  1952                             height:16;
       
  1953                             bits:(ByteArray 
       
  1954                                         fromPackedString:'??>A XFA??????????????????????????>A XFA??<b');
       
  1955                             yourself);
       
  1956                 yourself
       
  1957         ]
       
  1958 !
       
  1959 
       
  1960 setBigTopFixPartIcon
  1853     <resource: #image>
  1961     <resource: #image>
  1854 
       
  1855     ^Icon
       
  1856         constantNamed:'UILayoutTool::LayoutFrame class setBigHorizontalFixPartIcon'
       
  1857         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1858 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"
       
  1859 H"H"H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>A XFA??????????????????????????>A XFA??<b') ; yourself); yourself]
       
  1860 !
       
  1861 
       
  1862 setBigTopFixPartIcon
       
  1863     "This resource specification was automatically generated
  1962     "This resource specification was automatically generated
  1864      by the ImageEditor of ST/X."
  1963      by the ImageEditor of ST/X."
  1865 
       
  1866     "Do not manually edit this!! If it is corrupted,
  1964     "Do not manually edit this!! If it is corrupted,
  1867      the ImageEditor may not be able to read the specification."
  1965      the ImageEditor may not be able to read the specification."
  1868 
       
  1869     "
  1966     "
  1870      self setBigTopFixPartIcon inspect
  1967      self setBigTopFixPartIcon inspect
  1871      ImageEditor openOnClass:self andSelector:#setBigTopFixPartIcon
  1968      ImageEditor openOnClass:self andSelector:#setBigTopFixPartIcon
  1872      Icon flushCachedIcons
  1969      Icon flushCachedIcons"
  1873     "
  1970     
  1874 
  1971     ^ Icon 
       
  1972         constantNamed:'UILayoutTool::LayoutFrame class setBigTopFixPartIcon'
       
  1973         ifAbsentPut:[
       
  1974             (Depth4Image new)
       
  1975                 width:16;
       
  1976                 height:16;
       
  1977                 photometric:(#palette);
       
  1978                 bitsPerSample:(#( 4 ));
       
  1979                 samplesPerPixel:(1);
       
  1980                 bits:(ByteArray 
       
  1981                             fromPackedString:'
       
  1982 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @"H"H"H"H"@@@@@@@@@@@@@@
       
  1983 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  1984                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  1985                 mask:((ImageMask new)
       
  1986                             width:16;
       
  1987                             height:16;
       
  1988                             bits:(ByteArray 
       
  1989                                         fromPackedString:'?????????????????????????????8FA XFA XFA??<b');
       
  1990                             yourself);
       
  1991                 yourself
       
  1992         ]
       
  1993 !
       
  1994 
       
  1995 setBottomFixPartIcon
  1875     <resource: #image>
  1996     <resource: #image>
  1876 
       
  1877     ^Icon
       
  1878         constantNamed:'UILayoutTool::LayoutFrame class setBigTopFixPartIcon'
       
  1879         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1880 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @"H"H"H"H"@@@@@@@@@@@@@@
       
  1881 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?????????????????????????????8FA XFA XFA??<b') ; yourself); yourself]
       
  1882 !
       
  1883 
       
  1884 setBottomFixPartIcon
       
  1885     "This resource specification was automatically generated
  1997     "This resource specification was automatically generated
  1886      by the ImageEditor of ST/X."
  1998      by the ImageEditor of ST/X."
  1887 
       
  1888     "Do not manually edit this!! If it is corrupted,
  1999     "Do not manually edit this!! If it is corrupted,
  1889      the ImageEditor may not be able to read the specification."
  2000      the ImageEditor may not be able to read the specification."
  1890 
       
  1891     "
  2001     "
  1892      self setBottomFixPartIcon inspect
  2002      self setBottomFixPartIcon inspect
  1893      ImageEditor openOnClass:self andSelector:#setBottomFixPartIcon
  2003      ImageEditor openOnClass:self andSelector:#setBottomFixPartIcon
  1894      Icon flushCachedIcons
  2004      Icon flushCachedIcons"
  1895     "
  2005     
  1896 
  2006     ^ Icon 
       
  2007         constantNamed:'UILayoutTool::LayoutFrame class setBottomFixPartIcon'
       
  2008         ifAbsentPut:[
       
  2009             (Depth4Image new)
       
  2010                 width:16;
       
  2011                 height:16;
       
  2012                 photometric:(#palette);
       
  2013                 bitsPerSample:(#( 4 ));
       
  2014                 samplesPerPixel:(1);
       
  2015                 bits:(ByteArray 
       
  2016                             fromPackedString:'
       
  2017 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"
       
  2018 H"@BH"H @!!DQD@DQDR@BDQDP@QDQH@H"H"@BH"H @@@@@@@@@@@b');
       
  2019                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2020                 mask:((ImageMask new)
       
  2021                             width:16;
       
  2022                             height:16;
       
  2023                             bits:(ByteArray 
       
  2024                                         fromPackedString:'??>@@X@A @F@@X@A @F@@X@A @G???????????????<b');
       
  2025                             yourself);
       
  2026                 yourself
       
  2027         ]
       
  2028 !
       
  2029 
       
  2030 setBottomHalfIcon
  1897     <resource: #image>
  2031     <resource: #image>
  1898 
       
  1899     ^Icon
       
  1900         constantNamed:'UILayoutTool::LayoutFrame class setBottomFixPartIcon'
       
  1901         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1902 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"
       
  1903 H"@BH"H @!!DQD@DQDR@BDQDP@QDQH@H"H"@BH"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@X@A @F@@X@A @G???????????????<b') ; yourself); yourself]
       
  1904 !
       
  1905 
       
  1906 setBottomHalfIcon
       
  1907     "This resource specification was automatically generated
  2032     "This resource specification was automatically generated
  1908      by the ImageEditor of ST/X."
  2033      by the ImageEditor of ST/X."
  1909 
       
  1910     "Do not manually edit this!! If it is corrupted,
  2034     "Do not manually edit this!! If it is corrupted,
  1911      the ImageEditor may not be able to read the specification."
  2035      the ImageEditor may not be able to read the specification."
  1912 
       
  1913     "
  2036     "
  1914      self setBottomHalfIcon inspect
  2037      self setBottomHalfIcon inspect
  1915      ImageEditor openOnClass:self andSelector:#setBottomHalfIcon
  2038      ImageEditor openOnClass:self andSelector:#setBottomHalfIcon
  1916      Icon flushCachedIcons
  2039      Icon flushCachedIcons"
  1917     "
  2040     
  1918 
  2041     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setBottomHalfIcon'
       
  2042         ifAbsentPut:[
       
  2043             (Depth4Image new)
       
  2044                 width:16;
       
  2045                 height:16;
       
  2046                 photometric:(#palette);
       
  2047                 bitsPerSample:(#( 4 ));
       
  2048                 samplesPerPixel:(1);
       
  2049                 bits:(ByteArray 
       
  2050                             fromPackedString:'
       
  2051 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"H"H"@BDQDQDQDQH@HQ
       
  2052 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b');
       
  2053                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2054                 mask:((ImageMask new)
       
  2055                             width:16;
       
  2056                             height:16;
       
  2057                             bits:(ByteArray 
       
  2058                                         fromPackedString:'??>@@X@A @F@@X@A @F@@_????????????????????<b');
       
  2059                             yourself);
       
  2060                 yourself
       
  2061         ]
       
  2062 !
       
  2063 
       
  2064 setBottomLeftQuarterIcon
  1919     <resource: #image>
  2065     <resource: #image>
  1920 
       
  1921     ^Icon
       
  1922         constantNamed:'UILayoutTool::LayoutFrame class setBottomHalfIcon'
       
  1923         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1924 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H"H"H"@BDQDQDQDQH@HQ
       
  1925 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@X@A @F@@_????????????????????<b') ; yourself); yourself]
       
  1926 !
       
  1927 
       
  1928 setBottomLeftQuarterIcon
       
  1929     "This resource specification was automatically generated
  2066     "This resource specification was automatically generated
  1930      by the ImageEditor of ST/X."
  2067      by the ImageEditor of ST/X."
  1931 
       
  1932     "Do not manually edit this!! If it is corrupted,
  2068     "Do not manually edit this!! If it is corrupted,
  1933      the ImageEditor may not be able to read the specification."
  2069      the ImageEditor may not be able to read the specification."
  1934 
       
  1935     "
  2070     "
  1936      self setBottomLeftQuarterIcon inspect
  2071      self setBottomLeftQuarterIcon inspect
  1937      ImageEditor openOnClass:self andSelector:#setBottomLeftQuarterIcon
  2072      ImageEditor openOnClass:self andSelector:#setBottomLeftQuarterIcon
  1938      Icon flushCachedIcons
  2073      Icon flushCachedIcons"
  1939     "
  2074     
  1940 
  2075     ^ Icon 
       
  2076         constantNamed:'UILayoutTool::LayoutFrame class setBottomLeftQuarterIcon'
       
  2077         ifAbsentPut:[
       
  2078             (Depth4Image new)
       
  2079                 width:16;
       
  2080                 height:16;
       
  2081                 photometric:(#palette);
       
  2082                 bitsPerSample:(#( 4 ));
       
  2083                 samplesPerPixel:(1);
       
  2084                 bits:(ByteArray 
       
  2085                             fromPackedString:'
       
  2086 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQ
       
  2087 DR@@@@@@@!!DQH@@@@@@BDQD @@@@@@H"H"@@@@@@@@@@@@@@@@@b');
       
  2088                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2089                 mask:((ImageMask new)
       
  2090                             width:16;
       
  2091                             height:16;
       
  2092                             bits:(ByteArray 
       
  2093                                         fromPackedString:'??>@@X@A @F@@X@A @G?@_<A?0G?@_<A?0G?@_<A??<b');
       
  2094                             yourself);
       
  2095                 yourself
       
  2096         ]
       
  2097 !
       
  2098 
       
  2099 setBottomRightQuarterIcon
  1941     <resource: #image>
  2100     <resource: #image>
  1942 
       
  1943     ^Icon
       
  1944         constantNamed:'UILayoutTool::LayoutFrame class setBottomLeftQuarterIcon'
       
  1945         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1946 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H"H"@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQ
       
  1947 DR@@@@@@@!!DQH@@@@@@BDQD @@@@@@H"H"@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@X@A @G?@_<A?0G?@_<A?0G?@_<A??<b') ; yourself); yourself]
       
  1948 !
       
  1949 
       
  1950 setBottomRightQuarterIcon
       
  1951     "This resource specification was automatically generated
  2101     "This resource specification was automatically generated
  1952      by the ImageEditor of ST/X."
  2102      by the ImageEditor of ST/X."
  1953 
       
  1954     "Do not manually edit this!! If it is corrupted,
  2103     "Do not manually edit this!! If it is corrupted,
  1955      the ImageEditor may not be able to read the specification."
  2104      the ImageEditor may not be able to read the specification."
  1956 
       
  1957     "
  2105     "
  1958      self setBottomRightQuarterIcon inspect
  2106      self setBottomRightQuarterIcon inspect
  1959      ImageEditor openOnClass:self andSelector:#setBottomRightQuarterIcon
  2107      ImageEditor openOnClass:self andSelector:#setBottomRightQuarterIcon
  1960      Icon flushCachedIcons
  2108      Icon flushCachedIcons"
  1961     "
  2109     
  1962 
  2110     ^ Icon 
       
  2111         constantNamed:'UILayoutTool::LayoutFrame class setBottomRightQuarterIcon'
       
  2112         ifAbsentPut:[
       
  2113             (Depth4Image new)
       
  2114                 width:16;
       
  2115                 height:16;
       
  2116                 photometric:(#palette);
       
  2117                 bitsPerSample:(#( 4 ));
       
  2118                 samplesPerPixel:(1);
       
  2119                 bits:(ByteArray 
       
  2120                             fromPackedString:'
       
  2121 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H"@@@@@@HQDQH@@@
       
  2122 @@@!!DQD @@@@@BDQDR@@@@@@HQDQH@@@@@@"H"H @@@@@@@@@@@b');
       
  2123                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2124                 mask:((ImageMask new)
       
  2125                             width:16;
       
  2126                             height:16;
       
  2127                             bits:(ByteArray 
       
  2128                                         fromPackedString:'??>@@X@A @F@@X@A @F@@XG? _>A?8G? _>A?8G???<b');
       
  2129                             yourself);
       
  2130                 yourself
       
  2131         ]
       
  2132 !
       
  2133 
       
  2134 setFullIcon
  1963     <resource: #image>
  2135     <resource: #image>
  1964 
       
  1965     ^Icon
       
  1966         constantNamed:'UILayoutTool::LayoutFrame class setBottomRightQuarterIcon'
       
  1967         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1968 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BH"H"@@@@@@HQDQH@@@
       
  1969 @@@!!DQD @@@@@BDQDR@@@@@@HQDQH@@@@@@"H"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@X@A @F@@XG? _>A?8G? _>A?8G???<b') ; yourself); yourself]
       
  1970 !
       
  1971 
       
  1972 setFullIcon
       
  1973     "This resource specification was automatically generated
  2136     "This resource specification was automatically generated
  1974      by the ImageEditor of ST/X."
  2137      by the ImageEditor of ST/X."
  1975 
       
  1976     "Do not manually edit this!! If it is corrupted,
  2138     "Do not manually edit this!! If it is corrupted,
  1977      the ImageEditor may not be able to read the specification."
  2139      the ImageEditor may not be able to read the specification."
  1978 
       
  1979     "
  2140     "
  1980      self setFullIcon inspect
  2141      self setFullIcon inspect
  1981      ImageEditor openOnClass:self andSelector:#setFullIcon
  2142      ImageEditor openOnClass:self andSelector:#setFullIcon
  1982      Icon flushCachedIcons
  2143      Icon flushCachedIcons"
  1983     "
  2144     
  1984 
  2145     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setFullIcon'
       
  2146         ifAbsentPut:[
       
  2147             (Depth4Image new)
       
  2148                 width:16;
       
  2149                 height:16;
       
  2150                 photometric:(#palette);
       
  2151                 bitsPerSample:(#( 4 ));
       
  2152                 samplesPerPixel:(1);
       
  2153                 bits:(ByteArray 
       
  2154                             fromPackedString:'
       
  2155 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQ
       
  2156 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b');
       
  2157                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2158                 mask:((ImageMask new)
       
  2159                             width:16;
       
  2160                             height:16;
       
  2161                             bits:(ByteArray 
       
  2162                                         fromPackedString:'??????????????????????????????????????????<b');
       
  2163                             yourself);
       
  2164                 yourself
       
  2165         ]
       
  2166 !
       
  2167 
       
  2168 setHorizontalFixPartIcon
  1985     <resource: #image>
  2169     <resource: #image>
  1986 
       
  1987     ^Icon
       
  1988         constantNamed:'UILayoutTool::LayoutFrame class setFullIcon'
       
  1989         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1990 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQ
       
  1991 DQDQDQD @!!DQDQDQDR@BDQDQDQDQH@H"H"H"H"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??????????????????????????????????????????<b') ; yourself); yourself]
       
  1992 !
       
  1993 
       
  1994 setHorizontalFixPartIcon
       
  1995     "This resource specification was automatically generated
  2170     "This resource specification was automatically generated
  1996      by the ImageEditor of ST/X."
  2171      by the ImageEditor of ST/X."
  1997 
       
  1998     "Do not manually edit this!! If it is corrupted,
  2172     "Do not manually edit this!! If it is corrupted,
  1999      the ImageEditor may not be able to read the specification."
  2173      the ImageEditor may not be able to read the specification."
  2000 
       
  2001     "
  2174     "
  2002      self setHorizontalFixPartIcon inspect
  2175      self setHorizontalFixPartIcon inspect
  2003      ImageEditor openOnClass:self andSelector:#setHorizontalFixPartIcon
  2176      ImageEditor openOnClass:self andSelector:#setHorizontalFixPartIcon
  2004      Icon flushCachedIcons
  2177      Icon flushCachedIcons"
  2005     "
  2178     
  2006 
  2179     ^ Icon 
       
  2180         constantNamed:'UILayoutTool::LayoutFrame class setHorizontalFixPartIcon'
       
  2181         ifAbsentPut:[
       
  2182             (Depth4Image new)
       
  2183                 width:16;
       
  2184                 height:16;
       
  2185                 photometric:(#palette);
       
  2186                 bitsPerSample:(#( 4 ));
       
  2187                 samplesPerPixel:(1);
       
  2188                 bits:(ByteArray 
       
  2189                             fromPackedString:'
       
  2190 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H@H"H"@BDQDP@QDQH@HQDQ@ADQD @"H"H@H"H"@@@@@@@@@@@@@@
       
  2191 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  2192                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2193                 mask:((ImageMask new)
       
  2194                             width:16;
       
  2195                             height:16;
       
  2196                             bits:(ByteArray 
       
  2197                                         fromPackedString:'??>@@X@A @F@@_???????????????8@A @F@@X@A??<b');
       
  2198                             yourself);
       
  2199                 yourself
       
  2200         ]
       
  2201 !
       
  2202 
       
  2203 setLeftFixPartIcon
  2007     <resource: #image>
  2204     <resource: #image>
  2008 
       
  2009     ^Icon
       
  2010         constantNamed:'UILayoutTool::LayoutFrame class setHorizontalFixPartIcon'
       
  2011         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2012 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"H"H@H"H"@BDQDP@QDQH@HQDQ@ADQD @"H"H@H"H"@@@@@@@@@@@@@@
       
  2013 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@@X@A @F@@_???????????????8@A @F@@X@A??<b') ; yourself); yourself]
       
  2014 !
       
  2015 
       
  2016 setLeftFixPartIcon
       
  2017     "This resource specification was automatically generated
  2205     "This resource specification was automatically generated
  2018      by the ImageEditor of ST/X."
  2206      by the ImageEditor of ST/X."
  2019 
       
  2020     "Do not manually edit this!! If it is corrupted,
  2207     "Do not manually edit this!! If it is corrupted,
  2021      the ImageEditor may not be able to read the specification."
  2208      the ImageEditor may not be able to read the specification."
  2022 
       
  2023     "
  2209     "
  2024      self setLeftFixPartIcon inspect
  2210      self setLeftFixPartIcon inspect
  2025      ImageEditor openOnClass:self andSelector:#setLeftFixPartIcon
  2211      ImageEditor openOnClass:self andSelector:#setLeftFixPartIcon
  2026      Icon flushCachedIcons
  2212      Icon flushCachedIcons"
  2027     "
  2213     
  2028 
  2214     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setLeftFixPartIcon'
       
  2215         ifAbsentPut:[
       
  2216             (Depth4Image new)
       
  2217                 width:16;
       
  2218                 height:16;
       
  2219                 photometric:(#palette);
       
  2220                 bitsPerSample:(#( 4 ));
       
  2221                 samplesPerPixel:(1);
       
  2222                 bits:(ByteArray 
       
  2223                             fromPackedString:'
       
  2224 @@@@@@@@@@@BH"@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@@@@@@@@@@@@@@@@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQ
       
  2225 H@@@@@@@@!!D @@@@@@@BDR@@@@@@@@H"H@@@@@@@@@@@@@@@@@@b');
       
  2226                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2227                 mask:((ImageMask new)
       
  2228                             width:16;
       
  2229                             height:16;
       
  2230                             bits:(ByteArray 
       
  2231                                         fromPackedString:'???<@_0A?@G<@_0A?@G<@_0A?@G<@_0A?@G<@_0A??<b');
       
  2232                             yourself);
       
  2233                 yourself
       
  2234         ]
       
  2235 !
       
  2236 
       
  2237 setLeftHalfIcon
  2029     <resource: #image>
  2238     <resource: #image>
  2030 
       
  2031     ^Icon
       
  2032         constantNamed:'UILayoutTool::LayoutFrame class setLeftFixPartIcon'
       
  2033         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2034 @@@@@@@@@@@BH"@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@@@@@@@@@@@@@@@@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQ
       
  2035 H@@@@@@@@!!D @@@@@@@BDR@@@@@@@@H"H@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<@_0A?@G<@_0A?@G<@_0A?@G<@_0A?@G<@_0A??<b') ; yourself); yourself]
       
  2036 !
       
  2037 
       
  2038 setLeftHalfIcon
       
  2039     "This resource specification was automatically generated
  2239     "This resource specification was automatically generated
  2040      by the ImageEditor of ST/X."
  2240      by the ImageEditor of ST/X."
  2041 
       
  2042     "Do not manually edit this!! If it is corrupted,
  2241     "Do not manually edit this!! If it is corrupted,
  2043      the ImageEditor may not be able to read the specification."
  2242      the ImageEditor may not be able to read the specification."
  2044 
       
  2045     "
  2243     "
  2046      self setLeftHalfIcon inspect
  2244      self setLeftHalfIcon inspect
  2047      ImageEditor openOnClass:self andSelector:#setLeftHalfIcon
  2245      ImageEditor openOnClass:self andSelector:#setLeftHalfIcon
  2048      Icon flushCachedIcons
  2246      Icon flushCachedIcons"
  2049     "
  2247     
  2050 
  2248     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setLeftHalfIcon'
       
  2249         ifAbsentPut:[
       
  2250             (Depth4Image new)
       
  2251                 width:16;
       
  2252                 height:16;
       
  2253                 photometric:(#palette);
       
  2254                 bitsPerSample:(#( 4 ));
       
  2255                 samplesPerPixel:(1);
       
  2256                 bits:(ByteArray 
       
  2257                             fromPackedString:'
       
  2258 @@@@@@@@@@@BH"H @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQ
       
  2259 DR@@@@@@@!!DQH@@@@@@BDQD @@@@@@H"H"@@@@@@@@@@@@@@@@@b');
       
  2260                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2261                 mask:((ImageMask new)
       
  2262                             width:16;
       
  2263                             height:16;
       
  2264                             bits:(ByteArray 
       
  2265                                         fromPackedString:'????@_<A?0G?@_<A?0G?@_<A?0G?@_<A?0G?@_<A??<b');
       
  2266                             yourself);
       
  2267                 yourself
       
  2268         ]
       
  2269 !
       
  2270 
       
  2271 setRightFixPartIcon
  2051     <resource: #image>
  2272     <resource: #image>
  2052 
       
  2053     ^Icon
       
  2054         constantNamed:'UILayoutTool::LayoutFrame class setLeftHalfIcon'
       
  2055         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2056 @@@@@@@@@@@BH"H @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQ
       
  2057 DR@@@@@@@!!DQH@@@@@@BDQD @@@@@@H"H"@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'????@_<A?0G?@_<A?0G?@_<A?0G?@_<A?0G?@_<A??<b') ; yourself); yourself]
       
  2058 !
       
  2059 
       
  2060 setRightFixPartIcon
       
  2061     "This resource specification was automatically generated
  2273     "This resource specification was automatically generated
  2062      by the ImageEditor of ST/X."
  2274      by the ImageEditor of ST/X."
  2063 
       
  2064     "Do not manually edit this!! If it is corrupted,
  2275     "Do not manually edit this!! If it is corrupted,
  2065      the ImageEditor may not be able to read the specification."
  2276      the ImageEditor may not be able to read the specification."
  2066 
       
  2067     "
  2277     "
  2068      self setRightFixPartIcon inspect
  2278      self setRightFixPartIcon inspect
  2069      ImageEditor openOnClass:self andSelector:#setRightFixPartIcon
  2279      ImageEditor openOnClass:self andSelector:#setRightFixPartIcon
  2070      Icon flushCachedIcons
  2280      Icon flushCachedIcons"
  2071     "
  2281     
  2072 
  2282     ^ Icon 
       
  2283         constantNamed:'UILayoutTool::LayoutFrame class setRightFixPartIcon'
       
  2284         ifAbsentPut:[
       
  2285             (Depth4Image new)
       
  2286                 width:16;
       
  2287                 height:16;
       
  2288                 photometric:(#palette);
       
  2289                 bitsPerSample:(#( 4 ));
       
  2290                 samplesPerPixel:(1);
       
  2291                 bits:(ByteArray 
       
  2292                             fromPackedString:'
       
  2293 @@@@@@@@@@@@@@@@@@H"H@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BDR@@@@@@@@HQH@@@
       
  2294 @@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@"H @@@@@@@@@@@b');
       
  2295                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2296                 mask:((ImageMask new)
       
  2297                             width:16;
       
  2298                             height:16;
       
  2299                             bits:(ByteArray 
       
  2300                                         fromPackedString:'??>@O8@? C>@O8@? C>@O8@? C>@O8@? C>@O8@???<b');
       
  2301                             yourself);
       
  2302                 yourself
       
  2303         ]
       
  2304 !
       
  2305 
       
  2306 setRightHalfIcon
  2073     <resource: #image>
  2307     <resource: #image>
  2074 
       
  2075     ^Icon
       
  2076         constantNamed:'UILayoutTool::LayoutFrame class setRightFixPartIcon'
       
  2077         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2078 @@@@@@@@@@@@@@@@@@H"H@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@@@@@@@@@@@@@@@@@@@@@@BDR@@@@@@@@HQH@@@
       
  2079 @@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@O8@? C>@O8@? C>@O8@? C>@O8@? C>@O8@???<b') ; yourself); yourself]
       
  2080 !
       
  2081 
       
  2082 setRightHalfIcon
       
  2083     "This resource specification was automatically generated
  2308     "This resource specification was automatically generated
  2084      by the ImageEditor of ST/X."
  2309      by the ImageEditor of ST/X."
  2085 
       
  2086     "Do not manually edit this!! If it is corrupted,
  2310     "Do not manually edit this!! If it is corrupted,
  2087      the ImageEditor may not be able to read the specification."
  2311      the ImageEditor may not be able to read the specification."
  2088 
       
  2089     "
  2312     "
  2090      self setRightHalfIcon inspect
  2313      self setRightHalfIcon inspect
  2091      ImageEditor openOnClass:self andSelector:#setRightHalfIcon
  2314      ImageEditor openOnClass:self andSelector:#setRightHalfIcon
  2092      Icon flushCachedIcons
  2315      Icon flushCachedIcons"
  2093     "
  2316     
  2094 
  2317     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setRightHalfIcon'
       
  2318         ifAbsentPut:[
       
  2319             (Depth4Image new)
       
  2320                 width:16;
       
  2321                 height:16;
       
  2322                 photometric:(#palette);
       
  2323                 bitsPerSample:(#( 4 ));
       
  2324                 samplesPerPixel:(1);
       
  2325                 bits:(ByteArray 
       
  2326                             fromPackedString:'
       
  2327 @@@@@@@@@@@@@@@@@"H"H@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@
       
  2328 @@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BH"H @@@@@@@@@@@b');
       
  2329                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2330                 mask:((ImageMask new)
       
  2331                             width:16;
       
  2332                             height:16;
       
  2333                             bits:(ByteArray 
       
  2334                                         fromPackedString:'??>@?8C? O>@?8C? O>@?8C? O>@?8C? O>@?8C???<b');
       
  2335                             yourself);
       
  2336                 yourself
       
  2337         ]
       
  2338 !
       
  2339 
       
  2340 setToRightQuarterIcon
  2095     <resource: #image>
  2341     <resource: #image>
  2096 
       
  2097     ^Icon
       
  2098         constantNamed:'UILayoutTool::LayoutFrame class setRightHalfIcon'
       
  2099         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2100 @@@@@@@@@@@@@@@@@"H"H@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@
       
  2101 @@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BH"H @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@?8C? O>@?8C? O>@?8C? O>@?8C? O>@?8C???<b') ; yourself); yourself]
       
  2102 !
       
  2103 
       
  2104 setToRightQuarterIcon
       
  2105     "This resource specification was automatically generated
  2342     "This resource specification was automatically generated
  2106      by the ImageEditor of ST/X."
  2343      by the ImageEditor of ST/X."
  2107 
       
  2108     "Do not manually edit this!! If it is corrupted,
  2344     "Do not manually edit this!! If it is corrupted,
  2109      the ImageEditor may not be able to read the specification."
  2345      the ImageEditor may not be able to read the specification."
  2110 
       
  2111     "
  2346     "
  2112      self setToRightQuarterIcon inspect
  2347      self setToRightQuarterIcon inspect
  2113      ImageEditor openOnClass:self andSelector:#setToRightQuarterIcon
  2348      ImageEditor openOnClass:self andSelector:#setToRightQuarterIcon
  2114      Icon flushCachedIcons
  2349      Icon flushCachedIcons"
  2115     "
  2350     
  2116 
  2351     ^ Icon 
       
  2352         constantNamed:'UILayoutTool::LayoutFrame class setToRightQuarterIcon'
       
  2353         ifAbsentPut:[
       
  2354             (Depth4Image new)
       
  2355                 width:16;
       
  2356                 height:16;
       
  2357                 photometric:(#palette);
       
  2358                 bitsPerSample:(#( 4 ));
       
  2359                 samplesPerPixel:(1);
       
  2360                 bits:(ByteArray 
       
  2361                             fromPackedString:'
       
  2362 @@@@@@@@@@@@@@@@@"H"H@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2363 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  2364                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2365                 mask:((ImageMask new)
       
  2366                             width:16;
       
  2367                             height:16;
       
  2368                             bits:(ByteArray 
       
  2369                                         fromPackedString:'??>@?8C? O>@?8C? O>@?8C? @F@@X@A @F@@X@A??<b');
       
  2370                             yourself);
       
  2371                 yourself
       
  2372         ]
       
  2373 !
       
  2374 
       
  2375 setTopFixPartIcon
  2117     <resource: #image>
  2376     <resource: #image>
  2118 
       
  2119     ^Icon
       
  2120         constantNamed:'UILayoutTool::LayoutFrame class setToRightQuarterIcon'
       
  2121         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2122 @@@@@@@@@@@@@@@@@"H"H@@@@@@BDQD @@@@@@HQDR@@@@@@@!!DQH@@@@@@BDQD @@@@@@HQDR@@@@@@@"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2123 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>@?8C? O>@?8C? O>@?8C? @F@@X@A @F@@X@A??<b') ; yourself); yourself]
       
  2124 !
       
  2125 
       
  2126 setTopFixPartIcon
       
  2127     "This resource specification was automatically generated
  2377     "This resource specification was automatically generated
  2128      by the ImageEditor of ST/X."
  2378      by the ImageEditor of ST/X."
  2129 
       
  2130     "Do not manually edit this!! If it is corrupted,
  2379     "Do not manually edit this!! If it is corrupted,
  2131      the ImageEditor may not be able to read the specification."
  2380      the ImageEditor may not be able to read the specification."
  2132 
       
  2133     "
  2381     "
  2134      self setTopFixPartIcon inspect
  2382      self setTopFixPartIcon inspect
  2135      ImageEditor openOnClass:self andSelector:#setTopFixPartIcon
  2383      ImageEditor openOnClass:self andSelector:#setTopFixPartIcon
  2136      Icon flushCachedIcons
  2384      Icon flushCachedIcons"
  2137     "
  2385     
  2138 
  2386     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setTopFixPartIcon'
       
  2387         ifAbsentPut:[
       
  2388             (Depth4Image new)
       
  2389                 width:16;
       
  2390                 height:16;
       
  2391                 photometric:(#palette);
       
  2392                 bitsPerSample:(#( 4 ));
       
  2393                 samplesPerPixel:(1);
       
  2394                 bits:(ByteArray 
       
  2395                             fromPackedString:'
       
  2396 @@@@@@@@@@@BH"H @"H"H@HQDQ@ADQD @!!DQD@DQDR@BH"H @"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2397 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  2398                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2399                 mask:((ImageMask new)
       
  2400                             width:16;
       
  2401                             height:16;
       
  2402                             bits:(ByteArray 
       
  2403                                         fromPackedString:'???????????????? @F@@X@A @F@@X@A @F@@X@A??<b');
       
  2404                             yourself);
       
  2405                 yourself
       
  2406         ]
       
  2407 !
       
  2408 
       
  2409 setTopHalfIcon
  2139     <resource: #image>
  2410     <resource: #image>
  2140 
       
  2141     ^Icon
       
  2142         constantNamed:'UILayoutTool::LayoutFrame class setTopFixPartIcon'
       
  2143         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2144 @@@@@@@@@@@BH"H @"H"H@HQDQ@ADQD @!!DQD@DQDR@BH"H @"H"H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2145 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???????????????? @F@@X@A @F@@X@A @F@@X@A??<b') ; yourself); yourself]
       
  2146 !
       
  2147 
       
  2148 setTopHalfIcon
       
  2149     "This resource specification was automatically generated
  2411     "This resource specification was automatically generated
  2150      by the ImageEditor of ST/X."
  2412      by the ImageEditor of ST/X."
  2151 
       
  2152     "Do not manually edit this!! If it is corrupted,
  2413     "Do not manually edit this!! If it is corrupted,
  2153      the ImageEditor may not be able to read the specification."
  2414      the ImageEditor may not be able to read the specification."
  2154 
       
  2155     "
  2415     "
  2156      self setTopHalfIcon inspect
  2416      self setTopHalfIcon inspect
  2157      ImageEditor openOnClass:self andSelector:#setTopHalfIcon
  2417      ImageEditor openOnClass:self andSelector:#setTopHalfIcon
  2158      Icon flushCachedIcons
  2418      Icon flushCachedIcons"
  2159     "
  2419     
  2160 
  2420     ^ Icon constantNamed:'UILayoutTool::LayoutFrame class setTopHalfIcon'
       
  2421         ifAbsentPut:[
       
  2422             (Depth4Image new)
       
  2423                 width:16;
       
  2424                 height:16;
       
  2425                 photometric:(#palette);
       
  2426                 bitsPerSample:(#( 4 ));
       
  2427                 samplesPerPixel:(1);
       
  2428                 bits:(ByteArray 
       
  2429                             fromPackedString:'
       
  2430 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2431 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  2432                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2433                 mask:((ImageMask new)
       
  2434                             width:16;
       
  2435                             height:16;
       
  2436                             bits:(ByteArray 
       
  2437                                         fromPackedString:'?????????????????????8@A @F@@X@A @F@@X@A??<b');
       
  2438                             yourself);
       
  2439                 yourself
       
  2440         ]
       
  2441 !
       
  2442 
       
  2443 setTopLeftQuarterIcon
  2161     <resource: #image>
  2444     <resource: #image>
  2162 
       
  2163     ^Icon
       
  2164         constantNamed:'UILayoutTool::LayoutFrame class setTopHalfIcon'
       
  2165         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2166 @@@@@@@@@@@BH"H"H"H"H@HQDQDQDQD @!!DQDQDQDR@BDQDQDQDQH@HQDQDQDQD @"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2167 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?????????????????????8@A @F@@X@A @F@@X@A??<b') ; yourself); yourself]
       
  2168 !
       
  2169 
       
  2170 setTopLeftQuarterIcon
       
  2171     "This resource specification was automatically generated
  2445     "This resource specification was automatically generated
  2172      by the ImageEditor of ST/X."
  2446      by the ImageEditor of ST/X."
  2173 
       
  2174     "Do not manually edit this!! If it is corrupted,
  2447     "Do not manually edit this!! If it is corrupted,
  2175      the ImageEditor may not be able to read the specification."
  2448      the ImageEditor may not be able to read the specification."
  2176 
       
  2177     "
  2449     "
  2178      self setTopLeftQuarterIcon inspect
  2450      self setTopLeftQuarterIcon inspect
  2179      ImageEditor openOnClass:self andSelector:#setTopLeftQuarterIcon
  2451      ImageEditor openOnClass:self andSelector:#setTopLeftQuarterIcon
  2180      Icon flushCachedIcons
  2452      Icon flushCachedIcons"
  2181     "
  2453     
  2182 
  2454     ^ Icon 
       
  2455         constantNamed:'UILayoutTool::LayoutFrame class setTopLeftQuarterIcon'
       
  2456         ifAbsentPut:[
       
  2457             (Depth4Image new)
       
  2458                 width:16;
       
  2459                 height:16;
       
  2460                 photometric:(#palette);
       
  2461                 bitsPerSample:(#( 4 ));
       
  2462                 samplesPerPixel:(1);
       
  2463                 bits:(ByteArray 
       
  2464                             fromPackedString:'
       
  2465 @@@@@@@@@@@BH"H"@@@@@@HQDQH@@@@@@!!DQD @@@@@BDQDR@@@@@@HQDQH@@@@@@"H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2466 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
  2467                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2468                 mask:((ImageMask new)
       
  2469                             width:16;
       
  2470                             height:16;
       
  2471                             bits:(ByteArray 
       
  2472                                         fromPackedString:'???? _>A?8G? _>A?8G? X@A @F@@X@A @F@@X@A??<b');
       
  2473                             yourself);
       
  2474                 yourself
       
  2475         ]
       
  2476 !
       
  2477 
       
  2478 setVerticalFixPartIcon
  2183     <resource: #image>
  2479     <resource: #image>
  2184 
       
  2185     ^Icon
       
  2186         constantNamed:'UILayoutTool::LayoutFrame class setTopLeftQuarterIcon'
       
  2187         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  2188 @@@@@@@@@@@BH"H"@@@@@@HQDQH@@@@@@!!DQD @@@@@BDQDR@@@@@@HQDQH@@@@@@"H"H @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  2189 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???? _>A?8G? _>A?8G? X@A @F@@X@A @F@@X@A??<b') ; yourself); yourself]
       
  2190 !
       
  2191 
       
  2192 setVerticalFixPartIcon
       
  2193     "This resource specification was automatically generated
  2480     "This resource specification was automatically generated
  2194      by the ImageEditor of ST/X."
  2481      by the ImageEditor of ST/X."
  2195 
       
  2196     "Do not manually edit this!! If it is corrupted,
  2482     "Do not manually edit this!! If it is corrupted,
  2197      the ImageEditor may not be able to read the specification."
  2483      the ImageEditor may not be able to read the specification."
  2198 
       
  2199     "
  2484     "
  2200      self setVerticalFixPartIcon inspect
  2485      self setVerticalFixPartIcon inspect
  2201      ImageEditor openOnClass:self andSelector:#setVerticalFixPartIcon
  2486      ImageEditor openOnClass:self andSelector:#setVerticalFixPartIcon
  2202      Icon flushCachedIcons
  2487      Icon flushCachedIcons"
  2203     "
  2488     
  2204 
  2489     ^ Icon 
  2205     <resource: #image>
       
  2206 
       
  2207     ^Icon
       
  2208         constantNamed:'UILayoutTool::LayoutFrame class setVerticalFixPartIcon'
  2490         constantNamed:'UILayoutTool::LayoutFrame class setVerticalFixPartIcon'
  2209         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  2491         ifAbsentPut:[
       
  2492             (Depth4Image new)
       
  2493                 width:16;
       
  2494                 height:16;
       
  2495                 photometric:(#palette);
       
  2496                 bitsPerSample:(#( 4 ));
       
  2497                 samplesPerPixel:(1);
       
  2498                 bits:(ByteArray 
       
  2499                             fromPackedString:'
  2210 @@@@@@@@@@@@@@@"H @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HQH@@@@@@@@!!D @@@@@@
  2500 @@@@@@@@@@@@@@@"H @@@@@@@BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BDR@@@@@@@@HQH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HQH@@@@@@@@!!D @@@@@@
  2211 @BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BH"@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??>G8X_!!!!>FG8X_!!!!>FG8X_!!!!>FG8X_!!!!>FG8X_!!??<b') ; yourself); yourself]
  2501 @BDR@@@@@@@@HQH@@@@@@@@!!D @@@@@@@BH"@@@@@@@@@@@@@@@b');
       
  2502                 colorMapFromArray:#[ 0 0 0 255 0 0 255 255 255 ];
       
  2503                 mask:((ImageMask new)
       
  2504                             width:16;
       
  2505                             height:16;
       
  2506                             bits:(ByteArray 
       
  2507                                         fromPackedString:'??>G8X_!!!!>FG8X_!!!!>FG8X_!!!!>FG8X_!!!!>FG8X_!!??<b');
       
  2508                             yourself);
       
  2509                 yourself
       
  2510         ]
  2212 ! !
  2511 ! !
  2213 
  2512 
  2214 !UILayoutTool::LayoutFrame class methodsFor:'interface specs'!
  2513 !UILayoutTool::LayoutFrame class methodsFor:'interface specs'!
  2215 
  2514 
  2216 windowSpec
  2515 windowSpec