class Gtk::TreeView

Public Instance Methods

enable_model_drag_dest(targets, actions) click to toggle source
# File lib/gtk3/tree-view.rb, line 36
def enable_model_drag_dest(targets, actions)
  targets = ensure_drag_targets(targets)
  enable_model_drag_dest_raw(targets, actions)
end
Also aliased as: enable_model_drag_dest_raw
enable_model_drag_dest_raw(targets, actions)
enable_model_drag_source(flags, targets, actions) click to toggle source
# File lib/gtk3/tree-view.rb, line 30
def enable_model_drag_source(flags, targets, actions)
  targets = ensure_drag_targets(targets)
  enable_model_drag_source_raw(flags, targets, actions)
end
Also aliased as: enable_model_drag_source_raw
enable_model_drag_source_raw(flags, targets, actions)
get_path_at_pos(x, y) click to toggle source
# File lib/gtk3/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
Also aliased as: get_path_at_pos_raw
get_path_at_pos_raw(x, y)
Alias for: get_path_at_pos