Home
last modified time | relevance | path

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

12

/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,))
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()
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 …]
DmodulesPage.py117 self.view.get_selection().select_path((0,))
126 store, iter = self.view.get_selection().get_selected()
137 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.py169 self.quit(self.get_selection())
195 head, tail = os.path.split(self.get_selection())
206 def get_selection(self): member in FileDialog
238 file = self.get_selection()
252 file = self.get_selection()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py79 def get_selection(self): member in LineNumbersTest
253 self.assertEqual(self.get_selection(), ('2.0', '3.0'))
287 self.assertEqual(self.get_selection(), ('2.0', '5.0'))
296 self.assertEqual(self.get_selection(), ('2.0', '5.0'))
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/python/cpython3/Lib/idlelib/
Dsearchengine.py125 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/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/libkmsxx/py/pykms/
Dpyvid.cpp34 self->get_selection(left, top, width, height); in init_pyvid()
/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h74 void get_selection(uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& height);
/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/libkmsxx/py/tests/
Dwb-m2m-crop.py64 (left, top, width, height) = src_streamer.get_selection()
/external/python/cpython3/Doc/library/
Ddialog.rst161 .. method:: get_selection()
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp498 void VideoStreamer::get_selection(uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& height) in get_selection() function in VideoStreamer
/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()

12