Re: Removing text from gtkcombobox

2006-04-13 Thread Sandy K
et the number of text entries in the combobox? > If yes.. how can this be done? > > Thanking You > Sandy I think you can increment count of text entry when add it to combobox and than to remove item use: for (i = 0; i < entries_count; i++) gtk_combo_box_remove_text (combobox,

Removing text from gtkcombobox

2006-04-13 Thread Sandy K
be done? Thanking You Sandy - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. ___ gtk-app-devel-list mailing list gtk-app

Refreshing the progressbar

2006-04-11 Thread Sandy K
progress bar is changed... Is there any way i can change the text on the progressbar automatically? Thanking You Sandy __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

Screen Resolution

2006-04-07 Thread Sandy K
either 800*600 or 640*480, then the window screen goes out of boundary. Is there any way by which i can control this, so that the window is always displayed within the boundary for all the screen resolution? Thanking You Sandy

Re: Gtk-CRITICAL **: file gtkentry.c: line 3717 (gtk_entry_set_text): assertion `text != NULL' failed

2005-01-26 Thread Sandy
Hi lago, Thnx a lot for the help. Its working fine now. I think i got my concepts clear now. cheers Sandy On Mon, 24 Jan 2005 13:49:48 +0100, Iago Rubio <[EMAIL PROTECTED]> wrote: > On Mon, 2005-01-24 at 08:10, Sandy wrote: > > Hi, > > > > I am trying to build an

Gtk-CRITICAL **: file gtkentry.c: line 3717 (gtk_entry_set_text): assertion `text != NULL' failed

2005-01-23 Thread Sandy
gpointer) file_selector); /* Display that dialog */ gtk_widget_show (file_selector); } Please guide me in resolving this error. -- Cheers Sandy ___ gtk-app-devel-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list