... or
http://www.pygtk.org/docs/pygtk/class-gtkwindow.html#method-gtkwindow--set-type-hint
if your window is already created.
Bertrand Son Kintanar wrote:
On Thu, Jun 26, 2008 at 3:14 PM, Frédéric
<[EMAIL PROTECTED]
<mailto:[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] <mailto:[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/
begin:vcard
fn:Walter Leibbrandt
n:Leibbrandt;Walter
org:Translate.org.za
adr:;;;Pretoria;Gauteng;;South Africa
email;internet:[EMAIL PROTECTED]
title:Developer
tel;work:(012) 460 1095
x-mozilla-html:FALSE
url:http://translate.org.za
version:2.1
end:vcard
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/