Lines Matching defs:select
558 * @param item Item to select in the tree
569 //We found the item! Expand to the path and select it in the tree.
572 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection();
574 select->select(iter);
619 //If the item is not a layer, then select it and set the current layer to its parent (if it's the first item)
773 //we need to defer selection by setting the select function so that the tree doesn't
774 //automatically select anything. In order to handle multiple item icon clicking,
797 //setting the select function to _noSelection
821 //We had deferred a selection target, select it here (assuming no drag & drop)
1084 //Grab the id from the vector, get the item in the document and select it