Re: problem with connecting
- From: Sergio Perticone <g4ll0ws gmail com>
- To: Tralfas D <tralfas gmail com>
- Cc: list gtkmm <gtkmm-list gnome org>
- Subject: Re: problem with connecting
- Date: Tue, 16 Oct 2007 15:21:03 +0200
On Tue, 2007-10-16 at 09:06 -0400, Tralfas D wrote:
> random_button1.signal_clicked().connect(sigc::mem_fun(*
>
> this,
>
> &practice::on_button_clicked())
Uhm, you should write:
random_button1.signal_clicked().connect(sigc::mem_fun(*this,
&pratice::on_button_clicked))
or just:
random_button1.signal_clicked().connect(sigc::mem_fun(*this,
&Gtk::Widget::hide));
s.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]