MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / helpImage_OnClick

Method helpImage_OnClick

Goldleaf/source/ui/ui_MainApplication.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void MainApplication::helpImage_OnClick() {
54 this->DisplayDialog(cfg::Strings.GetString(162), cfg::Strings.GetString(342) + "\n\n" + cfg::Strings.GetString(343) + "\n" + cfg::Strings.GetString(344) + "\n" + cfg::Strings.GetString(345) + "\n" + cfg::Strings.GetString(346) + "\n" + cfg::Strings.GetString(347), {cfg::Strings.GetString(234)}, false);
55 }
56
57 #define _UI_MAINAPP_MENU_SET_BASE(layout) { \
58 layout->SetBackgroundColor(g_Settings.GetColorScheme().bg); \

Callers 1

OnInputMethod · 0.95

Calls 1

DisplayDialogMethod · 0.95

Tested by

no test coverage detected