[pygtk] nonlinear scale widget

2008-05-27 Thread A.T.Hofkamp
Hello all, I'd like to have a nonlinear scale widget from about 1/10 to 10, where 1 is near the center of the scale. The gtk library seems to assume a linear scale only, so the question is how to do this. The simplest approach would be to make a function that translates the linear scale

Re: [pygtk] getting actual size of widget

2008-05-27 Thread Mitko Haralanov
On Thu, 22 May 2008 14:49:12 -0700 Mitko Haralanov [EMAIL PROTECTED] wrote: What I have is a main application window which contains a notebook. Each of the notebook pages contains a table. When the main window is resized, the notebook (and the tables on the pages) get resized. I would like to