Two windows? Toolbars?

Started by cormullion, August 08, 2007, 12:15:06 PM

Previous topic - Next topic

cormullion

How do toolbars work? And can you have more than one window active?

Lutz

#1
QuoteHow do toolbars work?


treat toolbars like any other cotainer, set a layout then add buttons and other widgets to it, then add the toolbar to your gs:frame. In newlisp-edit.lsp search for ToolBar, to see how it is used.


QuoteAnd can you have more than one window active?


yes you can create several gs:frame have them visible (or not) at the same time.



Lutz