Re: Expander's activate signal
- From: Marko Anastasov <marko marko anastasov name>
- To: gtkmm-list gnome org
- Subject: Re: Expander's activate signal
- Date: Thu, 26 Jan 2006 23:41:55 +0100
I'm sorry, I searched the mailing list archives through
mail.gnome.org which is in my bookmarks, so I didn't notice
the link to the MARC archives on the site.
So it's:
expander_->property_expanded().signal_changed().connect(
sigc::mem_fun(*this, &Class::on_expanded));
instead of:
expander_->signal_activate().connect(
sigc::mem_fun(*this, &Class::on_expanded));
which was my first guess.
On Thu, 2006-01-26 at 23:21 +0100, Marko Anastasov wrote:
> Hello, today I noticed that Expander seems to lack a SignalProxy
> for signal_activate. I got this error message as I tried to compile
> usual signal connecting code:
>
> error: ‘class Gtk::Expander’ has no member named ‘signal_activate’.
>
> I'm using Fedora 4 with version 2.6.2 but I also checked the header
> in the latest (2.8.2) source package from the GNOME ftp site, and it's
> not there either.
> It's my first project with gtkmm so it's possible that I missed
> something. Or it is yet to be added...?
>
> Marko Anastasov
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]