#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 12 May 2018 14:25:35 +0200
changeset 18115 a6dfb13fdc28
parent 18114 501752bc1873
child 18116 fd048907f820
#DOCUMENTATION by cg class: Tools::ChangeList comment/format in: #postBuildListView:
Tools__ChangeList.st
--- a/Tools__ChangeList.st	Sat May 12 14:25:27 2018 +0200
+++ b/Tools__ChangeList.st	Sat May 12 14:25:35 2018 +0200
@@ -912,6 +912,7 @@
 !ChangeList methodsFor:'hooks'!
 
 postBuildListView: aView
+    "I want to see the events of the list"
 
     super postBuildListView: aView.
     aView scrolledView delegate: self.