GLib 2.20.1 released

2009-04-09 Thread Matthias Clasen
GLib 2.20.1 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.20/ http://download.gnome.org/sources/glib/2.20/ md5 sums: d7ef53c7b65827a1baa4bad1c6893fa3 glib-2.20.1.tar.bz2 855be1b668ceaec3320c702212c95638 glib-2.20.1.tar.gz sha1 sums: 4a0eceb959daa81ee1c867bfc7df8e1459d408a2

How to build GTK+ AP for ARM based of Linux platform at x86 machines

2009-04-09 Thread Aries Huang
Hi, Could you help to solve this problem? I have implemented the GTK+ AP in x86 machines. After use gcc to compile it can correct execute. When I change to use arm-none-linux-gnueabi-gcc that was displayed these error messages. arm-none-linux-gnueabi-gcc -Wall -g hello.c -o hello `pkg-config --cfl

Re: Sensitive child in insensitive parent?

2009-04-09 Thread Christoph Schmeding
I have read some doc, but I don't think I can use GtkAction and GtkActionGroup for my purpose. I am afraid I have to loop myself :-( Thanks a lot anyhow, Christoph Larry Reaves wrote: On Wed, 2009-04-08 at 11:05 +0200, Christoph Schmeding wrote: Hello, Thanks for the answer. Indeed this

Re: mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Praveen Innamuri
Thanks for your reply. But that might go wrong if mouse enter signal is generated for widget-1 itself. (Suppose, some part of the widget-1 is exposed, then that logic might not be useful). I want to know whether mouse enter signal generated for widget-1 is due to the mouse entering into insenstive

Re: mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Mike Massonnet
Le Thu, 9 Apr 2009 14:28:11 +0530, Praveen Innamuri a écrit : > I have a insensitive (disabled) widget (let's call it as widget-3) > and is drawn over a GtkContainer (let's call it as widget-2). Both > widget-2 and widget-3 are children of a GtkContainer (let's call it > as widget-1). So, the la

Re: Strange GMutex behaviur

2009-04-09 Thread Tim-Philipp Müller
On Thu, 2009-04-09 at 09:33 +0200, Luka Napotnik wrote: Hi, > I have a thread where the mutex for a GHashTable is locked/unlocked very > intensely. It works for a short while but then the thread locks > completely and if I profile my program I see that the programs resides > in kernel for an unus

mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Praveen Innamuri
I have a insensitive (disabled) widget (let's call it as widget-3) and is drawn over a GtkContainer (let's call it as widget-2). Both widget-2 and widget-3 are children of a GtkContainer (let's call it as widget-1). So, the layout is something like - On top of widget-1, there is widget-2. widget-3

Strange GMutex behaviur

2009-04-09 Thread Luka Napotnik
Hello. I have a thread where the mutex for a GHashTable is locked/unlocked very intensely. It works for a short while but then the thread locks completely and if I profile my program I see that the programs resides in kernel for an unusual long period. Any ideas? Greets, Luka _

Re: Is there any formatted file input functions in gio?

2009-04-09 Thread Tor Lillqvist
> I am newbie here. I use sscanf with a string read from gio as a solution > now. I wanna is there any sophisticated method? Just like fscanf does in > standard I/O library? The purpose of GIO (and GLib) is not to replace the C standard library. Just use sscanf if it does what you want. --tml ___

Is there any formatted file input functions in gio?

2009-04-09 Thread Hexyl Chan
Hi All, I am newbie here. I use sscanf with a string read from gio as a solution now. I wanna is there any sophisticated method? Just like fscanf does in standard I/O library? Thanks, Hexyl Chan ___ gtk-app-devel-list mailing list gtk-app-devel-list@gno