SelectionBrowser.st
changeset 773 de5c99bd3078
parent 772 6cf444ab3cf5
child 1428 8243829fd6d3
equal deleted inserted replaced
772:6cf444ab3cf5 773:de5c99bd3078
    90 
    90 
    91     title := aString
    91     title := aString
    92 
    92 
    93 ! !
    93 ! !
    94 
    94 
       
    95 !SelectionBrowser methodsFor:'help'!
       
    96 
       
    97 openHTMLDocument: aHTMLFilename
       
    98     "open a HTMLDocumentView on aHTMLFilename"
       
    99 
       
   100     HTMLDocumentView openFullOnDocumentationFile: aHTMLFilename
       
   101 ! !
       
   102 
    95 !SelectionBrowser methodsFor:'startup / release'!
   103 !SelectionBrowser methodsFor:'startup / release'!
    96 
   104 
    97 postBuildWith:aBuilder
   105 postBuildWith:aBuilder
    98     "sets the title (can be defined)"
   106     "sets the title (can be defined)"
    99 
   107