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

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] 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 post

Re: [pygtk] Weird VPaned behavior

2002-01-17 Thread Michael Gilfix
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 so that it demonstrates the problem. One alternative is to enc

[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

[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

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 17

[pygtk] Panes demo

2002-01-17 Thread Michele Campeotto
This is what I've come up with as a (H|V)Paned demo, but I can't access the child[12]_(resize|shrink) property... Tried with paned.child1_resize, paned.children()[0].resize, paned.children()[0].everything... now I'm lost :o( P.S. Now I'm using CVS PyGtk... -- -- Michele - www.moleskine

Re: [pygtk] Weird VPaned before

2002-01-17 Thread Pedro Rodriguez
On Wednesday 16 January 2002 22:57, Michael Gilfix wrote: > I'm getting what seems to be some weird behavior with the VPaned > control widget in pygtk 0.6.8. I'm dividing the screen vertically > between a text box and a window of multiple boxes. Er, the layout > is something like this: > >