Searched defs:target_column (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 666 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 D | tags.cpp | 740 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 D | objects.cpp | 994 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 21 milliseconds