## TTkLineEdit ### Init [TTkLineEdit/Init.01.py](TTkLineEdit/Init.01.py) - ([try Online](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/Init.01.py)) ```bash # to run it just exec: tutorial/examples/TTkLineEdit/Init.01.py # or python3 tutorial/examples/TTkLineEdit/Init.01.py ``` ### Set/Get Text [TTkLineEdit/SetGet.01.py](TTkLineEdit/SetGet.01.py) - ([try Online](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/SetGet.01.py)) ```bash # to run it just exec: tutorial/examples/TTkLineEdit/SetGet.01.py # or python3 tutorial/examples/TTkLineEdit/SetGet.01.py ``` ### Events TBD ## TTkTextEdit ### Set/Get/Append Text TBD ### Export TBD