home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / fdlg.zip / OAXSave.CLS < prev    next >
Text File  |  1996-02-02  |  640b  |  35 lines

  1. "  ---- Ronald Brill 1995, 1996 ---- "
  2. "  ---- Extended File Dialogs Version 2.1 ---- "
  3.  
  4.  
  5. OAXSaveAsDialogController SecondaryFile !
  6.  
  7.  
  8. !OAXSaveAsDialogController class methods !
  9.  
  10.  
  11. initialize
  12.     self name: #OAXSaveAsDialog.
  13. !"end initialize"
  14.  
  15.  
  16. !"End of OAXSaveAsDialogController class methods block"
  17.  
  18.  
  19. !OAXSaveAsDialogController methods !
  20.  
  21.  
  22. createItems
  23. " ---- to make inheritance real ---- "
  24.     ^ super createItems.
  25. !"end createItems"
  26.  
  27.  
  28. initializeBindings
  29. " ---- to make inheritance real ---- "
  30.     ^ super initializeBindings.
  31. !"end initializeBindings"
  32.  
  33.  
  34. !"End of OAXSaveAsDialogController methods block"
  35.