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
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
> 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
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