Le 26/6/2008, "Bertrand Son Kintanar" <[EMAIL PROTECTED]> a écrit:
>i think you can use a gtk.window for this with POPUP as its type. > >self.dialog_window = gtk.Window(gtk.WINDOW_POPUP) > >as far as pygtk 2.0 reference manual states that gtk.WINDOW_POPUP is "A >window that is ignored by the window manager and has no frame or >decorations. A popup window is used for menus and tooltips." so maybe you >can use it as a progress bar of some sort. Thanks! _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
