|
From: Antoine S. <mat...@mo...> - 2007-06-19 18:43:59
|
On Tue, Jun 19, 2007 at 08:46:17AM -0500, John Hunter wrote: > * you may want to use a gtk.Table for your label/entry pairs in your > dialog editor. Everything will line up much more nicely It was on my TODO list. Now it's done. > * you should not explicitly require pygtk 2.0. Noone is using pygtk1 > anymore and this will cause some pygth2 installations to fail (like > mine!) OK. I never understood indeed why in most of the pygtk exemple this line was present. I have removed it. > * you may want to look at the line editor dialog in backend_gtk.py for > inspiration. This uses drop down menus for linestyles, color dialog > boxes to pick colors, etc... I'll paste in the code below Ok, I'll have a look. I was thinking of this kind of menu. Thanks, Antoine |