home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / MSJMAR94.ZIP / DYNDLG.ZIP / DYNDLG1.ZIP / DIALOGS.H < prev    next >
C/C++ Source or Header  |  1994-03-01  |  506b  |  17 lines

  1. /**************************************************************************
  2.     Dynamic Dialog Boxes Demo
  3.     Header File for Dialogs Module
  4.     Written by Atif Aziz
  5. **************************************************************************/
  6.  
  7.     // Declarations
  8.  
  9. extern BOOL    g_fDefDlgEx;
  10.  
  11.     // Function prototypes
  12.  
  13. LRESULT    CommonDlg_DefProc(HWND, UINT, WPARAM, LPARAM);
  14. void    ShowCategory(HWND, int, int, BOOL);
  15. void    MoveCategory(HWND, int, int, int, int);
  16. void    RemoveCategoryTextProps(HWND, int, int);
  17.