Next: Frequently Asked Questions
Up: Extending the DrScheme Classes
Previous: drscheme:get/extend:extend-interactions-edit
The unextended class is drscheme:unit:frame%. This is the
frame that implements the main drscheme window.
- (drscheme:get/extend:extend-unit-frame frame-mixin) -> void
frame-mixin : a procedure that accepts a class and produces a class derived from it.
PLT