| 406 | } |
| 407 | |
| 408 | void |
| 409 | LayoutViewBase::finish () |
| 410 | { |
| 411 | // if we're the root dispatcher initialize the menu and build the context menus. No other menus are built so far. |
| 412 | if (dispatcher () == this) { |
| 413 | init_menu (); |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | void |
| 418 | LayoutViewBase::init_menu () |