Re: [pygtk] Weird VPaned before

2002-01-17 Thread Michael Gilfix
Well, I don't seem to have the problems again with the simple test program. I guess I'll play around with the code (yes, ftpcube) and see if I can get the VPane to stop the weird behavior. It's just odd that it would sort of work but still act funny. I guess they're just finicky. On Thu, Jan

[pygtk] How to get the X window ID?

2002-01-17 Thread Markus Schaber
Hi, Is there an easy way to get the X window ID from an pygtk window? I need this for communication with an external program. Thanks, Markus ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Size groups demo

2002-01-17 Thread Michele Campeotto
This one seems to be working well :o) -- -- Michele - www.moleskine.f2s.com Never ascribe to malice, that which can be explained by incompetence. #!/usr/bin/env python Size Groups GtkSizeGroup provides a mechanism for grouping a number of widgets together so they all request the same

Re: [pygtk] Weird VPaned behavior

2002-01-17 Thread Pedro Rodriguez
On Thursday 17 January 2002 17:17, Michael Gilfix wrote: Ok, more exploration: the real problem seems to be the scroll bar that's contained in the upper window. The scroll bar does not seem to resize to a size smaller than the original of the text box. I've changed the program Pedro posted

Re: [pygtk] Weird VPaned behavior

2002-01-17 Thread Michael Gilfix
On Thu, Jan 17 @ 18:34, Pedro Rodriguez wrote: On Thursday 17 January 2002 17:17, Michael Gilfix wrote: Mike, I think you are just killing the algorithms for layout management by mixing GtkTable and GtkHBox ;) Or maybe it will require refinement on the layout constraints. I propose a

Re: [pygtk] Dialogs demo

2002-01-17 Thread Skip Montanaro
Where are GtkDialogFlags defined? I can find them in gtk-types.defs, but I don't know how to access them. Matt They are: Matt gtk.DIALOG_MODAL, gtk.DIALOG_DESTROY_WITH_PARENT, etc. There are so many symbols in the gtk and gtk.gdk modules ( 1100 all told), that I added a