home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0107.zip / Anderson / listings / edit.dls < prev    next >
Text File  |  1992-02-27  |  877b  |  21 lines

  1.             Listing for edit.def                                        Page 2
  2.  
  3.            24|   ;-------------------------------------
  4.            25|   ; EDIT.DEF module definition file
  5.            26|   ;-------------------------------------
  6.            27|   
  7.            28|   NAME           EDIT  WINDOWAPI
  8.            29|   
  9.            30|   DESCRIPTION    'Simple Text Editor Using MLE -- (c) 1992, Brian R. Anderson'
  10.            31|   PROTMODE
  11.            32|   HEAPSIZE       16384
  12.            33|   STACKSIZE      8196
  13.            34|   EXPORTS        ClientWndProc
  14.            35|                  AboutDlgProc
  15.            36|                  OpenDlgProc
  16.            37|                  SaveasDlgProc
  17.            38|                  FindDlgProc
  18.            39|                  ReplaceDlgProc
  19.            40|                  GoLnDlgProc
  20.            41|   
  21.