MCPcopy 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
195UITextView* UIMessageBox::getTextBox() const {
196 return mTextBox;
197}
198
199UIPushButton* UIMessageBox::getButtonOK() const {
200 return mButtonOK;

Callers 1

showMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected