Skip to content

Instantly share code, notes, and snippets.

@kasbah
Last active May 17, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasbah/13457814537438de5ac916127fe912bf to your computer and use it in GitHub Desktop.
Save kasbah/13457814537438de5ac916127fe912bf to your computer and use it in GitHub Desktop.
#lang racket/gui
(define mv (new frame% [label "gui"]))
(define buffer (new canvas% [parent mv]))
(send mv create-status-line)
(send mv show #t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment