home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jmsgbx11.zip / MsgBox.h < prev    next >
C/C++ Source or Header  |  1996-11-25  |  1KB  |  41 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class MsgBox */
  4.  
  5. #ifndef _Included_MsgBox
  6. #define _Included_MsgBox
  7.  
  8. typedef struct ClassMsgBox {
  9. #define MsgBox_MB_OK 0L
  10. #define MsgBox_MB_OKCANCEL 1L
  11. #define MsgBox_MB_RETRYCANCEL 2L
  12. #define MsgBox_MB_ABORTRETRYIGNORE 3L
  13. #define MsgBox_MB_YESNO 4L
  14. #define MsgBox_MB_YESNOCANCEL 5L
  15. #define MsgBox_MB_CANCEL 6L
  16. #define MsgBox_MB_ENTER 7L
  17. #define MsgBox_MB_ENTERCANCEL 8L
  18. #define MsgBox_MBID_OK 1L
  19. #define MsgBox_MBID_CANCEL 2L
  20. #define MsgBox_MBID_ABORT 3L
  21. #define MsgBox_MBID_RETRY 4L
  22. #define MsgBox_MBID_IGNORE 5L
  23. #define MsgBox_MBID_YES 6L
  24. #define MsgBox_MBID_NO 7L
  25. #define MsgBox_MBID_HELP 8L
  26. #define MsgBox_MBID_ENTER 9L
  27. #define MsgBox_MBID_ERROR 65535L
  28.     char PAD;    /* ANSI C requires structures to have a least one member */
  29. } ClassMsgBox;
  30. HandleTo(MsgBox);
  31.  
  32. #ifdef __cplusplus
  33. extern "C" {
  34. #endif
  35. struct Hjava_lang_String;
  36. long MsgBox_show(struct HMsgBox *,long,struct Hjava_lang_String *,struct Hjava_lang_String *);
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40. #endif
  41.