Searched refs:AddAction (Results 1 – 1 of 1) sorted by relevance
2064 void AddAction(const char *label, std::function<void(Window &)> action) { in AddAction() function in curses::FormDelegate2457 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()2458 AddAction("Kill", [this](Window &window) { Kill(window); }); in DetachOrKillProcessFormDelegate()2504 AddAction("Attach", [this](Window &window) { Attach(window); }); in ProcessAttachFormDelegate()