Home
last modified time | relevance | path

Searched refs:create_window (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/tests/
H A Diconify.c165 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 Ddnd.py224 id = canvas.create_window(x, y, window=label, anchor="nw")
H A D__init__.py2868 def create_window(self, *args, **kw): member in Canvas
/third_party/python/Lib/idlelib/
H A Dtree.py283 id = self.canvas.create_window(textx, texty,
H A Ddebugger.py485 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")
H A Dconfigdialog.py2390 interior_id = canvas.create_window(0, 0, window=interior, anchor=NW)

Completed in 13 milliseconds