Created
June 9, 2017 12:05
-
-
Save mortymacs/799f693a18ae3794c4ee51a7b802f8e1 to your computer and use it in GitHub Desktop.
Unset Focus State on Entry in PyGTK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| widget = Gtk.Entry() | |
| widget.unset_state_flags(Gtk.StateFlags.FOCUSED) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment