The Trunk: Morphic-mt.2215.mcz
[email protected] Mon, 29 Jun 2026 12:34:16 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of Morphic to project The Trunk: http://source.squeak.org/trunk/Morphic-mt.2215.mcz ==================== Summary ==================== Name: Morphic-mt.2215 Author: mt Time: 29 June 2026, 2:34:14.305415 pm UUID: 9161c76c-b2f1-0f4a-a010-67919caa9d19 Ancestors: Morphic-ct.2214 Polishes Morphic-ct.2214 =============== Diff against Morphic-ct.2213 =============== Item was added: + ----- Method: IconicButton>>label (in category 'accessing') ----- + label + "Overriden to give tools and clients a text-based representation for the receiver, which does otherwise only show an icon. For example, the debugger can use this for 'debug button action' in the window title." + + ^ super label ifEmpty: [self balloonText ifNil: ['']]! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]