Two windows? Toolbars?

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Two windows? Toolbars?

Post by cormullion »

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

How 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.
And 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

Locked