[squeak-dev] The Inbox: ST80-ct.264.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jan 3 19:35:08 UTC 2021


A new version of ST80 was added to project The Inbox:
http://source.squeak.org/inbox/ST80-ct.264.mcz

==================== Summary ====================

Name: ST80-ct.264
Author: ct
Time: 3 January 2021, 8:34:46.789366 pm
UUID: 69dbd2d8-5dbf-f043-8ff4-893f45185436
Ancestors: ST80-mt.262

Proposal: Add inspect item to ST80 window blue-button menu.

=============== Diff against ST80-mt.262 ===============

Item was changed:
  ----- Method: StandardSystemController class>>initialize (in category 'class initialization') -----
  initialize
  	"StandardSystemController initialize"
  
  	ScheduledBlueButtonMenu := SelectionMenu
  		labels:
  'edit label
  choose color...
  two-tone/full color
  move
  frame
  full screen
  collapse
+ inspect controller
  close'
  	lines: #(3 7)
+ 	selections: #(label chooseColor toggleTwoTone move reframe fullScreen collapse inspect close).
- 	selections: #(label chooseColor toggleTwoTone move reframe fullScreen collapse close).
  
  	VBorderCursor := Cursor extent: 16 at 16 fromArray: #(
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010010000100000
  		2r1010110000110000
  		2r1011111111111000
  		2r1010110000110000
  		2r1010010000100000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000
  		2r1010000000000000)
  			offset: 0 at 0.
  	HBorderCursor := Cursor extent: 16 at 16 fromArray: #(
  		2r1111111111111111
  		2r0000000000000000
  		2r1111111111111111
  		2r0000000100000000
  		2r0000001110000000
  		2r0000011111000000
  		2r0000000100000000
  		2r0000000100000000
  		2r0000000100000000
  		2r0000000100000000
  		2r0000011111000000
  		2r0000001110000000
  		2r0000000100000000
  		2r0000000000000000
  		2r0000000000000000
  		2r0000000000000000)
  			offset: 0 at 0.!



More information about the Squeak-dev mailing list