Hi, On Thu, 2007-04-12 at 03:42 -0700, coolhand wrote: > I use in a gimp dialog a progress bar. The problem is that when the progress > bar reaches 100%, don't disapear (only when the dialog closes). ¿There are > some way to do this before the end of the plugin?
gtk_widget_hide() doesn't do the trick? Anyway, it's not considered good style to hide and show widgets. Perhaps you could explain us what exactly you want to achieve? Sven _______________________________________________ Gimp-developer mailing list [EMAIL PROTECTED] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
