MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / NativeAcceptDialog

Method NativeAcceptDialog

src/native_accept_dialog.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33NativeAcceptDialog::NativeAcceptDialog() {
34 title = "Alert!";
35 text = "";
36 icon = ICON_WARNING;
37}
38
39NativeAcceptDialog::~NativeAcceptDialog() {
40 hide();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected