Hello people!

does anyone know in what way can you edit a default value inside a gtk.ComboBox?

Recommended Answers

All 3 Replies

I think this should work ...

# get the string
str1 = combo.entry.get_text()
# process the string str1
# then put it back
combo.entry.set_text(str1)

Avner, you seem to get gtk to work, all I ever get is a pango.dll error. So you are way ahead of me!

Avner,
does GTK work pretty well for you?

Yea, but i understand from you that your'e using it on Windows platform.
I'm using it on Linux with glade...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.