home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0107.zip / Anderson / source / edlg.h < prev    next >
C/C++ Source or Header  |  1992-01-27  |  488b  |  12 lines

  1. /* dialog boxes for OS/2 Programmer's Editor */
  2.  
  3. #include <os2.h>
  4.  
  5. MRESULT EXPENTRY AboutDlgProc (HWND, USHORT, MPARAM, MPARAM);
  6. MRESULT EXPENTRY OpenDlgProc   (HWND, USHORT, MPARAM, MPARAM);
  7. MRESULT EXPENTRY SaveasDlgProc (HWND, USHORT, MPARAM, MPARAM);
  8. MRESULT EXPENTRY FindDlgProc (HWND, USHORT, MPARAM, MPARAM);
  9. MRESULT EXPENTRY ReplaceDlgProc (HWND, USHORT, MPARAM, MPARAM);
  10. MRESULT EXPENTRY GoLnDlgProc (HWND, USHORT, MPARAM, MPARAM);
  11. SHORT ParseFileName (CHAR*, CHAR*);
  12.