Searched refs:target_column (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.cpp666 Gtk::TreeView::Column *target_column; local
673 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
676 _tree.get_background_area (target_path, *target_column, rect);
H A Dtags.cpp740 Gtk::TreeView::Column *target_column; local
751 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
754 _tree.get_background_area (target_path, *target_column, rect);
H A Dobjects.cpp994 Gtk::TreeView::Column *target_column; local
1004 if (_tree.get_path_at_pos (x, y, target_path, target_column, cell_x, cell_y)) {
1007 _tree.get_background_area (target_path, *target_column, rect);

Completed in 25 milliseconds