Problems with demos

2008-02-18 Thread Alexander Vasiliev
I biult gtk+-2.10.13 with DirectFB1.1.1. Examples of DirectFB work well. Gtk demos also work, but the image on the display is wrong. It seems like width of image doesn't fit screen width and lines are shifting. But for all that testpixbuf-drawable demo also works well. Any suggestions about correct

question on using GtkCellRendererProgress

2008-02-18 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I've got a gtk_list_store, and one of the columns I want to make a progress meter. I'm gathering that I use teh cell rendered GtkCellRendererProgress for this column. But I have 2 points of confusion. 1) When I create the table (gtk_list_s

Re: question on using GtkCellRendererProgress

2008-02-18 Thread Mike Massonnet
On Mon, Feb 18, 2008 at 09:29:26PM +0800, Gregory Hosler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I've got a gtk_list_store, and one of the columns I want to make a progress > meter. > > I'm gathering that I use teh cell rendered GtkCellRendererProgress for this

Re: question on using GtkCellRendererProgress

2008-02-18 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Massonnet wrote: | On Mon, Feb 18, 2008 at 09:29:26PM +0800, Gregory Hosler wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Hi all, |> |> I've got a gtk_list_store, and one of the columns I want to make a progress meter. |> |> I'

Re: question on using GtkCellRendererProgress

2008-02-18 Thread Mike Massonnet
On Mon, Feb 18, 2008 at 10:27:03PM +0800, Gregory Hosler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mike Massonnet wrote: > | On Mon, Feb 18, 2008 at 09:29:26PM +0800, Gregory Hosler wrote: > |> -BEGIN PGP SIGNED MESSAGE- > |> Hash: SHA1 > |> > |> Hi all, > |> > |> I've go

Re: question on using GtkCellRendererProgress

2008-02-18 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Massonnet wrote: | On Mon, Feb 18, 2008 at 10:27:03PM +0800, Gregory Hosler wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Mike Massonnet wrote: |> | On Mon, Feb 18, 2008 at 09:29:26PM +0800, Gregory Hosler wrote: |> |> -BEGI

how to tell if to GtkTreeIter's point to the same row, or not?

2008-02-18 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have an application, where, to facilitate looks deep inside callbacks, I store the Iter of a row as and when I gtk_list_store_append() it. This allows me to gtk_list_store_set() using the saved iter, and it works quite well. Now, I have a cas