gnome canvas item apears black on GTK-DirectFB

2008-06-09 Thread svalbard colaco
Hi all, I have an application running on GTK-DirectFB and its observed that , a part of the window, which is a gnome canvas item is not rendered properly rather that entire vbox appears black, But when i click on , on a click_to_ add canvas item within that vbox it appears white as expected.

Re: glib and Xlib

2008-06-09 Thread Aron Rubin
jaafar EL GONNOUNI wrote: Hello; What is *glib *adding that the GTK + compared to *Xlib *? All what is possible with glib with Xlib is feasible, then why create a new library. GLib in only on letter off from Xlib but the similarities end there. The C standards and POSIX do not specify data

Re: gnome canvas item apears black on GTK-DirectFB

2008-06-09 Thread svalbard colaco
Hi Paul Davis , Thanks for your prompt reply ; Can u tell me where exactly the changes have to be done? As u mentioned there is a fix in quartz ; can u elaborate on that ? where in the source code i can find it ? Could i provide a similar fix on DirectFB stack or should i use that the mentioned

changing properties in a Treemodel in a Combobox

2008-06-09 Thread Carlos Pereira
Hullo, Is there a way to easily change a property in a GtkTreeModel, when something else changes in the interface? I need to disable/enable specific rows (change the sensitivity) in a GtkComboBox, depending on users actions. gtk-demo shows how to set the sensitivity of a specific row, when

Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Enrico Tröger
Hi, I updated my GTK libs for compiling my app on Windows to GTK 2.12.10 and the according deps. Since this update, I can't process the .po files anymore. Every .po file I try to compile, give errors like the following: C:\geany_svn\po\libs\bin\msgfmt.exe -o test.mo de.po de.po:24:1: invalid

Re: Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Tor Lillqvist
I updated my GTK libs for compiling my app on Windows to GTK 2.12.10 and the according deps. From where exactly did you download this, specifically the package that contained the msgfmt command? --tml ___ gtk-app-devel-list mailing list

Re: Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Enrico Tröger
On Mon, 9 Jun 2008 23:25:07 +0300, Tor Lillqvist [EMAIL PROTECTED] wrote: I updated my GTK libs for compiling my app on Windows to GTK 2.12.10 and the according deps. From where exactly did you download this, specifically the package that contained the msgfmt command? Oops, forgot to

Re: Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Tor Lillqvist
from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/, and I just checked it again, all in latest version: 0.17-1 (-tools in 0.17). Then I don't understand. I downloaded the de.po file you linked to, and run it through the very same msgfmt.exe that is in the gettext-tools-0.17

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Murray Cumming
On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes and not make this optional. Mitch has been working on this and most is already in place in SVN trunk. [snip] What's the advantage of this? Has this been a real

Re: canvases in 3.0 [was Re: Steps to get to GTK+ 3.0]

2008-06-09 Thread Murray Cumming
On Fri, 2008-06-06 at 23:07 -0400, Havoc Pennington wrote: [snip] 4) the adequate/useful short-term canvas has serious problems with defining its scope and purpose, which have been apparent in every thread about a canvas, and are apparent if you look at the different takes on canvases out

Re: gtk lang bindings: s-lang entry

2008-06-09 Thread Andreas Nilsson
Michael Noble wrote: The Gtk language bindings page suggests that I drop an email to this list, so as to update the S-Lang entry to reflect that 2.8 and 2.10 are partially supported. Thanks, Mike Updated! Thanks for notifying. -- Andreas Nilsson Imendio AB - Expert solutions in GTK+

gnome canvas item apears black on GTK-DirectFB

2008-06-09 Thread svalbard colaco
Hi all, I have an application running on GTK-DirectFB and its observed that , a part of the window, which is a gnome canvas item is not rendered properly rather that entire vbox appears black, But when i click on , on a click_to_ add canvas item within that vbox it appears white as expected.

Re: glib and Xlib

2008-06-09 Thread Aron Rubin
jaafar EL GONNOUNI wrote: Hello; What is *glib *adding that the GTK + compared to *Xlib *? All what is possible with glib with Xlib is feasible, then why create a new library. GLib in only on letter off from Xlib but the similarities end there. The C standards and POSIX do not specify data

