SelectionBrowser.st
changeset 1716 5ae373f6fef0
parent 1428 8243829fd6d3
child 2028 ad4a424254ef
equal deleted inserted replaced
1715:9eebdb3802aa 1716:5ae373f6fef0
   100     "open a HTMLDocumentView on aHTMLFilename"
   100     "open a HTMLDocumentView on aHTMLFilename"
   101 
   101 
   102     HTMLDocumentView openFullOnDocumentationFile: aHTMLFilename
   102     HTMLDocumentView openFullOnDocumentationFile: aHTMLFilename
   103 ! !
   103 ! !
   104 
   104 
   105 !SelectionBrowser methodsFor:'startup / release'!
   105 !SelectionBrowser methodsFor:'startup & release'!
   106 
   106 
   107 postBuildWith:aBuilder
   107 postBuildWith:aBuilder
   108     "sets the title (can be defined)"
   108     "sets the title (can be defined)"
   109 
   109 
   110     builder window label: title ? builder window label.
   110     builder window label: title ? builder window label.