Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Created June 9, 2017 12:05
Show Gist options
  • Select an option

  • Save mortymacs/799f693a18ae3794c4ee51a7b802f8e1 to your computer and use it in GitHub Desktop.

Select an option

Save mortymacs/799f693a18ae3794c4ee51a7b802f8e1 to your computer and use it in GitHub Desktop.
Unset Focus State on Entry in PyGTK
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