I've been beavering away here merging the Menubar and Toolbar. I'm just about
there, but have three questions:
Question 1.
Toolbar has activate() and deactivate() methods that globally turn all
buttons on/off. I think that these methods are cruft, superceeded by the code
in update(). Am I right?
Question 2.
Does the Toolbar add() method serve any real function. Yes, I know it allows
the user to add Icons to the toolbar dynamically, but what's the point? I'm
in favour of removing it (since I can't add submenus), but perhaps someone
will be able to enlighten me about it's real usefulness.
Question 3.
I've implemented Toolbar Layouts using a submenu rather than a combox. Now I
discover that I have no visual clue about which layout is currently active.
I'm tempted to make a special case and change the button on the toolbar to
reflect the current choice. Any other ideas?
Angus