home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_6.ZIP / DOSSRC.ZIP / D_MIN.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-01  |  285 b   |  12 lines

  1. //    Zinc Interface Library - D_MIN.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_dsn.hpp"
  6.  
  7. int UIW_MINIMIZE_BUTTON::Editor(const UI_EVENT &event)
  8. {
  9.     return (UI_WINDOW_OBJECT::Editor(event));
  10. }
  11.  
  12.