| 
									
										
										
										
											2014-05-23 23:20:15 -04:00
										 |  |  | USING: help.markup help.syntax kernel strings ;
 | 
					
						
							| 
									
										
										
										
											2008-01-09 01:36:11 -05:00
										 |  |  | IN: cocoa.pasteboard | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | HELP: pasteboard-string? | 
					
						
							| 
									
										
										
										
											2014-05-23 23:20:15 -04:00
										 |  |  | { $values { "pasteboard" "an " { $snippet "NSPasteBoard" } } { "?" boolean } } | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | { $description "Tests if the pasteboard holds a string." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: pasteboard-string | 
					
						
							|  |  |  | { $values { "pasteboard" "an " { $snippet "NSPasteBoard" } } { "str" string } } | 
					
						
							|  |  |  | { $description "Outputs the contents of the pasteboard." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: set-pasteboard-string | 
					
						
							|  |  |  | { $values { "str" string } { "pasteboard" "an " { $snippet "NSPasteBoard" } } } | 
					
						
							|  |  |  | { $description "Sets the contents of the pasteboard." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ARTICLE: "cocoa-pasteboard-utils" "Cocoa pasteboard utilities" | 
					
						
							| 
									
										
										
										
											2009-10-01 15:56:36 -04:00
										 |  |  | { $subsections | 
					
						
							|  |  |  |     pasteboard-string? | 
					
						
							|  |  |  |     pasteboard-string | 
					
						
							|  |  |  |     set-pasteboard-string | 
					
						
							|  |  |  | } ;
 | 
					
						
							| 
									
										
										
										
											2007-09-20 18:09:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | ABOUT: "cocoa-pasteboard-utils" |