Fwd: gtkhtml for windows ?

2006-01-14 Thread regatta
Since I didn't find any maillist of even a webpage for gtkhtml*, can anyone help me in here ? -- Forwarded message -- From: regatta <[EMAIL PROTECTED]> Date: Jan 14, 2006 8:37 PM Subject: gtkhtml for windows ? To: gtk-list@gnome.org Hi everyone, Does gtkhtml2 or gtkht

When gtkIconView will be available in Glade

2005-04-07 Thread regatta
Hi I know this is not a glade mail list but I am sure most of you can answer my question When gtkIconView will be available in Glade ? I can't find it in glade when I try to create any program -- Best Regards, -*- If Linux doesn't have the solution, you have the wrong pro

gnome_icon_list is deprecated !!

2005-04-05 Thread regatta
Guys, I didn't know about this until I check the document in http://developer.gnome.org/doc/API/2.0/libgnomeui/GnomeIconList.html ( I didn't know from glade) anyway , is there any alternative ? -- Best Regards, -*- If Linux doesn't have the solution, you have the wrong prob

Re: Clearing combo box

2005-04-04 Thread regatta
AIL PROTECTED]> wrote: > On Mon, 4 Apr 2005 23:07:51 +0300 > regatta <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I have a combo box that I want to clear it (remove all the items) and > > add new items to it (I am using C) here is the code I tried but it >

Clearing combo box

2005-04-04 Thread regatta
Hi I have a combo box that I want to clear it (remove all the items) and add new items to it (I am using C) here is the code I tried but it didn't work, gtk_combo_box_set_model(Combo,NULL); gtk_combo_box_insert_text (Combo,0, _("All1")); Anyone can help me please ? -- Best Regards, --