Home
last modified time | relevance | path

Searched defs:select_all (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Deditor.py672 def select_all(self, event=None): member in EditorWindow
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3217 …bool select_all = (g.ActiveId != id) && ((flags & ImGuiInputTextFlags_AutoSelectAll) != 0 || user_… in InputTextEx() local