home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / include / xmodlg.h < prev    next >
C/C++ Source or Header  |  1997-04-02  |  907b  |  25 lines

  1. #ifndef __XMLESSDIALOG_H__
  2. #define __XMLESSDIALOG_H__
  3.  
  4. /*===========================================================================*/
  5. /* OOL ------------------- the Open Object Library ------------- OS/2 Beta 1 */
  6. /*===========================================================================*/
  7. /*                              class: XModelessDialog                         */
  8. /*                       derived from: XDialog                               */
  9. /*                        last update: 4/97                                  */
  10. /*                      programmed by: Stefan von Brauk (sbrauk@gwdg.de)     */
  11. /*===========================================================================*/
  12.  
  13.  
  14.  
  15. #include "XDialog.h"
  16.  
  17.  
  18. class _export_ XModelessDialog: public XDialog
  19. {
  20.    public:
  21.       XModelessDialog( const XResource * res, const XWindow * owner=NULL, BOOL center = TRUE);
  22. };
  23.  
  24. #endif
  25.