RE: GTK Progress bar: assistance pls.

2008-01-09 Thread zhangLance
/*MYSTERIOUS CODE [FOR ME] -- WORKS !! :-)*/ while (gtk_events_pending ()) { g_print("[.]"); gtk_main_iteration (); } Vijay: Hi, all. How convinient! I was looking for it. Thanks! I do understand the reason though. You're running a single thread program, instruction are run in a seque

RE: GTK Progress bar: assistance pls.

2008-01-09 Thread zhangLance
> Date: Mon, 7 Jan 2008 14:53:30 +0530 > Subject: Re: GTK Progress bar: assistance pls. > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: gtk-app-devel-list@gnome.org > > > > > > Friends, > > How about the idea of emitting a signal with the value of the fraction > when I want to get

RE: how the change the shape and color of Gtk Button

2008-01-09 Thread zhangLance
> Date: Fri, 4 Jan 2008 15:22:46 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: how the change the shape and color of Gtk Button > CC: gtk-app-devel-list@gnome.org > > On Fri, Jan 04, 2008 at 07:36:40PM +0530, Ajax John wrote: > > Hi All, > > > > I'm new to Gtk app. de