Home
last modified time | relevance | path

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

/external/selinux/gui/
DdomainsPage.py72 self.view.get_selection().connect("changed", self.itemSelected)
106 self.view.get_selection().select_path((0,))
121 selection = self.view.get_selection()
146 selection = self.view.get_selection()
DloginsPage.py87 self.view.get_selection().select_path((0,))
111 store, iter = self.view.get_selection().get_selected()
131 store, iter = self.view.get_selection().get_selected()
144 self.view.get_selection().select_path((0,))
183 store, iter = self.view.get_selection().get_selected()
DusersPage.py92 self.view.get_selection().select_path((0,))
95 store, iter = self.view.get_selection().get_selected()
138 store, iter = self.view.get_selection().get_selected()
151 self.view.get_selection().select_path((0,))
Dpolgengui.py296 self.role_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
317 self.transition_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
325 self.user_transition_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
339 self.admin_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
444 store, iter = self.existing_user_treeview.get_selection().get_selected()
504 … self.user_transition_treeview.get_selection().selected_foreach(foreach, selected)
509 self.admin_treeview.get_selection().selected_foreach(foreach, selected)
512 … self.user_transition_treeview.get_selection().selected_foreach(foreach, selected)
516 self.transition_treeview.get_selection().selected_foreach(foreach, selected)
520 self.role_treeview.get_selection().selected_foreach(foreach, selected)
[all …]
DfcontextPage.py139 self.view.get_selection().select_path((0,))
147 store, iter = self.view.get_selection().get_selected()
172 store, iter = self.view.get_selection().get_selected()
183 self.view.get_selection().select_path((0,))
220 store, iter = self.view.get_selection().get_selected()
DportsPage.py146 self.view.get_selection().select_path((0,))
162 self.view.get_selection().select_path((0,))
169 store, iter = self.view.get_selection().get_selected()
191 store, iter = self.view.get_selection().get_selected()
201 self.view.get_selection().select_path((0,))
244 store, iter = self.view.get_selection().get_selected()
DmodulesPage.py117 self.view.get_selection().select_path((0,))
126 store, iter = self.view.get_selection().get_selected()
136 self.view.get_selection().select_path((0,))
DsemanagePage.py66 self.view.get_selection().connect("changed", self.itemSelected)
129 store, it = self.view.get_selection().get_selected()
Dsystem-config-selinux.py171 self.view.get_selection().connect("changed", self.itemSelected)
181 self.view.get_selection().select_path((0,))
DbooleansPage.py170 store, iter = self.booleansView.get_selection().get_selected()
/external/python/cpython2/Lib/lib-tk/
DFileDialog.py158 self.quit(self.get_selection())
184 head, tail = os.path.split(self.get_selection())
195 def get_selection(self): member in FileDialog
227 file = self.get_selection()
241 file = self.get_selection()
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py163 self.quit(self.get_selection())
189 head, tail = os.path.split(self.get_selection())
200 def get_selection(self): member in FileDialog
232 file = self.get_selection()
246 file = self.get_selection()
/external/python/cpython2/Lib/idlelib/
DSearchEngine.py126 first, last = get_selection(text)
212 def get_selection(text): function
DTODO.txt39 - Add more utility methods for use by extensions (a la get_selection)
/external/python/cpython3/Lib/idlelib/
Dsearchengine.py128 first, last = get_selection(text)
215 def get_selection(text): function
DTODO.txt39 - Add more utility methods for use by extensions (a la get_selection)
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchengine.py81 self.assertEqual(se.get_selection(text), ('1.0', '1.12'))
88 self.assertEqual(se.get_selection(text), ('1.5', '1.5'))
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchengine.py82 self.assertEqual(se.get_selection(text), ('1.0', '1.12'))
89 self.assertEqual(se.get_selection(text), ('1.5', '1.5'))
/external/u-boot/tools/buildman/
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
/external/selinux/python/sepolicy/sepolicy/
Dgui.py974 app = self.moreTypes_treeview.get_selection()
983 row = self.advanced_search_treeview.get_selection()
1445 self.treeview.get_selection().unselect_all()
1770 row = self.treeview.get_selection()