From: shawn bright Date: 2007-08-07T02:27:08+09:00 Subject: Re: question about gtk.ComboBoxEntry ------=_Part_22736_8150654.1186421224931 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline thanks ! On 8/6/07, Detlef Reichl wrote: > > Am Dienstag, den 07.08.2007, 00:57 +0900 schrieb shawn bright: > > hello there all, > > > > i cannot seem to find how to set the active text in a gtk.ComboBoxEntry. > > i can populate it with a list of items using the append_text(item) > method. > > but i cannot seem to find how to actually set the item i want to be > active. > > > > thanks for any tips > > > > shawn > > Hi > > your_combo_box_entry.active = x > > Cheers > detlef > > > ------=_Part_22736_8150654.1186421224931--