mirror of
https://review.haiku-os.org/haiku
synced 2025-02-06 13:58:21 +01:00
* Make Menu and MenuItem polymorphic. * MenuItem: - Make SetMarked() virtual, so it can be overridden. - Add SetSubmenu() and Supermenu(). - Delete the submenu in the destructor. * Menu: - Add Entered()/Exited() hooks. They frame the time the user navigates the menu or any of its submenus. The hooks allow for subclasses populating their item list dynamically. - Add SortItems(). * Update boot loader menu copyright text to include 2013, now that it is over soon. :-)