type_text
Clear and insert new text into Tkinter Entry or Text widgets. Automates text input by replacing existing content.
Instructions
Type text into an Entry or Text widget.
Clears the current content and inserts the new text. Only works with Entry and Text widgets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widget_id | Yes | The widget ID from get_ui_layout() | |
| text | Yes | The text to type into the widget |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |