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

Method set_title

src/native_accept_dialog.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void NativeAcceptDialog::set_title(const String &p_title) {
104 title = p_title;
105}
106
107String NativeAcceptDialog::get_title() {
108 return title;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected