[pygtk] Making a widget with PyGTK

2006-01-05 Thread Pupeno
I have just posted an entry in my blog titled "Making a widget with PyGTK" where I described some problems I had making a widget with PyGTK and how I solved them: http://pupeno.com/blog/making-a-widget-with-pygtk Maybe someone finds it useful. Thanks. -- Pupeno <[EMAIL PROTECTED]> (http://pupeno

Re: [pygtk] size_request and size_allocate

2006-01-05 Thread Pupeno
On Thursday 05 January 2006 11:43, Gustavo J. A. M. Carneiro wrote: > Qui, 2006-01-05 às 10:16 -0300, Pupeno escreveu: > > I am implementing a widget (a copy of Writing a Widget Using Cairo and > > PyGTK 2.8) and the size of my widget is terrible (it gets 0 space), so I > > implemented size_request

Re: [pygtk] ANNOUNCE: Gazpacho 0.6.3

2006-01-05 Thread Johan Dahlin
John Finlay wrote: Besides Python, GTK+ and PyGTK, what are the dependencies for Gazpacho? For running gazpacho itself, no extra ones. For building the documentation you'll need epydoc. If you want to run the unittests or coverage report you need trial from twisted. Johan _

Re: [pygtk] ANNOUNCE: Gazpacho 0.6.3

2006-01-05 Thread John Finlay
Besides Python, GTK+ and PyGTK, what are the dependencies for Gazpacho? John Johan Dahlin wrote: the mirrors pick the release up you can get it at:Hi everybody, I'm happy to announce the 0.6.3 version of Gazpacho. In this release there are a lot of bug fixes and a couple of new features. Th

[pygtk] ANNOUNCE: Gazpacho 0.6.3

2006-01-05 Thread Johan Dahlin
the mirrors pick the release up you can get it at:Hi everybody, I'm happy to announce the 0.6.3 version of Gazpacho. In this release there are a lot of bug fixes and a couple of new features. Thanks to all the testers and developers that made this possible. As soon as files reaches the mirror

[Fwd: Re: [pygtk] size_request and size_allocate]

2006-01-05 Thread Gustavo J. A. M. Carneiro
In case anyone else cares... -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. --- Begin Message --- Qui, 2006-01-05 às 13:18 -0300, Pupeno escreveu: > On Thursday 05 January 2006 11:43, you wrote: > > This example might help, if

Re: [pygtk] treview segfaults due to sorting

2006-01-05 Thread Johan Dahlin
This is most likely a bug in gtk+. Can you write a minimal testcase? Johan Brian wrote: Our app has several treeviews. One of those has several models that are switched out, 3 are flat lists, 1 currently has one expander and child nodes. If the expander is opened, when switching to any of the

RE: [pygtk] treview segfaults due to sorting

2006-01-05 Thread Brian
On Thu, 2006-05-01 at 11:53 +0100, Leeuw van der, Tim wrote: > Hi Brian, > > Other than that you're using Python 2.4 and GTK2, I don't see any > information about the versions of software you're using, or the platform > on which you're developing. > > Can you please tell us which version of GTK a

[pygtk] Activating the text cursor in a GtkComboBoxEntry

2006-01-05 Thread Thierry Lam
I have a ComboBoxEntry with a pull down menu represented by a small down arrow on the right hand side of the Entry widget. Each time I select something from the drop down menu, the text cursor is not shown in the Entry widget. Is there a way to activate this text cursor in the Entry widget? Thank

Re: [pygtk] size_request and size_allocate

2006-01-05 Thread Gustavo J. A. M. Carneiro
Qui, 2006-01-05 às 10:16 -0300, Pupeno escreveu: > I am implementing a widget (a copy of Writing a Widget Using Cairo and PyGTK > 2.8) and the size of my widget is terrible (it gets 0 space), so I > implemented size_request and size_allocate, but they are never called, why > aren't they called ?

[pygtk] size_request and size_allocate

2006-01-05 Thread Pupeno
I am implementing a widget (a copy of Writing a Widget Using Cairo and PyGTK 2.8) and the size of my widget is terrible (it gets 0 space), so I implemented size_request and size_allocate, but they are never called, why aren't they called ? How should my widget ask for more size ? Thanks. -- Pup

RE: [pygtk] treview segfaults due to sorting

2006-01-05 Thread Leeuw van der, Tim
Hi Brian, Other than that you're using Python 2.4 and GTK2, I don't see any information about the versions of software you're using, or the platform on which you're developing. Can you please tell us which version of GTK and PyGTK you're using? And if you have version-details on other components

[pygtk] treview segfaults due to sorting

2006-01-05 Thread Brian
Our app has several treeviews. One of those has several models that are switched out, 3 are flat lists, 1 currently has one expander and child nodes. If the expander is opened, when switching to any of the other models, it gets an instant segfault from the model.clear(). If I comment out the cle