[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: question about gtk.ComboBoxEntry

Detlef Reichl

8/6/2007 5:05:00 PM

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