Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
aBookMorph shortControlSpecs
Last updated at 3:18 pm UTC on 29 August 2016
The short version of the specification of the navigation of a BookMorph is given.

shortControlSpecs
^ {
		#spacer.
		#variableSpacer.
		{'<--'. 	#previousPage.			'Previous page' translated}.
		#spacer.
		{'v'.		#invokeBookMenu. 		'Click here to get a menu of options for this book.' translated}.
		#spacer.
		{'-->'.		#nextPage.			'Next page' translated}.
		#spacer.
		#variableSpacer.
		{'o'.		#showMoreControls.		'More controls' translated}
}


This specification is interpreted in the method

aBookMorph makePageControlsFrom: controlSpec