Progress bar widget



Hi all,

HELP! This is driving me mad....

I am trying to use a progress bar - but I can't get it to appear when it
should! The source has been heavily "based" :) upon the example from
testgtk.c.

I call create_progress_bar() and then start loading in a file - but only
when the file has finished loading and the main widget is updated does the
progress bar appear. I have tried using...

gtk_widget_show_all();
gtk_widget_show();
gtk_widget_draw();

...but none of them make it appear when the function is actually called.

Any ideas?

Rich



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]