Actions
Bug #204
closedadd window buffers list to top-level container
Start date:
04/09/2001
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
204
Description
Need to be able to add-remove & access the windows created from plugins from the
menus in the top level container. Make the "Windows" menu functional for all
plug-ins.
Updated by Matt Jones over 23 years ago
Feature completed with new framework architecture. The CLientFramework class
now has a plublic API for registering (addWindow()) and removing
(removeWindow()) windows. When a plugin calls addWindow, the "Window" menu is
updated with a new item to bring that window forward. When removeWindow is
called, the menu item is deleted. The menu item name is gotten from the Window
name, so plugins should be sure to call "setName()" on their window before
registering it with the framework "addWindow()" method.
Actions