| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Method and Description |
|---|---|
BMenu |
BMenuBar.getChild(int i)
Get the i'th child of this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BMenuBar.add(BMenu menu)
Add a BMenu to the end of the menu bar.
|
void |
BMenuBar.add(BMenu menu,
int index)
Add a BMenu to the menu bar.
|
Written by Peter Eastman.