Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getTextBox
Method
getTextBox
src/eepp/ui/uimessagebox.cpp:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
UITextView* UIMessageBox::getTextBox() const {
196
return mTextBox;
197
}
198
199
UIPushButton* UIMessageBox::getButtonOK() const {
200
return mButtonOK;
Callers
1
showMsg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected