TOC PREV NEXT INDEX



MenuBar


The IDEmenu.config file must have both the <menubar> and </menubar> tags. The text between these will be used to build the menus.

Menu

The Menu tag starts a menu. The label= command gives the name. Quotation marks are not necessary if the name is only one word; names longer than a word should be enclosed in straight quotes. Menus can be nested (to give sub-menus). Each <menu> tag must be paired with a </menu>. The following example will create one menu, named File, which only contains a sub-menu named "Open This...".

<menubar>
<menu label=File>
<menu label="Open This..."> </menu>
</menu> </menubar>

Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX