AssistantApplication.st
changeset 4586 9cc3c58352c4
parent 4470 fe8e1fb37521
child 4770 6634b540fea2
child 5056 4fd8ecbcfb1b
equal deleted inserted replaced
4585:1b07c95686bc 4586:9cc3c58352c4
    69 
    69 
    70     <resource: #image>
    70     <resource: #image>
    71 
    71 
    72     ^Icon
    72     ^Icon
    73         constantNamed:'AssistantApplication class bulletIcon'
    73         constantNamed:'AssistantApplication class bulletIcon'
    74         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@% @@BPA @@P@D@@ @@ @D@@D@A@@A@@ @@ @A@@P@@$@X@@@% @@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@<@O<@?0G? _>A?8G? O<@?0@<@@@@@@@@@b') ; yourself); yourself]
    74         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@% @@BPA @@P@D@@ @@ @D@@D@A@@A@@ @@ @A@@P@@$@X@@@% @@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@<@O<@?0G? _>A?8G? O<@?0@<@@@@@@@@@b') ; yourself); yourself]
    75 !
    75 !
    76 
    76 
    77 leftArrowIcon
    77 leftArrowIcon
    78     "This resource specification was automatically generated
    78     "This resource specification was automatically generated
    79      by the ImageEditor of ST/X."
    79      by the ImageEditor of ST/X."
    89 
    89 
    90     <resource: #image>
    90     <resource: #image>
    91 
    91 
    92     ^Icon
    92     ^Icon
    93         constantNamed:'AssistantApplication class leftArrowIcon'
    93         constantNamed:'AssistantApplication class leftArrowIcon'
    94         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@G@@@@G??<@A???@@G@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@L@A0@O@A?>O?9??''?>O?8_? <@A0@C@@D@@@@b') ; yourself); yourself]
    94         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@G@@@@G??<@A???@@G@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@@L@A0@O@A?>O?9??''?>O?8_? <@A0@C@@D@@@@b') ; yourself); yourself]
    95 !
    95 !
    96 
    96 
    97 rightArrowIcon
    97 rightArrowIcon
    98     "This resource specification was automatically generated
    98     "This resource specification was automatically generated
    99      by the ImageEditor of ST/X."
    99      by the ImageEditor of ST/X."
   109 
   109 
   110     <resource: #image>
   110     <resource: #image>
   111 
   111 
   112     ^Icon
   112     ^Icon
   113         constantNamed:'AssistantApplication class rightArrowIcon'
   113         constantNamed:'AssistantApplication class rightArrowIcon'
   114         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@M@@O??4@C??=@@@@M@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@ @C@@N@@<G?8_?1??''?>_?1?>@C0@N@@0@B@@@@b') ; yourself); yourself]
   114         ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@@@@M@@O??4@C??=@@@@M@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@ @C@@N@@<G?8_?1??''?>_?1?>@C0@N@@0@B@@@@b') ; yourself); yourself]
   115 ! !
   115 ! !
   116 
   116 
   117 !AssistantApplication class methodsFor:'interface specs'!
   117 !AssistantApplication class methodsFor:'interface specs'!
   118 
   118 
   119 windowSpec
   119 windowSpec
   855 ! !
   855 ! !
   856 
   856 
   857 !AssistantApplication class methodsFor:'documentation'!
   857 !AssistantApplication class methodsFor:'documentation'!
   858 
   858 
   859 version
   859 version
   860     ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.27 2014-01-24 12:48:43 cg Exp $'
   860     ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.28 2014-05-23 08:17:42 stefan Exp $'
   861 !
   861 !
   862 
   862 
   863 version_CVS
   863 version_CVS
   864     ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.27 2014-01-24 12:48:43 cg Exp $'
   864     ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.28 2014-05-23 08:17:42 stefan Exp $'
   865 ! !
   865 ! !
   866 
   866