class menu_container


NAME

menu_container - Container window for menu items

SYNOPSIS

#include "menu.h"

class menu_container : public window

DESCRIPTION

A menu_container is a window that contains subwindows in the form of menu_item objects. It is the job of the menu_container to line-up its menu items.
Member functions
menu_container menu_container contructors and destructors
RearrangeItems Place the menu items next to eachother
PositionSubmenu Calculate the position of a submenu.
HideSubmenus Hide all submenus recursively
Show Make the menu container visible.

SEE ALSO

window , menu_item

DIAGNOSTICS