I have a BoxLayout with multiple actors in it. One of the actors is a St.Entry. I want this Entry to have keyboard-focus, so when the window is created, I can start typing right away.
I already found the "grab_key_focus()" method, but if I call that on my Entry it does nothing.
I am thankful for any help you can give me, since this has a really scarce documentation..