I am creating a single window to read a line from the user, and I have an entry for input.
I would like to create an entry that is already in insert mode, so the user only have to type and press enter, instead of clicking the entry first.
I looked at entry properties and couldn't find a flag or property to enable this or a way to manually implement this.
Any idea to achieve this?
Thanks in advance