Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/98teg/NativeDialogs
/ get_text
Method
get_text
src/native_notification.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
String NativeNotification::get_text() {
68
return text;
69
}
70
71
void NativeNotification::set_icon(Icon p_icon) {
72
ERR_FAIL_INDEX(p_icon, 3);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected