Refactor|UI|Client: Use ui::Context in menu-based widgets
ui::Context provides a uniform way to manage a set of items for menus. It is now used for all menu-based widgets (regular menu, popup menu, game selection).
Specialized menus tap into the base class's Organizer to gain access and customize the created widgets.
Refactor|UI|Client: Use ui::Context in menu-based widgets
ui::Context provides a uniform way to manage a set of items for
menus. It is now used for all menu-based widgets (regular menu, popup
menu, game selection).
Specialized menus tap into the base class's Organizer to gain access
and customize the created widgets.