Re: [pygtk] nonstandard widgets in pygtk?

2003-10-12 Thread David M. Cook
On Tue, Oct 07, 2003 at 11:36:36AM -1000, Tim Newsham wrote: > Hi, I would like to compile some nonstandard gtk extensions > written in C into pygtk. What is involved in this process? > Is there any documentation that covers pygtk internals? Are > interfaces generated or defined manually? Thi

Re: [pygtk] hide certain rows in treeview

2003-10-12 Thread David M. Cook
On Thu, Oct 09, 2003 at 10:43:54AM -0700, Yang Zheng wrote: > Is it possible to not show certain rows in a treeview that is attached > to a treestore? I know you can display only certain columns, but what > if there are some rows in a treestore structure that I do not want to be > displayed? Can

[pygtk] Fatal Python error: can't initialise module gnome.print

2003-10-12 Thread Fernando San Martín Woerner
i'm trying to use gnomeprint, but a got this error when i do this: >>> import pygtk >>> pygtk.require('2.0') >>> import gnomeprint Fatal Python error: can't initialise module gnome.print core... i'm using mandrake 9.1 with this packages gnome-python-bonobo-1.99.16-9mdk gnome-python-gconf-1.99.16

[pygtk] How to change font styles and markup labels using libglade?

2003-10-12 Thread Dàvik
Hi! I'm using Glade+libglade and I try to change the fonts of TextView and Entry, first with a rc file, then manually with pango.FontDescription, but nothing: no Error, no change, no nothing... I'd like to change manually the labels, not through Glade, but also nothing... I wonder if it's actual

Re: [pygtk] progress bar

2003-10-12 Thread liquid
On Sunday 05 October 2003 03:44, Malcolm Tredinnick wrote: > I think you may be misunderstanding what pulse() does. It only moves the > progress bar indicator once. During a time-consuming process, you would > periodically call the pulse() method to force a small change in the > progress bar and t

[pygtk] Re: hide certain rows in treeview

2003-10-12 Thread Abel Daniel
Yang Zheng writes: > Is it possible to not show certain rows in a treeview that is attached > to a treestore? I know you can display only certain columns, but what > if there are some rows in a treestore structure that I do not want to be > displayed? Can I set a flag and have it skipped? I don