Text View Complaining about Double Free or Corruption

2008-02-26 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:

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

2008-02-26 Thread 邓超
I have searched some articles, it's compositing manager, am I right? 在08-2-25,Bin Chen [EMAIL PROTECTED] 写道: 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

Get signals and callbacks.

2008-02-26 Thread Germán Diago
Hello. I'm implementing an application in gtkmm. I want to add support for dynamic signal connection from a glade file in C++ (which is not supported by the C++ bindings). I'd like to know if there is a way, once a glade file has been instantiated, to obtain information about the signals and

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

2008-02-26 Thread Bin Chen
On Tue, Feb 26, 2008 at 8:23 PM, 邓超 [EMAIL PROTECTED] wrote: I have searched some articles, it's compositing manager, am I right? Yes. Bin ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Get signals and callbacks.

2008-02-26 Thread Murray Cumming
On Tue, 2008-02-26 at 14:19 +0100, Germán Diago wrote: Hello. I'm implementing an application in gtkmm. I want to add support for dynamic signal connection from a glade file in C++ (which is not supported by the C++ bindings). I'd like to know if there is a way, once a glade file has been

Fwd: Get signals and callbacks.

2008-02-26 Thread Germán Diago
-- Forwarded message -- From: Germán Diago [EMAIL PROTECTED] Date: 26-feb-2008 17:45 Subject: Re: Get signals and callbacks. To: [EMAIL PROTECTED] 2008/2/26, Germán Diago [EMAIL PROTECTED]: 2008/2/26, Murray Cumming [EMAIL PROTECTED]: On Tue, 2008-02-26 at 14:19 +0100,

Re: Text View Complaining about Double Free or Corruption

2008-02-26 Thread Chris Vine
On Tue, 2008-02-26 at 01:20 -0500, Mark Rodriguez wrote: 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

Re: Text View Complaining about Double Free or Corruption

2008-02-26 Thread James Scott Jr
On Tue, 2008-02-26 at 20:51 -0500, Mark Rodriguez wrote: James, I'm not sure what in your #include common.h, but I placed the following in mine #include stdlib.h /* for abort() */ #include gtk/gtk.h /* for gtk, gdk, and glib */ I have a few other things, but these are