<simple-pane> object again.
We saw this page in Section 5.3.1 on page 87. There, we said that the special naming format used for the superclasses here meant that they were not part of the current module of the current library.
To the browser, the current module is whatever module name is selected in the drop-down list box above the Object field (currently reversi) and the current library is the library defined by the project.
dylan:dylan.
<simple-pane> in the Object list changes to <simple-pane>:duim-layouts:duim-layouts.
This new representation of the <simple-pane> name says that <simple-pane> is found in the duim-layouts module of the duim-layouts library. This browser uses this special name:module:library naming format whenever name is not exported by the current module of the current library.
By changing the list setting to dylan:dylan, we told the browser that any name not in the dylan module of the dylan library should be printed using the special suffix.
The browser's ability to display names from other modules than the current module in an unambiguous fashion is important, because while browsing you may come across names not defined in your library. The browser needs to be able to make it clear when a name is not from the current library and module.