Made a start with the OO interface to racket-webview
This commit is contained in:
21
racket-wv.rkt
Normal file
21
racket-wv.rkt
Normal file
@@ -0,0 +1,21 @@
|
||||
#lang racket/base
|
||||
|
||||
(require "racket-webview.rkt"
|
||||
racket/class
|
||||
)
|
||||
|
||||
(provide wv-window%
|
||||
)
|
||||
|
||||
|
||||
(define wv-window%
|
||||
(class object%
|
||||
|
||||
(init-field profile
|
||||
[settings #f]
|
||||
[parent #f]
|
||||
[title "Racket Webview Window"]
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user