mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher/input_view_controller] Define setTextBody method
And inline textBody method.
This commit is contained in:
committed by
LeaNumworks
parent
413397652c
commit
7d9f479f3c
@@ -25,10 +25,6 @@ InputViewController::InputViewController(Responder * parentResponder, ViewContro
|
||||
{
|
||||
}
|
||||
|
||||
const char * InputViewController::textBody() {
|
||||
return m_expressionFieldController.expressionField()->text();
|
||||
}
|
||||
|
||||
void InputViewController::edit(Responder * caller, Ion::Events::Event event, void * context, const char * initialText, Invocation::Action successAction, Invocation::Action failureAction) {
|
||||
m_successAction = Invocation(successAction, context);
|
||||
m_failureAction = Invocation(failureAction, context);
|
||||
|
||||
Reference in New Issue
Block a user