How to make a "following mouse" window?

2008-02-25 Thread Magicloud Magiclouds
Hello, I want to use gdk_display_set_pointer_hooks to get pointer position every time it moves. But I do not know if it is OK for this, I mean does it cost much resource? Or I have other ways to do this. Thanks. ___ gtk-app-devel-list mailing l

Text View Complaining about Double Free or Corruption

2008-02-25 Thread Mark Rodriguez
Was wondering if anybody has any idea(s) why the code below would seem to work fine on GTK/X11 (at least I don't see any error messages), but fail on GTK/DirectFB? When the application is exited by hitting the "Quit" button, I receive the following error message: *** glibc detected *** TextDemo: d

GLib 2.15.6 released

2008-02-25 Thread Matthias Clasen
GLib 2.15.6 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/ glib-2.15.6.tar.bz2 md5sum: 62b1a3c1fa52b8d91b4535e4a4ab3057 glib-2.15.6.tar.gz md5sum: 4105db06f35ea57d5f4b20eac6058b81 This is the seventh development release leading up to GLib 2.16. Notes:

Re: Order of children in Box

2008-02-25 Thread jcupitt
On 25/02/2008, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Generally the most recently added child of any > > gtkcontainer is at the head of the list. > > > > > However ... > > you can't really rely on it 100%. > > Yes, I too have observed this behavior when I use fo

Re: Order of children in Box

2008-02-25 Thread Jeffrey Barish
[EMAIL PROTECTED] wrote: > Generally the most recently added child of any > gtkcontainer is at the head of the list. > > However ... > you can't really rely on it 100%. Yes, I too have observed this behavior when I use foreach or get_children. I was wondering whether I could count on it. You sa

Re: How to set background for a gtk window form using .gtkrc file

2008-02-25 Thread Bin Chen
On Mon, Feb 25, 2008 at 9:13 PM, 邓超 <[EMAIL PROTECTED]> wrote: > Hi all, > I want to use .gtkrc file to set the background for a window form to > transparent, how to do it? I have read the tutorial at live.gnome.com, but > it looks that it just can set color for a window form. Thanks! > Gtk can

How to set background for a gtk window form using .gtkrc file

2008-02-25 Thread 邓超
Hi all, I want to use .gtkrc file to set the background for a window form to transparent, how to do it? I have read the tutorial at live.gnome.com, but it looks that it just can set color for a window form. Thanks! -- Deng Chao ___ gtk-app-devel-list

Re: GtkTextView Vs GtkText

2008-02-25 Thread Dharmosoth Seetharam
Can you please suggest me how to solve the problem (setting background image to textview) ? Is there any this i missed to set. -RAM --- Emmanuele Bassi <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-02-22 at 10:28 +, Dharmosoth > Seetharam wrote: > > Hi, > > > > I am little aware of these