home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / tooltip.h < prev    next >
C/C++ Source or Header  |  2001-11-24  |  527b  |  27 lines

  1. #ifndef _WX_TOOLTIP_H_BASE_
  2. #define _WX_TOOLTIP_H_BASE_
  3.  
  4. #include "wx/setup.h"
  5.  
  6. #if wxUSE_TOOLTIPS
  7.  
  8. #if defined(__WXMSW__)
  9. #include "wx/msw/tooltip.h"
  10. #elif defined(__WXMOTIF__)
  11. // #include "wx/motif/tooltip.h"
  12. #elif defined(__WXGTK__)
  13. #include "wx/gtk/tooltip.h"
  14. #elif defined(__WXMAC__)
  15. #include "wx/mac/tooltip.h"
  16. #elif defined(__WXPM__)
  17. #include "wx/os2/tooltip.h"
  18. #elif defined(__WXSTUBS__)
  19. // #include "wx/stubs/tooltip.h"
  20. #endif
  21.  
  22. #endif
  23.     // wxUSE_TOOLTIPS
  24.  
  25. #endif
  26.     // _WX_TOOLTIP_H_BASE_
  27.