![]() |
Disable pretext in python widget
I made a program in Python, and must avoid that all the text entered in it goes to the internal dictionary.
How can I disable the pretext in a Python widget using GTK? TIA |
Re: Disable pretext in python widget
Try something like
Code:
input_mode = entry.get_property("hildon-input-mode") |
Re: Disable pretext in python widget
Worked like a charm!
Indeed, only needed to disable the attribute "gtk.HILDON_GTK_INPUT_MODE_DICTIONARY". Thanks!!!! |
All times are GMT. The time now is 07:36. |
vBulletin® Version 3.8.8