Home
last modified time | relevance | path

Searched refs:get_selection (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser123 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())
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py104 self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed)
156 self.pkg_treeview.get_selection().select_path(pkg_path[0])
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1760 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 self
2784 def get_selection(self): member in Choice