From: <bug...@bu...> - 2004-06-28 22:27:08
|
http://bugzilla.gnome.org/show_bug.cgi?id=145109 gnome-perl | Gtk2 | Ver: unspecified Summary: Documentation suggestion for Gtk2::TreeView Product: gnome-perl Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: dan...@ma... In the original .pod for Gtk2::TreeView, we have: (path, column, cell_x, cell_y) = $tree_view->get_path_at_pos ($x, $y) * $x (integer) * $y (integer) In scalar context, returns the Gtk2::TreePath, in array context, adds the Gtk2::TreeViewColumn, and $x and $y translated to be relative to the cell. I believe that $x and $y are pixel coordinates. This should be made more clear. Possibly I am wrong, in which case, the truth should still be made more clear. :) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. |