Re: [pygtk] drawing and modifying svg file

2008-09-10 Thread JustFillBug
On 2008-09-09, Fran?ois Sénéquier [EMAIL PROTECTED] wrote: I would load and SVG file (XML file so a text file), modify it (changing a color, moving a part...) by the DOM/XML interface (or directly adding or replacing text) and create again an gtk.gdk.pixbuf without creating another SVG file.

[pygtk] Re: adjust height of textview

2008-07-09 Thread JustFillBug
On 2007-09-13, Vincent Schut [EMAIL PROTECTED] wrote: Hi all, anyone knows how to change the (default) height of a textview? It seems to default to something like 5 or 6 lines, and I can't seem to get it shrink. I'd like it to have a height of 3 or 4 lines max, but have no idea how to

[pygtk] Re: help fixing max/minimum size of a widgets

2008-07-09 Thread JustFillBug
On 2008-01-07, Steven Howe [EMAIL PROTECTED] wrote: My situation: I have a gtk.HBox with three widgets, a gtk.Progressbar, a gtk.HSeperator and a gtk.Statusbar in the gtk.HBox. I would like the gtk.Progressbar and gtk.Statusbar to have minimum fixed widths and fixed heights, similar to