home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / TextFSelP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.2 KB  |  50 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: TextFSelP.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:52:02 $ */
  9. /*
  10. *  (c) Copyright 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11.  
  12. #ifndef _XmTextFSelP_h
  13. #define _XmTextFSelP_h
  14.  
  15. #include <Xm/XmP.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. /********    Private Function Declarations    ********/
  22. #ifdef _NO_PROTO
  23.  
  24. extern Boolean _XmTextFieldConvert() ;
  25. extern void _XmTextFieldLoseSelection() ;
  26.  
  27. #else
  28.  
  29. extern Boolean _XmTextFieldConvert( 
  30.                         Widget w,
  31.                         Atom *selection,
  32.                         Atom *target,
  33.                         Atom *type,
  34.                         XtPointer *value,
  35.                         unsigned long *length,
  36.                         int *format) ;
  37. extern void _XmTextFieldLoseSelection( 
  38.                         Widget w,
  39.                         Atom *selection) ;
  40.  
  41. #endif /* _NO_PROTO */
  42. /********    End Private Function Declarations    ********/
  43.  
  44. #ifdef __cplusplus
  45. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  46. #endif
  47.  
  48. #endif /* _XmTextFSelP_h */
  49. /* DON't ADD STUFF AFTER THIS #endif */
  50.