Method: Gtk::TreeView#get_path_at_pos
- Defined in:
- lib/gtk4/tree-view.rb
#get_path_at_pos(x, y) ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/gtk4/tree-view.rb', line 20 def get_path_at_pos(x, y) found, *info = get_path_at_pos_raw(x, y) if found info else nil end end |