home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.0 / stk-3 / blt-for-STk-3.0 / blt-1.9 / man / cutbuffer.man < prev    next >
Encoding:
Text File  |  1995-07-01  |  1.9 KB  |  53 lines

  1. '\"
  2. '\" Copyright 1992 Regents of the University of California
  3. '\" Permission to use, copy, modify, and distribute this
  4. '\" documentation for any purpose and without fee is hereby
  5. '\" granted, provided that this notice appears in all copies.
  6. '\" The University of California makes no representations about
  7. '\" the suitability of this material for any purpose.  It is
  8. '\" provided "as is" without express or implied warranty.
  9. '\"
  10. .so man.macros
  11. .HS blt_cutbuffer cmds
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. blt_cutbuffer \- manipulate X cut buffer properties
  16. .SH SYNOPSIS
  17. \fBblt_cutbuffer\fI get ?bufNum?\fR
  18. .br
  19. \fBblt_cutbuffer\fI rotate ?count?\fR
  20. .br
  21. \fBblt_cutbuffer\fI set value ?bufNum?\fR
  22. .BE
  23.  
  24. .SH DESCRIPTION
  25. .PP
  26. The \fBblt_cutbuffer\fR command allows you to get or set the values of the
  27. eight X cut buffer properties. The \fBblt_cutbuffer\fR command also allows
  28. you to rotate the values of the cut buffer properties. 
  29. Buffer numbers (\fIbufNum\fR) range from 0 to 7 inclusive and default to
  30. 0 if not specified.
  31. .SH CUTBUFFER COMMANDS
  32. The following commands are available for the \fBblt_cutbuffer\fR:
  33. .TP
  34. \fBblt_cutbuffer get \fI?bufNum?\fR 
  35. Returns the value of a cutbuffer. 
  36. \fIBufNum\fR must be in the range from 0 to 7 inclusive and defaults to
  37. 0 if not specified.  The cutbuffer is returned as-is except, NUL bytes 
  38. are converted to the '@' character.  If the specified cut buffer does not 
  39. exist the empty string is returned.
  40. .TP
  41. \fBblt_cutbuffer rotate \fI?count?\fR 
  42. Rotates the cut buffers by \fIcount\fR. \fICount\fR is an integer number
  43. in the range from -7 to 7 inclusive and defaults to 1 if it is not specified.
  44. .TP
  45. \fBblt_cutbuffer set \fIvalue\fR ?\fIbufNum\fR?
  46. Sets the specified cutbuffer to \fIvalue\fR.  
  47. \fBBufNum\fR must be an integer number in the range 0 to 7 inclusive 
  48. and defaults to zero if not specified.
  49. This command returns the empty string.
  50.  
  51. .SH KEYWORDS
  52. cut buffer, property
  53.