Invalid UTF-8 string being sent to callback function on "toggled" signal from GtkCellRendererToggle

2007-06-20 Thread Justin Stallard
Hi, The subject pretty much says it all. The tree path string that is being sent to my callback function as a result of the "toggled" signal from a GtkCellRendererToggle in a GtkTreeView is an "Invalid path". The following is the output to the terminal upon toggling one of the GtkCellRendererToggl

Re: Disable ALL keybindings for a specific widgit? [SOLVED]

2007-06-16 Thread Justin Stallard
On 6/15/07, Justin Stallard <[EMAIL PROTECTED]> wrote: > On 6/15/07, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote: > > On 6/14/07, Justin Stallard <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I've looked through the tutorial, faq,

Re: Disable ALL keybindings for a specific widgit?

2007-06-15 Thread Justin Stallard
On 6/15/07, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote: > On 6/14/07, Justin Stallard <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've looked through the tutorial, faq, API doc, and even google and I > > can't seem to find out if there's

Disable ALL keybindings for a specific widgit?

2007-06-14 Thread Justin Stallard
Hi, I've looked through the tutorial, faq, API doc, and even google and I can't seem to find out if there's some way to unbind all the keybindings associated with a particular widgit. Is there? What I want to have is this: A GtkEntry that does not respond to "Left", "Right", "Insert", or any othe