Re: [pygtk] Problem with init_pygtk()

2002-01-20 Thread Pedro Rodriguez
On Saturday 19 January 2002 01:44, John Vance wrote: > I've installed pygtk 0.6.9. I have python 2.1. I have installed a > code editor, glimmer, which is extensible using python. On startup, > glimmer reports that it cannot import _gtk. > Sorry for this followup. Does this mean you have a bin

Re: [pygtk] Problem with init_pygtk()

2002-01-20 Thread Pedro Rodriguez
On Saturday 19 January 2002 01:44, John Vance wrote: > I've installed pygtk 0.6.9. I have python 2.1. I have installed a > code editor, glimmer, which is extensible using python. On startup, > glimmer reports that it cannot import _gtk. > > I have traced the error to init_pygtk() - > PyImport_I

Re: [pygtk] Calling Methods within a new class

2002-01-20 Thread Pedro Rodriguez
On Sunday 20 January 2002 01:21, Nirmal J. Patel wrote: > I'm creating a new class that inherits its proporties from the > GtkHBox and I am then making a button inside that new object, which > also has a label packed in it. What I want to be able to do is create > a callback for the button inside

Re: [pygtk] GtkSpinButton question

2002-01-18 Thread Pedro Rodriguez
On Friday 18 January 2002 20:33, Steve McClure wrote: > This isn't necessarily Python related but: > > I wan't to use a GtkSpinButton to display the port of a service but I > want to display the text for know services. e.g. if 79 is displayed > and they increment, display 'http' instead of 80. D

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 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: > >

Re: [pygtk] Pyglade + multiple windows

2002-01-13 Thread Pedro Rodriguez
On Sunday 13 January 2002 02:25, Colin Fox wrote: > Hi. I'm using pyglade and enjoying it immensely. However, I can't > seem to figure out how to create multiple simultaneous instances of a > window. > Just create a new GladeXML object from the same glade file, and use the new object to get a ne