[gtkmm] TreeView and callbacks
- From: steve przepiora org <steve przepiora org>
- To: <gtkmm-list gnome org>
- Subject: [gtkmm] TreeView and callbacks
- Date: Fri, 02 Aug 2002 07:37:39 -0400
I am having a problem with some gtkmm callbacks and was wondering if someone
could help me out. I have a TreeView and wish to attach to the
signal_button_press but it doesn't seem to be calling the callback.
I am attaching the callback with:
m_TreeView.signal_button_press_event().connect(SigC::slot(*this,
&ProjectView::on_cell_button_press_event));
and the callback is defined as:
bool ProjectView::on_cell_button_press_event (GdkEventButton* event)
It appears to not call the callback at all.
Thanks,
Steve
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]