On Thu, Jun 26, 2008 at 3:14 PM, Frédéric <[EMAIL PROTECTED]>
wrote:

>
> Is there a way to have dialogs without window decoration at all?


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.

>
>
> I would like to make a little progressbar in activity mode, just to show
> something during a connection. Maybe there are other solutions, not
> based on a progressbar...
>
> 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/
>



-- 
b3rx

"Don't be trapped by dogma - which is living with the results of other
people's thinking. - Steve Jobs"

`There are only 10 people in this world who can read binary...'
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to