Re: Removing text from gtkcombobox

2006-04-13 Thread Sandy K
Dubravin Andrey <[EMAIL PROTECTED]> wrote: > Hello, > In combobox, is it possible to remove all the text in it? I am using > gtk_combo_box_new_text() and gtk_combo_box_append_text() to add the text in > it.. And later i need to empty all its contents > Also can i get the number of text en

Re: Removing text from gtkcombobox

2006-04-13 Thread Amitesh Singh
Can we only hide the Small arrow button in GtkComboBoxEntry?As we can hide the GtkEntry's widget in GtkComboEntry .. GTK_ENTRY(GTK_BIN(combo_box)->child) . On 4/14/06, Sandy K <[EMAIL PROTECTED]> wrote: > > Hello, >In combobox, is it possible to remove all the text in it? I am > using gt

Re: Removing text from gtkcombobox

2006-04-13 Thread Dubravin Andrey
> Hello, >In combobox, is it possible to remove all the text in it? I am using > gtk_combo_box_new_text() and gtk_combo_box_append_text() to add the text in > it.. And later i need to empty all its contents > Also can i get the number of text entries in the combobox? > If yes.. ho

Removing text from gtkcombobox

2006-04-13 Thread Sandy K
Hello, In combobox, is it possible to remove all the text in it? I am using gtk_combo_box_new_text() and gtk_combo_box_append_text() to add the text in it.. And later i need to empty all its contents Also can i get the number of text entries in the combobox? If yes.. how can this b