Home
last modified time | relevance | path

Searched refs:set_selection (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/tkinter/
Dfiledialog.py132 self.set_selection(default)
165 self.set_selection(file)
199 self.set_selection(tail)
228 def set_selection(self, file): member in FileDialog
/third_party/weston/libweston/
Ddata-device.c224 if (offer->source->set_selection) { in data_offer_finish()
1158 source->set_selection = true; in weston_seat_set_selection()
1281 source->set_selection = false; in create_data_source()
/third_party/python/Doc/library/
Ddialog.rst181 .. method:: set_selection(file)
/third_party/wayland_standard/tests/data/
Dexample-server.h1981 void (*set_selection)(struct wl_client *client, member
/third_party/weston/include/libweston/
Dlibweston.h468 bool set_selection; member
/third_party/python/Lib/idlelib/
DChangeLog700 "set_selection" abstraction has yet been agreed upon.