SelectionBrowser.st
changeset 2028 ad4a424254ef
parent 1716 5ae373f6fef0
equal deleted inserted replaced
2027:56ea6e57b771 2028:ad4a424254ef
   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.
   111 
   111 
   112     ^super postBuildWith:aBuilder
   112     super postBuildWith:aBuilder
   113 
       
   114 ! !
   113 ! !
   115 
   114 
   116 !SelectionBrowser class methodsFor:'documentation'!
   115 !SelectionBrowser class methodsFor:'documentation'!
   117 
   116 
   118 version
   117 version