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

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

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

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 got a

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: | | -BEGIN PGP

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

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-18 Thread Emmanuele Bassi
On Sun, 2008-02-17 at 14:00 +0100, Jaap A. Haitsma wrote: Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My proposal is to add to function to gtk+: gtk_show_help and gtk_show_uri I

Re: [Proposal] Helper functions in GTK+ for showing help and URIs

2008-02-18 Thread Alexander Larsson
On Sun, 2008-02-17 at 14:00 +0100, Jaap A. Haitsma wrote: Hi, Currently applications need quite some code to show help or to show an URI, if you don't want to depend on the deprecated libgnomeui and gnome-vfs. My proposal is to add to function to gtk+: gtk_show_help and gtk_show_uri I

Re: GTK+ Website Review - Final Draft

2008-02-18 Thread Frederic Peters
Murray Cumming wrote: what is most unfortunate is that library.g.o only has glib development docs, but not gtk development docs. That's probably because there are no tarball releases of GTK+ from svn trunk at the moment. library.gnome.org can only use tarballs, I believe. That is the

Re: GTK+ Website Review - Final Draft

2008-02-18 Thread Christophe Dehais
Nice! Having SVG allows to produce nearly all other formats so that's OK. One possible addition could be some icon sized PNGs (tweaked for small size). If I have some time I'll try make them and post them on l.g.o. Christophe On Jan 30, 2008 1:11 PM, Andreas Nilsson [EMAIL PROTECTED] wrote:

Re: GTK+ Website Review - Final Draft

2008-02-18 Thread Olav Vitters
On Wed, Jan 30, 2008 at 05:26:33PM +0100, Murray Cumming wrote: This link will have to be kept up to date, if this is the link to use, it would be better to have a more permanent link that doesn't change with new versions of GNOME (which we used to have). Theoretically,

glib gio win32 directory monitor

2008-02-18 Thread Vlad Grecescu
Hello list, I don't know if there's any interest / work in progress on this, but noticing that the new Gio implementation lacks a directory monitor for windows I wrote one (patch against 2.15.4 attached, should work on 2.15.5 too) Some mentions: - it is based on the native

Re: glib gio win32 directory monitor

2008-02-18 Thread J. Ali Harlow
On 02/18/2008 03:56:59 PM, Vlad Grecescu wrote: Hello list, I don't know if there's any interest / work in progress on this, but noticing that the new Gio implementation lacks a directory monitor for windows I wrote one (patch against 2.15.4 attached, should work on 2.15.5 too) I had

Re: glib gio win32 directory monitor

2008-02-18 Thread Vlad Grecescu
J. Ali Harlow wrote: On 02/18/2008 03:56:59 PM, Vlad Grecescu wrote: Hello list, I don't know if there's any interest / work in progress on this, but noticing that the new Gio implementation lacks a directory monitor for windows I wrote one (patch against 2.15.4 attached, should work on

Re: glib gio win32 directory monitor

2008-02-18 Thread Johan Dahlin
Vlad Grecescu wrote: Hello list, I don't know if there's any interest / work in progress on this, but noticing that the new Gio implementation lacks a directory monitor for windows I wrote one (patch against 2.15.4 attached, should work on 2.15.5 too) Excellent! I am sure win32/gtk

Image saving framework

2008-02-18 Thread Dominic Lachowicz
Hi, Arc and I are writing a GdkPixbuf plugin that wraps Window's GDI+ library. This library supports loading and saving a variety of formats, such as PNG, JPEG, GIF, WMF, EMF, TIFF, ... I'd like to implement saving to PNG/JPEG/whatever from the plugin. GdkPixbuf's architecture allows you to