A tutorial of Windom step by step ... Handle the menu Put a toolbar in a window
Programming guideline of WinDom

Toolbars

A toolbar is a formular displayed in a part of a window. A toolbar can be vertical or horizontal. If the root object has his width bigger than his height, it will be displayed horizontally at the top of the window else it will be displayed vertically on the left of the window (see the following figures).

( 1: a vertical toolbar)


( 2: An horizontal toolbar)


Put a toolbar in a window
Handle a toolbar