Advertisement
chemoelectric

Untitled

Apr 6th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (use-modules (sortsmill))
  2.  
  3. (set!
  4. glyph-view-tools
  5. [list
  6. (action-entry #:text "anchor points"
  7. #:foreground-color #x000000
  8. #:background-color #xff0000
  9. #:action [lambda (gv) (pretty-print (glyph-view-anchor-points gv))])
  10. ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement