home *** CD-ROM | disk | FTP | other *** search
- // Zinc Interface Library - G_SYS.CPP
- // COPYRIGHT (C) 1990, 1991. All Rights Reserved.
- // Zinc Software Incorporated. Pleasant Grove, Utah USA
-
- #include "ui_win.hpp"
-
- UIW_SYSTEM_BUTTON *UIW_SYSTEM_BUTTON::Generic(void)
- {
- UIW_SYSTEM_BUTTON *systemButton = new UIW_SYSTEM_BUTTON;
-
- // Return a pointer to the new system button.
- return (systemButton);
- }
-