On this page:
drscheme: get/ extend: extend-tab
drscheme: get/ extend: extend-interactions-text
drscheme: get/ extend: get-interactions-text
drscheme: get/ extend: extend-definitions-text
drscheme: get/ extend: get-definitions-text
drscheme: get/ extend: extend-interactions-canvas
drscheme: get/ extend: get-interactions-canvas
drscheme: get/ extend: extend-definitions-canvas
drscheme: get/ extend: get-definitions-canvas
drscheme: get/ extend: extend-unit-frame
drscheme: get/ extend: get-unit-frame
Version: 4.2.1

8 drscheme:get/extend

This class implements the tabs in drscheme. One is created for each tab in a frame (each frame always has at least one tab, even if the tab bar is not shown)

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #t.
This text is used in the bottom window of drscheme frames.

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #t.
Once this function is called, drscheme:get/extend:extend-interactions-text raises an error, disallowing any more extensions.
This text is used in the top window of drscheme frames.

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #f.
Once this function is called, drscheme:get/extend:extend-definitions-text raises an error, disallowing any more extensions.
This canvas is used in the bottom window of drscheme frames.

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #f.
Once this function is called, drscheme:get/extend:extend-interactions-canvas raises an error, disallowing any more extensions.
This canvas is used in the top window of drscheme frames.

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #f.
Once this function is called, drscheme:get/extend:extend-definitions-canvas raises an error, disallowing any more extensions.
This is the frame that implements the main drscheme window.

The argument, before, controls if the mixin is applied before or after already installed mixins. If unsupplied, this is the same as supplying #f.
Once this function is called, drscheme:get/extend:extend-unit-frame raises an error, disallowing any more extensions.