# HG changeset patch # User Claus Gittinger # Date 1486512142 -3600 # Node ID 1009583a873cb2a462546e239351bf347c8f9c5d # Parent efbf0e6f05b434b9d94d0a9d1e88478cb6243817 #DOCUMENTATION by cg class: UIHelpTool diff -r efbf0e6f05b4 -r 1009583a873c UIHelpTool.st --- a/UIHelpTool.st Wed Feb 08 01:01:14 2017 +0100 +++ b/UIHelpTool.st Wed Feb 08 01:02:22 2017 +0100 @@ -1270,13 +1270,15 @@ !UIHelpTool::ClassItem methodsFor:'instance creation'! initialize - "setup defaults - " + "setup defaults" + super initialize. children := OrderedCollection new. isExpanded := true. modified := false. + + "Modified: / 08-02-2017 / 01:02:14 / cg" ! onClass:aClass @@ -1433,11 +1435,13 @@ ! initialize - "setup defaults - " + "setup defaults" + super initialize. children := #(). modified := false. + + "Modified: / 08-02-2017 / 01:01:49 / cg" ! ! !UIHelpTool::KeyItem methodsFor:'private'!