Hello.
I'm not experienced in gtk+ too. But I think you should connect
call of your function to some gtk event (g_signal_connect). Updating
progress bar you should connect to timeout or idle event (read about
g_timeout_add, g_idle_add). And in your function call:
while (gtk_events_pendi
Hi,
I'm a novice in gtk and I face some problems getting
started. I don't find a solution in the manual (although
I'm pretty sure it's in there) because I don't know what
to look for.
I create a main window (top level window) with a progress
bar. What I want is to display the window and then exec