943,758 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Unsolved
  • Views: 6146
  • Python RSS
Nov 28th, 2005
0

gtk.ComboBox

Expand Post »
Hello people!

does anyone know in what way can you edit a default value inside a gtk.ComboBox?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Avner .H. is offline Offline
18 posts
since Aug 2005
Nov 28th, 2005
0

Re: gtk.ComboBox

I think this should work ...
[php]# get the string
str1 = combo.entry.get_text()
# process the string str1
# then put it back
combo.entry.set_text(str1)
[/php]
Avner, you seem to get gtk to work, all I ever get is a pango.dll error. So you are way ahead of me!
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Dec 2nd, 2005
0

Re: gtk.ComboBox

Avner,
does GTK work pretty well for you?
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Dec 3rd, 2005
0

Re: gtk.ComboBox

Yea, but i understand from you that your'e using it on Windows platform.
I'm using it on Linux with glade...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Avner .H. is offline Offline
18 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: sensitive property
Next Thread in Python Forum Timeline: gtk.ListStore / gtk.ComboBoxEntry class problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC