Re: [pygtk] pyglade/libglade ignores default-width/default-height ?

2000-01-31 Thread James Henstridge

I suppose I should put in a message stating that the pyglade module is
deprecated.  It is probably better to use the libglade module, which uses
libglade rather than being pure python.  It handles the default_width and
default_height attributes correctly.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Sun, 30 Jan 2000, Kelly Lynn Martin wrote:

> I've got a teeny .glade file (written as I try to figure out glade and
> company) that has distinctly different behaviour when I build it as a
> glade project vs. running it in libglade with glade.py frm the
> examples/ directory.  The pyglade version ignores the default window
> size specifications and doesn't connect some of my signals the way
> glade does.  Is this me using glade wrong, or is this a pyglade
> deficiency?
> 
> The .glade file is appended.
> 
> Kelly
> 
> 
> 
> 
> 
>   Glade-hello
>   glade-hello
>   
>   src
>   pixmaps
>   C
>   False
>   True
>   False
>   True
>   True
>   True
>   True
>   interface.c
>   interface.h
>   callbacks.c
>   callbacks.h
>   support.c
>   support.h
>   
> 
> 
> 
>   GtkWindow
>   window1
>   True
>   
> delete_event
> gtk_widget_destroy
> Sat, 29 Jan 2000 04:23:33 GMT
>   
>   
> destroy
> on_window1_destroy
> Sat, 29 Jan 2000 04:30:05 GMT
>   
>   window1
>   GTK_WINDOW_TOPLEVEL
>   GTK_WIN_POS_NONE
>   False
>   100
>   100
>   True
>   True
>   True
> 
>   
> GtkButton
> button1
> True
> True
> 
>   clicked
>   gtk_widget_destroy
>   window1
>   Sat, 29 Jan 2000 04:24:01 GMT
> 
> Hello World
>   
> 
> 
> 
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



[pygtk] pyglade/libglade ignores default-width/default-height ?

2000-01-30 Thread Kelly Lynn Martin

I've got a teeny .glade file (written as I try to figure out glade and
company) that has distinctly different behaviour when I build it as a
glade project vs. running it in libglade with glade.py frm the
examples/ directory.  The pyglade version ignores the default window
size specifications and doesn't connect some of my signals the way
glade does.  Is this me using glade wrong, or is this a pyglade
deficiency?

The .glade file is appended.

Kelly





  Glade-hello
  glade-hello
  
  src
  pixmaps
  C
  False
  True
  False
  True
  True
  True
  True
  interface.c
  interface.h
  callbacks.c
  callbacks.h
  support.c
  support.h
  



  GtkWindow
  window1
  True
  
delete_event
gtk_widget_destroy
Sat, 29 Jan 2000 04:23:33 GMT
  
  
destroy
on_window1_destroy
Sat, 29 Jan 2000 04:30:05 GMT
  
  window1
  GTK_WINDOW_TOPLEVEL
  GTK_WIN_POS_NONE
  False
  100
  100
  True
  True
  True

  
GtkButton
button1
True
True

  clicked
  gtk_widget_destroy
  window1
  Sat, 29 Jan 2000 04:24:01 GMT

Hello World
  



To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]