On this page:
make-gui-empty-namespace
make-gui-namespace

19 scheme/gui/base

The scheme/gui/base library re-exports racket/gui/base, except that it builds on scheme instead of racket.

(make-gui-empty-namespace)  namespace?
Like make-base-empty-namespace, but with scheme/class and scheme/gui/base also attached to the result namespace.

(make-gui-namespace)  namespace?
Like make-base-namespace, but with scheme/class and scheme/gui/base also required into the top-level environment of the result namespace.