Re: [gtkmm] Gtk::Widget::signal_button_press_event() ...Where's the love?
- From: Murray Cumming <murrayc usa net>
- To: James Widman <jawidman hotmail com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Gtk::Widget::signal_button_press_event() ...Where's the love?
- Date: 11 Sep 2002 08:15:50 +0100
On Tue, 2002-09-10 at 05:43, James Widman wrote:
> Hey all,
>
> I connect to it, but the callback I set up for signal_button_press_event
> isn't being called when it seems it should. Here's the code:
>
> RosterView::RosterView(Gtk::TreeView* treeview, Gtk::ScrolledWindow*
> scrollwin, RosterModel* rostermodel)
> : _treeview(treeview),
> _scrollwin(scrollwin),
> _rostermodel(rostermodel)
> {
> // <snip>
> _treeview->signal_button_press_event().connect(SigC::slot(*this,
> &RosterView::on_button_press_event));
I think there was a similar bug report recently - you could search the
list archive or bugzilla. But we never confirmed that this was a gtkmm
rather than a gtk bug.
--
Murray Cumming
murrayc usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]