On Thu, Jun 24, 2004 at 07:29:33PM -0300, Adriano Del Vigna de Almeida wrote:
> How to set the parent window of a window loaded with the libglade? In
> one way that a second window (after the main app window) doesn't be
> shown in the task bar? I tried to add
> 'self.AddUser.set_parent_window(...)' right before
> 'self.AddUser.set_modal(gtk.TRUE)' line but it had no effect.

http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq10.003.htp

> Plus, how to prevent "self.xml = gtk.glade.XML(GLADE_PATH +
> 'interface.glade', 'windowAddUser')" to show the window without a
> subsequent call to 'hide()' method?

http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq22.006.htp

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
_______________________________________________
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