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

Re: How can I show a window after an expose_event?



Hi,

When do you want the label to show up ?
If you just need to show the label as the window shown up, you don't 
need to connect the signal to show the label. Just place (add) the label 
inside the window conatiner and call gtk_widget_show_all(the_window).

regards,
mige


Ariel Fritz wrote:

> Hi all
>
> I'm  a gtk beginner. I want to make an application that show a window 
> with a label embedding in it. But after x time that window is shown I 
> want to destroy that window.  I tried gtk_signal_connect with 
> expose_event to call a function but the label is not shown. What's 
> wrong?  How can  I do it?
>
>
> Thanks a lot.
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>





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