![]() |
2010-05-10
, 19:06
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
input_mode = entry.get_property("hildon-input-mode") input_mode |= gtk.HILDON_GTK_INPUT_MODE_INVISIBLE input_mode &= ~gtk.HILDON_GTK_INPUT_MODE_DICTIONARY entry.set_property("hildon-input-mode", input_mode)
How can I disable the pretext in a Python widget using GTK?
TIA