mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Implement ExecutionEnvironment::input
By using a re-entrant RunLoop call
This commit is contained in:
committed by
EmilieNumworks
parent
651d5715e4
commit
0682d21a32
@@ -28,6 +28,7 @@ public:
|
||||
|
||||
// Edit cell
|
||||
void setEditing(bool isEditing, bool reinitDraftBuffer = false);
|
||||
const char * text() const { return m_textField.text(); }
|
||||
void setText(const char * text);
|
||||
bool insertText(const char * text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user