Function TRAP::Utils::Dialogs::ShowMsgBox(const std::string&, const std::string&, Buttons)#
Function Documentation#
-
Selection TRAP::Utils::Dialogs::ShowMsgBox(const std::string &title, const std::string &message, Buttons buttons)#
Convenience function to call ShowMsgBox() with default style.
- Parameters:
title – Title for the message box.
message – Message for the message box.
buttons – Button(s) for the message box.
- Returns:
Selection made by the user.