drscheme:language-configuration:fill-language-dialog in DrScheme Tools Functions
(drscheme:language-configuration:fill-language-dialog -> drscheme:language-configuration:language-settings?
panel button-panel language-setting)
panel : (is-a?/c vertical-panel%)
button-panel : (is-a?/c area-container<%>)
language-setting : drscheme:language-configuration:language-settings?
This procedure accepts two parent panels and fills them with the contents of the language dialog. It is used to include language configuration controls in some larger context in another dialog.
The panel argument is the main panel where the
language controls will be placed.
The function adds buttons to the button-panel
to revert a language to its default settings and to
show the details of a language.
The language-setting is the default
language to show in the dialog.