Re: GtkComboBoxEntry -- changing entry line value



Hi,

You can get the entry by calling 
  gtk_bin_get_child(box);

and then using any methods of GtkEntry to manipulate the text.

>  Is there a way to set a value for a GtkComboBoxEntry line entry? I am 
> currently just adding an entry, set it as selected and remove it, which is a 
> pretty nasty work-around.

-Markku-




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]