Searched refs:get_selection (Results 1 – 3 of 3) sorted by relevance
123 self.recipe_view.get_selection().connect("changed", self.on_recipe_changed)124 self.package_view.get_selection().connect("changed", self.on_package_changed)164 self.on_recipe_changed(self.recipe_view.get_selection())
104 self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed)156 self.pkg_treeview.get_selection().select_path(pkg_path[0])
1760 sel = sc.get_selection()1952 new_val = "y" if choice.get_selection() is self \2329 return self.is_choice_sym and self.parent.get_selection() is self2784 def get_selection(self): member in Choice