Re: Coloring a cell renderer for new treeitems

2006-11-14 Thread Torsten Schoenfeld
On Tue, 2006-11-14 at 16:24 +0530, Ashwin Ramachandran wrote: > Newly added tree items are added in the tree store and get a different > iter. How do I get the > renderer for the newly added iters and change its foreground color? Use the model's row-inserted signal. The callback gets three argu

Re: changing cursor on a Gtk2::Window?

2006-11-14 Thread zentara
On Tue, 14 Nov 2006 08:23:20 -0500 Sean Dague <[EMAIL PROTECTED]> wrote: >I've been trying to figure out how to change the cursor to an hourglass on I've seen references to >Gtk2::Gdk::Window still having set_cursor, but I don't really grok how one >gets a Gtk2::Gdk::Window from a Gtk2::Window.

changing cursor on a Gtk2::Window?

2006-11-14 Thread Sean Dague
I've been trying to figure out how to change the cursor to an hourglass on ExifTagger (http://dague.org/ExifTagger) when images are loaded, as they can take a couple of seconds, depending on the speed of your machines. The application is a perl glade-2 application, so my base window is a Gtk2::Win

Coloring a cell renderer for new treeitems

2006-11-14 Thread Ashwin Ramachandran
Hi All,I have an application which has a TreeView/TreeStore.There is a cell renderer text field in each row. I haveĀ  a requirement in which newly addedtree items[text fields] are colored in a different color than the existing ones. I understand that the foreground 'color' properties can be set on t