Re: Problem in updating progress bar

2006-06-16 Thread Yeti
On Thu, Jun 15, 2006 at 06:07:09PM +, DC A wrote: > What could be the reason for using gtk_events_pending() and > gtk_main_iteration() in the following code snippet: > > > for( gflt=0; gflt<=1; ){ > gtk_progress_bar_update( (GtkProgressBar*)pbar, gflt ); > //update >

Re: Problem in updating progress bar

2006-06-16 Thread Paul Davis
On Thu, 2006-06-15 at 18:07 +, DC A wrote: > What could be the reason for using gtk_events_pending() and > gtk_main_iteration() in the following code snippet: > > > for( gflt=0; gflt<=1; ){ > gtk_progress_bar_update( (GtkProgressBar*)pbar, gflt ); > //update > while

RE: Button background colors

2006-06-16 Thread Michael Kahn
A coworker came to my rescue on this one.  I am a Linux developer and this application had to work under Windows.  It turns out that if your Windows desktop theme is set to “Windows XP” then you cannot change the background color of your buttons.  If you change your desktop theme to “Window

use of gtk rc files slows down display

2006-06-16 Thread Bill Sousan
I am using some existing rc files for my gtk application that I pulled off of the web and noticed a considerable slow down in the display versus when not using an rc file (the one passed to gtk_rc_parse() function).  Are there considerations that I need to be aware of if I want to use to rc

Re: Problem in updating progress bar

2006-06-16 Thread Diego Zuccato
DC A wrote: > What could be the reason for using gtk_events_pending() and > gtk_main_iteration() in the following code snippet: > > > for( gflt=0; gflt<=1; ){ > gtk_progress_bar_update( (GtkProgressBar*)pbar, gflt ); > //update > while (gtk_events_pending ()) >

Regarding GTK player

2006-06-16 Thread prashu
hi all... i am designing user inerface to mobiles for mobiles. For UI i selected GTK as framework. I am writting in C langauge. What actually i need is one playlist window which contains audio files from particular directory. on selecting file from playlist another window should open. which c

Re: Problem in updating progress bar

2006-06-16 Thread DC A
Thank you all for explaining this problem. --DC _ Fashion, food, romance in Sympatico / MSN Lifestyle http://lifestyle.sympatico.msn.ca/Home/ ___ gtk-list mailing list gtk-list@gnome.or