On this page:
render-syntax/  snip
render-syntax/  window
snip-class

17 Syntax Browser

 (require mrlib/syntax-browser) package: gui-lib

procedure

(render-syntax/snip stx)  (is-a?/c snip%)

  stx : syntax?
Constructs a snip% object that displays information about stx.

procedure

(render-syntax/window stx)  void?

  stx : syntax?
Uses render-syntax/snip’s result, together with a frame and editor-canvas to show stx.

The snipclass used by the result of render-syntax/snip.