GLib 2.14.6 released

2008-02-06 Thread Matthias Clasen
GLib 2.14.6 is now available for download at: http://download.gnome.org/sources/glib/2.14/ glib-2.14.6.tar.bz2 md5sum: 3b340946d6916ee9cbf2c348e7c099f1 glib-2.14.6.tar.gzmd5sum: 17bb72cc159bcaf277cec6e1b679a78c This is a bug fix release in the 2.14 series. GLib is the low-level core lib

Problem in setting background image to textview

2008-02-06 Thread Dharmosoth Seetharam
Hi all, I have an issue with setting background image to the textview widget. I am using C interface. rc_style = gtk_rc_style_new (); rc_style->bg_pixmap_name[GTK_STATE_NORMAL] = filename; textview = gtk_text_view_new(); buf = gtk_text_view_get_buffer (GTK_TEXT_VIEW(textview)); gtk_text_buffer

Re: Howto use a GdkFont in Cairo?

2008-02-06 Thread Mathias Hasselmann
Am Mittwoch, den 06.02.2008, 15:42 +0100 schrieb Clemens Eisserer: > Hello, > > I am trying to convert gtk_paint_string to use Cairo only. > > However the Fonts which should be used is only available as GdkFont, > so I wonder whats the best way to use this GdkFont in Cairo. > Always looking up t

Re: Problem with reparent (Gtk+-2.12)

2008-02-06 Thread Tor Lillqvist
Do you think you could come up with a corresponding test program in, dare I say it, plain C? --tml ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problem with reparent (Gtk+-2.12)

2008-02-06 Thread Andrew E. Makeev
В Пнд, 04/02/2008 в 18:04 +0300, Andrew E. Makeev пишет: > В Пнд, 04/02/2008 в 15:48 +0100, Murray Cumming пишет: > > On Mon, 2008-02-04 at 17:33 +0300, Andrew E. Makeev wrote: > > > Good day, > > > > > > > > > When we are trying to reparent container with toolbar inside from one > > > window to

Re: how to determine maximum possible window size?

2008-02-06 Thread Mark Leisher
Chris MacGregor wrote: > On 02/05/2008 08:11 PM, Paul Davis wrote: >> my "portable" way to do it is to ask how big the window is *after* the >> change has taken place, rather than try to guess ahead of time. This is >> particularly important when you want differentiate between "fullscreen" >> and "

Re: Newspaper-column list?

2008-02-06 Thread Murray Cumming
On Wed, 2008-02-06 at 11:23 +, Colin Watson wrote: > Hi, > > I have an application with a rather long list currently rendered as a > GtkTreeView within a GtkScrolledWindow. (For context, it's a list of > languages supported by an OS installer.) I have had user requests for > this to be render

RE: how to determine maximum possible window size?

2008-02-06 Thread Vallone, Anthony
> Given all that, any suggestion how I could get the info I'm looking for in at > least the case of GTK-on-GNOME? That's the platform most used by the folks > I'm doing this work for, and it would be nice to make at least that one work properly. I was recently faced with the same problem. My s

Howto use a GdkFont in Cairo?

2008-02-06 Thread Clemens Eisserer
Hello, I am trying to convert gtk_paint_string to use Cairo only. However the Fonts which should be used is only available as GdkFont, so I wonder whats the best way to use this GdkFont in Cairo. Always looking up the font-name seems to add a lot of overhead :-/ Thank you in advance, lg Clemens

Strange bug

2008-02-06 Thread William Ramsay
Can anyone explain this?I am working with gtk via Chicken scheme, but have reproduced the problem in C. I am writing a small icon drawing program that uses Imlib2 to save the image.When I save a transparent PNG image the image ends up with random garbage pixels in the transparent area

Newspaper-column list?

2008-02-06 Thread Colin Watson
Hi, I have an application with a rather long list currently rendered as a GtkTreeView within a GtkScrolledWindow. (For context, it's a list of languages supported by an OS installer.) I have had user requests for this to be rendered as a newspaper-column list instead, since the number of items in