First checkin, AXE release 0.2
[AXE.git] / doc / menu_container.html
1 <html>
2 <head>
3 <title>menu_container - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>class menu_container</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 menu_container - Container window for menu items
12 <h2> SYNOPSIS</h2>
13 #include "menu.h"
14 <p>
15 class menu_container : public window
16
17 <h2> DESCRIPTION</h2>
18
19 A <strong>menu_container</strong> is a window that contains subwindows in the
20 form of <strong>menu_item</strong> objects.
21 It is the job of the <strong>menu_container</strong> to line-up its menu items.
22
23 <table>
24 <tr><th colspan=2>Member functions</th></tr>
25
26 <tr>
27    <td width=150><a href="menu_cont_menu_cont.html">menu_container</a></td>
28    <td>menu_container contructors and destructors</td>
29 <tr>
30    <td width=150><a href="menu_cont_RearrangeItems.html">RearrangeItems</a></td>
31    <td>Place the menu items next to eachother
32 <tr>
33    <td width=150><a href="menu_cont_PositionSubmenu.html">PositionSubmenu</a>
34    <td>Calculate the position of a submenu.
35 <tr>
36    <td width=150><a href="menu_cont_HideSubmenus.html">HideSubmenus</a>
37    <td>Hide all submenus recursively
38 <tr>
39    <td width=150><a href="menu_cont_Show.html">Show</a>
40    <td>Make the menu container visible.
41 </table>
42
43 <h2> SEE ALSO</h2>
44
45 <a href="window.html">window</a> , 
46 <a href="menu_item.html">menu_item</a>
47
48 <h2> DIAGNOSTICS</h2>
49
50 </body>
51 </html>