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 /* for abort() */ > > #include /* for gtk, gdk, and glib */ > > I have a few other things, but these are included

Re: Text View Complaining about Double Free or Corruption

2008-02-26 Thread Mark Rodriguez
James, > I'm not sure what in your #include "common.h", but I placed the following > in mine > > #include /* for abort() */ > #include /* for gtk, gdk, and glib */ I have a few other things, but these are included and the app also build fine for me. I can even run it under Ubuntu and it beh

Re: Text View Complaining about Double Free or Corruption

2008-02-26 Thread James Scott Jr
Mark, I'm not sure what in your #include "common.h", but I placed the following in mine #include /* for abort() */ #include /* for gtk, gdk, and glib */ With that single change the program compiled and executed without error message; as I would have expected. James, On Tue, 2008-02-26 at 01

high light/selection color from GTK

2008-02-26 Thread Steve Splonskowski
Hello, I would like to get the selection/high light color for the currently selected UI theme (as setup in the Appearance Preferences panel). Can someone point me to how I can get this color via GTK? thanks, steve ___ gtk-app-devel-list mailing lis

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

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

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

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 http://mail.gnome.org/mailman/listinfo/gtk-ap

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 handl

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

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: d