MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / Show

Method Show

libs/wxutil/dialog/MessageBox.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91ui::IDialog::Result Messagebox::Show(const std::string& title,
92 const std::string& text, ui::IDialog::MessageType type, wxWindow* parent)
93{
94 Messagebox msg(title, text, type, parent);
95
96 return msg.run();
97}
98
99void Messagebox::ShowError(const std::string& errorText, wxWindow* parent)
100{

Callers 5

onBrowseFilesMethod · 0.45
onBrowseFoldersMethod · 0.45
SearchMethod · 0.45
setPathMethod · 0.45

Calls 1

runMethod · 0.45

Tested by

no test coverage detected