Re: [pygtk] applets libglade

2003-03-07 Thread Martin Preishuber
Hi,well actually the visibility behaviour of the GtkWindows changed from glade1 to glade2 ... I just was used to use .Show() and was suprised, that the windows are visibile per default now ... and late in the night, I didn't think of such a simple thing like checking the visibility setting

Re: [pygtk] applets libglade

2003-03-06 Thread Christian Reis
On Wed, Mar 05, 2003 at 11:57:24PM +0100, Martin Preishuber wrote: 2.) I create some windows with glade (pygtk2 1.99.15), to use it I do something like: xml = gtk.glade.XML(gladefile) this works fine, but it immidiately shows the window ... is there any way to load it

Re: [pygtk] applets libglade

2003-03-06 Thread mekkaoui omar
Le jeu 06/03/2003 à 13:55, Christian Reis a écrit : On Wed, Mar 05, 2003 at 11:57:24PM +0100, Martin Preishuber wrote: 2.) I create some windows with glade (pygtk2 1.99.15), to use it I do something like: xml = gtk.glade.XML(gladefile) this works fine, but it

[pygtk] applets libglade

2003-03-05 Thread Martin Preishuber
Hi, just 2 short questions related to gnome-python2 (1.99.15) 1.) I try to create a panel applet with myapplet = gnome.applet.Applet() and it just segfaults, is this the correct usage ? 2.) I create some windows with glade (pygtk2 1.99.15), to use it I do something like:

Re: [pygtk] applets libglade

2003-03-05 Thread Martin Preishuber
On Wed, 2003-03-05 at 23:29, Johan Dahlin wrote: ons 2003-03-05 klockan 19.24 skrev Martin Preishuber: Hi, just 2 short questions related to gnome-python2 (1.99.15) 1.) I try to create a panel applet with myapplet = gnome.applet.Applet() and it just segfaults, is

Re: [pygtk] applets libglade

2003-03-05 Thread Johan Dahlin
ons 2003-03-05 klockan 19.24 skrev Martin Preishuber: Hi, just 2 short questions related to gnome-python2 (1.99.15) 1.) I try to create a panel applet with myapplet = gnome.applet.Applet() and it just segfaults, is this the correct usage ? I forgot this in my last mail.