Home
last modified time | relevance | path

Searched refs:get_selection (Results 1 – 19 of 19) 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.py291 self.role_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
312 self.transition_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
320 self.user_transition_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
334 self.admin_treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE)
439 store, iter = self.existing_user_treeview.get_selection().get_selected()
499 … self.user_transition_treeview.get_selection().selected_foreach(foreach, selected)
504 self.admin_treeview.get_selection().selected_foreach(foreach, selected)
507 … self.user_transition_treeview.get_selection().selected_foreach(foreach, selected)
511 self.transition_treeview.get_selection().selected_foreach(foreach, selected)
515 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()
171 store, iter = self.view.get_selection().get_selected()
182 self.view.get_selection().select_path((0,))
219 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.py81 self.assertEqual(se.get_selection(text), ('1.0', '1.12'))
88 self.assertEqual(se.get_selection(text), ('1.5', '1.5'))
/external/selinux/python/sepolicy/sepolicy/
Dgui.py975 app = self.moreTypes_treeview.get_selection()
984 row = self.advanced_search_treeview.get_selection()
1446 self.treeview.get_selection().unselect_all()
1771 row = self.treeview.get_selection()