You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_MenuBarEntries structure:

Structure

Cvo_MenuBarEntries

Syntax

#include <Cvo/MenuBar.h++>

struct Cvo_MenuBarEntries {
Cvo_Menu *menu,
Cvo_ButtonMenu *button,
Cvo_MenuBarEntries *next,
Cvo_MenuBarEntries *prev }

Overview

This is an element in a doubly linked list, which contains the Cvo_Menu and Cvo_ButtonMenu objects for each entry of a Cvo_MenuBar object. One may use the next and prev elements to traverse the list.


See the example source code for an example of how to use this structure.


See the legend for information about the conventions used in this documentation.