Searched refs:create_window (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/tests/ |
H A D | iconify.c | 165 static GLFWwindow* create_window(GLFWmonitor* monitor) in create_window() function 244 windows[i] = create_window(monitors[i]); in main() 258 windows[0] = create_window(monitor); in main()
|
/third_party/python/Lib/tkinter/ |
H A D | dnd.py | 224 id = canvas.create_window(x, y, window=label, anchor="nw")
|
H A D | __init__.py | 2868 def create_window(self, *args, **kw): member in Canvas
|
/third_party/python/Lib/idlelib/ |
H A D | tree.py | 283 id = self.canvas.create_window(textx, texty,
|
H A D | debugger.py | 485 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
|
H A D | configdialog.py | 2390 interior_id = canvas.create_window(0, 0, window=interior, anchor=NW)
|
Completed in 14 milliseconds