Cursor.st
changeset 3111 669af85a5998
parent 3099 15596fb4c65d
child 3114 716481910a9b
equal deleted inserted replaced
3110:0058dbbb19df 3111:669af85a5998
   927             2r0000011100000000
   927             2r0000011100000000
   928             2r0000001110000000
   928             2r0000001110000000
   929             2r0000001110000000)
   929             2r0000001110000000)
   930     offset: 0@0).
   930     offset: 0@0).
   931     NormalCursor setShape:#upLeftArrow.
   931     NormalCursor setShape:#upLeftArrow.
       
   932 
       
   933     UpDownArrowCursor :=   
       
   934             (Cursor
       
   935                  extent: 16@16
       
   936                  sourceArray: #(
       
   937             2r0000001100000000
       
   938             2r0000001100000000
       
   939             2r0000001100000000
       
   940             2r0001111111100000
       
   941             2r0000111111000000
       
   942             2r0000011110000000
       
   943             2r0000001100000000
       
   944             2r0111111111111110
       
   945             2r0111111111111110
       
   946             2r0000001100000000
       
   947             2r0000011110000000
       
   948             2r0000111111000000
       
   949             2r0001111111100000
       
   950             2r0000001100000000
       
   951             2r0000001100000000
       
   952             2r0000001100000000)
       
   953                  maskArray: #(
       
   954             2r0000011110000000
       
   955             2r0000011110000000
       
   956             2r0011111111110000
       
   957             2r0011111111110000
       
   958             2r0001111111100000
       
   959             2r0000111111000000
       
   960             2r1111111111111111
       
   961             2r0111111111111110
       
   962             2r0111111111111110
       
   963             2r0000011110000000
       
   964             2r0000111111000000
       
   965             2r0001111111100000
       
   966             2r0011111111110000
       
   967             2r0011111111110000
       
   968             2r0000011110000000
       
   969             2r0000011110000000)
       
   970                     offset: -7@ -7).
       
   971     UpDownArrowCursor setShape:#upDownArrow.
       
   972 
       
   973     LeftRightArrowCursor :=   
       
   974             (Cursor
       
   975                  extent: 16@16
       
   976                  sourceArray: #(
       
   977             2r0000000110000000
       
   978             2r0000000110000000
       
   979             2r0000000110000000
       
   980             2r0000000110000000
       
   981             2r0001000110001000
       
   982             2r0001100110011000
       
   983             2r0001110110111000
       
   984             2r1111111111111111
       
   985             2r1111111111111111
       
   986             2r0001110110111000
       
   987             2r0001100110011000
       
   988             2r0001000110001000
       
   989             2r0000000110000000
       
   990             2r0000000110000000
       
   991             2r0000000110000000
       
   992             2r0000000110000000)
       
   993                  maskArray: #(
       
   994             2r0000001111000000
       
   995             2r0000001111000000
       
   996             2r0000001111000000
       
   997             2r0000001111011000
       
   998             2r0011101111011100
       
   999             2r0011111111111100
       
  1000             2r1111111111111111
       
  1001             2r1111111111111111
       
  1002             2r1111111111111111
       
  1003             2r1111111111111111
       
  1004             2r0011111111111100
       
  1005             2r0011101111011100
       
  1006             2r0011001111001100
       
  1007             2r0000001111000000
       
  1008             2r0000001111000000
       
  1009             2r0000001111000000)
       
  1010                     offset: -7@ -7).
       
  1011     LeftRightArrowCursor setShape:#leftRightArrow.
       
  1012 
   932 
  1013 
   933     CrossHairCursor :=   
  1014     CrossHairCursor :=   
   934             (Cursor
  1015             (Cursor
   935                  extent: 16@16
  1016                  extent: 16@16
   936                  sourceArray: #(
  1017                  sourceArray: #(
  3164 ! !
  3245 ! !
  3165 
  3246 
  3166 !Cursor class methodsFor:'documentation'!
  3247 !Cursor class methodsFor:'documentation'!
  3167 
  3248 
  3168 version
  3249 version
  3169     ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.84 1999-12-09 11:15:47 cg Exp $'
  3250     ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.85 1999-12-10 14:46:39 cg Exp $'
  3170 ! !
  3251 ! !
  3171 Cursor initialize!
  3252 Cursor initialize!