From: <bug...@bu...> - 2004-07-10 15:42:13
|
http://bugzilla.gnome.org/show_bug.cgi?id=145109 gnome-perl | Gtk2 | Ver: unspecified kaf...@gm... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From kaf...@gm... 2004-07-10 11:42 ------- Ok, I'll add the following: Finds the path at the point (I<$x>, I<$y>), relative to widget coordinates. That is, I<$x> and I<$y> are relative to an event's coordinates. I<$x> and I<$y> must come from an event on the I<$tree_view> only where C<$event->window == $tree_view->get_bin_window>. It is primarily for things like popup menus. In scalar context, returns the Gtk2::TreePath, in array context, adds the Gtk2::TreeViewColumn, and I<$x> and I<$y> translated to be relative to the cell. This function is only meaningful if I<$tree_view> is realized. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. |