Re: gtkmm 3.0 and libsigc++

2010-07-27 Thread Murray Cumming
On Tue, 2010-07-27 at 00:53 +0200, Krzysztof Kosiński wrote: Hello gtkmm 3.0 is the only chance we have in near future to fix two really bad issues in libsigc++: 1. sigc::trackable is not threadsafe. A patch for this could make a break far more likely. I wouldn't want to do 2 breaks. 2.

Re: Is it possible to change the background-color of a VBox?

2010-07-27 Thread Murray Cumming
On Mon, 2010-07-26 at 19:13 +0100, Robert Pearce wrote: Hi Dimitri, On Mon, 26 Jul 2010 17:13:33 +0200 you wrote: I tried to change the color of a VBox with: Unless I'm mistaken, VBox is a pure container - it simply doesn't have a colour. The widgets it contains may have colour, and its

Re: gtkmm 3.0 and libsigc++

2010-07-27 Thread klaus triendl
Krzysztof Kosiński schrieb: Hello gtkmm 3.0 is the only chance we have in near future to fix two really bad issues in libsigc++: 1. sigc::trackable is not threadsafe. For what exactly do you need a threadsafe sigc::trackable? You can take a look at sigx++ for threadsafe interthread

Re: Is it possible to change the background-color of a VBox?

2010-07-27 Thread Dimitri Holz
that means that I can create Gtk::EventBox, put my VBox inside of it and change color of the EventBox? Thanks! ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Gtk(mm) crashes when =?ISO-8859-1?Q?using the stock?=

2010-07-27 Thread michi
Hello, everytime I use Gtk::Stock, my application either crashes or displays just nothing where the stock-item should be. Other Gtk-Applications (like Pidgin) run perfectly. It also complains about a missing theme-engine (mist), but Pidgin doesn't. My platform is Windows 7 (x64), Compiler is

Re: gtkmm 3.0 and libsigc++

2010-07-27 Thread Krzysztof Kosiński
W dniu 27 lipca 2010 11:01 użytkownik Murray Cumming murr...@murrayc.com napisał: 1. sigc::trackable is not threadsafe. A patch for this could make a break far more likely. I wouldn't want to do 2 breaks. The easiest way to fix this is to allow sigc++ to depend on Glib when it's present at

Re: gtkmm 3.0 and libsigc++

2010-07-27 Thread Chris Vine
On Tue, 27 Jul 2010 12:06:40 +0200 klaus triendl kl...@triendl.eu wrote: Krzysztof Kosiński schrieb: Hello gtkmm 3.0 is the only chance we have in near future to fix two really bad issues in libsigc++: 1. sigc::trackable is not threadsafe. For what exactly do you need a threadsafe

Re: gtkmm 3.0 and libsigc++

2010-07-27 Thread Chris Vine
On Tue, 27 Jul 2010 16:51:52 +0200 Krzysztof Kosiński tweenk...@gmail.com wrote: W dniu 27 lipca 2010 11:01 użytkownik Murray Cumming murr...@murrayc.com napisał: 1. sigc::trackable is not threadsafe. A patch for this could make a break far more likely. I wouldn't want to do 2 breaks.