[pygtk] Help with choosing a widget

2008-03-07 Thread Vláďa
Hello, I already sent this email once, but with attachment, so it needs approval. I think it will be better to upload my pictures at Imageshack. I'm trying to create a program, where will be a list of video files which should look like it is shown on this drawing: http://img257.imageshack.us

[pygtk] Notebook don't allow style attribute of drawing area when page is loaded

2008-03-07 Thread ganesh gajre
Hello, I have to load a page which contain graphics i.e drawing area. when i m append that page in notebokk it gives me error: attribute 'style' of "gtk.Widget" object is not writable. e.g: def area_expose_cb(self, area, event): self.xh=self.width self.yv=self.height

[pygtk] Pango Gravity

2008-03-07 Thread David G. Mackay
I see that pygtk 2.12 has the bindings for the pango gravity capabilities, but I can't quite make it do what I want. First off, I can't find the path to specify PANGO_GRAVITY_SOUTH (or EAST, etc.). A get_base_gravity returns an enum of type PangoGravity, but how do I reference it? Next, I want t

[pygtk] PyGTK bugfix for CentOS 5.1

2008-03-07 Thread jd
Hi I am looking for a fix for CentOS 5.1 platform. Here are links for the patch on 5.0 version. http://rhn.redhat.com/errata/RHBA-2008-0079.html https://bugzilla.redhat.com/show_bug.cgi?id=237077 Can someone please help or direct in the right direction to get this ? Thanks /Jd

[pygtk] show tooltips on ComboBoxEntry dropdown list

2008-03-07 Thread TK Soh
Greeting. I wonder how I can add tooltips to the dropdown list of ComboBoxEntry. I would like display additional information on the row under the mouse via the tooltips as user browse through the dropdown list. I have tried a few recipes (not specific to ComboBoxEntry) I've googled, but nothing s

Re: [pygtk] PyGTK bugfix for CentOS 5.1

2008-03-07 Thread John Dennis
jd wrote: Hi I am looking for a fix for CentOS 5.1 platform. Here are links for the patch on 5.0 version. http://rhn.redhat.com/errata/RHBA-2008-0079.html https://bugzilla.redhat.com/show_bug.cgi?id=237077 Can someone please help or direct in the right direction to get this ? http:

[pygtk] GObject signals & subclassing

2008-03-07 Thread Edward Stow
Hi I am creating a custom subclass of gtk.Widget and was looking for better documentation on creating custom signals. I have located the tutorial [1] on subclassing gobject and the pygobject reference documentation [2]. 1. Could somebody point me towards reference documentation for __gsignals__