RoloLudo/RoloLudo.package/DeckOfCards.class/instance/uiCardsFor..st

6 lines
99 B
Smalltalk
Raw Normal View History

2023-11-26 16:21:51 +00:00
accessing
uiCardsFor: aView
<gtView>
^ aView text
title: 'Cards';
text: [ self printString ]