Re: Change Mouse Cursor

2010-11-05 Thread Peter Dennis
Thanks very much Mario. I was sure I had seen in a tutorial somewhere that it is possible to connect an event to two different callbacks but I must be mistaken. On 5 November 2010 21:08, Mario Kemper wrote: > The problem is that you connect the button_press_event to two different > callbacks. I'

Re: Japanese input into Text Entry field

2010-05-09 Thread Peter Dennis
On 7 May 2010 13:32, Brian Manning wrote: > On Thu, May 6, 2010 at 2:05 PM, Peter Dennis > wrote: >> I'm not actually reading the data from a filehandle or any other >> source.  I'm typing it directly into my app after installing support >> for Japanese o

Re:

2010-05-06 Thread Peter Dennis
Hi Yukiyo, Thank you for the help. But in all other programs (notepad, firefox etc.) it appears as the correct kanji. It is only in my gtk application that the kanji changes to something else. Any idea why this may be the case? Do I need to install Japanese fonts for Gtk? Many thanks, Peter.

Japanese input into Text Entry field

2010-05-05 Thread Peter Dennis
Hi All, I have a small Japanese app that I am working on and have found something strange with the drawing of a particular kanji. When I attempt to enter the kanji for 'okuru' which means to see somone (to the door), or accompany someone, when it appears in the IME it appears as 送る. However, once

Re: Get all rows in Gtk2::ListStore

2009-08-19 Thread Peter Dennis
2009/8/18 Kevin Ryde : > Peter E Dennis writes: >> >> get all of the second column's values: > > I made a column_contents() in my Gtk2::Ex::TreeModelBits based on > $model->foreach per below. A loop with your own iters ought to work > equally well. > >> while ( $list_store->iter_next($iter) ) > >