Re: gnome canvas item apears black on GTK-DirectFB

2008-06-09 Thread Paul Davis
On Mon, 2008-06-09 at 16:00 +0530, svalbard colaco wrote: Hi all, I have an application running on GTK-DirectFB and its observed that , a part of the window, which is a gnome canvas item is not rendered properly rather that entire vbox appears black, But when i click on , on a click_to_

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Martyn Russell
Mikael Hermansson wrote: On Fri, 2008-06-06 at 18:22 +0100, Gustavo J. A. M. Carneiro wrote: I think I agree with Muntyan here. Gtk+ 3.0 brings nothing exciting, so why break API? It's just so pointless and painful for everyone. So much effort done with memory profiling and now we'll have

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Martyn Russell
Murray Cumming wrote: On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes and not make this optional. Mitch has been working on this and most is already in place in SVN trunk. [snip] What's the advantage of

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Felipe Contreras
On Mon, Jun 9, 2008 at 3:30 PM, Martyn Russell [EMAIL PROTECTED] wrote: Murray Cumming wrote: On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes and not make this optional. Mitch has been working on this and most

Re: gnome canvas item apears black on GTK-DirectFB

2008-06-09 Thread svalbard colaco
Hi Paul Davis , Thanks for your prompt reply ; Can u tell me where exactly the changes have to be done? As u mentioned there is a fix in quartz ; can u elaborate on that ? where in the source code i can find it ? Could i provide a similar fix on DirectFB stack or should i use that the mentioned

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Murray Cumming
On Mon, 2008-06-09 at 13:30 +0100, Martyn Russell wrote: Murray Cumming wrote: On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes and not make this optional. Mitch has been working on this and most is already

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Christian Dywan
Am Mon, 09 Jun 2008 14:43:54 +0200 schrieb Murray Cumming [EMAIL PROTECTED]: On Mon, 2008-06-09 at 13:30 +0100, Martyn Russell wrote: Murray Cumming wrote: On Tue, 2008-06-03 at 13:34 +0200, Kristian Rietveld wrote: [snip] We should start to enforce the usage of single header includes

Re: canvases in 3.0 [was Re: Steps to get to GTK+ 3.0]

2008-06-09 Thread Havoc Pennington
Hi, On Mon, Jun 9, 2008 at 3:52 AM, Murray Cumming [EMAIL PROTECTED] wrote: I really like the obvious sanity of your gtk-with-scene-graph idea, but I do wonder when it's likely to happen. Don't get me wrong, I don't *expect* it to happen - I mean, it's completely feasible if the right person

Re: canvases in 3.0 [was Re: Steps to get to GTK+ 3.0]

2008-06-09 Thread Murray Cumming
On Mon, 2008-06-09 at 10:31 -0400, Havoc Pennington wrote: Hi, On Mon, Jun 9, 2008 at 3:52 AM, Murray Cumming [EMAIL PROTECTED] wrote: I really like the obvious sanity of your gtk-with-scene-graph idea, but I do wonder when it's likely to happen. Don't get me wrong, I don't *expect*

Re: canvases in 3.0 [was Re: Steps to get to GTK+ 3.0]

2008-06-09 Thread Havoc Pennington
Hi, On Mon, Jun 9, 2008 at 10:37 AM, Murray Cumming [EMAIL PROTECTED] wrote: If you (and your team) are not working on it then we know that nobody is working on it, I guess. Thanks, that's actually useful information. Definitely not working on it. Then there's also no need for

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Mikael Hermansson
On Mon, 2008-06-09 at 13:13 +0100, Martyn Russell wrote: This allows for updating you application in two stages. 1. Stop using all deprecated widgets and update your application to use newer widgets or something else. Yes but the problem still is there how long should this be deprecated

Re: GObject-Introspection

2008-06-09 Thread Michael Lawrence
On Sun, Jun 1, 2008 at 8:00 AM, Johan Dahlin [EMAIL PROTECTED] wrote: This mail is long overdue, but I finally got my act together and started to prepare for an initial release. [snip] == GIR XML Format == The core of the GObject-introspection is an XML format which is called GIR (