home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_4.ZIP / WSOURCE.LIF / G_SYS.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-13  |  370 b   |  14 lines

  1. //    Zinc Interface Library - G_SYS.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_win.hpp"
  6.  
  7. UIW_SYSTEM_BUTTON *UIW_SYSTEM_BUTTON::Generic(void)
  8. {
  9.     UIW_SYSTEM_BUTTON *systemButton = new UIW_SYSTEM_BUTTON;
  10.  
  11.     // Return a pointer to the new system button.
  12.     return (systemButton);
  13. }
  14.