21class Menu :
public GuiWindow {
23 using GuiWindow::GuiWindow;
25 Menu(
const std::string& cVar,
const std::string& name, uint8_t searchSidebarIndex_ = 0,
38 void AddMenuEntry(std::string entryName,
const char* entryCvar);
59 .columnWidgets = { { { .name =
"Sidebar Search",
62 "Searches all menus for the given text, including tooltips.")) } } }