Re: Help



In message <Pine LNX 4 10 10011221522060 2040-100000 localhost localdomain>you 
write:
>Actually, this is what I mean:
>  1) program starts
>  2) gtk_init()
>  3) creates some widgets
>  4) show() all of the widgets created
>  5) gtk_run()
>  .  
>  .
>  .  <some number of seconds>
>  6) create another widget (which has other widgets in it)
>  7) show() the other widget

as john has noted, you don't seem to call gtk_widget_show() for any of the
widgets you create. otherwise, what you've done seems just fine,
assuming you use gtk_timeout_add() to setup the timeout for steps 6+7.

--p




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