home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / classlib.zip / pm.zip / usr / include / pm / mle.h < prev    next >
C/C++ Source or Header  |  1994-08-31  |  233b  |  17 lines

  1. #ifndef _MLE_H_
  2. #define _MLE_H_
  3.  
  4. #ifndef _WINDOW_H_
  5. #include <pm/Window.h>
  6. #endif
  7.  
  8. @interface MultiLineEntryField : Window
  9. {
  10. }
  11.  
  12. - initWithId: (USHORT) anId andFlags: (ULONG) flags in: (Window *) parent;
  13.  
  14. @end
  15.  
  16. #endif
  17.