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
-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
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
-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'
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
-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
-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