Re: [pygtk] treeview.scroll_to_cell() has no effect

2009-01-04 Thread Karl Ostmo
On Sat, Sep 13, 2008 at 1:37 PM, Karl Ostmo wrote: > Does anyone know what is wrong with my usage of scroll_to_cell( ) ? When I > run the program below, after I click on a row and scroll such that it is out > of view, I would expect that when I click on the "Scroll to highlighted row" > button t

[pygtk] Seg. fault

2009-01-04 Thread Frédéric
Hello, First, let me which you all the best for 2009. Second, my apologies for cross-posting, but I have a problem under PyGTK on the maemo plateform, and I need some advices. As you know, I develop a program to control a panoramic head. This program runs under linux/PC, windows/PC and Nokia/m

[pygtk] [Announce] PyGobject 2.16.0 (stable)

2009-01-04 Thread Gian Mario Tagliaretti
I am pleased to announce version 2.16.0 of the Python bindings for GObject. The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly: http://download.gnome.org/sources/pygobject/2.16/ What's new since PyGObject 2.15.4? - gobject.timeout_add_

Re: [pygtk] need pygtkspell help

2009-01-04 Thread S.Selvam Siva
On Sun, Jan 4, 2009 at 3:26 PM, Gian Mario Tagliaretti wrote: > On Sun, Jan 4, 2009 at 9:18 AM, S.Selvam Siva > wrote: > > Hi, > > > I am new to gtk and python.I am in a process of developing a spell > > checker(for my local language-Tamil) plug in for gedit. > > Recently i came to know about pyg

Re: [pygtk] gtk_accel_groups_activate ()

2009-01-04 Thread Yann Leboulanger
Gian Mario Tagliaretti wrote: > On Wed, Dec 31, 2008 at 9:55 AM, Yann Le Boulanger > wrote: > >> Any idea why this function is not implemented in pygtk? > > It's in the ignore list in gtk.override, I don't know why though. > > If you want to remove it from ignore, recompile pygtk and test it,

Re: [pygtk] need pygtkspell help

2009-01-04 Thread Gian Mario Tagliaretti
On Sun, Jan 4, 2009 at 9:18 AM, S.Selvam Siva wrote: Hi, > I am new to gtk and python.I am in a process of developing a spell > checker(for my local language-Tamil) plug in for gedit. > Recently i came to know about pygtkspell ,which can "underline misspelled > words","give suggestions on right

[pygtk] need pygtkspell help

2009-01-04 Thread S.Selvam Siva
Hi, I am new to gtk and python.I am in a process of developing a spell checker(for my local language-Tamil) plug in for gedit. Recently i came to know about* pygtkspell* ,which can "underline misspelled words","give suggestions on right clicking the misspelled word". But could not find out any use