Re: treeview signal_motion_notify_event() question



signal_motion_notify_event is inherited from Gtk::Widget and is
available to all classes that descend therefrom.

In a Gtk::TreeView situation, you can get the currently selected row in
the callback slot that you connect to this signal and voila!  You know
which column in the selected row that generated the event.

Either that is correct or I'm all wet.

/*Bob Caryl*
Fiscal Systems,Inc.
256.772.8920 Ext. 108
http://www.fis-cal.com <http://www.fis-cal.com/>/

/This email message may contain privileged or confidential information.
If you are not the intended recipient, you may not disclose, use,
disseminate, distribute, copy or rely on this message or attachment in
any way. If you received this email message in error, please return by
forwarding the message and its attachment to the sender and then delete
the message and its attachment from your computer.

Neither Fiscal Systems, Inc., nor its affiliates, accept any liability
for any errors, omissions, corruption or virus in the contents of this
message or any attachments that arise as a result of e-mail transmission./



eric jrdn wrote:
> Hi,
> Why is the signal_motion_notify_event() of a treeview only available in the header of the treecolumn?
> Is there a way to get it work in the column itself?
> 
> 
>  		
> ---------------------------------
>  Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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]